@progress/kendo-theme-material 5.8.2-dev.3 → 5.8.2-dev.5
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.
- package/dist/all.css +25 -14
- package/dist/all.scss +1266 -538
- package/lib/swatches/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.json +1 -1
- package/package.json +4 -3
- package/scss/_variables.scss +31 -31
- package/scss/action-buttons/_theme.scss +2 -2
- package/scss/action-buttons/_variables.scss +4 -4
- package/scss/action-sheet/_variables.scss +7 -7
- package/scss/adaptive/_variables.scss +1 -1
- package/scss/appbar/_variables.scss +7 -7
- package/scss/avatar/_variables.scss +3 -3
- package/scss/badge/_variables.scss +8 -8
- package/scss/bottom-navigation/_variables.scss +5 -5
- package/scss/breadcrumb/_variables.scss +3 -3
- package/scss/button/_theme.scss +1 -1
- package/scss/button/_variables.scss +11 -11
- package/scss/calendar/_theme.scss +1 -1
- package/scss/calendar/_variables.scss +18 -18
- package/scss/captcha/_variables.scss +1 -1
- package/scss/card/_variables.scss +9 -9
- package/scss/chat/_variables.scss +5 -5
- package/scss/checkbox/_variables.scss +14 -14
- package/scss/chip/_theme.scss +3 -3
- package/scss/chip/_variables.scss +22 -22
- package/scss/coloreditor/_variables.scss +3 -3
- package/scss/colorgradient/_variables.scss +8 -8
- package/scss/colorpalette/_variables.scss +1 -1
- package/scss/core/_color-system.scss +26 -26
- package/scss/core/functions/_index.scss +3 -0
- package/scss/dataviz/_variables.scss +25 -25
- package/scss/drawer/_variables.scss +3 -3
- package/scss/dropdowntree/_variables.scss +2 -2
- package/scss/dropzone/_variables.scss +7 -7
- package/scss/editor/_variables.scss +1 -1
- package/scss/expansion-panel/_variables.scss +2 -2
- package/scss/fab/_theme.scss +20 -20
- package/scss/fab/_variables.scss +7 -7
- package/scss/filemanager/_variables.scss +8 -8
- package/scss/filter/_variables.scss +2 -0
- package/scss/gantt/_variables.scss +10 -10
- package/scss/grid/_theme.scss +1 -1
- package/scss/grid/_variables.scss +12 -12
- package/scss/imageeditor/_variables.scss +3 -3
- package/scss/input/_variables.scss +17 -17
- package/scss/list/_variables.scss +26 -26
- package/scss/listgroup/_variables.scss +3 -3
- package/scss/listview/_theme.scss +1 -1
- package/scss/listview/_variables.scss +6 -6
- package/scss/loader/_variables.scss +12 -12
- package/scss/mediaplayer/_variables.scss +2 -2
- package/scss/menu/_variables.scss +9 -9
- package/scss/menu-button/_variables.scss +1 -2
- package/scss/notification/_variables.scss +4 -4
- package/scss/orgchart/_variables.scss +2 -2
- package/scss/pager/_variables.scss +7 -7
- package/scss/panelbar/_variables.scss +17 -17
- package/scss/pdf-viewer/_variables.scss +2 -2
- package/scss/pivotgrid/_variables.scss +15 -15
- package/scss/popup/_variables.scss +2 -2
- package/scss/progressbar/_variables.scss +1 -1
- package/scss/radio/_variables.scss +11 -11
- package/scss/rating/_variables.scss +2 -2
- package/scss/scheduler/_variables.scss +14 -14
- package/scss/scrollview/_variables.scss +5 -5
- package/scss/signature/_variables.scss +5 -5
- package/scss/slider/_variables.scss +2 -2
- package/scss/split-button/_variables.scss +4 -4
- package/scss/splitter/_variables.scss +2 -2
- package/scss/spreadsheet/_layout.scss +2 -2
- package/scss/spreadsheet/_theme.scss +2 -2
- package/scss/spreadsheet/_variables.scss +1 -1
- package/scss/stepper/_variables.scss +6 -6
- package/scss/table/_variables.scss +6 -6
- package/scss/tabstrip/_theme.scss +1 -1
- package/scss/tabstrip/_variables.scss +4 -4
- package/scss/taskboard/_variables.scss +7 -7
- package/scss/tilelayout/_variables.scss +1 -1
- package/scss/timeline/_variables.scss +5 -5
- package/scss/timeselector/_variables.scss +3 -3
- package/scss/toolbar/_theme.scss +2 -2
- package/scss/toolbar/_variables.scss +5 -3
- package/scss/tooltip/_variables.scss +5 -5
- package/scss/treeview/_variables.scss +10 -10
- package/scss/upload/_theme.scss +1 -1
- package/scss/upload/_variables.scss +6 -6
- package/scss/wizard/_variables.scss +1 -1
package/dist/all.scss
CHANGED
|
@@ -4,6 +4,724 @@
|
|
|
4
4
|
// #region @import "index.scss"; -> packages/material/scss/index.scss
|
|
5
5
|
// #region @import "core/_index.scss"; -> packages/material/scss/core/_index.scss
|
|
6
6
|
// #region @import "functions/_index.scss"; -> packages/material/scss/core/functions/_index.scss
|
|
7
|
+
$wcag-min-contrast-ratio: 4.5 !default;
|
|
8
|
+
|
|
9
|
+
// #region @import "~@progress/kendo-theme-core/scss/functions/index.import.scss"; -> packages/material/node_modules/@progress/kendo-theme-core/scss/functions/index.import.scss
|
|
10
|
+
// #region @import "_color.import.scss"; -> packages/material/node_modules/@progress/kendo-theme-core/scss/functions/_color.import.scss
|
|
11
|
+
@function k-color-red( $color ) {
|
|
12
|
+
@return red( $color );
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
@function k-color-green( $color ) {
|
|
16
|
+
@return green( $color );
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
@function k-color-blue( $color ) {
|
|
20
|
+
@return blue( $color );
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
@function k-color-mix( $color1, $color2, $weight: 50% ) {
|
|
24
|
+
@return mix( $color1, $color2, $weight );
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
@function k-color-darken( $color, $amount) {
|
|
28
|
+
@return darken( $color, $amount );
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
@function k-color-lighten( $color, $amount) {
|
|
32
|
+
@return lighten( $color, $amount );
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
// #endregion
|
|
36
|
+
// #region @import "_color-contrast.import.scss"; -> packages/material/node_modules/@progress/kendo-theme-core/scss/functions/_color-contrast.import.scss
|
|
37
|
+
// Adapted from https://gist.github.com/sgomes/ccc72f71137fe29039c92c0a9fe9b657
|
|
38
|
+
// Adapted from https://github.com/twbs/bootstrap/commit/03908ea37a55eaa44c12ce5694dddc1630c980b3
|
|
39
|
+
|
|
40
|
+
// Precomputed linear color channel values, for use in contrast calculations.
|
|
41
|
+
// See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
|
|
42
|
+
//
|
|
43
|
+
// Algorithm, for c in 0 to 255:
|
|
44
|
+
// f(c) {
|
|
45
|
+
// c = c / 255;
|
|
46
|
+
// return c < 0.03928 ? c / 12.92 : Math.pow((c + 0.055) / 1.055, 2.4);
|
|
47
|
+
// }
|
|
48
|
+
//
|
|
49
|
+
// This lookup table is needed since there is no `pow` in SASS.
|
|
50
|
+
// stylelint-disable-next-line scss/dollar-variable-default
|
|
51
|
+
$linear-channel-values: (
|
|
52
|
+
0
|
|
53
|
+
.0003035269835488375
|
|
54
|
+
.000607053967097675
|
|
55
|
+
.0009105809506465125
|
|
56
|
+
.00121410793419535
|
|
57
|
+
.0015176349177441874
|
|
58
|
+
.001821161901293025
|
|
59
|
+
.0021246888848418626
|
|
60
|
+
.0024282158683907
|
|
61
|
+
.0027317428519395373
|
|
62
|
+
.003035269835488375
|
|
63
|
+
.003346535763899161
|
|
64
|
+
.003676507324047436
|
|
65
|
+
.004024717018496307
|
|
66
|
+
.004391442037410293
|
|
67
|
+
.004776953480693729
|
|
68
|
+
.005181516702338386
|
|
69
|
+
.005605391624202723
|
|
70
|
+
.006048833022857054
|
|
71
|
+
.006512090792594475
|
|
72
|
+
.006995410187265387
|
|
73
|
+
.007499032043226175
|
|
74
|
+
.008023192985384994
|
|
75
|
+
.008568125618069307
|
|
76
|
+
.009134058702220787
|
|
77
|
+
.00972121732023785
|
|
78
|
+
.010329823029626936
|
|
79
|
+
.010960094006488246
|
|
80
|
+
.011612245179743885
|
|
81
|
+
.012286488356915872
|
|
82
|
+
.012983032342173012
|
|
83
|
+
.013702083047289686
|
|
84
|
+
.014443843596092545
|
|
85
|
+
.01520851442291271
|
|
86
|
+
.01599629336550963
|
|
87
|
+
.016807375752887384
|
|
88
|
+
.017641954488384078
|
|
89
|
+
.018500220128379697
|
|
90
|
+
.019382360956935723
|
|
91
|
+
.0202885630566524
|
|
92
|
+
.021219010376003555
|
|
93
|
+
.022173884793387385
|
|
94
|
+
.02315336617811041
|
|
95
|
+
.024157632448504756
|
|
96
|
+
.02518685962736163
|
|
97
|
+
.026241221894849898
|
|
98
|
+
.027320891639074894
|
|
99
|
+
.028426039504420793
|
|
100
|
+
.0295568344378088
|
|
101
|
+
.030713443732993635
|
|
102
|
+
.03189603307301153
|
|
103
|
+
.033104766570885055
|
|
104
|
+
.03433980680868217
|
|
105
|
+
.03560131487502034
|
|
106
|
+
.03688945040110004
|
|
107
|
+
.0382043715953465
|
|
108
|
+
.03954623527673284
|
|
109
|
+
.04091519690685319
|
|
110
|
+
.042311410620809675
|
|
111
|
+
.043735029256973465
|
|
112
|
+
.04518620438567554
|
|
113
|
+
.046665086336880095
|
|
114
|
+
.04817182422688942
|
|
115
|
+
.04970656598412723
|
|
116
|
+
.05126945837404324
|
|
117
|
+
.052860647023180246
|
|
118
|
+
.05448027644244237
|
|
119
|
+
.05612849004960009
|
|
120
|
+
.05780543019106723
|
|
121
|
+
.0595112381629812
|
|
122
|
+
.06124605423161761
|
|
123
|
+
.06301001765316767
|
|
124
|
+
.06480326669290577
|
|
125
|
+
.06662593864377289
|
|
126
|
+
.06847816984440017
|
|
127
|
+
.07036009569659588
|
|
128
|
+
.07227185068231748
|
|
129
|
+
.07421356838014963
|
|
130
|
+
.07618538148130785
|
|
131
|
+
.07818742180518633
|
|
132
|
+
.08021982031446832
|
|
133
|
+
.0822827071298148
|
|
134
|
+
.08437621154414882
|
|
135
|
+
.08650046203654976
|
|
136
|
+
.08865558628577294
|
|
137
|
+
.09084171118340768
|
|
138
|
+
.09305896284668745
|
|
139
|
+
.0953074666309647
|
|
140
|
+
.09758734714186246
|
|
141
|
+
.09989872824711389
|
|
142
|
+
.10224173308810132
|
|
143
|
+
.10461648409110419
|
|
144
|
+
.10702310297826761
|
|
145
|
+
.10946171077829933
|
|
146
|
+
.1119324278369056
|
|
147
|
+
.11443537382697373
|
|
148
|
+
.11697066775851084
|
|
149
|
+
.11953842798834562
|
|
150
|
+
.12213877222960187
|
|
151
|
+
.12477181756095049
|
|
152
|
+
.12743768043564743
|
|
153
|
+
.1301364766903643
|
|
154
|
+
.13286832155381798
|
|
155
|
+
.13563332965520566
|
|
156
|
+
.13843161503245183
|
|
157
|
+
.14126329114027164
|
|
158
|
+
.14412847085805777
|
|
159
|
+
.14702726649759498
|
|
160
|
+
.14995978981060856
|
|
161
|
+
.15292615199615017
|
|
162
|
+
.1559264637078274
|
|
163
|
+
.1589608350608804
|
|
164
|
+
.162029375639111
|
|
165
|
+
.1651321945016676
|
|
166
|
+
.16826940018969075
|
|
167
|
+
.1714411007328226
|
|
168
|
+
.17464740365558504
|
|
169
|
+
.17788841598362912
|
|
170
|
+
.18116424424986022
|
|
171
|
+
.184474994500441
|
|
172
|
+
.18782077230067787
|
|
173
|
+
.19120168274079138
|
|
174
|
+
.1946178304415758
|
|
175
|
+
.19806931955994886
|
|
176
|
+
.20155625379439707
|
|
177
|
+
.20507873639031693
|
|
178
|
+
.20863687014525575
|
|
179
|
+
.21223075741405523
|
|
180
|
+
.21586050011389926
|
|
181
|
+
.2195261997292692
|
|
182
|
+
.2232279573168085
|
|
183
|
+
.22696587351009836
|
|
184
|
+
.23074004852434915
|
|
185
|
+
.23455058216100522
|
|
186
|
+
.238397573812271
|
|
187
|
+
.24228112246555486
|
|
188
|
+
.24620132670783548
|
|
189
|
+
.25015828472995344
|
|
190
|
+
.25415209433082675
|
|
191
|
+
.2581828529215958
|
|
192
|
+
.26225065752969623
|
|
193
|
+
.26635560480286247
|
|
194
|
+
.2704977910130658
|
|
195
|
+
.27467731206038465
|
|
196
|
+
.2788942634768104
|
|
197
|
+
.2831487404299921
|
|
198
|
+
.2874408377269175
|
|
199
|
+
.29177064981753587
|
|
200
|
+
.2961382707983211
|
|
201
|
+
.3005437944157765
|
|
202
|
+
.3049873140698863
|
|
203
|
+
.30946892281750854
|
|
204
|
+
.31398871337571754
|
|
205
|
+
.31854677812509186
|
|
206
|
+
.32314320911295075
|
|
207
|
+
.3277780980565422
|
|
208
|
+
.33245153634617935
|
|
209
|
+
.33716361504833037
|
|
210
|
+
.3419144249086609
|
|
211
|
+
.3467040563550296
|
|
212
|
+
.35153259950043936
|
|
213
|
+
.3564001441459435
|
|
214
|
+
.3613067797835095
|
|
215
|
+
.3662525955988395
|
|
216
|
+
.3712376804741491
|
|
217
|
+
.3762621229909065
|
|
218
|
+
.38132601143253014
|
|
219
|
+
.386429433787049
|
|
220
|
+
.39157247774972326
|
|
221
|
+
.39675523072562685
|
|
222
|
+
.4019777798321958
|
|
223
|
+
.4072402119017367
|
|
224
|
+
.41254261348390375
|
|
225
|
+
.4178850708481375
|
|
226
|
+
.4232676699860717
|
|
227
|
+
.4286904966139066
|
|
228
|
+
.43415363617474895
|
|
229
|
+
.4396571738409188
|
|
230
|
+
.44520119451622786
|
|
231
|
+
.45078578283822346
|
|
232
|
+
.45641102318040466
|
|
233
|
+
.4620769996544071
|
|
234
|
+
.467783796112159
|
|
235
|
+
.47353149614800955
|
|
236
|
+
.4793201831008268
|
|
237
|
+
.4851499400560704
|
|
238
|
+
.4910208498478356
|
|
239
|
+
.4969329950608704
|
|
240
|
+
.5028864580325687
|
|
241
|
+
.5088813208549338
|
|
242
|
+
.5149176653765214
|
|
243
|
+
.5209955732043543
|
|
244
|
+
.5271151257058131
|
|
245
|
+
.5332764040105052
|
|
246
|
+
.5394794890121072
|
|
247
|
+
.5457244613701866
|
|
248
|
+
.5520114015120001
|
|
249
|
+
.5583403896342679
|
|
250
|
+
.5647115057049292
|
|
251
|
+
.5711248294648731
|
|
252
|
+
.5775804404296506
|
|
253
|
+
.5840784178911641
|
|
254
|
+
.5906188409193369
|
|
255
|
+
.5972017883637634
|
|
256
|
+
.6038273388553378
|
|
257
|
+
.6104955708078648
|
|
258
|
+
.6172065624196511
|
|
259
|
+
.6239603916750761
|
|
260
|
+
.6307571363461468
|
|
261
|
+
.6375968739940326
|
|
262
|
+
.6444796819705821
|
|
263
|
+
.6514056374198242
|
|
264
|
+
.6583748172794485
|
|
265
|
+
.665387298282272
|
|
266
|
+
.6724431569576875
|
|
267
|
+
.6795424696330938
|
|
268
|
+
.6866853124353135
|
|
269
|
+
.6938717612919899
|
|
270
|
+
.7011018919329731
|
|
271
|
+
.7083757798916868
|
|
272
|
+
.7156935005064807
|
|
273
|
+
.7230551289219693
|
|
274
|
+
.7304607400903537
|
|
275
|
+
.7379104087727308
|
|
276
|
+
.7454042095403874
|
|
277
|
+
.7529422167760779
|
|
278
|
+
.7605245046752924
|
|
279
|
+
.768151147247507
|
|
280
|
+
.7758222183174236
|
|
281
|
+
.7835377915261935
|
|
282
|
+
.7912979403326302
|
|
283
|
+
.799102738014409
|
|
284
|
+
.8069522576692516
|
|
285
|
+
.8148465722161012
|
|
286
|
+
.8227857543962835
|
|
287
|
+
.8307698767746546
|
|
288
|
+
.83879901174074
|
|
289
|
+
.846873231509858
|
|
290
|
+
.8549926081242338
|
|
291
|
+
.8631572134541023
|
|
292
|
+
.8713671191987972
|
|
293
|
+
.8796223968878317
|
|
294
|
+
.8879231178819663
|
|
295
|
+
.8962693533742664
|
|
296
|
+
.9046611743911496
|
|
297
|
+
.9130986517934192
|
|
298
|
+
.9215818562772946
|
|
299
|
+
.9301108583754237
|
|
300
|
+
.938685728457888
|
|
301
|
+
.9473065367331999
|
|
302
|
+
.9559733532492861
|
|
303
|
+
.9646862478944651
|
|
304
|
+
.9734452903984125
|
|
305
|
+
.9822505503331171
|
|
306
|
+
.9911020971138298
|
|
307
|
+
1
|
|
308
|
+
);
|
|
309
|
+
|
|
310
|
+
// The contrast ratio to reach against white, to determine if color changes from "light" to "dark".
|
|
311
|
+
// Acceptable values for WCAG 2.0 are 3, 4.5 and 7.
|
|
312
|
+
// See https://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast
|
|
313
|
+
// See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
|
|
314
|
+
$wcag-min-contrast-ratio: 7 !default;
|
|
315
|
+
$wcag-dark: black !default;
|
|
316
|
+
$wcag-light: white !default;
|
|
317
|
+
|
|
318
|
+
// Calculate the luminance for a color.
|
|
319
|
+
// See https://www.w3.org/TR/WCAG/#dfn-relative-luminance
|
|
320
|
+
// See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
|
|
321
|
+
@function k-color-luminance( $color ) {
|
|
322
|
+
$red: k-list-nth( $linear-channel-values, k-color-red( $color ) + 1 );
|
|
323
|
+
$green: k-list-nth( $linear-channel-values, k-color-green( $color ) + 1 );
|
|
324
|
+
$blue: k-list-nth( $linear-channel-values, k-color-blue( $color ) + 1 );
|
|
325
|
+
|
|
326
|
+
@return .2126 * $red + .7152 * $green + .0722 * $blue;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
// Calculate the luminance for a color.
|
|
330
|
+
// See https://www.w3.org/TR/WCAG/#dfn-contrast-ratio
|
|
331
|
+
// See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
|
|
332
|
+
@function k-color-contrast-ratio( $background, $foreground ) {
|
|
333
|
+
// sass-lint:disable-block variable-name-format
|
|
334
|
+
$backLum: k-color-luminance( $background ) + .05;
|
|
335
|
+
$foreLum: k-color-luminance( $foreground ) + .05;
|
|
336
|
+
|
|
337
|
+
@return k-math-div( k-math-max( $backLum, $foreLum ), k-math-min( $backLum, $foreLum ) );
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
@function k-is-dark( $color ) {
|
|
341
|
+
@return if( k-color-luminance( $color ) < .5, true, false );
|
|
342
|
+
}
|
|
343
|
+
@function k-is-light( $color ) {
|
|
344
|
+
@return if( k-color-luminance( $color ) < .5, false, true );
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
// Contrast functions
|
|
349
|
+
@function k-contrast-color( $background, $dark: $wcag-dark, $light: $wcag-light, $min-ratio: $wcag-min-contrast-ratio ) {
|
|
350
|
+
$foregrounds: $light, $dark, #ffffff, #000000;
|
|
351
|
+
$max-ratio: 0;
|
|
352
|
+
$max-ratio-color: null;
|
|
353
|
+
|
|
354
|
+
@each $color in $foregrounds {
|
|
355
|
+
$contrast-ratio: k-color-contrast-ratio( $background, $color );
|
|
356
|
+
|
|
357
|
+
@if ( $contrast-ratio > $min-ratio ) {
|
|
358
|
+
@return $color;
|
|
359
|
+
} @else if ( $contrast-ratio > $max-ratio ) {
|
|
360
|
+
$max-ratio: $contrast-ratio;
|
|
361
|
+
$max-ratio-color: $color;
|
|
362
|
+
}
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
// sass-lint:disable-block no-warn
|
|
366
|
+
@warn "Found no color leading to #{$min-ratio}:1 contrast ratio against #{$background}...";
|
|
367
|
+
|
|
368
|
+
@return $max-ratio-color;
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
// #endregion
|
|
372
|
+
// #region @import "_color-manipulation.import.scss"; -> packages/material/node_modules/@progress/kendo-theme-core/scss/functions/_color-manipulation.import.scss
|
|
373
|
+
/// Set a specific jump point for requesting color jumps
|
|
374
|
+
/// @group color-system
|
|
375
|
+
/// @access private
|
|
376
|
+
$kendo-color-level-step: 8% !default;
|
|
377
|
+
|
|
378
|
+
@function k-color-level( $color, $level: 0 ) {
|
|
379
|
+
|
|
380
|
+
@if ( $level == 0 ) or ( $level == 0% ) {
|
|
381
|
+
@return $color;
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
$base: if( $level < 0, #ffffff, #000000 );
|
|
385
|
+
$level: k-math-abs( $level );
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
@if ( k-math-unit($level) == "%" ) {
|
|
389
|
+
@return k-color-mix( $base, $color, $level );
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
@return k-color-mix( $base, $color, $level * $kendo-color-level-step );
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
@function k-color-tint( $color, $level: 1 ) {
|
|
396
|
+
@return k-color-level( $color, -$level );
|
|
397
|
+
}
|
|
398
|
+
@function k-color-shade( $color, $level: 1 ) {
|
|
399
|
+
@return k-color-level( $color, $level );
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
@function k-try-shade( $color, $level: 1 ) {
|
|
403
|
+
$dark-theme: if( variable-exists( dark-theme ), $dark-theme, false );
|
|
404
|
+
|
|
405
|
+
@if $dark-theme {
|
|
406
|
+
@return k-color-tint( $color, $level );
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
@return k-color-shade( $color, $level );
|
|
410
|
+
}
|
|
411
|
+
@function k-try-tint( $color, $level: 1 ) {
|
|
412
|
+
$dark-theme: if( variable-exists( dark-theme ), $dark-theme, false );
|
|
413
|
+
|
|
414
|
+
@if $dark-theme {
|
|
415
|
+
@return k-color-shade( $color, $level );
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
@return k-color-tint( $color, $level );
|
|
419
|
+
}
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
@function k-try-darken( $color, $amount ) {
|
|
423
|
+
$dark-theme: if( variable-exists( dark-theme ), $dark-theme, false );
|
|
424
|
+
|
|
425
|
+
@if $dark-theme {
|
|
426
|
+
@return k-color-lighten( $color, $amount );
|
|
427
|
+
}
|
|
428
|
+
@return k-color-darken( $color, $amount );
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
@function k-try-lighten( $color, $amount ) {
|
|
432
|
+
$dark-theme: if( variable-exists( dark-theme ), $dark-theme, false );
|
|
433
|
+
|
|
434
|
+
@if $dark-theme {
|
|
435
|
+
@return k-color-darken( $color, $amount );
|
|
436
|
+
}
|
|
437
|
+
@return k-color-lighten( $color, $amount );
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
// TODO: Remove this function or rethink the logic
|
|
441
|
+
@function k-true-mix( $color1, $color2, $weight: 50% ) {
|
|
442
|
+
@return k-color-mix( rgba( $color1, 1 ), rgba( $color2, 1 ), $weight );
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
// #endregion
|
|
446
|
+
// #region @import "_list.import.scss"; -> packages/material/node_modules/@progress/kendo-theme-core/scss/functions/_list.import.scss
|
|
447
|
+
@function k-list-append( $list, $val, $separator: auto ) {
|
|
448
|
+
@return append( $list, $val, $separator );
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
@function k-list-index( $list, $value ) {
|
|
452
|
+
@return index( $list, $value );
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
@function k-list-is-bracketed( $list ) {
|
|
456
|
+
@return is-bracketed( $list );
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
@function k-list-join( $list1, $list2, $separator: auto, $bracketed: auto ) {
|
|
460
|
+
@return join( $list1, $list2, $separator, $bracketed );
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
@function k-list-length( $list ) {
|
|
464
|
+
@return length( $list );
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
@function k-list-nth( $list, $n ) {
|
|
468
|
+
@return nth( $list, $n );
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
@function k-list-separator( $list ) {
|
|
472
|
+
@return list-separator( $list );
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
@function k-list-set-nth( $list, $n, $value ) {
|
|
476
|
+
@return set-nth( $list, $n, $value );
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
@function k-list-zip( $lists... ) {
|
|
480
|
+
@return zip( $lists... );
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
// #endregion
|
|
484
|
+
// #region @import "_math.import.scss"; -> packages/material/node_modules/@progress/kendo-theme-core/scss/functions/_math.import.scss
|
|
485
|
+
@function k-math-abs( $number ) {
|
|
486
|
+
@return abs( $number );
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
@function k-math-ceil( $number ) {
|
|
490
|
+
@return ceil( $number );
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
@function k-math-clamp( $value, $min, $max ) {
|
|
494
|
+
@return k-math-max( $min, k-math-min( $max, $value ) );
|
|
495
|
+
}
|
|
496
|
+
|
|
497
|
+
@function k-math-compatible( $a, $b ) {
|
|
498
|
+
@return comparable( $a, $b );
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
@function k-math-div( $a, $b ) {
|
|
502
|
+
@return ( $a / $b );
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
@function k-math-is-unitless( $number ) {
|
|
506
|
+
@return unitless( $number );
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
@function k-math-max( $a, $b ) {
|
|
510
|
+
@return max( $a, $b );
|
|
511
|
+
}
|
|
512
|
+
|
|
513
|
+
@function k-math-min( $a, $b ) {
|
|
514
|
+
@return min( $a, $b );
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
@function k-math-mod( $a, $b ) {
|
|
518
|
+
@return ( $a % $b );
|
|
519
|
+
}
|
|
520
|
+
|
|
521
|
+
@function k-math-mul( $a, $b ) {
|
|
522
|
+
@return ( $a * $b );
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
@function k-math-percentage( $number ) {
|
|
526
|
+
@return ( $number * 100% );
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
@function k-math-pow( $x, $n ) {
|
|
530
|
+
$ret: 1;
|
|
531
|
+
|
|
532
|
+
@if ( $n == 0 ) {
|
|
533
|
+
@return $ret;
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
@if ( $n > 0 ) {
|
|
537
|
+
@for $i from 1 through $n {
|
|
538
|
+
$ret: $ret * $x;
|
|
539
|
+
}
|
|
540
|
+
@return $ret;
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
@for $i from $n to 0 {
|
|
544
|
+
$ret: k-math-div( $ret, $x );
|
|
545
|
+
}
|
|
546
|
+
@return $ret;
|
|
547
|
+
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
@function k-math-random( $limit: null ) {
|
|
551
|
+
@if ( $limit == null ) {
|
|
552
|
+
@return random();
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
@return random( $limit );
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
@function k-math-round( $number, $precision: 0 ) {
|
|
559
|
+
|
|
560
|
+
@if ( $precision == 0 ) {
|
|
561
|
+
@return round( $number );
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
$pow: k-math-pow( 10, $precision );
|
|
565
|
+
|
|
566
|
+
@return k-math-div( round( $number * $pow ), $pow );
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
@function k-math-unit( $number ) {
|
|
570
|
+
@return unit( $number );
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
@function k-math-strip-unit($number) {
|
|
574
|
+
@if ( k-meta-type-of( $number ) == "number" ) and not k-math-is-unitless( $number ) {
|
|
575
|
+
@return k-math-div( $number, 1 * k-math-unit( $number) );
|
|
576
|
+
}
|
|
577
|
+
|
|
578
|
+
@return $number;
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
// #endregion
|
|
582
|
+
// #region @import "_map.import.scss"; -> packages/material/node_modules/@progress/kendo-theme-core/scss/functions/_map.import.scss
|
|
583
|
+
@function k-map-get( $map, $keys... ) {
|
|
584
|
+
@each $key in $keys {
|
|
585
|
+
$map: map-get( $map, $key );
|
|
586
|
+
}
|
|
587
|
+
@return $map;
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
@function k-map-has-key( $map, $key ) {
|
|
591
|
+
@return map-has-key( $map, $key );
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
@function k-map-keys( $map ) {
|
|
595
|
+
@return map-keys( $map );
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
@function k-map-merge( $map, $args... ) {
|
|
599
|
+
@each $arg in $args {
|
|
600
|
+
$map: map-merge( $map, $arg );
|
|
601
|
+
}
|
|
602
|
+
@return $map;
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
@function k-map-remove( $map, $keys... ) {
|
|
606
|
+
@return map-remove( $map, $keys... );
|
|
607
|
+
}
|
|
608
|
+
|
|
609
|
+
@function k-map-set( $map, $key, $value ) {
|
|
610
|
+
@return k-map-merge( $map, ( $key: $value ) );
|
|
611
|
+
}
|
|
612
|
+
|
|
613
|
+
@function k-map-values( $map ) {
|
|
614
|
+
@return map-values( $map );
|
|
615
|
+
}
|
|
616
|
+
|
|
617
|
+
// #endregion
|
|
618
|
+
// #region @import "_meta.import.scss"; -> packages/material/node_modules/@progress/kendo-theme-core/scss/functions/_meta.import.scss
|
|
619
|
+
// Adapted from https://css-tricks.com/snippets/sass/advanced-type-checking/
|
|
620
|
+
|
|
621
|
+
@function k-meta-type-of( $value ) {
|
|
622
|
+
@return type-of( $value );
|
|
623
|
+
}
|
|
624
|
+
|
|
625
|
+
@function k-meta-is-number( $value ) {
|
|
626
|
+
@return k-meta-type-of( $value ) == "number";
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
@function k-meta-is-integer( $value ) {
|
|
630
|
+
@return k-meta-is-number( $value ) and k-math-round( $value ) == $value;
|
|
631
|
+
}
|
|
632
|
+
|
|
633
|
+
@function k-meta-is-time( $value ) {
|
|
634
|
+
@return k-meta-is-number( $value ) and k-string-index( "ms" "s", k-math-unit( $value ) ) != null;
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
@function k-meta-is-duration( $value ) {
|
|
638
|
+
@return k-meta-is-time( $value );
|
|
639
|
+
}
|
|
640
|
+
|
|
641
|
+
@function k-meta-is-angle( $value ) {
|
|
642
|
+
@return k-meta-is-number( $value ) and k-string-index( "deg" "rad" "grad" "turn", k-math-unit( $value ) ) != null;
|
|
643
|
+
}
|
|
644
|
+
|
|
645
|
+
@function k-meta-is-frequency( $value ) {
|
|
646
|
+
@return k-meta-is-number( $value ) and k-string-index( "Hz" "kHz", k-math-unit( $value ) ) != null;
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
@function k-meta-is-relative-length( $value ) {
|
|
650
|
+
@return k-meta-is-number( $value ) and k-string-index( "em" "ex" "ch" "rem" "vw" "vh" "vmin" "vmax", k-math-unit( $value ) ) != null;
|
|
651
|
+
}
|
|
652
|
+
|
|
653
|
+
@function k-meta-is-absolute-length( $value ) {
|
|
654
|
+
@return k-meta-is-number( $value ) and k-string-index( "cm" "mm" "in" "px" "pt" "pc", k-math-unit( $value ) ) != null;
|
|
655
|
+
}
|
|
656
|
+
|
|
657
|
+
@function k-meta-is-percentage( $value ) {
|
|
658
|
+
@return k-meta-is-number( $value ) and k-math-unit( $value ) == "%";
|
|
659
|
+
}
|
|
660
|
+
|
|
661
|
+
@function k-meta-is-length( $value ) {
|
|
662
|
+
@return k-meta-is-relative-length( $value ) or k-meta-is-absolute-length( $value );
|
|
663
|
+
}
|
|
664
|
+
|
|
665
|
+
@function k-meta-is-resolution( $value ) {
|
|
666
|
+
@return k-meta-is-number( $value ) and k-string-index( "dpi" "dpcm" "dppx", k-math-unit( $value ) ) != null;
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
@function k-meta-is-position( $value ) {
|
|
670
|
+
@return k-meta-is-length( $value ) or k-meta-is-percentage( $value ) or k-string-index( "top" "right" "bottom" "left" "center", $value ) != null;
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
// #endregion
|
|
674
|
+
// #region @import "_string.import.scss"; -> packages/material/node_modules/@progress/kendo-theme-core/scss/functions/_string.import.scss
|
|
675
|
+
@function k-string-index( $string, $substring ) {
|
|
676
|
+
@return str-index( $string, $substring );
|
|
677
|
+
}
|
|
678
|
+
|
|
679
|
+
@function k-string-insert( $string, $insert, $index ) {
|
|
680
|
+
@return str-insert( $string, $insert, $index );
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
@function k-string-length( $string ) {
|
|
684
|
+
@return str-length( $string );
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
@function k-string-quote( $string ) {
|
|
688
|
+
@return quote( $string );
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
// See https://www.sassmeister.com/gist/1b4f2da5527830088e4d
|
|
692
|
+
@function k-string-replace( $string, $search, $replace: "" ) {
|
|
693
|
+
$index: k-string-index( $string, $search );
|
|
694
|
+
|
|
695
|
+
@if $index {
|
|
696
|
+
@return k-string-slice( $string, 1, $index - 1 ) + $replace + k-string-replace( k-string-slice( $string, $index + k-string-length( $search ) ), $search, $replace );
|
|
697
|
+
}
|
|
698
|
+
|
|
699
|
+
@return $string;
|
|
700
|
+
}
|
|
701
|
+
|
|
702
|
+
@function k-string-slice( $string, $start-at, $end-at: -1 ) {
|
|
703
|
+
@return str-slice( $string, $start-at, $end-at );
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
@function k-string-to-lower-case( $string ) {
|
|
707
|
+
@return to-lower-case( $string );
|
|
708
|
+
}
|
|
709
|
+
|
|
710
|
+
@function k-string-to-upper-case( $string ) {
|
|
711
|
+
@return to-upper-case( $string );
|
|
712
|
+
}
|
|
713
|
+
|
|
714
|
+
@function k-string-unique-id() {
|
|
715
|
+
@return unique-id();
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
@function k-string-unquote( $string ) {
|
|
719
|
+
@return unquote( $string );
|
|
720
|
+
}
|
|
721
|
+
|
|
722
|
+
// #endregion
|
|
723
|
+
|
|
724
|
+
// #endregion
|
|
7
725
|
// #region @import "~@progress/kendo-theme-default/scss/core/functions/_index.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/core/functions/_index.scss
|
|
8
726
|
// #region @import "_math.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/core/functions/_math.scss
|
|
9
727
|
@function decimal-round($float, $digits: 2) {
|
|
@@ -872,8 +1590,8 @@ $_kendo-imported-modules: ();
|
|
|
872
1590
|
// Infinite calendar and timepicker
|
|
873
1591
|
@mixin hide-scrollbar($dir: "right", $max-scrollbar: 100px) {
|
|
874
1592
|
// anything larger than the scrollbar width will do
|
|
875
|
-
$scrollbar-size:
|
|
876
|
-
$margin:
|
|
1593
|
+
$scrollbar-size: var( --kendo-scrollbar-width, #{$default-scrollbar-width} );
|
|
1594
|
+
$margin: calc( -#{$max-scrollbar} - #{$scrollbar-size} );
|
|
877
1595
|
|
|
878
1596
|
padding-right: $max-scrollbar;
|
|
879
1597
|
padding-left: $max-scrollbar;
|
|
@@ -914,16 +1632,16 @@ $gradient-white-to-transparent: white, rgba( white, 0); // stylelint-disable-lin
|
|
|
914
1632
|
|
|
915
1633
|
$gradient-rainbow: #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000; // stylelint-disable-line scss/dollar-variable-default
|
|
916
1634
|
|
|
917
|
-
$dark-primary-text: rgba(
|
|
918
|
-
$dark-secondary-text: rgba(
|
|
919
|
-
$dark-disabled-text: rgba(
|
|
920
|
-
$dark-dividers: rgba(
|
|
921
|
-
$dark-focused: rgba(
|
|
1635
|
+
$dark-primary-text: rgba( black, .87 ) !default;
|
|
1636
|
+
$dark-secondary-text: rgba( black, .54 ) !default;
|
|
1637
|
+
$dark-disabled-text: rgba( black, .38 ) !default;
|
|
1638
|
+
$dark-dividers: rgba( black, .12 ) !default;
|
|
1639
|
+
$dark-focused: rgba( black, .12 ) !default;
|
|
922
1640
|
$light-primary-text: $white !default;
|
|
923
|
-
$light-secondary-text: rgba(
|
|
924
|
-
$light-disabled-text: rgba(
|
|
925
|
-
$light-dividers: rgba(
|
|
926
|
-
$light-focused: rgba(
|
|
1641
|
+
$light-secondary-text: rgba( white, .7 ) !default;
|
|
1642
|
+
$light-disabled-text: rgba( white, .5 ) !default;
|
|
1643
|
+
$light-dividers: rgba( white, .12 ) !default;
|
|
1644
|
+
$light-focused: rgba( white, .12 ) !default;
|
|
927
1645
|
|
|
928
1646
|
$palettes: (
|
|
929
1647
|
|
|
@@ -968,7 +1686,7 @@ $palettes: (
|
|
|
968
1686
|
200: #f48fb1,
|
|
969
1687
|
300: #f06292,
|
|
970
1688
|
400: #ec407a,
|
|
971
|
-
500: #e51a5f, //
|
|
1689
|
+
500: #e51a5f, // originally it was #e91e63, but changed for better contrast against white
|
|
972
1690
|
600: #d81b60,
|
|
973
1691
|
700: #c2185b,
|
|
974
1692
|
800: #ad1457,
|
|
@@ -1576,15 +2294,15 @@ $palettes: (
|
|
|
1576
2294
|
) !default;
|
|
1577
2295
|
|
|
1578
2296
|
@function get-base-palette($name) {
|
|
1579
|
-
@return map-get( $palettes, $name );
|
|
2297
|
+
@return k-map-get( $palettes, $name );
|
|
1580
2298
|
}
|
|
1581
2299
|
|
|
1582
2300
|
@function get-base-hue($palette, $hue) {
|
|
1583
|
-
@return map-get( get-base-palette( $palette ), $hue );
|
|
2301
|
+
@return k-map-get( get-base-palette( $palette ), $hue );
|
|
1584
2302
|
}
|
|
1585
2303
|
|
|
1586
2304
|
@function get-base-contrast($palette, $hue) {
|
|
1587
|
-
@return map-get( map-get( get-base-palette($palette), contrast), $hue );
|
|
2305
|
+
@return k-map-get( k-map-get( get-base-palette($palette), contrast), $hue );
|
|
1588
2306
|
}
|
|
1589
2307
|
|
|
1590
2308
|
$material-dark-complimentary: (
|
|
@@ -1597,8 +2315,8 @@ $material-dark-complimentary: (
|
|
|
1597
2315
|
component-text: $light-primary-text,
|
|
1598
2316
|
component-border: $light-dividers,
|
|
1599
2317
|
base-bg: get-base-hue( gray, 900 ),
|
|
1600
|
-
hover-bg: rgba(
|
|
1601
|
-
focus-bg: rgba(
|
|
2318
|
+
hover-bg: rgba( white, .08 ),
|
|
2319
|
+
focus-bg: rgba( white, .24 ),
|
|
1602
2320
|
elevation: $black
|
|
1603
2321
|
) !default;
|
|
1604
2322
|
|
|
@@ -1613,15 +2331,15 @@ $material-light-complimentary: (
|
|
|
1613
2331
|
component-text: $dark-primary-text,
|
|
1614
2332
|
component-border: $dark-dividers,
|
|
1615
2333
|
base-bg: $white,
|
|
1616
|
-
hover-bg: rgba(
|
|
1617
|
-
focus-bg: rgba(
|
|
2334
|
+
hover-bg: rgba( black, .04 ),
|
|
2335
|
+
focus-bg: rgba( black, .12 ),
|
|
1618
2336
|
elevation: $black
|
|
1619
2337
|
) !default;
|
|
1620
2338
|
|
|
1621
2339
|
|
|
1622
2340
|
// For a given hue in a palette, return the contrast color from the map of contrast palettes.
|
|
1623
2341
|
@function material-contrast($palette, $hue) {
|
|
1624
|
-
@return map-get(map-get($palette, contrast), $hue);
|
|
2342
|
+
@return k-map-get(k-map-get($palette, contrast), $hue);
|
|
1625
2343
|
}
|
|
1626
2344
|
|
|
1627
2345
|
// Creates a map of hues to colors for a theme. This is used to define a theme palette in terms
|
|
@@ -1649,11 +2367,11 @@ $material-light-complimentary: (
|
|
|
1649
2367
|
}
|
|
1650
2368
|
|
|
1651
2369
|
// stylelint-disable-next-line function-comma-newline-after
|
|
1652
|
-
$result: map-merge($base-palette, (
|
|
2370
|
+
$result: k-map-merge($base-palette, (
|
|
1653
2371
|
// sass-lint:disable-block indentation
|
|
1654
|
-
main: map-get($base-palette, $main),
|
|
1655
|
-
lighter: map-get($base-palette, $lighter),
|
|
1656
|
-
darker: map-get($base-palette, $darker),
|
|
2372
|
+
main: k-map-get($base-palette, $main),
|
|
2373
|
+
lighter: k-map-get($base-palette, $lighter),
|
|
2374
|
+
darker: k-map-get($base-palette, $darker),
|
|
1657
2375
|
main-contrast: material-contrast($base-palette, $main),
|
|
1658
2376
|
lighter-contrast: material-contrast($base-palette, $lighter),
|
|
1659
2377
|
darker-contrast: material-contrast($base-palette, $darker)
|
|
@@ -1662,7 +2380,7 @@ $material-light-complimentary: (
|
|
|
1662
2380
|
// For each hue in the palette, add a "-contrast" color to the map.
|
|
1663
2381
|
@each $hue, $color in $base-palette {
|
|
1664
2382
|
// stylelint-disable-next-line function-comma-newline-after
|
|
1665
|
-
$result: map-merge($result, (
|
|
2383
|
+
$result: k-map-merge($result, (
|
|
1666
2384
|
// sass-lint:disable-block indentation
|
|
1667
2385
|
"#{$hue}-contrast": material-contrast($base-palette, $hue)
|
|
1668
2386
|
));
|
|
@@ -1687,16 +2405,16 @@ $material-light-complimentary: (
|
|
|
1687
2405
|
@return material-color($palette, main, $hue);
|
|
1688
2406
|
}
|
|
1689
2407
|
|
|
1690
|
-
$color: map-get($palette, $hue);
|
|
2408
|
+
$color: k-map-get($palette, $hue);
|
|
1691
2409
|
$opacity: if($opacity == null, opacity($color), $opacity);
|
|
1692
2410
|
|
|
1693
|
-
@return rgba($color, $opacity);
|
|
2411
|
+
@return rgba( $color, $opacity );
|
|
1694
2412
|
}
|
|
1695
2413
|
|
|
1696
2414
|
// Creates a container object for a light theme to be given to individual component theme mixins.
|
|
1697
2415
|
@function material-theme($primary, $secondary, $theme-type, $warn: material-palette(red)) {
|
|
1698
2416
|
$complimentary: if($theme-type == dark, $material-dark-complimentary, $material-light-complimentary);
|
|
1699
|
-
@return map-merge((
|
|
2417
|
+
@return k-map-merge((
|
|
1700
2418
|
// sass-lint:disable-block indentation
|
|
1701
2419
|
primary: $primary,
|
|
1702
2420
|
secondary: $secondary,
|
|
@@ -1787,7 +2505,7 @@ $theme: material-theme(
|
|
|
1787
2505
|
|
|
1788
2506
|
/// Color of shadows
|
|
1789
2507
|
/// @group shadows
|
|
1790
|
-
$elevation: map-get( $theme, elevation ) !default;
|
|
2508
|
+
$elevation: k-map-get( $theme, elevation ) !default;
|
|
1791
2509
|
/// Shadow for switch.
|
|
1792
2510
|
/// Equivalent to material elevation 1.
|
|
1793
2511
|
/// @group shadows
|
|
@@ -1813,7 +2531,7 @@ $box-shadow-depth-5: 0 11px 15px -7px rgba( $elevation, .2 ), 0 24px 38px 3px rg
|
|
|
1813
2531
|
// Icons
|
|
1814
2532
|
$icon-size: 16px !default;
|
|
1815
2533
|
$icon-size-lg: 32px !default;
|
|
1816
|
-
$icon-spacing: map-get( $spacing, 2 ) !default;
|
|
2534
|
+
$icon-spacing: k-map-get( $spacing, 2 ) !default;
|
|
1817
2535
|
|
|
1818
2536
|
/// The URL to the icon font that will be used by the theme
|
|
1819
2537
|
/// The default value of `null` embeds the package font with a `data:` URL
|
|
@@ -1824,14 +2542,14 @@ $icon-font-url: null !default;
|
|
|
1824
2542
|
// Metrics
|
|
1825
2543
|
$padding-x: 16px !default;
|
|
1826
2544
|
$padding-y: 4px !default;
|
|
1827
|
-
$padding-x-sm: $padding-x
|
|
1828
|
-
$padding-y-sm: $padding-y
|
|
2545
|
+
$padding-x-sm: k-math-div( $padding-x, 2 ) !default;
|
|
2546
|
+
$padding-y-sm: k-math-div( $padding-y, 2 ) !default;
|
|
1829
2547
|
$padding-x-lg: $padding-x * 1.5 !default;
|
|
1830
2548
|
$padding-y-lg: $padding-y * 1.5 !default;
|
|
1831
2549
|
|
|
1832
2550
|
/// Border radius for all components.
|
|
1833
|
-
$kendo-border-radius: map-get( $spacing, 1 ) !default;
|
|
1834
|
-
$kendo-border-radius-sm: $kendo-border-radius
|
|
2551
|
+
$kendo-border-radius: k-map-get( $spacing, 1 ) !default;
|
|
2552
|
+
$kendo-border-radius-sm: k-math-div( $kendo-border-radius, 2 ) !default;
|
|
1835
2553
|
$kendo-border-radius-md: $kendo-border-radius !default;
|
|
1836
2554
|
$kendo-border-radius-lg: $kendo-border-radius * 1.5 !default;
|
|
1837
2555
|
|
|
@@ -1855,7 +2573,7 @@ $zindex-window: 2 !default;
|
|
|
1855
2573
|
|
|
1856
2574
|
|
|
1857
2575
|
// Color settings
|
|
1858
|
-
$dark-theme: map-get($theme, is-dark) !default;
|
|
2576
|
+
$dark-theme: k-map-get( $theme, is-dark ) !default;
|
|
1859
2577
|
|
|
1860
2578
|
|
|
1861
2579
|
// Theme colors
|
|
@@ -1903,29 +2621,29 @@ $tertiary-contrast: material-color($tertiary-palette, main-contrast) !default;
|
|
|
1903
2621
|
/// @group color-system
|
|
1904
2622
|
/// @type Color
|
|
1905
2623
|
$info: #0058e9 !default;
|
|
1906
|
-
$info-lighter: tint( $info, 2 ) !default;
|
|
1907
|
-
$info-darker: shade( $info, 2 ) !default;
|
|
2624
|
+
$info-lighter: k-color-tint( $info, 2 ) !default;
|
|
2625
|
+
$info-darker: k-color-shade( $info, 2 ) !default;
|
|
1908
2626
|
|
|
1909
2627
|
/// The color for success messages and states.
|
|
1910
2628
|
/// @group color-system
|
|
1911
2629
|
/// @type Color
|
|
1912
2630
|
$success: #37b400 !default;
|
|
1913
|
-
$success-lighter: tint( $success, 2 ) !default;
|
|
1914
|
-
$success-darker: shade( $success, 2 ) !default;
|
|
2631
|
+
$success-lighter: k-color-tint( $success, 2 ) !default;
|
|
2632
|
+
$success-darker: k-color-shade( $success, 2 ) !default;
|
|
1915
2633
|
|
|
1916
2634
|
/// The color for warning messages and states.
|
|
1917
2635
|
/// @group color-system
|
|
1918
2636
|
/// @type Color
|
|
1919
2637
|
$warning: #ffc000 !default;
|
|
1920
|
-
$warning-lighter: tint( $warning, 2 ) !default;
|
|
1921
|
-
$warning-darker: shade( $warning, 2 ) !default;
|
|
2638
|
+
$warning-lighter: k-color-tint( $warning, 2 ) !default;
|
|
2639
|
+
$warning-darker: k-color-shade( $warning, 2 ) !default;
|
|
1922
2640
|
|
|
1923
2641
|
/// The color for error messages and states.
|
|
1924
2642
|
/// @group color-system
|
|
1925
2643
|
/// @type Color
|
|
1926
2644
|
$error: #f31700 !default;
|
|
1927
|
-
$error-lighter: tint( $error, 2 ) !default;
|
|
1928
|
-
$error-darker: shade( $error, 2 ) !default;
|
|
2645
|
+
$error-lighter: k-color-tint( $error, 2 ) !default;
|
|
2646
|
+
$error-darker: k-color-shade( $error, 2 ) !default;
|
|
1929
2647
|
|
|
1930
2648
|
/// The dark color of the theme.
|
|
1931
2649
|
/// @group color-system
|
|
@@ -1963,15 +2681,15 @@ $cursors: ( auto, default, none, context-menu, help, pointer, progress, wait, ce
|
|
|
1963
2681
|
|
|
1964
2682
|
|
|
1965
2683
|
// Root styles
|
|
1966
|
-
$body-bg: map-get($theme, body-bg) !default;
|
|
1967
|
-
$body-text: map-get($theme, body-text) !default;
|
|
2684
|
+
$body-bg: k-map-get( $theme, body-bg ) !default;
|
|
2685
|
+
$body-text: k-map-get( $theme, body-text ) !default;
|
|
1968
2686
|
|
|
1969
|
-
$subtle-text: map-get($theme, subtle-text) !default;
|
|
1970
|
-
$disabled-text: map-get($theme, disabled-text) !default;
|
|
2687
|
+
$subtle-text: k-map-get( $theme, subtle-text ) !default;
|
|
2688
|
+
$disabled-text: k-map-get( $theme, disabled-text ) !default;
|
|
1971
2689
|
|
|
1972
2690
|
$app-bg: $body-bg !default;
|
|
1973
2691
|
$app-text: $body-text !default;
|
|
1974
|
-
$app-border: map-get($theme, component-border) !default;
|
|
2692
|
+
$app-border: k-map-get( $theme, component-border ) !default;
|
|
1975
2693
|
|
|
1976
2694
|
|
|
1977
2695
|
// Components
|
|
@@ -1980,32 +2698,32 @@ $app-border: map-get($theme, component-border) !default;
|
|
|
1980
2698
|
/// Background color of a component.
|
|
1981
2699
|
/// Note: do not use this variable directly. Instead derive it as `$component-name-bg` e.g. `$grid-bg: $component-bg !default;`.
|
|
1982
2700
|
/// @group component
|
|
1983
|
-
$component-bg: map-get($theme, component-bg) !default;
|
|
2701
|
+
$component-bg: k-map-get( $theme, component-bg ) !default;
|
|
1984
2702
|
/// Text color of a component.
|
|
1985
2703
|
/// Note: do not use this variable directly. Instead derive it as `$component-name-text` e.g. `$grid-text: component-text !default;`.
|
|
1986
2704
|
/// @group component
|
|
1987
|
-
$component-text: map-get($theme, component-text) !default;
|
|
2705
|
+
$component-text: k-map-get( $theme, component-text ) !default;
|
|
1988
2706
|
/// Border color of a component.
|
|
1989
2707
|
/// Note: do not use this variable directly. Instead derive it as `$component-name-border` e.g. `$grid-border: component-border !default;`.
|
|
1990
2708
|
/// @group component
|
|
1991
|
-
$component-border: map-get($theme, component-border) !default;
|
|
2709
|
+
$component-border: k-map-get( $theme, component-border ) !default;
|
|
1992
2710
|
|
|
1993
2711
|
|
|
1994
2712
|
/// The background of the components' chrome area.
|
|
1995
|
-
$base-bg: map-get( $theme, base-bg ) !default;
|
|
2713
|
+
$base-bg: k-map-get( $theme, base-bg ) !default;
|
|
1996
2714
|
/// The text color of the components' chrome area.
|
|
1997
|
-
$base-text: map-get($theme, component-text) !default;
|
|
2715
|
+
$base-text: k-map-get( $theme, component-text ) !default;
|
|
1998
2716
|
/// The border of the components' chrome area.
|
|
1999
|
-
$base-border: rgba( if($theme-type == dark, white, black), .08 ) !default;
|
|
2717
|
+
$base-border: rgba( if( $theme-type == dark, white, black ), .08 ) !default;
|
|
2000
2718
|
/// The gradient background of the components' chrome area.
|
|
2001
2719
|
$base-gradient: null !default;
|
|
2002
2720
|
|
|
2003
2721
|
/// The background of hovered items.
|
|
2004
|
-
$hovered-bg: map-get( $theme, hover-bg ) !default;
|
|
2722
|
+
$hovered-bg: k-map-get( $theme, hover-bg ) !default;
|
|
2005
2723
|
/// The text color of hovered items.
|
|
2006
2724
|
$hovered-text: $base-text !default;
|
|
2007
2725
|
/// The border color of hovered items.
|
|
2008
|
-
$hovered-border: rgba( if($theme-type == dark, white, black), .15 ) !default;
|
|
2726
|
+
$hovered-border: rgba( if( $theme-type == dark, white, black ), .15 ) !default;
|
|
2009
2727
|
/// The gradient background of hovered items.
|
|
2010
2728
|
$hovered-gradient: null !default;
|
|
2011
2729
|
|
|
@@ -2018,7 +2736,7 @@ $selected-border: rgba( if($theme-type == dark, white, black), .1 ) !default;
|
|
|
2018
2736
|
/// The gradient background of selected items.
|
|
2019
2737
|
$selected-gradient: null !default;
|
|
2020
2738
|
|
|
2021
|
-
$selected-hover-bg: try-shade( $selected-bg, .5 ) !default;
|
|
2739
|
+
$selected-hover-bg: k-try-shade( $selected-bg, .5 ) !default;
|
|
2022
2740
|
$selected-hover-text: $selected-text !default;
|
|
2023
2741
|
$selected-hover-border: rgba( if($theme-type == dark, white, black), .1 ) !default;
|
|
2024
2742
|
$selected-hover-gradient: null !default;
|
|
@@ -2094,7 +2812,7 @@ $node-selected-gradient: null !default;
|
|
|
2094
2812
|
// Placeholder
|
|
2095
2813
|
$placeholder-line-width: 100% !default;
|
|
2096
2814
|
$placeholder-line-height: 10px !default;
|
|
2097
|
-
$placeholder-bg: rgba(
|
|
2815
|
+
$placeholder-bg: rgba( black, .1 ) !default;
|
|
2098
2816
|
|
|
2099
2817
|
|
|
2100
2818
|
// Loading
|
|
@@ -2136,7 +2854,7 @@ $drag-clue-font-size: $font-size !default;
|
|
|
2136
2854
|
$drag-clue-font-family: $font-family !default;
|
|
2137
2855
|
$drag-clue-line-height: ( 20 / 14 ) !default;
|
|
2138
2856
|
|
|
2139
|
-
$drag-clue-bg: try-shade( $body-bg ) !default;
|
|
2857
|
+
$drag-clue-bg: k-try-shade( $body-bg ) !default;
|
|
2140
2858
|
$drag-clue-text: $body-text !default;
|
|
2141
2859
|
$drag-clue-border: null !default;
|
|
2142
2860
|
$drag-clue-gradient: null !default;
|
|
@@ -6942,25 +7660,25 @@ $kendo-list-font-size-lg: $font-size-lg !default;
|
|
|
6942
7660
|
/// Line height of the list component, if no size is set.
|
|
6943
7661
|
/// @group list
|
|
6944
7662
|
$kendo-list-line-height: null !default;
|
|
6945
|
-
$kendo-list-line-height-sm: (20
|
|
6946
|
-
$kendo-list-line-height-md: (20
|
|
7663
|
+
$kendo-list-line-height-sm: k-math-div( 20, 14 ) !default;
|
|
7664
|
+
$kendo-list-line-height-md: k-math-div( 20, 14 ) !default;
|
|
6947
7665
|
$kendo-list-line-height-lg: 1.5 !default;
|
|
6948
7666
|
|
|
6949
7667
|
/// Horizontal padding of list header, if no size is set.
|
|
6950
7668
|
/// @group list
|
|
6951
7669
|
$kendo-list-header-padding-x: null !default;
|
|
6952
|
-
$kendo-list-header-padding-x-base: map-get( $spacing, 4 ) !default;
|
|
6953
|
-
$kendo-list-header-padding-x-sm: map-get( $spacing, 4 ) !default;
|
|
6954
|
-
$kendo-list-header-padding-x-md: map-get( $spacing, 4 ) !default;
|
|
6955
|
-
$kendo-list-header-padding-x-lg: map-get( $spacing, 4 ) !default;
|
|
7670
|
+
$kendo-list-header-padding-x-base: k-map-get( $spacing, 4 ) !default;
|
|
7671
|
+
$kendo-list-header-padding-x-sm: k-map-get( $spacing, 4 ) !default;
|
|
7672
|
+
$kendo-list-header-padding-x-md: k-map-get( $spacing, 4 ) !default;
|
|
7673
|
+
$kendo-list-header-padding-x-lg: k-map-get( $spacing, 4 ) !default;
|
|
6956
7674
|
|
|
6957
7675
|
/// Vertical padding of list header, if no size is set.
|
|
6958
7676
|
/// @group list
|
|
6959
7677
|
$kendo-list-header-padding-y: null !default;
|
|
6960
|
-
$kendo-list-header-padding-y-base: map-get( $spacing, 2 ) !default;
|
|
6961
|
-
$kendo-list-header-padding-y-sm: map-get( $spacing, 2 ) - map-get( $spacing, thin ) !default;
|
|
6962
|
-
$kendo-list-header-padding-y-md: map-get( $spacing, 2 ) !default;
|
|
6963
|
-
$kendo-list-header-padding-y-lg: map-get( $spacing, 2 ) !default;
|
|
7678
|
+
$kendo-list-header-padding-y-base: k-map-get( $spacing, 2 ) !default;
|
|
7679
|
+
$kendo-list-header-padding-y-sm: k-map-get( $spacing, 2 ) - k-map-get( $spacing, thin ) !default;
|
|
7680
|
+
$kendo-list-header-padding-y-md: k-map-get( $spacing, 2 ) !default;
|
|
7681
|
+
$kendo-list-header-padding-y-lg: k-map-get( $spacing, 2 ) !default;
|
|
6964
7682
|
|
|
6965
7683
|
/// Border width of list header.
|
|
6966
7684
|
/// @group list
|
|
@@ -6987,18 +7705,18 @@ $kendo-list-header-font-weight: null !default;
|
|
|
6987
7705
|
/// Horizontal padding of list items, when no size is set.
|
|
6988
7706
|
/// @group list
|
|
6989
7707
|
$kendo-list-item-padding-x: null !default;
|
|
6990
|
-
$kendo-list-item-padding-x-base: map-get( $spacing, 4 ) !default;
|
|
6991
|
-
$kendo-list-item-padding-x-sm: map-get( $spacing, 4 ) !default;
|
|
6992
|
-
$kendo-list-item-padding-x-md: map-get( $spacing, 4 ) !default;
|
|
6993
|
-
$kendo-list-item-padding-x-lg: map-get( $spacing, 4 ) !default;
|
|
7708
|
+
$kendo-list-item-padding-x-base: k-map-get( $spacing, 4 ) !default;
|
|
7709
|
+
$kendo-list-item-padding-x-sm: k-map-get( $spacing, 4 ) !default;
|
|
7710
|
+
$kendo-list-item-padding-x-md: k-map-get( $spacing, 4 ) !default;
|
|
7711
|
+
$kendo-list-item-padding-x-lg: k-map-get( $spacing, 4 ) !default;
|
|
6994
7712
|
|
|
6995
7713
|
/// Vertical padding of list items, when no size is set.
|
|
6996
7714
|
/// @group list
|
|
6997
7715
|
$kendo-list-item-padding-y: null !default;
|
|
6998
|
-
$kendo-list-item-padding-y-base: map-get( $spacing, 2 ) !default;
|
|
6999
|
-
$kendo-list-item-padding-y-sm: map-get( $spacing, 2 ) - map-get( $spacing, thin ) !default;
|
|
7000
|
-
$kendo-list-item-padding-y-md: map-get( $spacing, 2 ) !default;
|
|
7001
|
-
$kendo-list-item-padding-y-lg: map-get( $spacing, 2 ) !default;
|
|
7716
|
+
$kendo-list-item-padding-y-base: k-map-get( $spacing, 2 ) !default;
|
|
7717
|
+
$kendo-list-item-padding-y-sm: k-map-get( $spacing, 2 ) - k-map-get( $spacing, thin ) !default;
|
|
7718
|
+
$kendo-list-item-padding-y-md: k-map-get( $spacing, 2 ) !default;
|
|
7719
|
+
$kendo-list-item-padding-y-lg: k-map-get( $spacing, 2 ) !default;
|
|
7002
7720
|
|
|
7003
7721
|
/// Font size of list items, if no size is set.
|
|
7004
7722
|
/// @group list
|
|
@@ -7017,18 +7735,18 @@ $kendo-list-item-line-height-lg: null !default;
|
|
|
7017
7735
|
/// Horizontal padding of list group items, when no size is set.
|
|
7018
7736
|
/// @group list
|
|
7019
7737
|
$kendo-list-group-item-padding-x: null !default;
|
|
7020
|
-
$kendo-list-group-item-padding-x-base: map-get( $spacing, 4 ) !default;
|
|
7021
|
-
$kendo-list-group-item-padding-x-sm: map-get( $spacing, 4 ) !default;
|
|
7022
|
-
$kendo-list-group-item-padding-x-md: map-get( $spacing, 4 ) !default;
|
|
7023
|
-
$kendo-list-group-item-padding-x-lg: map-get( $spacing, 4 ) !default;
|
|
7738
|
+
$kendo-list-group-item-padding-x-base: k-map-get( $spacing, 4 ) !default;
|
|
7739
|
+
$kendo-list-group-item-padding-x-sm: k-map-get( $spacing, 4 ) !default;
|
|
7740
|
+
$kendo-list-group-item-padding-x-md: k-map-get( $spacing, 4 ) !default;
|
|
7741
|
+
$kendo-list-group-item-padding-x-lg: k-map-get( $spacing, 4 ) !default;
|
|
7024
7742
|
|
|
7025
7743
|
/// Vertical padding of list group items, when no size is set.
|
|
7026
7744
|
/// @group list
|
|
7027
7745
|
$kendo-list-group-item-padding-y: null !default;
|
|
7028
|
-
$kendo-list-group-item-padding-y-base: map-get( $spacing, 2 ) !default;
|
|
7029
|
-
$kendo-list-group-item-padding-y-sm: map-get( $spacing, 2 ) - map-get( $spacing, thin ) !default;
|
|
7030
|
-
$kendo-list-group-item-padding-y-md: map-get( $spacing, 2 ) !default;
|
|
7031
|
-
$kendo-list-group-item-padding-y-lg: map-get( $spacing, 2 ) + map-get( $spacing, thin ) !default;
|
|
7746
|
+
$kendo-list-group-item-padding-y-base: k-map-get( $spacing, 2 ) !default;
|
|
7747
|
+
$kendo-list-group-item-padding-y-sm: k-map-get( $spacing, 2 ) - k-map-get( $spacing, thin ) !default;
|
|
7748
|
+
$kendo-list-group-item-padding-y-md: k-map-get( $spacing, 2 ) !default;
|
|
7749
|
+
$kendo-list-group-item-padding-y-lg: k-map-get( $spacing, 2 ) + k-map-get( $spacing, thin ) !default;
|
|
7032
7750
|
|
|
7033
7751
|
/// Border width of list group items.
|
|
7034
7752
|
/// @group list
|
|
@@ -7193,19 +7911,19 @@ $kendo-checkbox-border-width: 2px !default;
|
|
|
7193
7911
|
// Checkbox sizes
|
|
7194
7912
|
$kendo-checkbox-sizes: (
|
|
7195
7913
|
sm: (
|
|
7196
|
-
size: map-get( $spacing, 3 ),
|
|
7197
|
-
glyph-size: ( map-get( $spacing, 3 ) - map-get( $spacing, thin ) ),
|
|
7198
|
-
ripple-size: map-get( $spacing, 3 ) * 3
|
|
7914
|
+
size: k-map-get( $spacing, 3 ),
|
|
7915
|
+
glyph-size: ( k-map-get( $spacing, 3 ) - k-map-get( $spacing, thin ) ),
|
|
7916
|
+
ripple-size: k-map-get( $spacing, 3 ) * 3
|
|
7199
7917
|
),
|
|
7200
7918
|
md: (
|
|
7201
|
-
size: map-get( $spacing, 4 ),
|
|
7202
|
-
glyph-size: ( map-get( $spacing, 4 ) - map-get( $spacing, thin ) ),
|
|
7203
|
-
ripple-size: map-get( $spacing, 4 ) * 3
|
|
7919
|
+
size: k-map-get( $spacing, 4 ),
|
|
7920
|
+
glyph-size: ( k-map-get( $spacing, 4 ) - k-map-get( $spacing, thin ) ),
|
|
7921
|
+
ripple-size: k-map-get( $spacing, 4 ) * 3
|
|
7204
7922
|
),
|
|
7205
7923
|
lg: (
|
|
7206
|
-
size: map-get( $spacing, 5 ),
|
|
7207
|
-
glyph-size: ( map-get( $spacing, 5 ) - map-get( $spacing, thin ) ),
|
|
7208
|
-
ripple-size: map-get( $spacing, 5 ) * 3
|
|
7924
|
+
size: k-map-get( $spacing, 5 ),
|
|
7925
|
+
glyph-size: ( k-map-get( $spacing, 5 ) - k-map-get( $spacing, thin ) ),
|
|
7926
|
+
ripple-size: k-map-get( $spacing, 5 ) * 3
|
|
7209
7927
|
)
|
|
7210
7928
|
) !default;
|
|
7211
7929
|
|
|
@@ -7234,7 +7952,7 @@ $kendo-checkbox-hover-border: null !default;
|
|
|
7234
7952
|
$kendo-checkbox-checked-bg: $primary !default;
|
|
7235
7953
|
/// Color of checked checkbox.
|
|
7236
7954
|
/// @group checkbox
|
|
7237
|
-
$kendo-checkbox-checked-text: contrast-
|
|
7955
|
+
$kendo-checkbox-checked-text: k-contrast-color( $kendo-checkbox-checked-bg ) !default;
|
|
7238
7956
|
/// Border color of checked checkbox.
|
|
7239
7957
|
/// @group checkbox
|
|
7240
7958
|
$kendo-checkbox-checked-border: $kendo-checkbox-checked-bg !default;
|
|
@@ -7270,7 +7988,7 @@ $kendo-checkbox-disabled-bg: null !default;
|
|
|
7270
7988
|
$kendo-checkbox-disabled-text: null !default;
|
|
7271
7989
|
/// Border color of disabled checkbox.
|
|
7272
7990
|
/// @group checkbox
|
|
7273
|
-
$kendo-checkbox-disabled-border: try-shade( $component-bg, 4 ) !default;
|
|
7991
|
+
$kendo-checkbox-disabled-border: k-try-shade( $component-bg, 4 ) !default;
|
|
7274
7992
|
|
|
7275
7993
|
|
|
7276
7994
|
/// Background color of disabled and checked checkbox.
|
|
@@ -7278,7 +7996,7 @@ $kendo-checkbox-disabled-border: try-shade( $component-bg, 4 ) !default;
|
|
|
7278
7996
|
$kendo-checkbox-disabled-checked-bg: $kendo-checkbox-disabled-border !default;
|
|
7279
7997
|
/// Color of disabled and checked checkbox.
|
|
7280
7998
|
/// @group checkbox
|
|
7281
|
-
$kendo-checkbox-disabled-checked-text: contrast-
|
|
7999
|
+
$kendo-checkbox-disabled-checked-text: k-contrast-color( $kendo-checkbox-disabled-checked-bg ) !default;
|
|
7282
8000
|
/// Border color of disabled and checked checkbox.
|
|
7283
8001
|
/// @group checkbox
|
|
7284
8002
|
$kendo-checkbox-disabled-checked-border: $kendo-checkbox-disabled-checked-bg !default;
|
|
@@ -7323,14 +8041,14 @@ $kendo-checkbox-indeterminate-image: escape-svg( url("data:image/svg+xml,<svg xm
|
|
|
7323
8041
|
|
|
7324
8042
|
/// The horizontal margin of the checkbox inside a label.
|
|
7325
8043
|
/// @group checkbox
|
|
7326
|
-
$kendo-checkbox-label-margin-x: map-get( $spacing, 1 ) !default;
|
|
8044
|
+
$kendo-checkbox-label-margin-x: k-map-get( $spacing, 1 ) !default;
|
|
7327
8045
|
|
|
7328
8046
|
|
|
7329
8047
|
// Checkbox list
|
|
7330
8048
|
|
|
7331
8049
|
/// Spacing between items of horizontal checkbox list.
|
|
7332
8050
|
/// @group checkbox
|
|
7333
|
-
$kendo-checkbox-list-spacing: map-get( $spacing, 4 ) !default;
|
|
8051
|
+
$kendo-checkbox-list-spacing: k-map-get( $spacing, 4 ) !default;
|
|
7334
8052
|
/// Horizontal padding of checkbox list items.
|
|
7335
8053
|
/// @group checkbox
|
|
7336
8054
|
$kendo-checkbox-list-item-padding-x: 0px !default;
|
|
@@ -8074,14 +8792,14 @@ $listgroup-border-width: 1px !default;
|
|
|
8074
8792
|
$listgroup-border-radius: $kendo-border-radius-md !default;
|
|
8075
8793
|
|
|
8076
8794
|
$listgroup-font-size: $font-size !default;
|
|
8077
|
-
$listgroup-line-height: (20
|
|
8795
|
+
$listgroup-line-height: k-math-div( 20, 14 ) !default;
|
|
8078
8796
|
|
|
8079
8797
|
$listgroup-bg: $component-bg !default;
|
|
8080
8798
|
$listgroup-text: $component-text !default;
|
|
8081
8799
|
$listgroup-border: $component-border !default;
|
|
8082
8800
|
|
|
8083
|
-
$listgroup-item-padding-x: map-get( $spacing, 2 ) !default;
|
|
8084
|
-
$listgroup-item-padding-y: map-get( $spacing, 2 ) !default;
|
|
8801
|
+
$listgroup-item-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
8802
|
+
$listgroup-item-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
8085
8803
|
$listgroup-item-border-width: 1px !default;
|
|
8086
8804
|
|
|
8087
8805
|
// #endregion
|
|
@@ -8393,8 +9111,8 @@ $popup-border-radius: null !default;
|
|
|
8393
9111
|
$popup-font-size: $font-size !default;
|
|
8394
9112
|
$popup-line-height: $line-height !default;
|
|
8395
9113
|
|
|
8396
|
-
$popup-content-padding-x: map-get( $spacing, 2 ) !default;
|
|
8397
|
-
$popup-content-padding-y: map-get( $spacing, 2 ) !default;
|
|
9114
|
+
$popup-content-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
9115
|
+
$popup-content-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
8398
9116
|
|
|
8399
9117
|
$popup-bg: $component-bg !default;
|
|
8400
9118
|
$popup-text: $component-text !default;
|
|
@@ -8631,17 +9349,17 @@ $kendo-badge-border-radius: $kendo-border-radius-md !default;
|
|
|
8631
9349
|
|
|
8632
9350
|
/// Horizontal padding of the badge.
|
|
8633
9351
|
/// @group badge
|
|
8634
|
-
$kendo-badge-padding-x: map-get( $spacing, 1 ) !default;
|
|
8635
|
-
$kendo-badge-padding-x-sm: map-get( $spacing, 1 ) - map-get( $spacing, thin ) !default;
|
|
8636
|
-
$kendo-badge-padding-x-md: map-get( $spacing, 1 ) !default;
|
|
8637
|
-
$kendo-badge-padding-x-lg: map-get( $spacing, 1 ) + map-get( $spacing, thin ) !default;
|
|
9352
|
+
$kendo-badge-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
9353
|
+
$kendo-badge-padding-x-sm: k-map-get( $spacing, 1 ) - k-map-get( $spacing, thin ) !default;
|
|
9354
|
+
$kendo-badge-padding-x-md: k-map-get( $spacing, 1 ) !default;
|
|
9355
|
+
$kendo-badge-padding-x-lg: k-map-get( $spacing, 1 ) + k-map-get( $spacing, thin ) !default;
|
|
8638
9356
|
|
|
8639
9357
|
/// Vertical padding of the badge.
|
|
8640
9358
|
/// @group badge
|
|
8641
|
-
$kendo-badge-padding-y: map-get( $spacing, 1 ) !default;
|
|
8642
|
-
$kendo-badge-padding-y-sm: map-get( $spacing, 1 ) - map-get( $spacing, thin ) !default;
|
|
8643
|
-
$kendo-badge-padding-y-md: map-get( $spacing, 1 ) !default;
|
|
8644
|
-
$kendo-badge-padding-y-lg: map-get( $spacing, 1 ) + map-get( $spacing, thin ) !default;
|
|
9359
|
+
$kendo-badge-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
9360
|
+
$kendo-badge-padding-y-sm: k-map-get( $spacing, 1 ) - k-map-get( $spacing, thin ) !default;
|
|
9361
|
+
$kendo-badge-padding-y-md: k-map-get( $spacing, 1 ) !default;
|
|
9362
|
+
$kendo-badge-padding-y-lg: k-map-get( $spacing, 1 ) + k-map-get( $spacing, thin ) !default;
|
|
8645
9363
|
|
|
8646
9364
|
/// Font sizes of the badge.
|
|
8647
9365
|
/// @group badge
|
|
@@ -8894,10 +9612,10 @@ $kendo-button-border-radius: null !default;
|
|
|
8894
9612
|
|
|
8895
9613
|
/// Horizontal padding of the button.
|
|
8896
9614
|
/// @group button
|
|
8897
|
-
$kendo-button-padding-x: map-get( $spacing, 4 ) !default;
|
|
9615
|
+
$kendo-button-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
8898
9616
|
/// Vertical padding of the button.
|
|
8899
9617
|
/// @group button
|
|
8900
|
-
$kendo-button-padding-y: map-get( $spacing, 2 ) !default;
|
|
9618
|
+
$kendo-button-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
8901
9619
|
/// Font family of the button.
|
|
8902
9620
|
/// @group button
|
|
8903
9621
|
$kendo-button-font-family: $font-family !default;
|
|
@@ -8908,18 +9626,18 @@ $kendo-button-font-size: $font-size-md !default;
|
|
|
8908
9626
|
/// @group button
|
|
8909
9627
|
$kendo-button-line-height: ( 20 / 14 ) !default;
|
|
8910
9628
|
|
|
8911
|
-
$kendo-button-padding-x-sm: map-get( $spacing, 4 ) !default;
|
|
8912
|
-
$kendo-button-padding-y-sm: map-get( $spacing, 2 ) - map-get( $spacing, thin ) !default;
|
|
9629
|
+
$kendo-button-padding-x-sm: k-map-get( $spacing, 4 ) !default;
|
|
9630
|
+
$kendo-button-padding-y-sm: k-map-get( $spacing, 2 ) - k-map-get( $spacing, thin ) !default;
|
|
8913
9631
|
$kendo-button-font-size-sm: $font-size-md !default;
|
|
8914
9632
|
$kendo-button-line-height-sm: ( 20 / 14 ) !default;
|
|
8915
9633
|
|
|
8916
|
-
$kendo-button-padding-x-md: map-get( $spacing, 4 ) !default;
|
|
8917
|
-
$kendo-button-padding-y-md: map-get( $spacing, 2 ) !default;
|
|
9634
|
+
$kendo-button-padding-x-md: k-map-get( $spacing, 4 ) !default;
|
|
9635
|
+
$kendo-button-padding-y-md: k-map-get( $spacing, 2 ) !default;
|
|
8918
9636
|
$kendo-button-font-size-md: $font-size-md !default;
|
|
8919
9637
|
$kendo-button-line-height-md: ( 20 / 14 ) !default;
|
|
8920
9638
|
|
|
8921
|
-
$kendo-button-padding-x-lg: map-get( $spacing, 4 ) !default;
|
|
8922
|
-
$kendo-button-padding-y-lg: map-get( $spacing, 2 ) + map-get( $spacing, thin ) !default;
|
|
9639
|
+
$kendo-button-padding-x-lg: k-map-get( $spacing, 4 ) !default;
|
|
9640
|
+
$kendo-button-padding-y-lg: k-map-get( $spacing, 2 ) + k-map-get( $spacing, thin ) !default;
|
|
8923
9641
|
$kendo-button-font-size-lg: $font-size-md !default;
|
|
8924
9642
|
$kendo-button-line-height-lg: ( 20 / 14 ) !default;
|
|
8925
9643
|
|
|
@@ -8954,7 +9672,7 @@ $kendo-button-sizes: (
|
|
|
8954
9672
|
|
|
8955
9673
|
/// Theme colors map for the button.
|
|
8956
9674
|
/// @group button
|
|
8957
|
-
$kendo-button-theme-colors: map-merge(
|
|
9675
|
+
$kendo-button-theme-colors: k-map-merge(
|
|
8958
9676
|
$kendo-theme-colors,
|
|
8959
9677
|
( "base": $base-bg )
|
|
8960
9678
|
) !default;
|
|
@@ -9041,7 +9759,7 @@ $kendo-button-focus-shadow: null !default;
|
|
|
9041
9759
|
|
|
9042
9760
|
/// The base background color of disabled button.
|
|
9043
9761
|
/// @group button
|
|
9044
|
-
$kendo-button-disabled-bg: try-shade( $body-bg, 12% ) !default;
|
|
9762
|
+
$kendo-button-disabled-bg: k-try-shade( $body-bg, 12% ) !default;
|
|
9045
9763
|
/// The base text color of disabled button.
|
|
9046
9764
|
/// @group button
|
|
9047
9765
|
$kendo-button-disabled-text: $disabled-text !default;
|
|
@@ -9057,7 +9775,7 @@ $kendo-button-disabled-shadow: none !default;
|
|
|
9057
9775
|
|
|
9058
9776
|
// Solid button
|
|
9059
9777
|
$kendo-solid-button-gradient: null !default;
|
|
9060
|
-
$kendo-solid-button-shade-function: "try-shade" !default;
|
|
9778
|
+
$kendo-solid-button-shade-function: "k-try-shade" !default;
|
|
9061
9779
|
$kendo-solid-button-shade-text-amount: null !default;
|
|
9062
9780
|
$kendo-solid-button-shade-bg-amount: 0 !default;
|
|
9063
9781
|
$kendo-solid-button-shade-border-amount: 0 !default;
|
|
@@ -9806,7 +10524,7 @@ $kendo-button-transition: box-shadow 280ms cubic-bezier( .4, 0, .2, 1 ) !default
|
|
|
9806
10524
|
@each $name, $color in $kendo-button-theme-colors {
|
|
9807
10525
|
.k-button-solid-#{$name} {
|
|
9808
10526
|
@include box-shadow( $kendo-button-shadow );
|
|
9809
|
-
color: if( $name == "base", $kendo-button-text, contrast-
|
|
10527
|
+
color: if( $name == "base", $kendo-button-text, k-contrast-color( $color ) );
|
|
9810
10528
|
background-color: if( $name == "base", $kendo-button-bg, $color );
|
|
9811
10529
|
border-color: if( $name == "base", $kendo-button-bg, $color );
|
|
9812
10530
|
|
|
@@ -9932,10 +10650,10 @@ $kendo-input-border-radius: null !default;
|
|
|
9932
10650
|
|
|
9933
10651
|
/// Horizontal padding of input components.
|
|
9934
10652
|
/// @group input
|
|
9935
|
-
$kendo-input-padding-x: map-get( $spacing, 4 ) !default;
|
|
10653
|
+
$kendo-input-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
9936
10654
|
/// Vertical padding of input components.
|
|
9937
10655
|
/// @group input
|
|
9938
|
-
$kendo-input-padding-y: map-get( $spacing, 2 ) !default;
|
|
10656
|
+
$kendo-input-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
9939
10657
|
///Font family of input components.
|
|
9940
10658
|
/// @group input
|
|
9941
10659
|
$kendo-input-font-family: $font-family !default;
|
|
@@ -9946,18 +10664,18 @@ $kendo-input-font-size: $font-size-lg !default;
|
|
|
9946
10664
|
/// @group input
|
|
9947
10665
|
$kendo-input-line-height: 1.25 !default;
|
|
9948
10666
|
|
|
9949
|
-
$kendo-input-padding-x-sm: map-get( $spacing, 4 ) !default;
|
|
9950
|
-
$kendo-input-padding-y-sm: map-get( $spacing, 2 ) - map-get( $spacing, thin ) !default;
|
|
10667
|
+
$kendo-input-padding-x-sm: k-map-get( $spacing, 4 ) !default;
|
|
10668
|
+
$kendo-input-padding-y-sm: k-map-get( $spacing, 2 ) - k-map-get( $spacing, thin ) !default;
|
|
9951
10669
|
$kendo-input-font-size-sm: $font-size-lg !default;
|
|
9952
10670
|
$kendo-input-line-height-sm: 1.25 !default;
|
|
9953
10671
|
|
|
9954
|
-
$kendo-input-padding-x-md: map-get( $spacing, 4 ) !default;
|
|
9955
|
-
$kendo-input-padding-y-md: map-get( $spacing, 2 ) !default;
|
|
10672
|
+
$kendo-input-padding-x-md: k-map-get( $spacing, 4 ) !default;
|
|
10673
|
+
$kendo-input-padding-y-md: k-map-get( $spacing, 2 ) !default;
|
|
9956
10674
|
$kendo-input-font-size-md: $font-size-lg !default;
|
|
9957
10675
|
$kendo-input-line-height-md: 1.25 !default;
|
|
9958
10676
|
|
|
9959
|
-
$kendo-input-padding-x-lg: map-get( $spacing, 4 ) !default;
|
|
9960
|
-
$kendo-input-padding-y-lg: map-get( $spacing, 2 ) !default;
|
|
10677
|
+
$kendo-input-padding-x-lg: k-map-get( $spacing, 4 ) !default;
|
|
10678
|
+
$kendo-input-padding-y-lg: k-map-get( $spacing, 2 ) !default;
|
|
9961
10679
|
$kendo-input-font-size-lg: $font-size-lg !default;
|
|
9962
10680
|
$kendo-input-line-height-lg: 1.5 !default;
|
|
9963
10681
|
|
|
@@ -9968,8 +10686,8 @@ $kendo-input-sizes: (
|
|
|
9968
10686
|
font-size: $kendo-input-font-size-sm,
|
|
9969
10687
|
line-height: $kendo-input-line-height-sm,
|
|
9970
10688
|
icon-size: calc( #{$icon-size} + #{$kendo-input-padding-y-sm * 2} ),
|
|
9971
|
-
button-padding-x: map-get( $spacing, 1 ),
|
|
9972
|
-
button-padding-y: map-get( $spacing, 1 )
|
|
10689
|
+
button-padding-x: k-map-get( $spacing, 1 ),
|
|
10690
|
+
button-padding-y: k-map-get( $spacing, 1 )
|
|
9973
10691
|
),
|
|
9974
10692
|
md: (
|
|
9975
10693
|
padding-x: $kendo-input-padding-x-md,
|
|
@@ -9977,8 +10695,8 @@ $kendo-input-sizes: (
|
|
|
9977
10695
|
font-size: $kendo-input-font-size-md,
|
|
9978
10696
|
line-height: $kendo-input-line-height-md,
|
|
9979
10697
|
icon-size: calc( #{$icon-size} + #{$kendo-input-padding-y-md * 2} ),
|
|
9980
|
-
button-padding-x: map-get( $spacing, 1 ),
|
|
9981
|
-
button-padding-y: map-get( $spacing, 1 )
|
|
10698
|
+
button-padding-x: k-map-get( $spacing, 1 ),
|
|
10699
|
+
button-padding-y: k-map-get( $spacing, 1 )
|
|
9982
10700
|
),
|
|
9983
10701
|
lg: (
|
|
9984
10702
|
padding-x: $kendo-input-padding-x-lg,
|
|
@@ -9986,12 +10704,12 @@ $kendo-input-sizes: (
|
|
|
9986
10704
|
font-size: $kendo-input-font-size-lg,
|
|
9987
10705
|
line-height: $kendo-input-line-height-lg,
|
|
9988
10706
|
icon-size: calc( #{$icon-size} + #{$kendo-input-padding-y-lg * 2} ),
|
|
9989
|
-
button-padding-x: map-get( $spacing, 1 ),
|
|
9990
|
-
button-padding-y: map-get( $spacing, 1 )
|
|
10707
|
+
button-padding-x: k-map-get( $spacing, 1 ),
|
|
10708
|
+
button-padding-y: k-map-get( $spacing, 1 )
|
|
9991
10709
|
)
|
|
9992
10710
|
) !default;
|
|
9993
10711
|
|
|
9994
|
-
$kendo-input-bg: try-shade( $component-bg, .5 ) !default;
|
|
10712
|
+
$kendo-input-bg: k-try-shade( $component-bg, .5 ) !default;
|
|
9995
10713
|
$kendo-input-text: $component-text !default;
|
|
9996
10714
|
$kendo-input-border: rgba( $component-border, .38 ) !default;
|
|
9997
10715
|
$kendo-input-shadow: null !default;
|
|
@@ -10006,7 +10724,7 @@ $kendo-input-focus-text: null !default;
|
|
|
10006
10724
|
$kendo-input-focus-border: $primary !default;
|
|
10007
10725
|
$kendo-input-focus-shadow: null !default;
|
|
10008
10726
|
|
|
10009
|
-
$kendo-input-disabled-bg: try-shade( $component-bg, .25 ) !default;
|
|
10727
|
+
$kendo-input-disabled-bg: k-try-shade( $component-bg, .25 ) !default;
|
|
10010
10728
|
$kendo-input-disabled-text: $disabled-text !default;
|
|
10011
10729
|
$kendo-input-disabled-border: rgba( $component-border, (alpha( $component-border ) / 2) ) !default;
|
|
10012
10730
|
$kendo-input-disabled-gradient: null !default;
|
|
@@ -10107,7 +10825,7 @@ $kendo-input-clear-value-opacity: .5 !default;
|
|
|
10107
10825
|
$kendo-input-clear-value-hover-text: null !default;
|
|
10108
10826
|
$kendo-input-clear-value-hover-opacity: 1 !default;
|
|
10109
10827
|
|
|
10110
|
-
$kendo-input-values-margin-y: map-get( $spacing, thin ) !default;
|
|
10828
|
+
$kendo-input-values-margin-y: k-map-get( $spacing, thin ) !default;
|
|
10111
10829
|
$kendo-input-values-margin-x: $kendo-input-values-margin-y !default;
|
|
10112
10830
|
|
|
10113
10831
|
|
|
@@ -11448,17 +12166,17 @@ $floating-label-focus-text: $primary !default;
|
|
|
11448
12166
|
|
|
11449
12167
|
/// The horizontal padding of the container.
|
|
11450
12168
|
/// @group toolbar
|
|
11451
|
-
$toolbar-padding-x: map-get( $spacing, 2 ) !default;
|
|
12169
|
+
$toolbar-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
11452
12170
|
/// The vertical padding of the container.
|
|
11453
12171
|
/// @group toolbar
|
|
11454
|
-
$toolbar-padding-y: map-get( $spacing, 2 ) !default;
|
|
12172
|
+
$toolbar-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
11455
12173
|
$toolbar-border-width: 0 !default;
|
|
11456
12174
|
$toolbar-border-radius: null !default;
|
|
11457
12175
|
$toolbar-spacing: $toolbar-padding-x !default;
|
|
11458
12176
|
|
|
11459
12177
|
$toolbar-font-family: $font-family !default;
|
|
11460
12178
|
$toolbar-font-size: $font-size !default;
|
|
11461
|
-
$toolbar-line-height: (20
|
|
12179
|
+
$toolbar-line-height: k-math-div( 20, 14 ) !default;
|
|
11462
12180
|
|
|
11463
12181
|
$toolbar-inner-calc-size: calc( #{$kendo-button-calc-size} + #{$toolbar-padding-y * 2} ) !default;
|
|
11464
12182
|
|
|
@@ -11472,6 +12190,8 @@ $toolbar-separator-border: $component-border !default;
|
|
|
11472
12190
|
|
|
11473
12191
|
$toolbar-input-width: 10em !default;
|
|
11474
12192
|
|
|
12193
|
+
$toolbar-item-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px rgba(0, 0, 0, .14), 0 1px 10px rgba(0, 0, 0, .12) !default;
|
|
12194
|
+
|
|
11475
12195
|
// #endregion
|
|
11476
12196
|
// #region @import "../menu/_variables.scss"; -> packages/material/scss/menu/_variables.scss
|
|
11477
12197
|
// Menu
|
|
@@ -11509,7 +12229,7 @@ $menu-item-expanded-gradient: null !default;
|
|
|
11509
12229
|
|
|
11510
12230
|
$menu-item-focus-shadow: null !default;
|
|
11511
12231
|
|
|
11512
|
-
$menu-separator-spacing: map-get( $spacing, 1 ) !default;
|
|
12232
|
+
$menu-separator-spacing: k-map-get( $spacing, 1 ) !default;
|
|
11513
12233
|
|
|
11514
12234
|
$menu-scroll-button-bg: $component-bg !default;
|
|
11515
12235
|
$menu-scroll-button-text: $subtle-text !default;
|
|
@@ -11568,17 +12288,17 @@ $kendo-menu-popup-gradient: null !default;
|
|
|
11568
12288
|
|
|
11569
12289
|
/// Horizontal padding of the menu item in popup.
|
|
11570
12290
|
/// @group menu
|
|
11571
|
-
$kendo-menu-popup-item-padding-x: map-get( $spacing, 4 ) !default;
|
|
11572
|
-
$kendo-menu-popup-item-padding-x-sm: map-get( $spacing, 4 ) !default;
|
|
11573
|
-
$kendo-menu-popup-item-padding-x-md: map-get( $spacing, 4 ) !default;
|
|
11574
|
-
$kendo-menu-popup-item-padding-x-lg: map-get( $spacing, 4 ) !default;
|
|
12291
|
+
$kendo-menu-popup-item-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
12292
|
+
$kendo-menu-popup-item-padding-x-sm: k-map-get( $spacing, 4 ) !default;
|
|
12293
|
+
$kendo-menu-popup-item-padding-x-md: k-map-get( $spacing, 4 ) !default;
|
|
12294
|
+
$kendo-menu-popup-item-padding-x-lg: k-map-get( $spacing, 4 ) !default;
|
|
11575
12295
|
|
|
11576
12296
|
/// Vertical padding of the menu item in popup.
|
|
11577
12297
|
/// @group menu
|
|
11578
|
-
$kendo-menu-popup-item-padding-y: map-get( $spacing, 2 ) !default;
|
|
11579
|
-
$kendo-menu-popup-item-padding-y-sm: map-get( $spacing, 2 ) - map-get( $spacing, thin ) !default;
|
|
11580
|
-
$kendo-menu-popup-item-padding-y-md: map-get( $spacing, 2 ) !default;
|
|
11581
|
-
$kendo-menu-popup-item-padding-y-lg: map-get( $spacing, 2 ) + map-get( $spacing, thin ) !default;
|
|
12298
|
+
$kendo-menu-popup-item-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
12299
|
+
$kendo-menu-popup-item-padding-y-sm: k-map-get( $spacing, 2 ) - k-map-get( $spacing, thin ) !default;
|
|
12300
|
+
$kendo-menu-popup-item-padding-y-md: k-map-get( $spacing, 2 ) !default;
|
|
12301
|
+
$kendo-menu-popup-item-padding-y-lg: k-map-get( $spacing, 2 ) + k-map-get( $spacing, thin ) !default;
|
|
11582
12302
|
|
|
11583
12303
|
/// The end padding of the menu item in popup.
|
|
11584
12304
|
/// @group menu
|
|
@@ -11728,7 +12448,7 @@ $grid-alt-border: null !default;
|
|
|
11728
12448
|
|
|
11729
12449
|
/// Background color of hovered rows in grid
|
|
11730
12450
|
/// @group grid
|
|
11731
|
-
$grid-hovered-bg: rgba( contrast-
|
|
12451
|
+
$grid-hovered-bg: rgba( k-contrast-color( $grid-bg ), .07 ) !default;
|
|
11732
12452
|
/// Text color of hovered rows in grid
|
|
11733
12453
|
/// @group grid
|
|
11734
12454
|
$grid-hovered-text: null !default;
|
|
@@ -11738,7 +12458,7 @@ $grid-hovered-border: $grid-border !default;
|
|
|
11738
12458
|
|
|
11739
12459
|
/// Background color of selected rows in grid
|
|
11740
12460
|
/// @group grid
|
|
11741
|
-
$grid-selected-bg: rgba( contrast-
|
|
12461
|
+
$grid-selected-bg: rgba( k-contrast-color( $grid-bg ), .04 ) !default;
|
|
11742
12462
|
/// Text color of selected rows in grid
|
|
11743
12463
|
/// @group grid
|
|
11744
12464
|
$grid-selected-text: null !default;
|
|
@@ -11749,11 +12469,11 @@ $grid-selected-border: $grid-border !default;
|
|
|
11749
12469
|
$grid-grouping-row-bg: transparent !default;
|
|
11750
12470
|
$grid-grouping-row-text: $grid-text !default;
|
|
11751
12471
|
|
|
11752
|
-
$grid-sorted-bg: rgba( contrast-
|
|
12472
|
+
$grid-sorted-bg: rgba( k-contrast-color( $grid-bg ), .04 ) !default;
|
|
11753
12473
|
$grid-sorting-indicator-text: $grid-header-text !default;
|
|
11754
12474
|
$grid-sorting-index-font-size: $font-size-sm !default;
|
|
11755
12475
|
$grid-sorting-index-height: $icon-size !default;
|
|
11756
|
-
$grid-sorting-index-spacing-y: $icon-spacing
|
|
12476
|
+
$grid-sorting-index-spacing-y: k-math-div( $icon-spacing, 2 ) !default;
|
|
11757
12477
|
$grid-sorting-index-spacing-x: -$grid-sorting-index-spacing-y !default;
|
|
11758
12478
|
|
|
11759
12479
|
|
|
@@ -11762,11 +12482,11 @@ $grid-focused-shadow: $kendo-list-item-focus-shadow !default;
|
|
|
11762
12482
|
$grid-edit-cell-padding-x: $grid-cell-padding-x !default;
|
|
11763
12483
|
$grid-edit-cell-padding-y: 6px !default;
|
|
11764
12484
|
|
|
11765
|
-
$grid-command-cell-button-spacing: map-get( $spacing, 2 ) !default;
|
|
12485
|
+
$grid-command-cell-button-spacing: k-map-get( $spacing, 2 ) !default;
|
|
11766
12486
|
|
|
11767
12487
|
$grid-sticky-bg: $grid-bg !default;
|
|
11768
12488
|
$grid-sticky-text: $grid-text !default;
|
|
11769
|
-
$grid-sticky-border: rgba( contrast-
|
|
12489
|
+
$grid-sticky-border: rgba( k-contrast-color( $grid-bg ), .5 ) !default;
|
|
11770
12490
|
|
|
11771
12491
|
$grid-sticky-alt-bg: $grid-sticky-bg !default;
|
|
11772
12492
|
|
|
@@ -11777,18 +12497,18 @@ $grid-sticky-header-border: $grid-sticky-border !default;
|
|
|
11777
12497
|
$grid-sticky-footer-bg: $grid-sticky-header-bg !default;
|
|
11778
12498
|
$grid-sticky-footer-hovered-bg: $grid-sticky-footer-bg !default;
|
|
11779
12499
|
|
|
11780
|
-
$grid-sticky-selected-bg: try-shade($grid-bg, 4%) !default;
|
|
12500
|
+
$grid-sticky-selected-bg: k-try-shade($grid-bg, 4%) !default;
|
|
11781
12501
|
$grid-sticky-selected-alt-bg: $grid-sticky-selected-bg !default;
|
|
11782
12502
|
|
|
11783
|
-
$grid-sticky-hovered-bg: try-shade($grid-bg, 7%) !default;
|
|
11784
|
-
$grid-sticky-selected-hovered-bg: try-shade($grid-sticky-selected-bg, .87) !default;
|
|
12503
|
+
$grid-sticky-hovered-bg: k-try-shade($grid-bg, 7%) !default;
|
|
12504
|
+
$grid-sticky-selected-hovered-bg: k-try-shade($grid-sticky-selected-bg, .87) !default;
|
|
11785
12505
|
|
|
11786
12506
|
$grid-column-menu-width: 250px !default;
|
|
11787
12507
|
|
|
11788
12508
|
$grid-filter-menu-check-all-border-bottom-width: 0 !default;
|
|
11789
12509
|
|
|
11790
|
-
$grid-filter-menu-item-spacing-x: map-get( $spacing, 4 ) !default;
|
|
11791
|
-
$grid-filter-menu-item-spacing-y: map-get( $spacing, 2 ) !default;
|
|
12510
|
+
$grid-filter-menu-item-spacing-x: k-map-get( $spacing, 4 ) !default;
|
|
12511
|
+
$grid-filter-menu-item-spacing-y: k-map-get( $spacing, 2 ) !default;
|
|
11792
12512
|
|
|
11793
12513
|
$grid-column-menu-popup-padding-x: null !default;
|
|
11794
12514
|
$grid-column-menu-popup-padding-y: null !default;
|
|
@@ -11800,7 +12520,7 @@ $grid-column-menu-list-item-padding-x: $kendo-list-item-padding-x-md !default;
|
|
|
11800
12520
|
$grid-column-menu-list-item-padding-y: $kendo-list-item-padding-y-md !default;
|
|
11801
12521
|
|
|
11802
12522
|
$grid-column-menu-items-wrap-padding-x: 0 !default;
|
|
11803
|
-
$grid-column-menu-items-wrap-padding-y: map-get( $spacing, 2 ) !default;
|
|
12523
|
+
$grid-column-menu-items-wrap-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
11804
12524
|
|
|
11805
12525
|
$grid-column-menu-filter-container-padding-x: $padding-x !default;
|
|
11806
12526
|
$grid-column-menu-filter-container-padding-y: $padding-y !default;
|
|
@@ -11858,20 +12578,20 @@ $kendo-table-sizes: (
|
|
|
11858
12578
|
sm: (
|
|
11859
12579
|
font-size: $font-size-md,
|
|
11860
12580
|
line-height: ( 20 / 14 ),
|
|
11861
|
-
cell-padding-x: map-get( $spacing, 4 ),
|
|
11862
|
-
cell-padding-y: map-get( $spacing, 2 ) + map-get( $spacing, thin )
|
|
12581
|
+
cell-padding-x: k-map-get( $spacing, 4 ),
|
|
12582
|
+
cell-padding-y: k-map-get( $spacing, 2 ) + k-map-get( $spacing, thin )
|
|
11863
12583
|
),
|
|
11864
12584
|
md: (
|
|
11865
12585
|
font-size: $font-size-md,
|
|
11866
12586
|
line-height: ( 20 / 14 ),
|
|
11867
|
-
cell-padding-x: map-get( $spacing, 4 ),
|
|
11868
|
-
cell-padding-y: map-get( $spacing, 2 )
|
|
12587
|
+
cell-padding-x: k-map-get( $spacing, 4 ),
|
|
12588
|
+
cell-padding-y: k-map-get( $spacing, 2 )
|
|
11869
12589
|
),
|
|
11870
12590
|
lg: (
|
|
11871
12591
|
font-size: $font-size-md,
|
|
11872
12592
|
line-height: ( 20 / 14 ),
|
|
11873
|
-
cell-padding-x: map-get( $spacing, 4 ),
|
|
11874
|
-
cell-padding-y: map-get( $spacing, 2 ) + map-get( $spacing, thin )
|
|
12593
|
+
cell-padding-x: k-map-get( $spacing, 4 ),
|
|
12594
|
+
cell-padding-y: k-map-get( $spacing, 2 ) + k-map-get( $spacing, thin )
|
|
11875
12595
|
)
|
|
11876
12596
|
) !default;
|
|
11877
12597
|
|
|
@@ -12441,9 +13161,9 @@ $kendo-avatar-line-height: $line-height !default;
|
|
|
12441
13161
|
/// The sizes of the avatar.
|
|
12442
13162
|
/// @group avatar
|
|
12443
13163
|
$kendo-avatar-sizes: (
|
|
12444
|
-
sm: map-get( $spacing, 4 ),
|
|
12445
|
-
md: map-get( $spacing, 8 ),
|
|
12446
|
-
lg: map-get( $spacing, 16 )
|
|
13164
|
+
sm: k-map-get( $spacing, 4 ),
|
|
13165
|
+
md: k-map-get( $spacing, 8 ),
|
|
13166
|
+
lg: k-map-get( $spacing, 16 )
|
|
12447
13167
|
) !default;
|
|
12448
13168
|
|
|
12449
13169
|
/// Theme colors map of the avatar.
|
|
@@ -12592,21 +13312,21 @@ $kendo-avatar-theme-colors: $kendo-theme-colors !default;
|
|
|
12592
13312
|
$kendo-chip-border-width: 1px !default;
|
|
12593
13313
|
/// The spacing between the text and the icons of the chip.
|
|
12594
13314
|
/// @group chip
|
|
12595
|
-
$kendo-chip-spacing: map-get( $spacing, 1 ) !default;
|
|
13315
|
+
$kendo-chip-spacing: k-map-get( $spacing, 1 ) !default;
|
|
12596
13316
|
|
|
12597
13317
|
/// Horizontal padding of the chip.
|
|
12598
13318
|
/// @group chip
|
|
12599
|
-
$kendo-chip-padding-x: map-get( $spacing, 1 ) !default;
|
|
12600
|
-
$kendo-chip-padding-x-sm: map-get( $spacing, 1 ) !default;
|
|
12601
|
-
$kendo-chip-padding-x-md: map-get( $spacing, 1 ) !default;
|
|
12602
|
-
$kendo-chip-padding-x-lg: map-get( $spacing, 1 ) !default;
|
|
13319
|
+
$kendo-chip-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
13320
|
+
$kendo-chip-padding-x-sm: k-map-get( $spacing, 1 ) !default;
|
|
13321
|
+
$kendo-chip-padding-x-md: k-map-get( $spacing, 1 ) !default;
|
|
13322
|
+
$kendo-chip-padding-x-lg: k-map-get( $spacing, 1 ) !default;
|
|
12603
13323
|
|
|
12604
13324
|
/// Vertical padding of the chip.
|
|
12605
13325
|
/// @group chip
|
|
12606
|
-
$kendo-chip-padding-y: map-get( $spacing, 1 ) !default;
|
|
12607
|
-
$kendo-chip-padding-y-sm: map-get( $spacing, 1 ) - map-get( $spacing, thin ) !default;
|
|
12608
|
-
$kendo-chip-padding-y-md: map-get( $spacing, 1 ) !default;
|
|
12609
|
-
$kendo-chip-padding-y-lg: map-get( $spacing, 1 ) + map-get( $spacing, thin ) !default;
|
|
13326
|
+
$kendo-chip-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
13327
|
+
$kendo-chip-padding-y-sm: k-map-get( $spacing, 1 ) - k-map-get( $spacing, thin ) !default;
|
|
13328
|
+
$kendo-chip-padding-y-md: k-map-get( $spacing, 1 ) !default;
|
|
13329
|
+
$kendo-chip-padding-y-lg: k-map-get( $spacing, 1 ) + k-map-get( $spacing, thin ) !default;
|
|
12610
13330
|
|
|
12611
13331
|
/// Font sizes of the chip.
|
|
12612
13332
|
/// @group chip
|
|
@@ -12653,42 +13373,42 @@ $kendo-chip-base-bg: $base-text !default;
|
|
|
12653
13373
|
/// @group chip
|
|
12654
13374
|
$kendo-chip-theme-colors: (
|
|
12655
13375
|
"base": $kendo-chip-base-bg,
|
|
12656
|
-
"error": map-get( $kendo-theme-colors, "error" ),
|
|
12657
|
-
"info": map-get( $kendo-theme-colors, "info" ),
|
|
12658
|
-
"warning": map-get( $kendo-theme-colors, "warning" ),
|
|
12659
|
-
"success": map-get( $kendo-theme-colors, "success" )
|
|
13376
|
+
"error": k-map-get( $kendo-theme-colors, "error" ),
|
|
13377
|
+
"info": k-map-get( $kendo-theme-colors, "info" ),
|
|
13378
|
+
"warning": k-map-get( $kendo-theme-colors, "warning" ),
|
|
13379
|
+
"success": k-map-get( $kendo-theme-colors, "success" )
|
|
12660
13380
|
) !default;
|
|
12661
13381
|
|
|
12662
13382
|
/// The base background color of solid chip.
|
|
12663
13383
|
/// @group chip
|
|
12664
|
-
$kendo-chip-solid-bg: try-tint( $kendo-chip-base-bg, 90% ) !default;
|
|
13384
|
+
$kendo-chip-solid-bg: k-try-tint( $kendo-chip-base-bg, 90% ) !default;
|
|
12665
13385
|
/// The base text color of solid chip.
|
|
12666
13386
|
/// @group chip
|
|
12667
13387
|
$kendo-chip-solid-text: $kendo-chip-base-bg !default;
|
|
12668
13388
|
/// The base border color of solid chip.
|
|
12669
13389
|
/// @group chip
|
|
12670
|
-
$kendo-chip-solid-border: try-tint( $kendo-chip-base-bg, 70% ) !default;
|
|
13390
|
+
$kendo-chip-solid-border: k-try-tint( $kendo-chip-base-bg, 70% ) !default;
|
|
12671
13391
|
/// The base shadow of solid chip.
|
|
12672
13392
|
/// @group chip
|
|
12673
13393
|
$kendo-chip-solid-shadow: null !default;
|
|
12674
13394
|
|
|
12675
13395
|
/// The base background color of focused solid chip.
|
|
12676
13396
|
/// @group chip
|
|
12677
|
-
$kendo-chip-solid-focus-bg: try-tint( $kendo-chip-base-bg, 92% ) !default;
|
|
13397
|
+
$kendo-chip-solid-focus-bg: k-try-tint( $kendo-chip-base-bg, 92% ) !default;
|
|
12678
13398
|
/// The base text color of focused solid chip.
|
|
12679
13399
|
/// @group chip
|
|
12680
13400
|
$kendo-chip-solid-focus-text: null !default;
|
|
12681
13401
|
|
|
12682
13402
|
/// The base background color of hovered solid chip.
|
|
12683
13403
|
/// @group chip
|
|
12684
|
-
$kendo-chip-solid-hover-bg: try-tint( $kendo-chip-base-bg, 84% ) !default;
|
|
13404
|
+
$kendo-chip-solid-hover-bg: k-try-tint( $kendo-chip-base-bg, 84% ) !default;
|
|
12685
13405
|
/// The base text color of hovered solid chip.
|
|
12686
13406
|
/// @group chip
|
|
12687
13407
|
$kendo-chip-solid-hover-text: null !default;
|
|
12688
13408
|
|
|
12689
13409
|
/// The base background color of selected solid chip.
|
|
12690
13410
|
/// @group chip
|
|
12691
|
-
$kendo-chip-solid-selected-bg: try-tint( $kendo-chip-base-bg, 76% ) !default;
|
|
13411
|
+
$kendo-chip-solid-selected-bg: k-try-tint( $kendo-chip-base-bg, 76% ) !default;
|
|
12692
13412
|
/// The base text color of selected solid chip.
|
|
12693
13413
|
/// @group chip
|
|
12694
13414
|
$kendo-chip-solid-selected-text: null !default;
|
|
@@ -12711,7 +13431,7 @@ $kendo-chip-outline-shadow: null !default;
|
|
|
12711
13431
|
$kendo-chip-outline-hover-bg: $kendo-chip-base-bg !default;
|
|
12712
13432
|
/// The base text color of hovered outline chip.
|
|
12713
13433
|
/// @group chip
|
|
12714
|
-
$kendo-chip-outline-hover-text: contrast-
|
|
13434
|
+
$kendo-chip-outline-hover-text: k-contrast-color( $kendo-chip-base-bg ) !default;
|
|
12715
13435
|
|
|
12716
13436
|
/// The base background color of selected outline chip.
|
|
12717
13437
|
/// @group chip
|
|
@@ -12725,9 +13445,9 @@ $kendo-chip-outline-selected-text: $kendo-chip-outline-hover-text !default;
|
|
|
12725
13445
|
/// The sizes of the chip list.
|
|
12726
13446
|
/// @group chip
|
|
12727
13447
|
$kendo-chip-list-sizes: (
|
|
12728
|
-
sm: map-get( $spacing, 1 ),
|
|
12729
|
-
md: map-get( $spacing, 1 ),
|
|
12730
|
-
lg: map-get( $spacing, 1 )
|
|
13448
|
+
sm: k-map-get( $spacing, 1 ),
|
|
13449
|
+
md: k-map-get( $spacing, 1 ),
|
|
13450
|
+
lg: k-map-get( $spacing, 1 )
|
|
12731
13451
|
) !default;
|
|
12732
13452
|
|
|
12733
13453
|
// #endregion
|
|
@@ -13039,7 +13759,7 @@ $kendo-chip-list-sizes: (
|
|
|
13039
13759
|
&:hover,
|
|
13040
13760
|
&.k-hover {
|
|
13041
13761
|
@include fill(
|
|
13042
|
-
$bg: rgba($color, .16 ),
|
|
13762
|
+
$bg: rgba( $color, .16 ),
|
|
13043
13763
|
$color: $color
|
|
13044
13764
|
);
|
|
13045
13765
|
}
|
|
@@ -13048,7 +13768,7 @@ $kendo-chip-list-sizes: (
|
|
|
13048
13768
|
&.k-focus {
|
|
13049
13769
|
@include box-shadow( none );
|
|
13050
13770
|
@include fill(
|
|
13051
|
-
$bg: rgba($color, .24),
|
|
13771
|
+
$bg: rgba( $color, .24),
|
|
13052
13772
|
$color: $color
|
|
13053
13773
|
);
|
|
13054
13774
|
}
|
|
@@ -13074,7 +13794,7 @@ $kendo-chip-list-sizes: (
|
|
|
13074
13794
|
&:hover,
|
|
13075
13795
|
&.k-hover {
|
|
13076
13796
|
@include fill(
|
|
13077
|
-
$bg: rgba($color, .08 ),
|
|
13797
|
+
$bg: rgba( $color, .08 ),
|
|
13078
13798
|
$color: $color
|
|
13079
13799
|
);
|
|
13080
13800
|
}
|
|
@@ -13252,13 +13972,13 @@ $color-preview-transparent-color-image: url("data:image/png;base64,iVBORw0KGgoAA
|
|
|
13252
13972
|
// #region @import "_variables.scss"; -> packages/material/scss/loader/_variables.scss
|
|
13253
13973
|
// Loader
|
|
13254
13974
|
$loader-segment-border-radius: 50% !default;
|
|
13255
|
-
$loader-segment-size-sm: map-get( $spacing, 1 ) !default;
|
|
13256
|
-
$loader-segment-size-md: map-get( $spacing, 2 ) !default;
|
|
13257
|
-
$loader-segment-size-lg: map-get( $spacing, 4 ) !default;
|
|
13975
|
+
$loader-segment-size-sm: k-map-get( $spacing, 1 ) !default;
|
|
13976
|
+
$loader-segment-size-md: k-map-get( $spacing, 2 ) !default;
|
|
13977
|
+
$loader-segment-size-lg: k-map-get( $spacing, 4 ) !default;
|
|
13258
13978
|
|
|
13259
|
-
$loader-padding-sm: ( $loader-segment-size-sm
|
|
13260
|
-
$loader-padding-md: ( $loader-segment-size-md
|
|
13261
|
-
$loader-padding-lg: ( $loader-segment-size-lg
|
|
13979
|
+
$loader-padding-sm: k-math-div( $loader-segment-size-sm, 2 ) !default;
|
|
13980
|
+
$loader-padding-md: k-math-div( $loader-segment-size-md, 2 ) !default;
|
|
13981
|
+
$loader-padding-lg: k-math-div( $loader-segment-size-lg, 2 ) !default;
|
|
13262
13982
|
|
|
13263
13983
|
$loader-spinner-3-width-sm: ( $loader-segment-size-sm * 4 ) !default;
|
|
13264
13984
|
$loader-spinner-3-height-sm: ( $loader-spinner-3-width-sm * $equilateral-height ) !default;
|
|
@@ -13282,16 +14002,16 @@ $loader-container-panel-border-color: $component-border !default;
|
|
|
13282
14002
|
$loader-container-panel-border-radius: $kendo-border-radius-md !default;
|
|
13283
14003
|
$loader-container-panel-bg: $white !default;
|
|
13284
14004
|
|
|
13285
|
-
$loader-container-padding-sm: map-get( $spacing, 4 ) !default;
|
|
13286
|
-
$loader-container-gap-sm: map-get( $spacing, 1 ) !default;
|
|
14005
|
+
$loader-container-padding-sm: k-map-get( $spacing, 4 ) !default;
|
|
14006
|
+
$loader-container-gap-sm: k-map-get( $spacing, 1 ) !default;
|
|
13287
14007
|
$loader-container-font-size-sm: $font-size-sm !default;
|
|
13288
14008
|
|
|
13289
|
-
$loader-container-padding-md: map-get( $spacing, 5 ) !default;
|
|
13290
|
-
$loader-container-gap-md: map-get( $spacing, 2 ) !default;
|
|
14009
|
+
$loader-container-padding-md: k-map-get( $spacing, 5 ) !default;
|
|
14010
|
+
$loader-container-gap-md: k-map-get( $spacing, 2 ) !default;
|
|
13291
14011
|
$loader-container-font-size-md: $font-size-md !default;
|
|
13292
14012
|
|
|
13293
|
-
$loader-container-padding-lg: map-get( $spacing, 6 ) !default;
|
|
13294
|
-
$loader-container-gap-lg: map-get( $spacing, 3 ) !default;
|
|
14013
|
+
$loader-container-padding-lg: k-map-get( $spacing, 6 ) !default;
|
|
14014
|
+
$loader-container-gap-lg: k-map-get( $spacing, 3 ) !default;
|
|
13295
14015
|
$loader-container-font-size-lg: $font-size-lg !default;
|
|
13296
14016
|
|
|
13297
14017
|
// #endregion
|
|
@@ -13981,19 +14701,19 @@ $tooltip-text: get-base-contrast( gray, 700 ) !default;
|
|
|
13981
14701
|
$tooltip-border: $tooltip-bg !default;
|
|
13982
14702
|
|
|
13983
14703
|
$tooltip-primary-bg: $primary !default;
|
|
13984
|
-
$tooltip-primary-text: contrast-
|
|
14704
|
+
$tooltip-primary-text: k-contrast-color( $tooltip-primary-bg ) !default;
|
|
13985
14705
|
$tooltip-primary-border: $tooltip-primary-bg !default;
|
|
13986
14706
|
$tooltip-info-bg: $info !default;
|
|
13987
|
-
$tooltip-info-text: contrast-
|
|
14707
|
+
$tooltip-info-text: k-contrast-color( $tooltip-info-bg ) !default;
|
|
13988
14708
|
$tooltip-info-border: $tooltip-info-bg !default;
|
|
13989
14709
|
$tooltip-success-bg: $success !default;
|
|
13990
|
-
$tooltip-success-text: contrast-
|
|
14710
|
+
$tooltip-success-text: k-contrast-color( $tooltip-success-bg ) !default;
|
|
13991
14711
|
$tooltip-success-border: $tooltip-success-bg !default;
|
|
13992
14712
|
$tooltip-warning-bg: $warning !default;
|
|
13993
|
-
$tooltip-warning-text: contrast-
|
|
14713
|
+
$tooltip-warning-text: k-contrast-color( $tooltip-warning-bg ) !default;
|
|
13994
14714
|
$tooltip-warning-border: $tooltip-warning-bg !default;
|
|
13995
14715
|
$tooltip-error-bg: $error !default;
|
|
13996
|
-
$tooltip-error-text: contrast-
|
|
14716
|
+
$tooltip-error-text: k-contrast-color( $tooltip-error-bg ) !default;
|
|
13997
14717
|
$tooltip-error-border: $tooltip-error-bg !default;
|
|
13998
14718
|
|
|
13999
14719
|
// #endregion
|
|
@@ -14759,7 +15479,8 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
14759
15479
|
}
|
|
14760
15480
|
|
|
14761
15481
|
// Template item
|
|
14762
|
-
.k-toolbar-item:focus
|
|
15482
|
+
.k-toolbar-item:focus,
|
|
15483
|
+
.k-toolbar-item.k-focus {
|
|
14763
15484
|
text-decoration: none;
|
|
14764
15485
|
outline: 0;
|
|
14765
15486
|
}
|
|
@@ -14977,7 +15698,7 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
14977
15698
|
// Template item
|
|
14978
15699
|
.k-toolbar-item:focus,
|
|
14979
15700
|
.k-toolbar-item.k-focus {
|
|
14980
|
-
@include box-shadow( $
|
|
15701
|
+
@include box-shadow( $toolbar-item-shadow );
|
|
14981
15702
|
}
|
|
14982
15703
|
|
|
14983
15704
|
|
|
@@ -15054,8 +15775,8 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
15054
15775
|
.k-toolbar {
|
|
15055
15776
|
|
|
15056
15777
|
.k-button-solid-base {
|
|
15057
|
-
background-color: try-shade( $kendo-button-bg );
|
|
15058
|
-
border-color: try-shade( $kendo-button-bg );
|
|
15778
|
+
background-color: k-try-shade( $kendo-button-bg );
|
|
15779
|
+
border-color: k-try-shade( $kendo-button-bg );
|
|
15059
15780
|
|
|
15060
15781
|
&.k-input-button,
|
|
15061
15782
|
&.k-input-spinner .k-spinner-increase,
|
|
@@ -15090,11 +15811,11 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
15090
15811
|
// Component
|
|
15091
15812
|
// #region @import "_variables.scss"; -> packages/material/scss/action-buttons/_variables.scss
|
|
15092
15813
|
// Actions
|
|
15093
|
-
$actions-margin-top: map-get( $spacing, 4 ) !default;
|
|
15094
|
-
$actions-padding-x: map-get( $spacing, 2 ) !default;
|
|
15095
|
-
$actions-padding-y: map-get( $spacing, 2 ) !default;
|
|
15814
|
+
$actions-margin-top: k-map-get( $spacing, 4 ) !default;
|
|
15815
|
+
$actions-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
15816
|
+
$actions-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
15096
15817
|
$actions-border-width: 0px !default;
|
|
15097
|
-
$actions-button-spacing: map-get( $spacing, 2 ) !default;
|
|
15818
|
+
$actions-button-spacing: k-map-get( $spacing, 2 ) !default;
|
|
15098
15819
|
|
|
15099
15820
|
$actions-bg: null !default;
|
|
15100
15821
|
$actions-text: null !default;
|
|
@@ -15231,8 +15952,8 @@ $actions-gradient: null !default;
|
|
|
15231
15952
|
.k-actions {
|
|
15232
15953
|
|
|
15233
15954
|
.k-button-solid-base {
|
|
15234
|
-
background-color: try-shade( $kendo-button-bg );
|
|
15235
|
-
border-color: try-shade( $kendo-button-bg );
|
|
15955
|
+
background-color: k-try-shade( $kendo-button-bg );
|
|
15956
|
+
border-color: k-try-shade( $kendo-button-bg );
|
|
15236
15957
|
}
|
|
15237
15958
|
|
|
15238
15959
|
}
|
|
@@ -16144,10 +16865,10 @@ $kendo-split-button-focus-shadow: $kendo-button-focus-shadow !default;
|
|
|
16144
16865
|
|
|
16145
16866
|
/// Horizontal padding of the arrow button.
|
|
16146
16867
|
/// @group split-button
|
|
16147
|
-
$kendo-split-button-arrow-padding-x: map-get( $spacing, 1 ) !default;
|
|
16148
|
-
$kendo-split-button-arrow-padding-x-sm: map-get( $spacing, 1 ) !default;
|
|
16149
|
-
$kendo-split-button-arrow-padding-x-md: map-get( $spacing, 1 ) !default;
|
|
16150
|
-
$kendo-split-button-arrow-padding-x-lg: map-get( $spacing, 1 ) !default;
|
|
16868
|
+
$kendo-split-button-arrow-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
16869
|
+
$kendo-split-button-arrow-padding-x-sm: k-map-get( $spacing, 1 ) !default;
|
|
16870
|
+
$kendo-split-button-arrow-padding-x-md: k-map-get( $spacing, 1 ) !default;
|
|
16871
|
+
$kendo-split-button-arrow-padding-x-lg: k-map-get( $spacing, 1 ) !default;
|
|
16151
16872
|
|
|
16152
16873
|
/// Vertical padding of the arrow button.
|
|
16153
16874
|
/// @group split-button
|
|
@@ -16241,8 +16962,7 @@ $kendo-split-button-arrow-padding-y-lg: $kendo-button-padding-y-lg !default;
|
|
|
16241
16962
|
|
|
16242
16963
|
/// Horizontal padding of the arrow button.
|
|
16243
16964
|
/// @group menu-button
|
|
16244
|
-
$kendo-menu-button-arrow-padding-x: map-get( $spacing, 1 ) !default;
|
|
16245
|
-
|
|
16965
|
+
$kendo-menu-button-arrow-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
16246
16966
|
|
|
16247
16967
|
// #endregion
|
|
16248
16968
|
// #region @import "_layout.scss"; -> packages/material/scss/menu-button/_layout.scss
|
|
@@ -16636,7 +17356,7 @@ $progressbar-font-family: $font-family !default;
|
|
|
16636
17356
|
$progressbar-font-size: $font-size-sm !default;
|
|
16637
17357
|
$progressbar-line-height: 1 !default;
|
|
16638
17358
|
|
|
16639
|
-
$progressbar-bg: try-tint( $primary, 8 ) !default;
|
|
17359
|
+
$progressbar-bg: k-try-tint( $primary, 8 ) !default;
|
|
16640
17360
|
$progressbar-text: $component-text !default;
|
|
16641
17361
|
$progressbar-border: null !default;
|
|
16642
17362
|
$progressbar-gradient: null !default;
|
|
@@ -17170,19 +17890,19 @@ $kendo-radio-border-width: 2px !default;
|
|
|
17170
17890
|
// Radio button sizes
|
|
17171
17891
|
$kendo-radio-sizes: (
|
|
17172
17892
|
sm: (
|
|
17173
|
-
size: map-get( $spacing, 3 ),
|
|
17174
|
-
glyph-size: ( map-get( $spacing, 3 ) - map-get( $spacing, thin ) ),
|
|
17175
|
-
ripple-size: map-get( $spacing, 3 ) * 3
|
|
17893
|
+
size: k-map-get( $spacing, 3 ),
|
|
17894
|
+
glyph-size: ( k-map-get( $spacing, 3 ) - k-map-get( $spacing, thin ) ),
|
|
17895
|
+
ripple-size: k-map-get( $spacing, 3 ) * 3
|
|
17176
17896
|
),
|
|
17177
17897
|
md: (
|
|
17178
|
-
size: map-get( $spacing, 4 ),
|
|
17179
|
-
glyph-size: ( map-get( $spacing, 4 ) - map-get( $spacing, thin ) ),
|
|
17180
|
-
ripple-size: map-get( $spacing, 4 ) * 3
|
|
17898
|
+
size: k-map-get( $spacing, 4 ),
|
|
17899
|
+
glyph-size: ( k-map-get( $spacing, 4 ) - k-map-get( $spacing, thin ) ),
|
|
17900
|
+
ripple-size: k-map-get( $spacing, 4 ) * 3
|
|
17181
17901
|
),
|
|
17182
17902
|
lg: (
|
|
17183
|
-
size: map-get( $spacing, 5 ),
|
|
17184
|
-
glyph-size: ( map-get( $spacing, 5 ) - map-get( $spacing, thin ) ),
|
|
17185
|
-
ripple-size: map-get( $spacing, 5 ) * 3
|
|
17903
|
+
size: k-map-get( $spacing, 5 ),
|
|
17904
|
+
glyph-size: ( k-map-get( $spacing, 5 ) - k-map-get( $spacing, thin ) ),
|
|
17905
|
+
ripple-size: k-map-get( $spacing, 5 ) * 3
|
|
17186
17906
|
)
|
|
17187
17907
|
) !default;
|
|
17188
17908
|
|
|
@@ -17285,14 +18005,14 @@ $kendo-radio-disabled-checked-image: escape-svg( url("data:image/svg+xml,<svg xm
|
|
|
17285
18005
|
|
|
17286
18006
|
/// The horizontal margin of the radio button inside of a label.
|
|
17287
18007
|
/// @group radio
|
|
17288
|
-
$kendo-radio-label-margin-x: map-get( $spacing, 1 ) !default;
|
|
18008
|
+
$kendo-radio-label-margin-x: k-map-get( $spacing, 1 ) !default;
|
|
17289
18009
|
|
|
17290
18010
|
|
|
17291
18011
|
// Radio list
|
|
17292
18012
|
|
|
17293
18013
|
/// Spacing between items of horizontal radio button list.
|
|
17294
18014
|
/// @group radio
|
|
17295
|
-
$kendo-radio-list-spacing: map-get( $spacing, 4 ) !default;
|
|
18015
|
+
$kendo-radio-list-spacing: k-map-get( $spacing, 4 ) !default;
|
|
17296
18016
|
/// Horizontal padding of radio button list items.
|
|
17297
18017
|
/// @group radio
|
|
17298
18018
|
$kendo-radio-list-item-padding-x: 0px !default;
|
|
@@ -17705,14 +18425,14 @@ $slider-draghandle-pressed-text: null !default;
|
|
|
17705
18425
|
$slider-draghandle-pressed-border: null !default;
|
|
17706
18426
|
$slider-draghandle-pressed-gradient: null !default;
|
|
17707
18427
|
|
|
17708
|
-
$slider-draghandle-focused-shadow: 0 0 0 11px rgba($primary, .25) !default;
|
|
18428
|
+
$slider-draghandle-focused-shadow: 0 0 0 11px rgba( $primary, .25 ) !default;
|
|
17709
18429
|
|
|
17710
18430
|
$slider-transition-speed: .3s !default;
|
|
17711
18431
|
$slider-transition-function: ease-out !default;
|
|
17712
18432
|
$slider-draghandle-transition-speed: .4s !default;
|
|
17713
18433
|
$slider-draghandle-transition-function: cubic-bezier(.25, .8, .25, 1) !default;
|
|
17714
18434
|
|
|
17715
|
-
$slider-track-bg: try-tint( $primary, 8 ) !default;
|
|
18435
|
+
$slider-track-bg: k-try-tint( $primary, 8 ) !default;
|
|
17716
18436
|
$slider-selection-bg: $primary !default;
|
|
17717
18437
|
$slider-disabled-opacity: .65 !default;
|
|
17718
18438
|
|
|
@@ -18376,8 +19096,8 @@ $calendar-bg: $component-bg !default;
|
|
|
18376
19096
|
$calendar-text: $component-text !default;
|
|
18377
19097
|
$calendar-border: $component-border !default;
|
|
18378
19098
|
|
|
18379
|
-
$calendar-header-padding-x: map-get( $spacing, 1 ) !default;
|
|
18380
|
-
$calendar-header-padding-y: map-get( $spacing, 1 ) !default;
|
|
19099
|
+
$calendar-header-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
19100
|
+
$calendar-header-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
18381
19101
|
$calendar-header-border-width: 0px !default;
|
|
18382
19102
|
|
|
18383
19103
|
$calendar-header-bg: null !default;
|
|
@@ -18386,13 +19106,13 @@ $calendar-header-border: $header-border !default;
|
|
|
18386
19106
|
$calendar-header-gradient: null !default;
|
|
18387
19107
|
$calendar-header-shadow: null !default;
|
|
18388
19108
|
|
|
18389
|
-
$calendar-nav-gap: map-get( $spacing, 1 ) !default;
|
|
19109
|
+
$calendar-nav-gap: k-map-get( $spacing, 1 ) !default;
|
|
18390
19110
|
|
|
18391
19111
|
$calendar-today-nav-text: $link-text !default;
|
|
18392
19112
|
$calendar-today-nav-hover-text: $link-hover-text !default;
|
|
18393
19113
|
|
|
18394
|
-
$calendar-footer-padding-x: map-get( $spacing, 4 ) !default;
|
|
18395
|
-
$calendar-footer-padding-y: map-get( $spacing, 2 ) !default;
|
|
19114
|
+
$calendar-footer-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
19115
|
+
$calendar-footer-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
18396
19116
|
|
|
18397
19117
|
$calendar-cell-padding-x: .25em !default;
|
|
18398
19118
|
$calendar-cell-padding-y: $calendar-cell-padding-x !default;
|
|
@@ -18409,8 +19129,8 @@ $calendar-header-cell-bg: null !default;
|
|
|
18409
19129
|
$calendar-header-cell-text: $subtle-text !default;
|
|
18410
19130
|
$calendar-header-cell-opacity: null !default;
|
|
18411
19131
|
|
|
18412
|
-
$calendar-caption-padding-x: map-get( $spacing, 4 ) !default;
|
|
18413
|
-
$calendar-caption-padding-y: map-get( $spacing, 1 ) !default;
|
|
19132
|
+
$calendar-caption-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
19133
|
+
$calendar-caption-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
18414
19134
|
$calendar-caption-height: $calendar-cell-size !default;
|
|
18415
19135
|
$calendar-caption-font-size: null !default;
|
|
18416
19136
|
$calendar-caption-line-height: null !default;
|
|
@@ -18418,7 +19138,7 @@ $calendar-caption-font-weight: bold !default;
|
|
|
18418
19138
|
|
|
18419
19139
|
$calendar-view-width: ($calendar-cell-size * 7) !default;
|
|
18420
19140
|
$calendar-view-height: ($calendar-cell-size * 7) !default;
|
|
18421
|
-
$calendar-view-gap: map-get( $spacing, 4 ) !default;
|
|
19141
|
+
$calendar-view-gap: k-map-get( $spacing, 4 ) !default;
|
|
18422
19142
|
|
|
18423
19143
|
$calendar-weekend-bg: null !default;
|
|
18424
19144
|
$calendar-weekend-text: null !default;
|
|
@@ -18443,11 +19163,11 @@ $calendar-cell-hover-border: $hovered-border !default;
|
|
|
18443
19163
|
$calendar-cell-hover-gradient: null !default;
|
|
18444
19164
|
|
|
18445
19165
|
$calendar-cell-selected-bg: $primary !default;
|
|
18446
|
-
$calendar-cell-selected-text: contrast-
|
|
19166
|
+
$calendar-cell-selected-text: k-contrast-color( $calendar-cell-selected-bg ) !default;
|
|
18447
19167
|
$calendar-cell-selected-border: $calendar-cell-selected-bg !default;
|
|
18448
19168
|
$calendar-cell-selected-gradient: null !default;
|
|
18449
19169
|
|
|
18450
|
-
$calendar-cell-selected-hover-bg: try-shade( $calendar-cell-selected-bg, .5 ) !default;
|
|
19170
|
+
$calendar-cell-selected-hover-bg: k-try-shade( $calendar-cell-selected-bg, .5 ) !default;
|
|
18451
19171
|
$calendar-cell-selected-hover-text: $calendar-cell-selected-text !default;
|
|
18452
19172
|
$calendar-cell-selected-hover-border: null !default;
|
|
18453
19173
|
$calendar-cell-selected-hover-gradient: null !default;
|
|
@@ -18460,16 +19180,16 @@ $calendar-cell-selected-focus-shadow: $calendar-cell-focused-shadow !default;
|
|
|
18460
19180
|
$calendar-navigation-width: 5em !default;
|
|
18461
19181
|
$calendar-navigation-item-height: 2em !default;
|
|
18462
19182
|
|
|
18463
|
-
$calendar-navigation-bg: true-mix( $calendar-text, $calendar-bg, 3) !default;
|
|
19183
|
+
$calendar-navigation-bg: k-true-mix( $calendar-text, $calendar-bg, 3) !default;
|
|
18464
19184
|
$calendar-navigation-text: $calendar-text !default;
|
|
18465
19185
|
$calendar-navigation-border: $calendar-border !default;
|
|
18466
19186
|
|
|
18467
19187
|
|
|
18468
19188
|
// Infinite calendar
|
|
18469
|
-
$infinite-calendar-header-padding-x: map-get( $spacing, 4 ) !default;
|
|
18470
|
-
$infinite-calendar-header-padding-y: map-get( $spacing, 2 ) !default;
|
|
19189
|
+
$infinite-calendar-header-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
19190
|
+
$infinite-calendar-header-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
18471
19191
|
|
|
18472
|
-
$infinite-calendar-view-padding-x: map-get( $spacing, 4 ) !default;
|
|
19192
|
+
$infinite-calendar-view-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
18473
19193
|
$infinite-calendar-view-padding-y: 0px !default;
|
|
18474
19194
|
$infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
|
|
18475
19195
|
|
|
@@ -18487,14 +19207,14 @@ $kendo-calendar-sm-cell-padding-y: .125rem !default;
|
|
|
18487
19207
|
$kendo-calendar-md-font-size: $font-size-md !default;
|
|
18488
19208
|
$kendo-calendar-md-line-height: $line-height-md !default;
|
|
18489
19209
|
$kendo-calendar-md-cell-size: 36px !default;
|
|
18490
|
-
$kendo-calendar-md-cell-padding-x: map-get( $spacing, 1 ) !default;
|
|
18491
|
-
$kendo-calendar-md-cell-padding-y: map-get( $spacing, 1 ) !default;
|
|
19210
|
+
$kendo-calendar-md-cell-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
19211
|
+
$kendo-calendar-md-cell-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
18492
19212
|
|
|
18493
19213
|
$kendo-calendar-lg-font-size: $font-size-lg !default;
|
|
18494
19214
|
$kendo-calendar-lg-line-height: $line-height-lg !default;
|
|
18495
19215
|
$kendo-calendar-lg-cell-size: 40px !default;
|
|
18496
|
-
$kendo-calendar-lg-cell-padding-x: map-get( $spacing, 1 ) !default;
|
|
18497
|
-
$kendo-calendar-lg-cell-padding-y: map-get( $spacing, 1 ) !default;
|
|
19216
|
+
$kendo-calendar-lg-cell-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
19217
|
+
$kendo-calendar-lg-cell-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
18498
19218
|
|
|
18499
19219
|
$kendo-calendar-sizes: (
|
|
18500
19220
|
sm: (
|
|
@@ -19345,7 +20065,7 @@ $kendo-calendar-sizes: (
|
|
|
19345
20065
|
.k-selected.k-focus .k-link {
|
|
19346
20066
|
@include fill(
|
|
19347
20067
|
$calendar-cell-selected-text,
|
|
19348
|
-
try-tint($calendar-cell-selected-bg),
|
|
20068
|
+
k-try-tint($calendar-cell-selected-bg),
|
|
19349
20069
|
$calendar-cell-selected-border
|
|
19350
20070
|
);
|
|
19351
20071
|
}
|
|
@@ -19380,14 +20100,14 @@ $kendo-calendar-sizes: (
|
|
|
19380
20100
|
$time-selector-border-width: 1px !default;
|
|
19381
20101
|
$time-selector-font-family: $font-family !default;
|
|
19382
20102
|
$time-selector-font-size: $font-size !default;
|
|
19383
|
-
$time-selector-line-height: (20
|
|
20103
|
+
$time-selector-line-height: k-math-div( 20, 14 ) !default;
|
|
19384
20104
|
|
|
19385
20105
|
$time-selector-bg: $component-bg !default;
|
|
19386
20106
|
$time-selector-text: $component-text !default;
|
|
19387
20107
|
$time-selector-border: $component-border !default;
|
|
19388
20108
|
|
|
19389
|
-
$time-selector-header-padding-x: map-get( $spacing, 1 ) !default;
|
|
19390
|
-
$time-selector-header-padding-y: map-get( $spacing, 1 ) !default;
|
|
20109
|
+
$time-selector-header-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
20110
|
+
$time-selector-header-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
19391
20111
|
$time-selector-header-border-width: 0px !default;
|
|
19392
20112
|
|
|
19393
20113
|
$time-list-width: 4em !default;
|
|
@@ -19882,7 +20602,7 @@ $kendo-time-selector-sizes: (
|
|
|
19882
20602
|
// Component
|
|
19883
20603
|
// #region @import "_variables.scss"; -> packages/material/scss/captcha/_variables.scss
|
|
19884
20604
|
// Captcha
|
|
19885
|
-
$captcha-spacer: map-get( $spacing, 2 ) !default;
|
|
20605
|
+
$captcha-spacer: k-map-get( $spacing, 2 ) !default;
|
|
19886
20606
|
|
|
19887
20607
|
$captcha-width: 335px !default;
|
|
19888
20608
|
$captcha-font-family: $font-family !default;
|
|
@@ -20012,7 +20732,7 @@ $colorpalette-font-family: $font-family !default;
|
|
|
20012
20732
|
$colorpalette-font-size: $font-size !default;
|
|
20013
20733
|
$colorpalette-line-height: 0 !default;
|
|
20014
20734
|
|
|
20015
|
-
$colorpalette-tile-width: map-get( $spacing, 6 ) !default;
|
|
20735
|
+
$colorpalette-tile-width: k-map-get( $spacing, 6 ) !default;
|
|
20016
20736
|
$colorpalette-tile-height: $colorpalette-tile-width !default;
|
|
20017
20737
|
$colorpalette-tile-focus-shadow: 0 0 3px 1px rgba( black, .3 ), inset 0 0 0 1px rgba( white, .5 ) !default;
|
|
20018
20738
|
$colorpalette-tile-hover-shadow: 0 0 3px 1px rgba( black, .3 ), inset 0 0 0 1px rgba( white, .8 ) !default;
|
|
@@ -20203,7 +20923,7 @@ $colorpalette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inset 0 0 0
|
|
|
20203
20923
|
// #endregion
|
|
20204
20924
|
// #region @import "_variables.scss"; -> packages/material/scss/colorgradient/_variables.scss
|
|
20205
20925
|
// ColorGradient
|
|
20206
|
-
$colorgradient-spacer: map-get( $spacing, 3 ) !default;
|
|
20926
|
+
$colorgradient-spacer: k-map-get( $spacing, 3 ) !default;
|
|
20207
20927
|
|
|
20208
20928
|
$colorgradient-width: 294px !default;
|
|
20209
20929
|
$colorgradient-border-width: 1px !default;
|
|
@@ -20238,21 +20958,21 @@ $colorgradient-draghandle-border-width: 1px !default;
|
|
|
20238
20958
|
$colorgradient-draghandle-border-radius: 50% !default;
|
|
20239
20959
|
$colorgradient-draghandle-bg: transparent !default;
|
|
20240
20960
|
$colorgradient-draghandle-text: null !default;
|
|
20241
|
-
$colorgradient-draghandle-border: rgba(
|
|
20242
|
-
$colorgradient-draghandle-shadow: 0 1px 4px rgba(
|
|
20961
|
+
$colorgradient-draghandle-border: rgba( white, .8 ) !default;
|
|
20962
|
+
$colorgradient-draghandle-shadow: 0 1px 4px rgba( black, .5 ) !default;
|
|
20243
20963
|
$colorgradient-draghandle-focus-shadow: 0 1px 4px black !default;
|
|
20244
20964
|
$colorgradient-draghandle-hover-shadow: $colorgradient-draghandle-focus-shadow !default;
|
|
20245
20965
|
|
|
20246
|
-
$colorgradient-canvas-draghandle-margin-y: -( $colorgradient-draghandle-height
|
|
20247
|
-
$colorgradient-canvas-draghandle-margin-x: -( $colorgradient-draghandle-width
|
|
20966
|
+
$colorgradient-canvas-draghandle-margin-y: - k-math-div( $colorgradient-draghandle-height, 2 ) !default;
|
|
20967
|
+
$colorgradient-canvas-draghandle-margin-x: - k-math-div( $colorgradient-draghandle-width, 2 ) !default;
|
|
20248
20968
|
|
|
20249
20969
|
$colorgradient-input-width: 50px !default;
|
|
20250
|
-
$colorgradient-input-gap: map-get( $spacing, 2 ) !default;
|
|
20251
|
-
$colorgradient-input-label-gap: map-get( $spacing, 1 ) !default;
|
|
20970
|
+
$colorgradient-input-gap: k-map-get( $spacing, 2 ) !default;
|
|
20971
|
+
$colorgradient-input-label-gap: k-map-get( $spacing, 1 ) !default;
|
|
20252
20972
|
$colorgradient-input-label-text: $subtle-text !default;
|
|
20253
20973
|
|
|
20254
20974
|
$colorgradient-contrast-ratio-font-weight: $font-weight-bold !default;
|
|
20255
|
-
$colorgradient-contrast-spacer: map-get( $spacing, 2 ) !default;
|
|
20975
|
+
$colorgradient-contrast-spacer: k-map-get( $spacing, 2 ) !default;
|
|
20256
20976
|
|
|
20257
20977
|
// #endregion
|
|
20258
20978
|
// #region @import "_layout.scss"; -> packages/material/scss/colorgradient/_layout.scss
|
|
@@ -20575,7 +21295,7 @@ $colorgradient-contrast-spacer: map-get( $spacing, 2 ) !default;
|
|
|
20575
21295
|
// Component
|
|
20576
21296
|
// #region @import "_variables.scss"; -> packages/material/scss/coloreditor/_variables.scss
|
|
20577
21297
|
// Coloreditor/FlatColorPicker
|
|
20578
|
-
$coloreditor-spacer: map-get( $spacing, 3 ) !default;
|
|
21298
|
+
$coloreditor-spacer: k-map-get( $spacing, 3 ) !default;
|
|
20579
21299
|
|
|
20580
21300
|
$coloreditor-min-width: 294px !default;
|
|
20581
21301
|
$coloreditor-border-width: 1px !default;
|
|
@@ -20592,9 +21312,9 @@ $coloreditor-focus-shadow: $box-shadow-depth-2 !default;
|
|
|
20592
21312
|
|
|
20593
21313
|
$coloreditor-header-padding-y: $coloreditor-spacer !default;
|
|
20594
21314
|
$coloreditor-header-padding-x: $coloreditor-header-padding-y !default;
|
|
20595
|
-
$coloreditor-header-actions-gap: map-get( $spacing, 2 ) !default;
|
|
21315
|
+
$coloreditor-header-actions-gap: k-map-get( $spacing, 2 ) !default;
|
|
20596
21316
|
|
|
20597
|
-
$coloreditor-preview-gap: map-get( $spacing, 1 ) !default;
|
|
21317
|
+
$coloreditor-preview-gap: k-map-get( $spacing, 1 ) !default;
|
|
20598
21318
|
$coloreditor-color-preview-width: 32px !default;
|
|
20599
21319
|
$coloreditor-color-preview-height: 12px !default;
|
|
20600
21320
|
|
|
@@ -21419,8 +22139,8 @@ $kendo-treeview-font-size-lg: $font-size-lg !default;
|
|
|
21419
22139
|
/// Line height of the treeview component.
|
|
21420
22140
|
/// @group treeview
|
|
21421
22141
|
$kendo-treeview-line-height: 1.25 !default;
|
|
21422
|
-
$kendo-treeview-line-height-sm: ( 20
|
|
21423
|
-
$kendo-treeview-line-height-md: ( 20
|
|
22142
|
+
$kendo-treeview-line-height-sm: k-math-div( 20, 14 ) !default;
|
|
22143
|
+
$kendo-treeview-line-height-md: k-math-div( 20, 14 ) !default;
|
|
21424
22144
|
$kendo-treeview-line-height-lg: 1.5 !default;
|
|
21425
22145
|
/// Indentation of child groups in treeview component.
|
|
21426
22146
|
/// @group treeview
|
|
@@ -21428,16 +22148,16 @@ $kendo-treeview-indent: 16px !default;
|
|
|
21428
22148
|
|
|
21429
22149
|
/// Horizontal padding of treeview items.
|
|
21430
22150
|
/// @group treeview
|
|
21431
|
-
$kendo-treeview-item-padding-x: map-get( $spacing, 4 ) !default;
|
|
21432
|
-
$kendo-treeview-item-padding-x-sm: map-get( $spacing, 4 ) !default;
|
|
21433
|
-
$kendo-treeview-item-padding-x-md: map-get( $spacing, 4 ) !default;
|
|
21434
|
-
$kendo-treeview-item-padding-x-lg: map-get( $spacing, 4 ) !default;
|
|
22151
|
+
$kendo-treeview-item-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
22152
|
+
$kendo-treeview-item-padding-x-sm: k-map-get( $spacing, 4 ) !default;
|
|
22153
|
+
$kendo-treeview-item-padding-x-md: k-map-get( $spacing, 4 ) !default;
|
|
22154
|
+
$kendo-treeview-item-padding-x-lg: k-map-get( $spacing, 4 ) !default;
|
|
21435
22155
|
/// Vertical padding of treeview items.
|
|
21436
22156
|
/// @group treeview
|
|
21437
|
-
$kendo-treeview-item-padding-y: map-get( $spacing, 2 ) !default;
|
|
21438
|
-
$kendo-treeview-item-padding-y-sm: map-get( $spacing, 2 ) - map-get( $spacing, thin ) !default;
|
|
21439
|
-
$kendo-treeview-item-padding-y-md: map-get( $spacing, 2 ) !default;
|
|
21440
|
-
$kendo-treeview-item-padding-y-lg: map-get( $spacing, 2 ) !default;
|
|
22157
|
+
$kendo-treeview-item-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
22158
|
+
$kendo-treeview-item-padding-y-sm: k-map-get( $spacing, 2 ) - k-map-get( $spacing, thin ) !default;
|
|
22159
|
+
$kendo-treeview-item-padding-y-md: k-map-get( $spacing, 2 ) !default;
|
|
22160
|
+
$kendo-treeview-item-padding-y-lg: k-map-get( $spacing, 2 ) !default;
|
|
21441
22161
|
/// Border width of treeview items.
|
|
21442
22162
|
/// @group treeview
|
|
21443
22163
|
$kendo-treeview-item-border-width: 0px !default;
|
|
@@ -21877,8 +22597,8 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
|
|
|
21877
22597
|
// Component
|
|
21878
22598
|
// #region @import "_variables.scss"; -> packages/material/scss/dropdowntree/_variables.scss
|
|
21879
22599
|
// Dropdowntree
|
|
21880
|
-
$dropdowntree-popup-padding-x: map-get( $spacing, 2 ) !default;
|
|
21881
|
-
$dropdowntree-popup-padding-y: map-get( $spacing, 2 ) !default;
|
|
22600
|
+
$dropdowntree-popup-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
22601
|
+
$dropdowntree-popup-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
21882
22602
|
|
|
21883
22603
|
// #endregion
|
|
21884
22604
|
// #region @import "_layout.scss"; -> packages/material/scss/dropdowntree/_layout.scss
|
|
@@ -22016,8 +22736,8 @@ $rating-icon-selected-text: $primary-darker !default;
|
|
|
22016
22736
|
$rating-icon-hover-text: $primary-darker !default;
|
|
22017
22737
|
$rating-icon-focused-text: $primary-darker !default;
|
|
22018
22738
|
|
|
22019
|
-
$rating-icon-focused-shadow: 0 2px 4px rgba(
|
|
22020
|
-
$rating-icon-focused-selected-shadow: 0 2px 4px rgba(
|
|
22739
|
+
$rating-icon-focused-shadow: 0 2px 4px rgba( black, .1 ) !default;
|
|
22740
|
+
$rating-icon-focused-selected-shadow: 0 2px 4px rgba( black, .1) !default;
|
|
22021
22741
|
|
|
22022
22742
|
// #endregion
|
|
22023
22743
|
// #region @import "_layout.scss"; -> packages/material/scss/rating/_layout.scss
|
|
@@ -22842,26 +23562,26 @@ $kendo-switch-on-thumb-hover-gradient: null !default;
|
|
|
22842
23562
|
// Component
|
|
22843
23563
|
// #region @import "_variables.scss"; -> packages/material/scss/dropzone/_variables.scss
|
|
22844
23564
|
// Dropzone
|
|
22845
|
-
$dropzone-padding-x: map-get( $spacing, 2 ) !default;
|
|
22846
|
-
$dropzone-padding-y: map-get( $spacing, 2 ) !default;
|
|
23565
|
+
$dropzone-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
23566
|
+
$dropzone-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
22847
23567
|
$dropzone-border-width: 1px !default;
|
|
22848
23568
|
$dropzone-min-height: 220px !default;
|
|
22849
23569
|
|
|
22850
23570
|
$dropzone-font-family: $font-family !default;
|
|
22851
23571
|
$dropzone-font-size: $font-size !default;
|
|
22852
|
-
$dropzone-line-height: ( 20
|
|
23572
|
+
$dropzone-line-height: k-math-div( 20, 14 ) !default;
|
|
22853
23573
|
|
|
22854
|
-
$dropzone-bg: try-shade( $base-bg, 1 ) !default;
|
|
23574
|
+
$dropzone-bg: k-try-shade( $base-bg, 1 ) !default;
|
|
22855
23575
|
$dropzone-text: $base-text !default;
|
|
22856
23576
|
$dropzone-border: $base-border !default;
|
|
22857
23577
|
|
|
22858
23578
|
$dropzone-icon-size: ( $icon-size * 3 ) !default;
|
|
22859
|
-
$dropzone-icon-spacing: map-get( $spacing, 6 ) !default;
|
|
22860
|
-
$dropzone-icon-text: try-tint( $dropzone-text, 4 ) !default;
|
|
23579
|
+
$dropzone-icon-spacing: k-map-get( $spacing, 6 ) !default;
|
|
23580
|
+
$dropzone-icon-text: k-try-tint( $dropzone-text, 4 ) !default;
|
|
22861
23581
|
$dropzone-icon-hover-text: $primary !default;
|
|
22862
23582
|
|
|
22863
23583
|
$dropzone-hint-font-size: null !default;
|
|
22864
|
-
$dropzone-hint-spacing: map-get( $spacing, 2 ) !default;
|
|
23584
|
+
$dropzone-hint-spacing: k-map-get( $spacing, 2 ) !default;
|
|
22865
23585
|
$dropzone-hint-text: null !default;
|
|
22866
23586
|
|
|
22867
23587
|
$dropzone-note-font-size: $font-size-sm !default;
|
|
@@ -22971,15 +23691,15 @@ $dropzone-note-text: $subtle-text !default;
|
|
|
22971
23691
|
$upload-border-width: 1px !default;
|
|
22972
23692
|
$upload-font-family: $font-family !default;
|
|
22973
23693
|
$upload-font-size: $font-size !default;
|
|
22974
|
-
$upload-line-height: ( 20
|
|
23694
|
+
$upload-line-height: k-math-div( 20, 14 ) !default;
|
|
22975
23695
|
$upload-max-height: 300px !default;
|
|
22976
23696
|
|
|
22977
23697
|
$upload-bg: $component-bg !default;
|
|
22978
23698
|
$upload-text: $component-text !default;
|
|
22979
23699
|
$upload-border: $component-border !default;
|
|
22980
23700
|
|
|
22981
|
-
$upload-dropzone-padding-x: map-get( $spacing, 2 ) !default;
|
|
22982
|
-
$upload-dropzone-padding-y: map-get( $spacing, 2 ) !default;
|
|
23701
|
+
$upload-dropzone-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
23702
|
+
$upload-dropzone-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
22983
23703
|
$upload-dropzone-bg: $header-bg !default;
|
|
22984
23704
|
$upload-dropzone-text: $header-text !default;
|
|
22985
23705
|
$upload-dropzone-border: $upload-border !default;
|
|
@@ -22988,8 +23708,8 @@ $upload-dropzone-hover-bg: $hovered-bg !default;
|
|
|
22988
23708
|
$upload-status-text: $subtle-text !default;
|
|
22989
23709
|
$upload-status-text-opacity: null !default;
|
|
22990
23710
|
|
|
22991
|
-
$upload-item-padding-x: map-get( $spacing, 4 ) !default;
|
|
22992
|
-
$upload-item-padding-y: map-get( $spacing, 4 ) !default;
|
|
23711
|
+
$upload-item-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
23712
|
+
$upload-item-padding-y: k-map-get( $spacing, 4 ) !default;
|
|
22993
23713
|
|
|
22994
23714
|
$upload-multiple-items-spacing: 12px !default;
|
|
22995
23715
|
|
|
@@ -23014,7 +23734,7 @@ $upload-error-bg: $error !default;
|
|
|
23014
23734
|
$upload-error-text: $error !default;
|
|
23015
23735
|
$upload-error-border: $error !default;
|
|
23016
23736
|
|
|
23017
|
-
$upload-focused-shadow: 0 0 0 2px rgba(
|
|
23737
|
+
$upload-focused-shadow: 0 0 0 2px rgba( black, .13 ) !default;
|
|
23018
23738
|
|
|
23019
23739
|
// #endregion
|
|
23020
23740
|
// #region @import "_layout.scss"; -> packages/material/scss/upload/_layout.scss
|
|
@@ -23602,7 +24322,7 @@ $upload-focused-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
23602
24322
|
.k-upload {
|
|
23603
24323
|
.k-upload-button {
|
|
23604
24324
|
@include box-shadow( none );
|
|
23605
|
-
background-color: try-shade( $upload-dropzone-bg );
|
|
24325
|
+
background-color: k-try-shade( $upload-dropzone-bg );
|
|
23606
24326
|
}
|
|
23607
24327
|
}
|
|
23608
24328
|
}
|
|
@@ -23636,8 +24356,8 @@ $upload-focused-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
23636
24356
|
// Appbar
|
|
23637
24357
|
$appbar-margin-y: null !default;
|
|
23638
24358
|
$appbar-margin-x: null !default;
|
|
23639
|
-
$appbar-padding-y: map-get( $spacing, 2 ) !default;
|
|
23640
|
-
$appbar-padding-x: map-get( $spacing, 2 ) !default;
|
|
24359
|
+
$appbar-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
24360
|
+
$appbar-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
23641
24361
|
$appbar-border-width: 0px !default;
|
|
23642
24362
|
|
|
23643
24363
|
$appbar-zindex: 1000 !default;
|
|
@@ -23645,16 +24365,16 @@ $appbar-zindex: 1000 !default;
|
|
|
23645
24365
|
$appbar-font-size: $font-size !default;
|
|
23646
24366
|
$appbar-line-height: $line-height !default;
|
|
23647
24367
|
$appbar-font-family: $font-family !default;
|
|
23648
|
-
$appbar-gap: map-get( $spacing, 2 ) !default;
|
|
24368
|
+
$appbar-gap: k-map-get( $spacing, 2 ) !default;
|
|
23649
24369
|
|
|
23650
24370
|
$appbar-light-bg: $light !default;
|
|
23651
|
-
$appbar-light-text: contrast-
|
|
24371
|
+
$appbar-light-text: k-contrast-color( $light ) !default;
|
|
23652
24372
|
|
|
23653
24373
|
$appbar-dark-bg: $dark !default;
|
|
23654
|
-
$appbar-dark-text: contrast-
|
|
24374
|
+
$appbar-dark-text: k-contrast-color( $dark ) !default;
|
|
23655
24375
|
|
|
23656
|
-
$appbar-box-shadow: 0px 2px 3px rgba(
|
|
23657
|
-
$appbar-bottom-box-shadow: 0px -2px 3px rgba(
|
|
24376
|
+
$appbar-box-shadow: 0px 2px 3px rgba( black, .24 ) !default;
|
|
24377
|
+
$appbar-bottom-box-shadow: 0px -2px 3px rgba( black, .24 ) !default;
|
|
23658
24378
|
|
|
23659
24379
|
// #endregion
|
|
23660
24380
|
// #region @import "_layout.scss"; -> packages/material/scss/appbar/_layout.scss
|
|
@@ -23876,18 +24596,18 @@ $kendo-fab-icon-width: 20px !default;
|
|
|
23876
24596
|
$kendo-fab-icon-height: $kendo-fab-icon-width !default;
|
|
23877
24597
|
/// FAB icon spacing.
|
|
23878
24598
|
/// @group floating-action-button
|
|
23879
|
-
$kendo-fab-icon-spacing: map-get( $spacing, 1 ) * 1.5 !default;
|
|
24599
|
+
$kendo-fab-icon-spacing: k-map-get( $spacing, 1 ) * 1.5 !default;
|
|
23880
24600
|
|
|
23881
24601
|
/// FAB items horizontal padding.
|
|
23882
24602
|
/// @group floating-action-button
|
|
23883
24603
|
$kendo-fab-items-padding-x: 0px !default;
|
|
23884
24604
|
/// FAB items vertical padding.
|
|
23885
24605
|
/// @group floating-action-button
|
|
23886
|
-
$kendo-fab-items-padding-y: map-get( $spacing, 4 ) !default;
|
|
24606
|
+
$kendo-fab-items-padding-y: k-map-get( $spacing, 4 ) !default;
|
|
23887
24607
|
|
|
23888
24608
|
/// FAB item text horizontal padding.
|
|
23889
24609
|
/// @group floating-action-button
|
|
23890
|
-
$kendo-fab-item-text-padding-x: map-get( $spacing, 1 ) !default;
|
|
24610
|
+
$kendo-fab-item-text-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
23891
24611
|
/// FAB item text vertical padding.
|
|
23892
24612
|
/// @group floating-action-button
|
|
23893
24613
|
$kendo-fab-item-text-padding-y: $kendo-fab-item-text-padding-x !default;
|
|
@@ -23906,7 +24626,7 @@ $kendo-fab-item-text-line-height: 1.2 !default;
|
|
|
23906
24626
|
|
|
23907
24627
|
/// FAB item icon horizontal padding.
|
|
23908
24628
|
/// @group floating-action-button
|
|
23909
|
-
$kendo-fab-item-icon-padding-x: map-get( $spacing, 2 ) !default;
|
|
24629
|
+
$kendo-fab-item-icon-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
23910
24630
|
/// FAB item icon vertical padding.
|
|
23911
24631
|
/// @group floating-action-button
|
|
23912
24632
|
$kendo-fab-item-icon-padding-y: $kendo-fab-item-icon-padding-x !default;
|
|
@@ -23929,13 +24649,13 @@ $kendo-fab-theme-colors: $kendo-theme-colors !default;
|
|
|
23929
24649
|
|
|
23930
24650
|
/// The base shadow of the FAB.
|
|
23931
24651
|
/// @group floating-action-button
|
|
23932
|
-
$kendo-fab-shadow: 0px 3px 5px -1px rgba(
|
|
24652
|
+
$kendo-fab-shadow: 0px 3px 5px -1px rgba( black, .2 ), 0px 6px 10px rgba( black, .14 ), 0px 1px 18px rgba( black, .12 ) !default;
|
|
23933
24653
|
/// The disabled shadow of the FAB.
|
|
23934
24654
|
/// @group floating-action-button
|
|
23935
|
-
$kendo-fab-disabled-shadow: 0px 3px 5px -1px try-tint(rgba(
|
|
24655
|
+
$kendo-fab-disabled-shadow: 0px 3px 5px -1px k-try-tint( rgba( black, .2 ), .5 ), 0px 6px 10px k-try-tint( rgba( black, .14 ), .5 ), 0px 1px 18px k-try-tint( rgba( black, .12 ), .5 ) !default;
|
|
23936
24656
|
/// The active shadow of the FAB.
|
|
23937
24657
|
/// @group floating-action-button
|
|
23938
|
-
$kendo-fab-active-shadow: 0px 5px 5px -3px rgba(
|
|
24658
|
+
$kendo-fab-active-shadow: 0px 5px 5px -3px rgba( black, .2 ), 0px 8px 10px 1px rgba( black, .14 ), 0px 3px 14px 2px rgba( black, .12 ) !default;
|
|
23939
24659
|
|
|
23940
24660
|
/// The base text color of the FAB item.
|
|
23941
24661
|
/// @group floating-action-button
|
|
@@ -24152,7 +24872,7 @@ $kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
|
|
|
24152
24872
|
.k-fab-solid-#{$name} {
|
|
24153
24873
|
@include box-shadow($kendo-fab-shadow);
|
|
24154
24874
|
border-color: $color;
|
|
24155
|
-
color: contrast-
|
|
24875
|
+
color: k-contrast-color( $color );
|
|
24156
24876
|
background-color: $color;
|
|
24157
24877
|
}
|
|
24158
24878
|
}
|
|
@@ -24161,8 +24881,8 @@ $kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
|
|
|
24161
24881
|
@each $name, $color in $kendo-fab-theme-colors {
|
|
24162
24882
|
.k-hover.k-fab-solid-#{$name},
|
|
24163
24883
|
.k-fab-solid-#{$name}:hover {
|
|
24164
|
-
border-color: true-mix( #ffffff, $color, 8%);
|
|
24165
|
-
background-color: true-mix( #ffffff, $color, 8%);
|
|
24884
|
+
border-color: k-true-mix( #ffffff, $color, 8%);
|
|
24885
|
+
background-color: k-true-mix( #ffffff, $color, 8%);
|
|
24166
24886
|
}
|
|
24167
24887
|
}
|
|
24168
24888
|
|
|
@@ -24170,8 +24890,8 @@ $kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
|
|
|
24170
24890
|
@each $name, $color in $kendo-fab-theme-colors {
|
|
24171
24891
|
.k-focus.k-fab-solid-#{$name},
|
|
24172
24892
|
.k-fab-solid-#{$name}:focus {
|
|
24173
|
-
border-color: true-mix( #ffffff, $color, 12%);
|
|
24174
|
-
background-color: true-mix( #ffffff, $color, 12%);
|
|
24893
|
+
border-color: k-true-mix( #ffffff, $color, 12%);
|
|
24894
|
+
background-color: k-true-mix( #ffffff, $color, 12%);
|
|
24175
24895
|
}
|
|
24176
24896
|
}
|
|
24177
24897
|
|
|
@@ -24180,8 +24900,8 @@ $kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
|
|
|
24180
24900
|
.k-active.k-fab-solid-#{$name},
|
|
24181
24901
|
.k-selected.k-fab-solid-#{$name},
|
|
24182
24902
|
.k-fab-solid-#{$name}:active {
|
|
24183
|
-
border-color: true-mix( #ffffff, $color, 16%);
|
|
24184
|
-
background-color: true-mix( #ffffff, $color, 16%);
|
|
24903
|
+
border-color: k-true-mix( #ffffff, $color, 16%);
|
|
24904
|
+
background-color: k-true-mix( #ffffff, $color, 16%);
|
|
24185
24905
|
box-shadow: $kendo-fab-active-shadow;
|
|
24186
24906
|
}
|
|
24187
24907
|
}
|
|
@@ -24191,9 +24911,9 @@ $kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
|
|
|
24191
24911
|
.k-disabled.k-fab-solid-#{$name},
|
|
24192
24912
|
.k-fab-solid-#{$name}:disabled {
|
|
24193
24913
|
@include box-shadow($kendo-fab-disabled-shadow);
|
|
24194
|
-
border-color: try-tint( try-shade( $body-bg, 12% ), 5);
|
|
24195
|
-
background-color: try-tint( try-shade( $body-bg, 12% ), 5);
|
|
24196
|
-
color: tint( $disabled-text, 4);
|
|
24914
|
+
border-color: k-try-tint( k-try-shade( $body-bg, 12% ), 5);
|
|
24915
|
+
background-color: k-try-tint( k-try-shade( $body-bg, 12% ), 5);
|
|
24916
|
+
color: k-color-tint( $disabled-text, 4);
|
|
24197
24917
|
opacity: 1;
|
|
24198
24918
|
}
|
|
24199
24919
|
}
|
|
@@ -24219,25 +24939,25 @@ $kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
|
|
|
24219
24939
|
// Hover state
|
|
24220
24940
|
.k-fab-item.k-hover .k-fab-item-icon,
|
|
24221
24941
|
.k-fab-item:hover .k-fab-item-icon {
|
|
24222
|
-
border-color: true-mix( #000000, $kendo-fab-item-icon-border, 8%);
|
|
24223
|
-
background-color: true-mix( #000000, $kendo-fab-item-icon-bg, 8%);
|
|
24224
|
-
color: true-mix( #000000, $kendo-fab-item-icon-text, 8%);
|
|
24942
|
+
border-color: k-true-mix( #000000, $kendo-fab-item-icon-border, 8%);
|
|
24943
|
+
background-color: k-true-mix( #000000, $kendo-fab-item-icon-bg, 8%);
|
|
24944
|
+
color: k-true-mix( #000000, $kendo-fab-item-icon-text, 8%);
|
|
24225
24945
|
}
|
|
24226
24946
|
|
|
24227
24947
|
// Focus state
|
|
24228
24948
|
.k-fab-item:focus .k-fab-item-icon,
|
|
24229
24949
|
.k-fab-item.k-focus .k-fab-item-icon {
|
|
24230
|
-
border-color: true-mix( #000000, $kendo-fab-item-icon-border, 12%);
|
|
24231
|
-
background-color: true-mix( #000000, $kendo-fab-item-icon-bg, 12%);
|
|
24232
|
-
color: true-mix( #000000, $kendo-fab-item-icon-text, 12%);
|
|
24950
|
+
border-color: k-true-mix( #000000, $kendo-fab-item-icon-border, 12%);
|
|
24951
|
+
background-color: k-true-mix( #000000, $kendo-fab-item-icon-bg, 12%);
|
|
24952
|
+
color: k-true-mix( #000000, $kendo-fab-item-icon-text, 12%);
|
|
24233
24953
|
}
|
|
24234
24954
|
|
|
24235
24955
|
// Active state
|
|
24236
24956
|
.k-fab-item.k-active .k-fab-item-icon,
|
|
24237
24957
|
.k-fab-item:active .k-fab-item-icon {
|
|
24238
24958
|
@include box-shadow($kendo-fab-item-active-shadow);
|
|
24239
|
-
border-color: true-mix( #ffffff, $kendo-fab-item-icon-border, 12%);
|
|
24240
|
-
background-color: true-mix( #ffffff, $kendo-fab-item-icon-bg, 12%);
|
|
24959
|
+
border-color: k-true-mix( #ffffff, $kendo-fab-item-icon-border, 12%);
|
|
24960
|
+
background-color: k-true-mix( #ffffff, $kendo-fab-item-icon-bg, 12%);
|
|
24241
24961
|
}
|
|
24242
24962
|
|
|
24243
24963
|
// Disabled state
|
|
@@ -24248,8 +24968,8 @@ $kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
|
|
|
24248
24968
|
.k-fab-item-text,
|
|
24249
24969
|
.k-fab-item-icon {
|
|
24250
24970
|
@include box-shadow($kendo-fab-item-disabled-shadow);
|
|
24251
|
-
background-color: try-tint( $kendo-fab-item-bg, 8 );
|
|
24252
|
-
color: try-tint( $kendo-fab-item-text, 8 );
|
|
24971
|
+
background-color: k-try-tint( $kendo-fab-item-bg, 8 );
|
|
24972
|
+
color: k-try-tint( $kendo-fab-item-text, 8 );
|
|
24253
24973
|
}
|
|
24254
24974
|
}
|
|
24255
24975
|
|
|
@@ -24309,7 +25029,7 @@ $actionsheet-border-radius: 0px !default;
|
|
|
24309
25029
|
|
|
24310
25030
|
$actionsheet-font-size: $font-size !default;
|
|
24311
25031
|
$actionsheet-font-family: $font-family !default;
|
|
24312
|
-
$actionsheet-line-height: ( 20
|
|
25032
|
+
$actionsheet-line-height: k-math-div( 20, 14 ) !default;
|
|
24313
25033
|
|
|
24314
25034
|
$actionsheet-bg: $component-bg !default;
|
|
24315
25035
|
$actionsheet-text: $component-text !default;
|
|
@@ -24318,8 +25038,8 @@ $actionsheet-shadow: $box-shadow-depth-4 !default;
|
|
|
24318
25038
|
|
|
24319
25039
|
|
|
24320
25040
|
// Actionsheet header
|
|
24321
|
-
$actionsheet-header-padding-x: map-get( $spacing, 4 ) !default;
|
|
24322
|
-
$actionsheet-header-padding-y: map-get( $spacing, 2 ) !default;
|
|
25041
|
+
$actionsheet-header-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
25042
|
+
$actionsheet-header-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
24323
25043
|
$actionsheet-header-border-width: null !default;
|
|
24324
25044
|
$actionsheet-header-font-size: null !default;
|
|
24325
25045
|
$actionsheet-header-font-family: null !default;
|
|
@@ -24334,8 +25054,8 @@ $actionsheet-header-shadow: null !default;
|
|
|
24334
25054
|
|
|
24335
25055
|
// Actionsheet item
|
|
24336
25056
|
$actionsheet-item-min-height: 40px !default;
|
|
24337
|
-
$actionsheet-item-padding-x: map-get( $spacing, 4 ) !default;
|
|
24338
|
-
$actionsheet-item-padding-y: map-get( $spacing, 2 ) !default;
|
|
25057
|
+
$actionsheet-item-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
25058
|
+
$actionsheet-item-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
24339
25059
|
$actionsheet-item-border-width: 1px !default;
|
|
24340
25060
|
$actionsheet-item-spacing: 12px !default;
|
|
24341
25061
|
|
|
@@ -24365,8 +25085,8 @@ $actionsheet-item-disabled-border: null !default;
|
|
|
24365
25085
|
$actionsheet-item-disabled-gradient: null !default;
|
|
24366
25086
|
$actionsheet-item-disabled-shadow: null !default;
|
|
24367
25087
|
|
|
24368
|
-
$actionsheet-item-hover-background: rgba(
|
|
24369
|
-
$actionsheet-item-focus-background: rgba(
|
|
25088
|
+
$actionsheet-item-hover-background: rgba( black, .04 ) !default;
|
|
25089
|
+
$actionsheet-item-focus-background: rgba( black, .12 ) !default;
|
|
24370
25090
|
$actionsheet-item-focus-shadow: null !default;
|
|
24371
25091
|
$actionsheet-item-disabled-opacity: .42 !default;
|
|
24372
25092
|
|
|
@@ -25117,15 +25837,15 @@ $drawer-font-size: $font-size !default;
|
|
|
25117
25837
|
$drawer-line-height: $line-height !default;
|
|
25118
25838
|
$drawer-content-padding-x: $padding-x !default;
|
|
25119
25839
|
$drawer-content-padding-y: $padding-y !default;
|
|
25120
|
-
$drawer-item-level-padding-x: map-get( $spacing, 4 ) !default;
|
|
25840
|
+
$drawer-item-level-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
25121
25841
|
|
|
25122
25842
|
$drawer-item-level-count: 5 !default;
|
|
25123
25843
|
|
|
25124
25844
|
$drawer-scrollbar-width: 7px !default;
|
|
25125
|
-
$drawer-scrollbar-color: rgba(156, 156, 156, .7) !default;
|
|
25845
|
+
$drawer-scrollbar-color: rgba( 156, 156, 156, .7 ) !default;
|
|
25126
25846
|
$drawer-scrollbar-bg: #dedede !default;
|
|
25127
25847
|
$drawer-scrollbar-radius: 20px !default;
|
|
25128
|
-
$drawer-scrollbar-hovered-color: rgba(156, 156, 156, 1) !default;
|
|
25848
|
+
$drawer-scrollbar-hovered-color: rgba( 156, 156, 156, 1 ) !default;
|
|
25129
25849
|
|
|
25130
25850
|
$drawer-item-padding-x: $padding-x !default;
|
|
25131
25851
|
$drawer-item-padding-y: 12px !default;
|
|
@@ -25526,13 +26246,13 @@ $drawer-selected-hover-text: $secondary !default;
|
|
|
25526
26246
|
$notification-padding-x: 16px !default;
|
|
25527
26247
|
$notification-padding-y: 14px !default;
|
|
25528
26248
|
$notification-border-width: 0px !default;
|
|
25529
|
-
$notification-border-radius: map-get( $spacing, 1 ) !default;
|
|
26249
|
+
$notification-border-radius: k-map-get( $spacing, 1 ) !default;
|
|
25530
26250
|
|
|
25531
26251
|
$notification-shadow: $popup-shadow !default;
|
|
25532
26252
|
|
|
25533
26253
|
$notification-font-family: $font-family !default;
|
|
25534
26254
|
$notification-font-size: $font-size !default;
|
|
25535
|
-
$notification-line-height: ( 20
|
|
26255
|
+
$notification-line-height: k-math-div( 20, 14 ) !default;
|
|
25536
26256
|
|
|
25537
26257
|
$notification-icon-offset: 2px !default;
|
|
25538
26258
|
$notification-icon-spacing: $icon-spacing !default;
|
|
@@ -25546,8 +26266,8 @@ $notification-border: $component-border !default;
|
|
|
25546
26266
|
|
|
25547
26267
|
// sass-lint:disable-block indentation
|
|
25548
26268
|
@each $name, $color in $colors {
|
|
25549
|
-
$_theme: map-merge(( $name: (
|
|
25550
|
-
color: contrast-
|
|
26269
|
+
$_theme: k-map-merge(( $name: (
|
|
26270
|
+
color: k-contrast-color( $color ),
|
|
25551
26271
|
background-color: $color,
|
|
25552
26272
|
border: $color,
|
|
25553
26273
|
)), $_theme );
|
|
@@ -25737,16 +26457,16 @@ $kendo-notification-theme: notification-theme( $kendo-notification-theme-colors
|
|
|
25737
26457
|
// Component
|
|
25738
26458
|
// #region @import "_variables.scss"; -> packages/material/scss/card/_variables.scss
|
|
25739
26459
|
// Card
|
|
25740
|
-
$card-padding-x: map-get( $spacing, lg ) !default;
|
|
25741
|
-
$card-padding-y: map-get( $spacing, md ) !default;
|
|
26460
|
+
$card-padding-x: k-map-get( $spacing, lg ) !default;
|
|
26461
|
+
$card-padding-y: k-map-get( $spacing, md ) !default;
|
|
25742
26462
|
$card-border-width: 0px !default;
|
|
25743
26463
|
$card-border-radius: $kendo-border-radius-md !default;
|
|
25744
26464
|
$card-inner-border-radius: calc( #{$card-border-radius} - #{$card-border-width} ) !default;
|
|
25745
26465
|
$card-font-family: $font-family !default;
|
|
25746
26466
|
$card-font-size: $font-size !default;
|
|
25747
|
-
$card-line-height: (20
|
|
26467
|
+
$card-line-height: k-math-div( 20, 14 ) !default;
|
|
25748
26468
|
|
|
25749
|
-
$card-deck-gap: map-get( $spacing, lg ) !default;
|
|
26469
|
+
$card-deck-gap: k-map-get( $spacing, lg ) !default;
|
|
25750
26470
|
|
|
25751
26471
|
$card-bg: $component-bg !default;
|
|
25752
26472
|
$card-text: $component-text !default;
|
|
@@ -25765,8 +26485,8 @@ $card-header-bg: null !default;
|
|
|
25765
26485
|
$card-header-text: null !default;
|
|
25766
26486
|
$card-header-border: $card-border !default;
|
|
25767
26487
|
|
|
25768
|
-
$card-body-padding-x: map-get( $spacing, lg ) !default;
|
|
25769
|
-
$card-body-padding-y: map-get( $spacing, lg ) !default;
|
|
26488
|
+
$card-body-padding-x: k-map-get( $spacing, lg ) !default;
|
|
26489
|
+
$card-body-padding-y: k-map-get( $spacing, lg ) !default;
|
|
25770
26490
|
|
|
25771
26491
|
$card-footer-padding-x: $card-padding-x !default;
|
|
25772
26492
|
$card-footer-padding-y: $card-padding-y !default;
|
|
@@ -25794,10 +26514,10 @@ $card-img-max-width: 100px !default;
|
|
|
25794
26514
|
$card-avatar-size: 45px !default;
|
|
25795
26515
|
$card-avatar-spacing: $card-header-padding-x !default;
|
|
25796
26516
|
|
|
25797
|
-
$card-actions-padding-x: map-get( $spacing, 2 ) !default;
|
|
25798
|
-
$card-actions-padding-y: map-get( $spacing, 2 ) !default;
|
|
26517
|
+
$card-actions-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
26518
|
+
$card-actions-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
25799
26519
|
$card-actions-border-width: 1px !default;
|
|
25800
|
-
$card-actions-gap: map-get( $spacing, 2 ) !default;
|
|
26520
|
+
$card-actions-gap: k-map-get( $spacing, 2 ) !default;
|
|
25801
26521
|
|
|
25802
26522
|
$card-deck-scroll-button-radius: 50% !default;
|
|
25803
26523
|
$card-deck-scroll-button-offset: ( $card-deck-gap / 2 ) !default;
|
|
@@ -26619,20 +27339,20 @@ $bottom-nav-font-size: $font-size !default;
|
|
|
26619
27339
|
$bottom-nav-line-height: normal !default;
|
|
26620
27340
|
$bottom-nav-letter-spacing: .2px !default;
|
|
26621
27341
|
|
|
26622
|
-
$bottom-nav-item-padding-x: map-get( $spacing, 2 ) !default;
|
|
27342
|
+
$bottom-nav-item-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
26623
27343
|
$bottom-nav-item-padding-y: 0 !default;
|
|
26624
27344
|
$bottom-nav-item-min-width: 72px !default;
|
|
26625
27345
|
$bottom-nav-item-max-width: null !default;
|
|
26626
27346
|
$bottom-nav-item-min-height: calc( #{$icon-size * 2.5} + #{$padding-x-sm * 2} - #{$bottom-nav-padding-x * 2} ) !default;
|
|
26627
27347
|
$bottom-nav-item-border-radius: null !default;
|
|
26628
|
-
$bottom-nav-item-gap: 0 map-get( $spacing, 1 ) !default;
|
|
27348
|
+
$bottom-nav-item-gap: 0 k-map-get( $spacing, 1 ) !default;
|
|
26629
27349
|
|
|
26630
|
-
$bottom-nav-item-icon-margin-y: map-get( $spacing, 2 ) !default;
|
|
27350
|
+
$bottom-nav-item-icon-margin-y: k-map-get( $spacing, 2 ) !default;
|
|
26631
27351
|
$bottom-nav-item-icon-margin-x: $bottom-nav-item-icon-margin-y !default;
|
|
26632
|
-
$bottom-nav-item-icon-size: map-get( $spacing, 6 ) !default;
|
|
27352
|
+
$bottom-nav-item-icon-size: k-map-get( $spacing, 6 ) !default;
|
|
26633
27353
|
$bottom-nav-item-disabled-opacity: .5 !default;
|
|
26634
27354
|
|
|
26635
|
-
$bottom-nav-shadow: 0px 0px 5px rgba(
|
|
27355
|
+
$bottom-nav-shadow: 0px 0px 5px rgba( black, .12 ) !default;
|
|
26636
27356
|
|
|
26637
27357
|
$bottom-nav-flat-bg: $component-bg !default;
|
|
26638
27358
|
$bottom-nav-flat-text: $component-text !default;
|
|
@@ -26878,7 +27598,7 @@ $breadcrumb-link-hovered-bg: $hovered-bg !default;
|
|
|
26878
27598
|
$breadcrumb-link-hovered-text: null !default;
|
|
26879
27599
|
$breadcrumb-link-hovered-border: null !default;
|
|
26880
27600
|
|
|
26881
|
-
$breadcrumb-link-focused-bg: map-get( $theme, focus-bg ) !default;
|
|
27601
|
+
$breadcrumb-link-focused-bg: k-map-get( $theme, focus-bg ) !default;
|
|
26882
27602
|
$breadcrumb-link-focused-text: null !default;
|
|
26883
27603
|
$breadcrumb-link-focused-border: null !default;
|
|
26884
27604
|
$breadcrumb-link-focused-shadow: null !default;
|
|
@@ -26891,12 +27611,12 @@ $breadcrumb-root-link-hovered-bg: $hovered-bg !default;
|
|
|
26891
27611
|
$breadcrumb-root-link-hovered-text: null !default;
|
|
26892
27612
|
$breadcrumb-root-link-hovered-border: null !default;
|
|
26893
27613
|
|
|
26894
|
-
$breadcrumb-root-link-focused-bg: map-get( $theme, focus-bg ) !default;
|
|
27614
|
+
$breadcrumb-root-link-focused-bg: k-map-get( $theme, focus-bg ) !default;
|
|
26895
27615
|
$breadcrumb-root-link-focused-text: null !default;
|
|
26896
27616
|
$breadcrumb-root-link-focused-border: null !default;
|
|
26897
27617
|
$breadcrumb-root-link-focused-shadow: null !default;
|
|
26898
27618
|
|
|
26899
|
-
$breadcrumb-focused-shadow: 0 0 2px 1px rgba(
|
|
27619
|
+
$breadcrumb-focused-shadow: 0 0 2px 1px rgba( black, .06 ) !default;
|
|
26900
27620
|
|
|
26901
27621
|
// #endregion
|
|
26902
27622
|
// #region @import "_layout.scss"; -> packages/material/scss/breadcrumb/_layout.scss
|
|
@@ -27155,8 +27875,8 @@ $breadcrumb-focused-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
|
|
|
27155
27875
|
// Component
|
|
27156
27876
|
// #region @import "_variables.scss"; -> packages/material/scss/pager/_variables.scss
|
|
27157
27877
|
// Pager
|
|
27158
|
-
$pager-padding-x: map-get( $spacing, 2 ) !default;
|
|
27159
|
-
$pager-padding-y: map-get( $spacing, 2 ) !default;
|
|
27878
|
+
$pager-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
27879
|
+
$pager-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
27160
27880
|
$pager-border-width: 1px !default;
|
|
27161
27881
|
|
|
27162
27882
|
$pager-font-family: $font-family !default;
|
|
@@ -27167,7 +27887,7 @@ $pager-bg: $component-bg !default;
|
|
|
27167
27887
|
$pager-text: if($dark-theme, $light-secondary-text, $dark-secondary-text) !default;
|
|
27168
27888
|
$pager-border: $component-border !default;
|
|
27169
27889
|
|
|
27170
|
-
$pager-focus-bg: try-shade( $pager-bg, .5 ) !default;
|
|
27890
|
+
$pager-focus-bg: k-try-shade( $pager-bg, .5 ) !default;
|
|
27171
27891
|
$pager-focus-shadow: null !default;
|
|
27172
27892
|
|
|
27173
27893
|
$pager-section-spacing: $pager-padding-x !default;
|
|
@@ -27197,7 +27917,7 @@ $pager-number-border-radius: $pager-item-border-radius !default;
|
|
|
27197
27917
|
$pager-number-spacing: $pager-item-spacing !default;
|
|
27198
27918
|
|
|
27199
27919
|
$pager-item-focus-opacity: .12 !default;
|
|
27200
|
-
$pager-item-focus-bg: rgba($kendo-list-item-hover-bg, $pager-item-focus-opacity) !default;
|
|
27920
|
+
$pager-item-focus-bg: rgba( $kendo-list-item-hover-bg, $pager-item-focus-opacity ) !default;
|
|
27201
27921
|
$pager-item-focus-shadow: null !default;
|
|
27202
27922
|
|
|
27203
27923
|
$pager-number-bg: null !default;
|
|
@@ -27205,17 +27925,17 @@ $pager-number-text: $body-text !default;
|
|
|
27205
27925
|
$pager-number-border: null !default;
|
|
27206
27926
|
|
|
27207
27927
|
$pager-number-hover-opacity: .04 !default;
|
|
27208
|
-
$pager-number-hover-bg: rgba($pager-number-text, $pager-number-hover-opacity) !default;
|
|
27928
|
+
$pager-number-hover-bg: rgba( $pager-number-text, $pager-number-hover-opacity ) !default;
|
|
27209
27929
|
$pager-number-hover-text: $pager-number-text !default;
|
|
27210
27930
|
$pager-number-hover-border: null !default;
|
|
27211
27931
|
|
|
27212
27932
|
$pager-number-selected-opacity: .22 !default;
|
|
27213
|
-
$pager-number-selected-bg: rgba($primary, $pager-number-selected-opacity) !default;
|
|
27933
|
+
$pager-number-selected-bg: rgba( $primary, $pager-number-selected-opacity ) !default;
|
|
27214
27934
|
$pager-number-selected-text: $primary !default;
|
|
27215
27935
|
$pager-number-selected-border: null !default;
|
|
27216
27936
|
|
|
27217
27937
|
$pager-number-focus-opacity: .12 !default;
|
|
27218
|
-
$pager-number-focus-bg: rgba($pager-number-text, $pager-number-focus-opacity) !default;
|
|
27938
|
+
$pager-number-focus-bg: rgba( $pager-number-text, $pager-number-focus-opacity ) !default;
|
|
27219
27939
|
$pager-number-focus-shadow: null !default;
|
|
27220
27940
|
|
|
27221
27941
|
$pager-input-width: 5em !default;
|
|
@@ -27747,7 +28467,7 @@ $stepper-indicator-bg: $component-bg !default;
|
|
|
27747
28467
|
$stepper-indicator-text: $component-text !default;
|
|
27748
28468
|
$stepper-indicator-border: $component-border !default;
|
|
27749
28469
|
|
|
27750
|
-
$stepper-indicator-hover-bg: try-shade( $stepper-indicator-bg ) !default;
|
|
28470
|
+
$stepper-indicator-hover-bg: k-try-shade( $stepper-indicator-bg ) !default;
|
|
27751
28471
|
$stepper-indicator-hover-text: null !default;
|
|
27752
28472
|
$stepper-indicator-hover-border: null !default;
|
|
27753
28473
|
|
|
@@ -27756,15 +28476,15 @@ $stepper-indicator-disabled-text: $disabled-text !default;
|
|
|
27756
28476
|
$stepper-indicator-disabled-border: null !default;
|
|
27757
28477
|
|
|
27758
28478
|
$stepper-indicator-done-bg: $primary !default;
|
|
27759
|
-
$stepper-indicator-done-text: contrast-
|
|
28479
|
+
$stepper-indicator-done-text: k-contrast-color( $stepper-indicator-done-bg ) !default;
|
|
27760
28480
|
$stepper-indicator-done-border: $stepper-indicator-done-bg !default;
|
|
27761
28481
|
|
|
27762
|
-
$stepper-indicator-done-hover-bg: try-shade( $stepper-indicator-done-bg ) !default;
|
|
28482
|
+
$stepper-indicator-done-hover-bg: k-try-shade( $stepper-indicator-done-bg ) !default;
|
|
27763
28483
|
$stepper-indicator-done-hover-text: null !default;
|
|
27764
28484
|
$stepper-indicator-done-hover-border: null !default;
|
|
27765
28485
|
|
|
27766
|
-
$stepper-indicator-done-disabled-bg: mix( $stepper-indicator-done-bg, $component-bg, 60%) !default;
|
|
27767
|
-
$stepper-indicator-done-disabled-text: contrast-
|
|
28486
|
+
$stepper-indicator-done-disabled-bg: k-color-mix( $stepper-indicator-done-bg, $component-bg, 60%) !default;
|
|
28487
|
+
$stepper-indicator-done-disabled-text: k-contrast-color( $stepper-indicator-done-bg ) !default;
|
|
27768
28488
|
$stepper-indicator-done-disabled-border: $stepper-indicator-done-disabled-bg !default;
|
|
27769
28489
|
|
|
27770
28490
|
$stepper-indicator-current-bg: $stepper-indicator-done-bg !default;
|
|
@@ -27783,7 +28503,7 @@ $stepper-label-text: null !default;
|
|
|
27783
28503
|
$stepper-label-success-text: $success !default;
|
|
27784
28504
|
$stepper-label-error-text: $error !default;
|
|
27785
28505
|
$stepper-label-hover-text: null !default;
|
|
27786
|
-
$stepper-label-disabled-text: map-get( $theme, disabled-text ) !default;
|
|
28506
|
+
$stepper-label-disabled-text: k-map-get( $theme, disabled-text ) !default;
|
|
27787
28507
|
|
|
27788
28508
|
$stepper-optional-label-text: $subtle-text !default;
|
|
27789
28509
|
$stepper-optional-label-opacity: null !default;
|
|
@@ -28389,7 +29109,7 @@ $tabstrip-item-hovered-text: $body-text !default;
|
|
|
28389
29109
|
/// Border color of hovered tabs
|
|
28390
29110
|
/// @group tabstrip
|
|
28391
29111
|
$tabstrip-item-hovered-border: null !default;
|
|
28392
|
-
/// Background
|
|
29112
|
+
/// Background gradient of hovered tabs
|
|
28393
29113
|
/// @group tabstrip
|
|
28394
29114
|
$tabstrip-item-hovered-gradient: null !default;
|
|
28395
29115
|
|
|
@@ -28408,17 +29128,17 @@ $tabstrip-item-selected-gradient: null !default;
|
|
|
28408
29128
|
|
|
28409
29129
|
$tabstrip-item-focused-shadow: $kendo-list-item-focus-shadow !default;
|
|
28410
29130
|
|
|
28411
|
-
$tabstrip-item-dragging-shadow: 0 4px 5px 0 rgba(
|
|
29131
|
+
$tabstrip-item-dragging-shadow: 0 4px 5px 0 rgba( black, .14 ), 0 1px 10px 0 rgba( black, .12 ), 0 2px 4px -1px rgba( black, .2 ) !default;
|
|
28412
29132
|
|
|
28413
29133
|
$tabstrip-indicator-size: 2px !default;
|
|
28414
29134
|
$tabstrip-indicator-color: $primary !default;
|
|
28415
29135
|
|
|
28416
29136
|
/// Horizontal padding of tabstrip content
|
|
28417
29137
|
/// @group tabstrip
|
|
28418
|
-
$tabstrip-content-padding-x: map-get( $spacing, 4 ) !default;
|
|
29138
|
+
$tabstrip-content-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
28419
29139
|
/// Vertical padding of tabstrip content
|
|
28420
29140
|
/// @group tabstrip
|
|
28421
|
-
$tabstrip-content-padding-y: map-get( $spacing, 4 ) !default;
|
|
29141
|
+
$tabstrip-content-padding-y: k-map-get( $spacing, 4 ) !default;
|
|
28422
29142
|
/// Width of border around tabstrip content
|
|
28423
29143
|
/// @group tabstrip
|
|
28424
29144
|
$tabstrip-content-border-width: 0px !default;
|
|
@@ -28935,7 +29655,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
28935
29655
|
.k-tabstrip-items {
|
|
28936
29656
|
|
|
28937
29657
|
.k-disabled {
|
|
28938
|
-
color: map-get( $theme, disabled-text );
|
|
29658
|
+
color: k-map-get( $theme, disabled-text );
|
|
28939
29659
|
}
|
|
28940
29660
|
|
|
28941
29661
|
}
|
|
@@ -28987,7 +29707,7 @@ $wizard-line-height: $line-height !default;
|
|
|
28987
29707
|
$wizard-font-family: $font-family !default;
|
|
28988
29708
|
|
|
28989
29709
|
$wizard-step-border-focused: #656565 !default;
|
|
28990
|
-
$wizard-focused-shadow: inset 0 0 0 2px rgba(
|
|
29710
|
+
$wizard-focused-shadow: inset 0 0 0 2px rgba( black, .13 ) !default;
|
|
28991
29711
|
|
|
28992
29712
|
// #endregion
|
|
28993
29713
|
// #region @import "_layout.scss"; -> packages/material/scss/wizard/_layout.scss
|
|
@@ -29188,13 +29908,13 @@ $expander-bg: $component-bg !default;
|
|
|
29188
29908
|
$expander-text: $component-text !default;
|
|
29189
29909
|
$expander-border: $component-border !default;
|
|
29190
29910
|
|
|
29191
|
-
$expander-focus-shadow: inset 0 0 0 2px rgba(
|
|
29911
|
+
$expander-focus-shadow: inset 0 0 0 2px rgba( black, .08 ) !default;
|
|
29192
29912
|
|
|
29193
29913
|
$expander-header-bg: transparent !default;
|
|
29194
29914
|
$expander-header-text: $expander-text !default;
|
|
29195
29915
|
$expander-header-border: null !default;
|
|
29196
29916
|
|
|
29197
|
-
$expander-header-hover-bg: rgba(
|
|
29917
|
+
$expander-header-hover-bg: rgba( black, .04 ) !default;
|
|
29198
29918
|
|
|
29199
29919
|
$expander-header-focused-bg: rgba( black, .12 ) !default;
|
|
29200
29920
|
$expander-header-focused-shadow: none !default;
|
|
@@ -29361,17 +30081,17 @@ $panelbar-padding-x: 0px !default;
|
|
|
29361
30081
|
$panelbar-padding-y: 0px !default;
|
|
29362
30082
|
$panelbar-font-family: $font-family !default;
|
|
29363
30083
|
$panelbar-font-size: $font-size !default;
|
|
29364
|
-
$panelbar-line-height: (20
|
|
30084
|
+
$panelbar-line-height: k-math-div( 20, 14 ) !default;
|
|
29365
30085
|
$panelbar-border-width: 1px !default;
|
|
29366
30086
|
$panelbar-border-style: solid !default;
|
|
29367
30087
|
$panelbar-item-border-width: 1px !default;
|
|
29368
30088
|
$panelbar-item-border-style: solid !default;
|
|
29369
30089
|
|
|
29370
|
-
$panelbar-header-padding-x: map-get( $spacing, 6 ) !default;
|
|
29371
|
-
$panelbar-header-padding-y: map-get( $spacing, 3 ) !default;
|
|
30090
|
+
$panelbar-header-padding-x: k-map-get( $spacing, 6 ) !default;
|
|
30091
|
+
$panelbar-header-padding-y: k-map-get( $spacing, 3 ) !default;
|
|
29372
30092
|
|
|
29373
|
-
$panelbar-item-padding-x: map-get( $spacing, 6 ) !default;
|
|
29374
|
-
$panelbar-item-padding-y: map-get( $spacing, 3 ) !default;
|
|
30093
|
+
$panelbar-item-padding-x: k-map-get( $spacing, 6 ) !default;
|
|
30094
|
+
$panelbar-item-padding-y: k-map-get( $spacing, 3 ) !default;
|
|
29375
30095
|
|
|
29376
30096
|
$panelbar-item-level-count: 4 !default;
|
|
29377
30097
|
|
|
@@ -29384,18 +30104,18 @@ $panelbar-header-text: $link-text !default;
|
|
|
29384
30104
|
$panelbar-header-border: null !default;
|
|
29385
30105
|
$panelbar-header-gradient: null !default;
|
|
29386
30106
|
|
|
29387
|
-
$panelbar-header-hovered-bg: try-shade( $panelbar-header-bg, .5 ) !default;
|
|
30107
|
+
$panelbar-header-hovered-bg: k-try-shade( $panelbar-header-bg, .5 ) !default;
|
|
29388
30108
|
$panelbar-header-hovered-text: null !default;
|
|
29389
30109
|
$panelbar-header-hovered-border: null !default;
|
|
29390
30110
|
$panelbar-header-hovered-gradient: null !default;
|
|
29391
30111
|
|
|
29392
|
-
$panelbar-header-focused-bg: try-shade( $panelbar-header-bg, 1.5 ) !default;
|
|
30112
|
+
$panelbar-header-focused-bg: k-try-shade( $panelbar-header-bg, 1.5 ) !default;
|
|
29393
30113
|
$panelbar-header-focused-text: null !default;
|
|
29394
30114
|
$panelbar-header-focused-border: null !default;
|
|
29395
30115
|
$panelbar-header-focused-gradient: null !default;
|
|
29396
30116
|
$panelbar-header-focused-shadow: null !default;
|
|
29397
30117
|
|
|
29398
|
-
$panelbar-header-hovered-focused-bg: try-shade( $panelbar-header-bg, 2 ) !default;
|
|
30118
|
+
$panelbar-header-hovered-focused-bg: k-try-shade( $panelbar-header-bg, 2 ) !default;
|
|
29399
30119
|
$panelbar-header-hovered-focused-text: null !default;
|
|
29400
30120
|
$panelbar-header-hovered-focused-border: null !default;
|
|
29401
30121
|
$panelbar-header-hovered-focused-gradient: null !default;
|
|
@@ -29405,34 +30125,34 @@ $panelbar-header-selected-text: $selected-text !default;
|
|
|
29405
30125
|
$panelbar-header-selected-border: null !default;
|
|
29406
30126
|
$panelbar-header-selected-gradient: null !default;
|
|
29407
30127
|
|
|
29408
|
-
$panelbar-header-selected-hovered-bg: try-tint($panelbar-header-selected-bg, .95) !default;
|
|
30128
|
+
$panelbar-header-selected-hovered-bg: k-try-tint($panelbar-header-selected-bg, .95) !default;
|
|
29409
30129
|
$panelbar-header-selected-hovered-text: null !default;
|
|
29410
30130
|
$panelbar-header-selected-hovered-border: null !default;
|
|
29411
30131
|
$panelbar-header-selected-hovered-gradient: null !default;
|
|
29412
30132
|
|
|
29413
|
-
$panelbar-header-selected-focused-bg: try-tint($panelbar-header-selected-bg, 3) !default;
|
|
30133
|
+
$panelbar-header-selected-focused-bg: k-try-tint($panelbar-header-selected-bg, 3) !default;
|
|
29414
30134
|
$panelbar-header-selected-focused-text: null !default;
|
|
29415
30135
|
$panelbar-header-selected-focused-border: null !default;
|
|
29416
30136
|
$panelbar-header-selected-focused-gradient: null !default;
|
|
29417
30137
|
|
|
29418
|
-
$panelbar-header-selected-hovered-focused-bg: try-tint($panelbar-header-selected-bg, 3.95) !default;
|
|
30138
|
+
$panelbar-header-selected-hovered-focused-bg: k-try-tint($panelbar-header-selected-bg, 3.95) !default;
|
|
29419
30139
|
$panelbar-header-selected-hovered-focused-text: null !default;
|
|
29420
30140
|
$panelbar-header-selected-hovered-focused-border: null !default;
|
|
29421
30141
|
$panelbar-header-selected-hovered-focused-gradient: null !default;
|
|
29422
30142
|
|
|
29423
30143
|
|
|
29424
|
-
$panelbar-item-hovered-bg: try-shade( $panelbar-bg, .5 ) !default;
|
|
30144
|
+
$panelbar-item-hovered-bg: k-try-shade( $panelbar-bg, .5 ) !default;
|
|
29425
30145
|
$panelbar-item-hovered-text: null !default;
|
|
29426
30146
|
$panelbar-item-hovered-border: null !default;
|
|
29427
30147
|
$panelbar-item-hovered-gradient: null !default;
|
|
29428
30148
|
|
|
29429
|
-
$panelbar-item-focused-bg: try-shade( $panelbar-header-bg, 1.5 ) !default;
|
|
30149
|
+
$panelbar-item-focused-bg: k-try-shade( $panelbar-header-bg, 1.5 ) !default;
|
|
29430
30150
|
$panelbar-item-focused-text: null !default;
|
|
29431
30151
|
$panelbar-item-focused-border: null !default;
|
|
29432
30152
|
$panelbar-item-focused-gradient: null !default;
|
|
29433
30153
|
$panelbar-item-focused-shadow: null !default;
|
|
29434
30154
|
|
|
29435
|
-
$panelbar-item-hovered-focused-bg: try-shade( $panelbar-header-bg, 2 ) !default;
|
|
30155
|
+
$panelbar-item-hovered-focused-bg: k-try-shade( $panelbar-header-bg, 2 ) !default;
|
|
29436
30156
|
$panelbar-item-hovered-focused-text: null !default;
|
|
29437
30157
|
$panelbar-item-hovered-focused-border: null !default;
|
|
29438
30158
|
$panelbar-item-hovered-focused-gradient: null !default;
|
|
@@ -29442,17 +30162,17 @@ $panelbar-item-selected-text: $selected-text !default;
|
|
|
29442
30162
|
$panelbar-item-selected-border: null !default;
|
|
29443
30163
|
$panelbar-item-selected-gradient: null !default;
|
|
29444
30164
|
|
|
29445
|
-
$panelbar-item-selected-hovered-bg: try-tint($panelbar-item-selected-bg, .95) !default;
|
|
30165
|
+
$panelbar-item-selected-hovered-bg: k-try-tint($panelbar-item-selected-bg, .95) !default;
|
|
29446
30166
|
$panelbar-item-selected-hovered-text: null !default;
|
|
29447
30167
|
$panelbar-item-selected-hovered-border: null !default;
|
|
29448
30168
|
$panelbar-item-selected-hovered-gradient: null !default;
|
|
29449
30169
|
|
|
29450
|
-
$panelbar-item-selected-focused-bg: try-tint($panelbar-item-selected-bg, 3) !default;
|
|
30170
|
+
$panelbar-item-selected-focused-bg: k-try-tint($panelbar-item-selected-bg, 3) !default;
|
|
29451
30171
|
$panelbar-item-selected-focused-text: null !default;
|
|
29452
30172
|
$panelbar-item-selected-focused-border: null !default;
|
|
29453
30173
|
$panelbar-item-selected-focused-gradient: null !default;
|
|
29454
30174
|
|
|
29455
|
-
$panelbar-item-selected-hovered-focused-bg: try-tint($panelbar-item-selected-bg, 3.95) !default;
|
|
30175
|
+
$panelbar-item-selected-hovered-focused-bg: k-try-tint($panelbar-item-selected-bg, 3.95) !default;
|
|
29456
30176
|
$panelbar-item-selected-hovered-focused-text: null !default;
|
|
29457
30177
|
$panelbar-item-selected-hovered-focused-border: null !default;
|
|
29458
30178
|
$panelbar-item-selected-hovered-focused-gradient: null !default;
|
|
@@ -29912,10 +30632,10 @@ $splitter-drag-handle-length: 20px !default;
|
|
|
29912
30632
|
$splitter-drag-handle-thickness: 2px !default;
|
|
29913
30633
|
$splitter-drag-icon-margin: 7px !default;
|
|
29914
30634
|
|
|
29915
|
-
$splitbar-bg: try-shade( $splitter-bg, 1 ) !default;
|
|
30635
|
+
$splitbar-bg: k-try-shade( $splitter-bg, 1 ) !default;
|
|
29916
30636
|
$splitbar-text: $subtle-text !default;
|
|
29917
30637
|
|
|
29918
|
-
$splitbar-hover-bg: try-shade( $splitbar-bg, .5 ) !default;
|
|
30638
|
+
$splitbar-hover-bg: k-try-shade( $splitbar-bg, .5 ) !default;
|
|
29919
30639
|
$splitbar-hover-text: $splitbar-text !default;
|
|
29920
30640
|
|
|
29921
30641
|
$splitbar-selected-bg: $primary !default;
|
|
@@ -30201,7 +30921,7 @@ $tilelayout-hint-border-radius: $kendo-border-radius-md !default;
|
|
|
30201
30921
|
|
|
30202
30922
|
$tilelayout-bg: if( $dark-theme, $dark, $light) !default;
|
|
30203
30923
|
|
|
30204
|
-
$tilelayout-hint-bg: rgba(
|
|
30924
|
+
$tilelayout-hint-bg: rgba( white, .2 ) !default;
|
|
30205
30925
|
$tilelayout-hint-border: $component-border !default;
|
|
30206
30926
|
|
|
30207
30927
|
// #endregion
|
|
@@ -30330,7 +31050,7 @@ $adaptive-content-bg: $app-bg !default;
|
|
|
30330
31050
|
$adaptive-content-text: $app-text !default;
|
|
30331
31051
|
|
|
30332
31052
|
$adaptive-menu-bg: $primary !default;
|
|
30333
|
-
$adaptive-menu-text: contrast-
|
|
31053
|
+
$adaptive-menu-text: k-contrast-color( $adaptive-menu-bg ) !default;
|
|
30334
31054
|
|
|
30335
31055
|
$adaptive-menu-clear-text: $primary !default;
|
|
30336
31056
|
|
|
@@ -33079,7 +33799,7 @@ $grid-group-dropclue-top: calc( ( #{$kendo-button-calc-size} + #{$grid-grouping-
|
|
|
33079
33799
|
// #endregion
|
|
33080
33800
|
|
|
33081
33801
|
@include exports ("grid/theme/material") {
|
|
33082
|
-
$grid-filter-button-focus: rgba(
|
|
33802
|
+
$grid-filter-button-focus: rgba( black, .12 ) !default;
|
|
33083
33803
|
|
|
33084
33804
|
.k-grid {
|
|
33085
33805
|
|
|
@@ -33371,8 +34091,8 @@ $grid-group-dropclue-top: calc( ( #{$kendo-button-calc-size} + #{$grid-grouping-
|
|
|
33371
34091
|
// Component
|
|
33372
34092
|
// #region @import "_variables.scss"; -> packages/material/scss/listview/_variables.scss
|
|
33373
34093
|
// Listview
|
|
33374
|
-
$listview-padding-x: map-get( $spacing, 1 ) !default;
|
|
33375
|
-
$listview-padding-y: map-get( $spacing, 1 ) !default;
|
|
34094
|
+
$listview-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
34095
|
+
$listview-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
33376
34096
|
$listview-border-width: 1px !default;
|
|
33377
34097
|
$listview-font-family: $font-family !default;
|
|
33378
34098
|
$listview-font-size: $font-size !default;
|
|
@@ -33384,14 +34104,14 @@ $listview-border: $component-border !default;
|
|
|
33384
34104
|
|
|
33385
34105
|
$listview-grid-gap: 10px !default;
|
|
33386
34106
|
|
|
33387
|
-
$listview-item-padding-x: map-get( $spacing, 1 ) !default;
|
|
33388
|
-
$listview-item-padding-y: map-get( $spacing, 1 ) !default;
|
|
34107
|
+
$listview-item-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
34108
|
+
$listview-item-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
33389
34109
|
|
|
33390
|
-
$listview-item-selected-bg: rgba( contrast-
|
|
34110
|
+
$listview-item-selected-bg: rgba( k-contrast-color( $listview-bg ), .04 ) !default;
|
|
33391
34111
|
$listview-item-selected-text: null !default;
|
|
33392
34112
|
$listview-item-selected-border: null !default;
|
|
33393
34113
|
|
|
33394
|
-
$listview-item-focus-bg: rgba( contrast-
|
|
34114
|
+
$listview-item-focus-bg: rgba( k-contrast-color( $listview-bg ), .08 ) !default;
|
|
33395
34115
|
$listview-item-focus-text: null !default;
|
|
33396
34116
|
$listview-item-focus-border: null !default;
|
|
33397
34117
|
$listview-item-focus-shadow: null !default;
|
|
@@ -33586,7 +34306,7 @@ $listview-item-focus-shadow: null !default;
|
|
|
33586
34306
|
// Listview content
|
|
33587
34307
|
.k-listview-content {}
|
|
33588
34308
|
.k-listview-content > .k-selected.k-focus {
|
|
33589
|
-
background-color: rgba( contrast-
|
|
34309
|
+
background-color: rgba( k-contrast-color( $listview-bg ), .12 );
|
|
33590
34310
|
}
|
|
33591
34311
|
|
|
33592
34312
|
}
|
|
@@ -33671,7 +34391,7 @@ $spreadsheet-insert-image-dialog-preview-height: 230px !default;
|
|
|
33671
34391
|
$spreadsheet-insert-image-dialog-preview-img: "image-default.png" !default;
|
|
33672
34392
|
$spreadsheet-insert-image-dialog-preview-border: $component-border !default;
|
|
33673
34393
|
$spreadsheet-insert-image-dialog-preview-border-radius: $kendo-border-radius-md !default;
|
|
33674
|
-
$spreadsheet-insert-image-dialog-preview-overlay-shadow: inset 0 0 0 2000px rgba(
|
|
34394
|
+
$spreadsheet-insert-image-dialog-preview-overlay-shadow: inset 0 0 0 2000px rgba( black, .5 ) !default;
|
|
33675
34395
|
$spreadsheet-insert-image-dialog-preview-overlay-border-radius: $kendo-border-radius-md !default;
|
|
33676
34396
|
$spreadsheet-insert-image-dialog-overlay-hovered-text: $component-bg !default;
|
|
33677
34397
|
|
|
@@ -34620,7 +35340,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
34620
35340
|
|
|
34621
35341
|
// Quick access toolbar
|
|
34622
35342
|
.k-spreadsheet-quick-access-toolbar {
|
|
34623
|
-
padding: map-get( $spacing, 1 );
|
|
35343
|
+
padding: k-map-get( $spacing, 1 );
|
|
34624
35344
|
|
|
34625
35345
|
.k-button {
|
|
34626
35346
|
border-radius: 50%;
|
|
@@ -34643,7 +35363,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
34643
35363
|
padding: 0;
|
|
34644
35364
|
|
|
34645
35365
|
.k-spreadsheet-sheets-bar-add {
|
|
34646
|
-
margin: map-get( $spacing, 1 );
|
|
35366
|
+
margin: k-map-get( $spacing, 1 );
|
|
34647
35367
|
border-radius: 50%;
|
|
34648
35368
|
color: inherit;
|
|
34649
35369
|
background: none;
|
|
@@ -34720,7 +35440,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
34720
35440
|
.k-spreadsheet-sheets-bar {
|
|
34721
35441
|
@include fill(
|
|
34722
35442
|
$toolbar-text,
|
|
34723
|
-
try-shade( $toolbar-bg, .5 ),
|
|
35443
|
+
k-try-shade( $toolbar-bg, .5 ),
|
|
34724
35444
|
inherit,
|
|
34725
35445
|
$toolbar-gradient
|
|
34726
35446
|
);
|
|
@@ -34736,7 +35456,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
34736
35456
|
.k-spreadsheet-row-header,
|
|
34737
35457
|
.k-spreadsheet-column-header {
|
|
34738
35458
|
border-color: $component-border;
|
|
34739
|
-
background-color: try-shade( $component-bg, 1 );
|
|
35459
|
+
background-color: k-try-shade( $component-bg, 1 );
|
|
34740
35460
|
}
|
|
34741
35461
|
|
|
34742
35462
|
|
|
@@ -35015,7 +35735,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
35015
35735
|
// Component
|
|
35016
35736
|
// #region @import "_variables.scss"; -> packages/material/scss/pivotgrid/_variables.scss
|
|
35017
35737
|
// Pivot grid
|
|
35018
|
-
$pivotgrid-spacer: map-get( $spacing, 4 ) !default;
|
|
35738
|
+
$pivotgrid-spacer: k-map-get( $spacing, 4 ) !default;
|
|
35019
35739
|
$pivotgrid-padding-x: null !default;
|
|
35020
35740
|
$pivotgrid-padding-y: null !default;
|
|
35021
35741
|
$pivotgrid-font-family: $font-family !default;
|
|
@@ -35035,21 +35755,21 @@ $pivotgrid-bg: $component-bg !default;
|
|
|
35035
35755
|
$pivotgrid-text: $component-text !default;
|
|
35036
35756
|
$pivotgrid-border: $component-border !default;
|
|
35037
35757
|
|
|
35038
|
-
$pivotgrid-alt-border: try-shade($pivotgrid-border, 2) !default;
|
|
35758
|
+
$pivotgrid-alt-border: k-try-shade( $pivotgrid-border, 2 ) !default;
|
|
35039
35759
|
|
|
35040
|
-
$pivotgrid-headers-bg: rgba($header-bg, .02) !default;
|
|
35760
|
+
$pivotgrid-headers-bg: rgba( $header-bg, .02 ) !default;
|
|
35041
35761
|
$pivotgrid-headers-text: $header-text !default;
|
|
35042
35762
|
$pivotgrid-headers-border: $header-border !default;
|
|
35043
35763
|
|
|
35044
|
-
$pivotgrid-total-bg: try-shade( $pivotgrid-bg, 1 ) !default;
|
|
35764
|
+
$pivotgrid-total-bg: k-try-shade( $pivotgrid-bg, 1 ) !default;
|
|
35045
35765
|
$pivotgrid-total-text: $header-text !default;
|
|
35046
35766
|
$pivotgrid-total-border: $header-border !default;
|
|
35047
35767
|
|
|
35048
|
-
$pivotgrid-hover-bg: darken($pivotgrid-bg, 7%) !default;
|
|
35768
|
+
$pivotgrid-hover-bg: darken( $pivotgrid-bg, 7% ) !default;
|
|
35049
35769
|
$pivotgrid-hover-text: null !default;
|
|
35050
35770
|
$pivotgrid-hover-border: null !default;
|
|
35051
35771
|
|
|
35052
|
-
$pivotgrid-selected-bg: rgba( contrast-
|
|
35772
|
+
$pivotgrid-selected-bg: rgba( k-contrast-color( $pivotgrid-bg ), .04 ) !default;
|
|
35053
35773
|
$pivotgrid-selected-text: null !default;
|
|
35054
35774
|
$pivotgrid-selected-border: null !default;
|
|
35055
35775
|
|
|
@@ -35082,13 +35802,13 @@ $pivotgrid-configurator-header-bg: null !default;
|
|
|
35082
35802
|
$pivotgrid-configurator-header-text: $header-text !default;
|
|
35083
35803
|
$pivotgrid-configurator-header-border: null !default;
|
|
35084
35804
|
|
|
35085
|
-
$pivotgrid-configurator-end-shadow: -3px 0px 6px rgba(
|
|
35086
|
-
$pivotgrid-configurator-start-shadow: 3px 0px 6px rgba(
|
|
35087
|
-
$pivotgrid-configurator-top-shadow: 0px -3px 6px rgba(
|
|
35088
|
-
$pivotgrid-configurator-bottom-shadow: 0px 3px 6px rgba(
|
|
35805
|
+
$pivotgrid-configurator-end-shadow: -3px 0px 6px rgba( black, .16 ) !default;
|
|
35806
|
+
$pivotgrid-configurator-start-shadow: 3px 0px 6px rgba( black, .16 ) !default;
|
|
35807
|
+
$pivotgrid-configurator-top-shadow: 0px -3px 6px rgba( black, .16 ) !default;
|
|
35808
|
+
$pivotgrid-configurator-bottom-shadow: 0px 3px 6px rgba( black, .16 ) !default;
|
|
35089
35809
|
|
|
35090
|
-
$pivotgrid-configurator-button-padding-x: map-get($spacing, 1) !default;
|
|
35091
|
-
$pivotgrid-configurator-button-padding-y: map-get($spacing, 1) !default;
|
|
35810
|
+
$pivotgrid-configurator-button-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
35811
|
+
$pivotgrid-configurator-button-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
35092
35812
|
$pivotgrid-configurator-button-border-width: 1px !default;
|
|
35093
35813
|
$pivotgrid-configurator-button-size: calc( #{$pivotgrid-line-height * 1em} + #{$pivotgrid-configurator-button-padding-y * 2} + #{$pivotgrid-configurator-button-border-width * 2} ) !default;
|
|
35094
35814
|
|
|
@@ -35118,11 +35838,11 @@ $pivotgrid-chrome-border: $grid-border !default;
|
|
|
35118
35838
|
$pivotgrid-container-bg: $grid-header-bg !default;
|
|
35119
35839
|
$pivotgrid-row-headers-bg: null !default;
|
|
35120
35840
|
|
|
35121
|
-
$pivotgrid-button-bg: try-shade($kendo-button-bg, 1) !default;
|
|
35841
|
+
$pivotgrid-button-bg: k-try-shade($kendo-button-bg, 1) !default;
|
|
35122
35842
|
$pivotgrid-button-text: $kendo-button-text !default;
|
|
35123
|
-
$pivotgrid-button-hover-bg: try-shade($kendo-button-bg, 2) !default;
|
|
35843
|
+
$pivotgrid-button-hover-bg: k-try-shade($kendo-button-bg, 2) !default;
|
|
35124
35844
|
$pivotgrid-button-hover-text: $kendo-button-text !default;
|
|
35125
|
-
$pivotgrid-button-active-bg: try-shade($kendo-button-bg, 2) !default;
|
|
35845
|
+
$pivotgrid-button-active-bg: k-try-shade($kendo-button-bg, 2) !default;
|
|
35126
35846
|
$pivotgrid-button-active-text: $kendo-button-text !default;
|
|
35127
35847
|
|
|
35128
35848
|
$pivotgrid-remove-bg: $pivotgrid-button-text !default;
|
|
@@ -36362,6 +37082,8 @@ $filter-operator-dropdown-width: 15em !default;
|
|
|
36362
37082
|
$filter-preview-field-text: $primary !default;
|
|
36363
37083
|
$filter-preview-operator-text: $subtle-text !default;
|
|
36364
37084
|
|
|
37085
|
+
$filter-toolbar-focus-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px rgba(0, 0, 0, .14), 0 1px 10px rgba(0, 0, 0, .12) !default;
|
|
37086
|
+
|
|
36365
37087
|
// #endregion
|
|
36366
37088
|
// #region @import "_layout.scss"; -> packages/material/scss/filter/_layout.scss
|
|
36367
37089
|
// #region @import "~@progress/kendo-theme-default/scss/filter/_layout.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/filter/_layout.scss
|
|
@@ -36513,6 +37235,12 @@ $filter-preview-operator-text: $subtle-text !default;
|
|
|
36513
37235
|
.k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
|
|
36514
37236
|
background-color: $component-border;
|
|
36515
37237
|
}
|
|
37238
|
+
|
|
37239
|
+
// Focus
|
|
37240
|
+
.k-toolbar:focus,
|
|
37241
|
+
.k-toolbar.k-focus {
|
|
37242
|
+
@include box-shadow( $filter-toolbar-focus-shadow );
|
|
37243
|
+
}
|
|
36516
37244
|
}
|
|
36517
37245
|
|
|
36518
37246
|
}
|
|
@@ -36570,7 +37298,7 @@ $filter-preview-operator-text: $subtle-text !default;
|
|
|
36570
37298
|
// Component
|
|
36571
37299
|
// #region @import "_variables.scss"; -> packages/material/scss/filemanager/_variables.scss
|
|
36572
37300
|
// File manager
|
|
36573
|
-
$filemanager-spacer: map-get( $spacing, 4 ) !default;
|
|
37301
|
+
$filemanager-spacer: k-map-get( $spacing, 4 ) !default;
|
|
36574
37302
|
$filemanager-border-width: 1px !default;
|
|
36575
37303
|
$filemanager-font-family: $font-family !default;
|
|
36576
37304
|
$filemanager-font-size: $font-size !default;
|
|
@@ -36580,7 +37308,7 @@ $filemanager-text: $component-text !default;
|
|
|
36580
37308
|
$filemanager-border: $component-border !default;
|
|
36581
37309
|
|
|
36582
37310
|
$filemanager-toolbar-border-width: $filemanager-border-width !default;
|
|
36583
|
-
$filemanager-toolbar-bg: try-shade( $kendo-button-bg, .5 ) !default;
|
|
37311
|
+
$filemanager-toolbar-bg: k-try-shade( $kendo-button-bg, .5 ) !default;
|
|
36584
37312
|
$filemanager-toolbar-text: null !default;
|
|
36585
37313
|
$filemanager-toolbar-border: null !default;
|
|
36586
37314
|
$filemanager-toolbar-gradient: null !default;
|
|
@@ -36593,8 +37321,8 @@ $filemanager-navigation-bg: null !default;
|
|
|
36593
37321
|
$filemanager-navigation-text: null !default;
|
|
36594
37322
|
$filemanager-navigation-border: null !default;
|
|
36595
37323
|
|
|
36596
|
-
$filemanager-breadcrumb-padding-x: map-get( $spacing, 2 ) !default;
|
|
36597
|
-
$filemanager-breadcrumb-padding-y: map-get( $spacing, 2 ) !default;
|
|
37324
|
+
$filemanager-breadcrumb-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
37325
|
+
$filemanager-breadcrumb-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
36598
37326
|
$filemanager-breadcrumb-border-width: $filemanager-border-width !default;
|
|
36599
37327
|
$filemanager-breadcrumb-bg: $filemanager-toolbar-bg !default;
|
|
36600
37328
|
$filemanager-breadcrumb-text: null !default;
|
|
@@ -36604,8 +37332,8 @@ $filemanager-listview-bg: null !default;
|
|
|
36604
37332
|
$filemanager-listview-text: null !default;
|
|
36605
37333
|
$filemanager-listview-border: null !default;
|
|
36606
37334
|
|
|
36607
|
-
$filemanager-listview-item-padding-x: map-get( $spacing, 4 ) !default;
|
|
36608
|
-
$filemanager-listview-item-padding-y: map-get( $spacing, 4 ) !default;
|
|
37335
|
+
$filemanager-listview-item-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
37336
|
+
$filemanager-listview-item-padding-y: k-map-get( $spacing, 4 ) !default;
|
|
36609
37337
|
$filemanager-listview-item-width: 120px !default;
|
|
36610
37338
|
$filemanager-listview-item-height: 120px !default;
|
|
36611
37339
|
$filemanager-listview-item-bg: null !default;
|
|
@@ -36614,7 +37342,7 @@ $filemanager-listview-item-border: null !default;
|
|
|
36614
37342
|
|
|
36615
37343
|
$filemanager-listview-item-icon-size: ($icon-size * 3) !default;
|
|
36616
37344
|
$filemanager-listview-item-icon-bg: null !default;
|
|
36617
|
-
$filemanager-listview-item-icon-text: try-tint($filemanager-text, 4) !default;
|
|
37345
|
+
$filemanager-listview-item-icon-text: k-try-tint($filemanager-text, 4) !default;
|
|
36618
37346
|
$filemanager-listview-item-icon-border: null !default;
|
|
36619
37347
|
$filemanager-listview-item-icon-selected-bg: null !default;
|
|
36620
37348
|
$filemanager-listview-item-icon-selected-text: inherit !default;
|
|
@@ -36635,7 +37363,7 @@ $filemanager-preview-border: null !default;
|
|
|
36635
37363
|
|
|
36636
37364
|
$filemanager-preview-icon-size: ($icon-size * 6) !default;
|
|
36637
37365
|
$filemanager-preview-icon-bg: null !default;
|
|
36638
|
-
$filemanager-preview-icon-text: try-tint($filemanager-text, 4) !default;
|
|
37366
|
+
$filemanager-preview-icon-text: k-try-tint($filemanager-text, 4) !default;
|
|
36639
37367
|
$filemanager-preview-icon-border: null !default;
|
|
36640
37368
|
|
|
36641
37369
|
// #endregion
|
|
@@ -37039,7 +37767,7 @@ $filemanager-preview-icon-border: null !default;
|
|
|
37039
37767
|
// Component
|
|
37040
37768
|
// #region @import "_variables.scss"; -> packages/material/scss/taskboard/_variables.scss
|
|
37041
37769
|
// TaskBoard
|
|
37042
|
-
$taskboard-spacer: map-get( $spacing, 4 ) !default;
|
|
37770
|
+
$taskboard-spacer: k-map-get( $spacing, 4 ) !default;
|
|
37043
37771
|
$taskboard-padding-y: null !default;
|
|
37044
37772
|
$taskboard-padding-x: null !default;
|
|
37045
37773
|
$taskboard-font-family: $font-family !default;
|
|
@@ -37059,9 +37787,9 @@ $taskboard-toolbar-gradient: null !default;
|
|
|
37059
37787
|
$taskboard-content-padding-y: $taskboard-spacer !default;
|
|
37060
37788
|
$taskboard-content-padding-x: $taskboard-content-padding-y !default;
|
|
37061
37789
|
|
|
37062
|
-
$taskboard-column-container-spacing-y: ( $taskboard-spacer
|
|
37790
|
+
$taskboard-column-container-spacing-y: k-math-div( $taskboard-spacer, 2 ) !default;
|
|
37063
37791
|
$taskboard-column-container-padding-y: 0px !default;
|
|
37064
|
-
$taskboard-column-container-padding-x: ( $taskboard-spacer
|
|
37792
|
+
$taskboard-column-container-padding-x: k-math-div( $taskboard-spacer, 2 ) !default;
|
|
37065
37793
|
$taskboard-columns-container-gap: $taskboard-spacer !default;
|
|
37066
37794
|
|
|
37067
37795
|
$taskboard-column-width: 320px !default;
|
|
@@ -37073,7 +37801,7 @@ $taskboard-column-border: transparent !default;
|
|
|
37073
37801
|
|
|
37074
37802
|
$taskboard-column-focus-bg: null !default;
|
|
37075
37803
|
$taskboard-column-focus-text: null !default;
|
|
37076
|
-
$taskboard-column-focus-border: try-shade( $base-border, 2.5 ) !default;
|
|
37804
|
+
$taskboard-column-focus-border: k-try-shade( $base-border, 2.5 ) !default;
|
|
37077
37805
|
|
|
37078
37806
|
$taskboard-column-header-padding-y: ( $taskboard-spacer / 2 ) !default;
|
|
37079
37807
|
$taskboard-column-header-padding-x: $taskboard-column-header-padding-y !default;
|
|
@@ -37116,10 +37844,10 @@ $taskboard-card-shadow: none !default;
|
|
|
37116
37844
|
|
|
37117
37845
|
$taskboard-card-category-border-width: 4px !default;
|
|
37118
37846
|
|
|
37119
|
-
$taskboard-card-focus-border: try-shade( $taskboard-card-border, 9% ) !default;
|
|
37847
|
+
$taskboard-card-focus-border: k-try-shade( $taskboard-card-border, 9% ) !default;
|
|
37120
37848
|
$taskboard-card-focus-shadow: none !default;
|
|
37121
37849
|
|
|
37122
|
-
$taskboard-card-hover-border: try-shade( $taskboard-card-border, 10% ) !default;
|
|
37850
|
+
$taskboard-card-hover-border: k-try-shade( $taskboard-card-border, 10% ) !default;
|
|
37123
37851
|
|
|
37124
37852
|
$taskboard-card-selected-border: $primary-lighter !default;
|
|
37125
37853
|
$taskboard-card-selected-shadow: none !default;
|
|
@@ -37130,7 +37858,7 @@ $taskboard-card-header-hover-text: $primary-darker !default;
|
|
|
37130
37858
|
|
|
37131
37859
|
$taskboard-drag-placeholder-border-width: 1px !default;
|
|
37132
37860
|
$taskboard-drag-placeholder-border-radius: $taskboard-card-border-radius !default;
|
|
37133
|
-
$taskboard-drag-placeholder-bg: rgba(
|
|
37861
|
+
$taskboard-drag-placeholder-bg: rgba( white, .2 ) !default;
|
|
37134
37862
|
$taskboard-drag-placeholder-border: $component-border !default;
|
|
37135
37863
|
|
|
37136
37864
|
// #endregion
|
|
@@ -37550,7 +38278,7 @@ $editor-placeholder-opacity: $kendo-input-placeholder-opacity !default;
|
|
|
37550
38278
|
$editor-selected-text: $primary-contrast !default;
|
|
37551
38279
|
$editor-selected-bg: $primary !default;
|
|
37552
38280
|
|
|
37553
|
-
$editor-highlighted-bg: mix($primary, #ffffff, 20%) !default;
|
|
38281
|
+
$editor-highlighted-bg: k-color-mix($primary, #ffffff, 20%) !default;
|
|
37554
38282
|
|
|
37555
38283
|
$editor-export-tool-icon-margin-x: .5em !default;
|
|
37556
38284
|
|
|
@@ -38462,8 +39190,8 @@ $imageeditor-font-family: $font-family !default;
|
|
|
38462
39190
|
|
|
38463
39191
|
$imageeditor-content-border-width: 1px !default;
|
|
38464
39192
|
|
|
38465
|
-
$imageeditor-action-pane-padding-y: map-get( $spacing, 8 ) !default;
|
|
38466
|
-
$imageeditor-action-pane-padding-x: map-get( $spacing, 4 ) !default;
|
|
39193
|
+
$imageeditor-action-pane-padding-y: k-map-get( $spacing, 8 ) !default;
|
|
39194
|
+
$imageeditor-action-pane-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
38467
39195
|
$imageeditor-action-pane-width: if( $imageeditor-content-border-width == null, 240px, calc(240px + #{$imageeditor-content-border-width}) );
|
|
38468
39196
|
|
|
38469
39197
|
$imageeditor-crop-border-width: 1px !default;
|
|
@@ -38490,7 +39218,7 @@ $imageeditor-crop-bg: null !default;
|
|
|
38490
39218
|
$imageeditor-crop-text: null !default;
|
|
38491
39219
|
$imageeditor-crop-border: white !default;
|
|
38492
39220
|
|
|
38493
|
-
$imageeditor-crop-overlay-bg: rgba(black, .3) !default;
|
|
39221
|
+
$imageeditor-crop-overlay-bg: rgba( black, .3 ) !default;
|
|
38494
39222
|
|
|
38495
39223
|
// #endregion
|
|
38496
39224
|
// #region @import "_layout.scss"; -> packages/material/scss/imageeditor/_layout.scss
|
|
@@ -38779,12 +39507,12 @@ $gantt-treelist-bg: null !default;
|
|
|
38779
39507
|
$gantt-treelist-text: null !default;
|
|
38780
39508
|
$gantt-treelist-border: null !default;
|
|
38781
39509
|
|
|
38782
|
-
$gantt-nonwork-bg: rgba( contrast-
|
|
39510
|
+
$gantt-nonwork-bg: rgba( k-contrast-color( $gantt-bg ), .025 ) !default;
|
|
38783
39511
|
$gantt-nonwork-text: null !default;
|
|
38784
39512
|
$gantt-nonwork-border: null !default;
|
|
38785
39513
|
|
|
38786
39514
|
$gantt-line-size: 2px !default;
|
|
38787
|
-
$gantt-line-fill: mix( $panel-text, $panel-bg ) !default;
|
|
39515
|
+
$gantt-line-fill: k-color-mix( $panel-text, $panel-bg ) !default;
|
|
38788
39516
|
$gantt-line-selected-fill: $selected-bg !default;
|
|
38789
39517
|
|
|
38790
39518
|
$gantt-dot-size: 8px !default;
|
|
@@ -38799,19 +39527,19 @@ $gantt-milestone-border: $primary !default;
|
|
|
38799
39527
|
$gantt-milestone-selected-bg: $secondary !default;
|
|
38800
39528
|
$gantt-milestone-selected-border: $secondary !default;
|
|
38801
39529
|
|
|
38802
|
-
$gantt-summary-bg: mix( $primary, $gantt-bg ) !default;
|
|
39530
|
+
$gantt-summary-bg: k-color-mix( $primary, $gantt-bg ) !default;
|
|
38803
39531
|
$gantt-summary-progress-bg: $primary !default;
|
|
38804
|
-
$gantt-summary-selected-bg: mix( $secondary, $gantt-bg ) !default;
|
|
39532
|
+
$gantt-summary-selected-bg: k-color-mix( $secondary, $gantt-bg ) !default;
|
|
38805
39533
|
$gantt-summary-progress-selected-bg: $secondary !default;
|
|
38806
39534
|
|
|
38807
|
-
$gantt-task-padding-x: map-get( $spacing, 2 ) !default;
|
|
38808
|
-
$gantt-task-padding-y: map-get( $spacing, 1 ) !default;
|
|
39535
|
+
$gantt-task-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
39536
|
+
$gantt-task-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
38809
39537
|
$gantt-task-border-width: 0px !default;
|
|
38810
|
-
$gantt-task-bg: mix( $primary, $gantt-bg ) !default;
|
|
39538
|
+
$gantt-task-bg: k-color-mix( $primary, $gantt-bg ) !default;
|
|
38811
39539
|
$gantt-task-text: $primary-contrast !default;
|
|
38812
39540
|
$gantt-task-border: null !default;
|
|
38813
39541
|
$gantt-task-progress-bg: $primary !default;
|
|
38814
|
-
$gantt-task-selected-bg: mix( $secondary, $gantt-bg ) !default;
|
|
39542
|
+
$gantt-task-selected-bg: k-color-mix( $secondary, $gantt-bg ) !default;
|
|
38815
39543
|
$gantt-task-selected-text: $secondary-contrast !default;
|
|
38816
39544
|
$gantt-task-selected-border: null !default;
|
|
38817
39545
|
$gantt-task-progress-selected-bg: $secondary !default;
|
|
@@ -38845,10 +39573,10 @@ $gantt-planned-bg: $primary !default;
|
|
|
38845
39573
|
$gantt-planned-border: $gantt-planned-bg !default;
|
|
38846
39574
|
|
|
38847
39575
|
$gantt-delayed-bg: $error !default;
|
|
38848
|
-
$gantt-delayed-bg-lighter: tint($gantt-delayed-bg, 5) !default;
|
|
39576
|
+
$gantt-delayed-bg-lighter: k-color-tint($gantt-delayed-bg, 5) !default;
|
|
38849
39577
|
|
|
38850
39578
|
$gantt-advanced-bg: $success !default;
|
|
38851
|
-
$gantt-advanced-bg-lighter: tint($gantt-advanced-bg, 5) !default;
|
|
39579
|
+
$gantt-advanced-bg-lighter: k-color-tint($gantt-advanced-bg, 5) !default;
|
|
38852
39580
|
|
|
38853
39581
|
$gantt-action-on-offset-text: #000000 !default;
|
|
38854
39582
|
$gantt-offset-resize-handler-top: 50% !default;
|
|
@@ -40105,12 +40833,12 @@ $scheduler-bg: $component-bg !default;
|
|
|
40105
40833
|
$scheduler-text: $component-text !default;
|
|
40106
40834
|
$scheduler-border: $component-border !default;
|
|
40107
40835
|
|
|
40108
|
-
$scheduler-toolbar-bg: try-shade( $kendo-button-bg, .5 ) !default;
|
|
40836
|
+
$scheduler-toolbar-bg: k-try-shade( $kendo-button-bg, .5 ) !default;
|
|
40109
40837
|
$scheduler-toolbar-text: null !default;
|
|
40110
40838
|
$scheduler-toolbar-border: null !default;
|
|
40111
40839
|
$scheduler-toolbar-gradient: null !default;
|
|
40112
40840
|
|
|
40113
|
-
$scheduler-footer-bg: try-shade( $kendo-button-bg, .5 ) !default;
|
|
40841
|
+
$scheduler-footer-bg: k-try-shade( $kendo-button-bg, .5 ) !default;
|
|
40114
40842
|
$scheduler-footer-text: null !default;
|
|
40115
40843
|
$scheduler-footer-border: null !default;
|
|
40116
40844
|
$scheduler-footer-gradient: null !default;
|
|
@@ -40120,7 +40848,7 @@ $scheduler-event-border-radius: $kendo-border-radius-md !default;
|
|
|
40120
40848
|
$scheduler-event-line-height: calc( #{$scheduler-event-min-height} - (2 * #{$padding-y-sm}) ) !default;
|
|
40121
40849
|
|
|
40122
40850
|
$scheduler-event-bg: $primary !default;
|
|
40123
|
-
$scheduler-event-text: contrast-
|
|
40851
|
+
$scheduler-event-text: k-contrast-color( $scheduler-event-bg ) !default;
|
|
40124
40852
|
$scheduler-event-border: null !default;
|
|
40125
40853
|
$scheduler-event-gradient: null !default;
|
|
40126
40854
|
$scheduler-event-shadow: null !default;
|
|
@@ -40131,35 +40859,35 @@ $scheduler-event-hover-border: null !default;
|
|
|
40131
40859
|
$scheduler-event-hover-gradient: null !default;
|
|
40132
40860
|
$scheduler-event-hover-shadow: null !default;
|
|
40133
40861
|
|
|
40134
|
-
$scheduler-event-selected-bg: try-tint( $primary, 1 ) !default;
|
|
40135
|
-
$scheduler-event-selected-text: contrast-
|
|
40862
|
+
$scheduler-event-selected-bg: k-try-tint( $primary, 1 ) !default;
|
|
40863
|
+
$scheduler-event-selected-text: k-contrast-color( $scheduler-event-selected-bg ) !default;
|
|
40136
40864
|
$scheduler-event-selected-border: null !default;
|
|
40137
40865
|
$scheduler-event-selected-gradient: null !default;
|
|
40138
40866
|
$scheduler-event-selected-shadow: $box-shadow-depth-3 !default;
|
|
40139
40867
|
|
|
40140
40868
|
$scheduler-event-ongoing-shadow: inset 0px 0px 0px 1px #ff0000 !default;
|
|
40141
40869
|
|
|
40142
|
-
$scheduler-cell-padding-x: map-get( $spacing, 2 ) !default;
|
|
40143
|
-
$scheduler-cell-padding-y: map-get( $spacing, 2 ) !default;
|
|
40870
|
+
$scheduler-cell-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
40871
|
+
$scheduler-cell-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
40144
40872
|
$scheduler-cell-height: $line-height * 1rem !default;
|
|
40145
40873
|
$scheduler-datecolumn-width: 12rem !default;
|
|
40146
40874
|
$scheduler-timecolumn-width: 11rem !default;
|
|
40147
40875
|
|
|
40148
40876
|
$scheduler-current-time-color: #ff0000 !default;
|
|
40149
40877
|
|
|
40150
|
-
$scheduler-nonwork-bg: try-shade( $scheduler-bg, .5 ) !default;
|
|
40878
|
+
$scheduler-nonwork-bg: k-try-shade( $scheduler-bg, .5 ) !default;
|
|
40151
40879
|
$scheduler-nonwork-text: null !default;
|
|
40152
40880
|
|
|
40153
40881
|
$scheduler-weekend-bg: null !default;
|
|
40154
40882
|
$scheduler-weekend-text: null !default;
|
|
40155
40883
|
|
|
40156
|
-
$scheduler-othermonth-bg: try-shade( $scheduler-bg, .5 ) !default;
|
|
40884
|
+
$scheduler-othermonth-bg: k-try-shade( $scheduler-bg, .5 ) !default;
|
|
40157
40885
|
$scheduler-othermonth-text: null !default;
|
|
40158
40886
|
|
|
40159
|
-
$scheduler-yearview-padding-x: map-get( $spacing, 5 ) !default;
|
|
40887
|
+
$scheduler-yearview-padding-x: k-map-get( $spacing, 5 ) !default;
|
|
40160
40888
|
$scheduler-yearview-padding-y: $scheduler-yearview-padding-x !default;
|
|
40161
40889
|
|
|
40162
|
-
$scheduler-yearview-calendar-gap: map-get( $spacing, 5 ) !default;
|
|
40890
|
+
$scheduler-yearview-calendar-gap: k-map-get( $spacing, 5 ) !default;
|
|
40163
40891
|
|
|
40164
40892
|
$scheduler-yearview-indicator-size: 3px !default;
|
|
40165
40893
|
$scheduler-yearview-indicator-calc-offset-top: calc( #{$calendar-cell-size} - (#{$calendar-cell-padding-y} * 2)) !default;
|
|
@@ -40174,9 +40902,9 @@ $scheduler-tooltip-border-width: 0 !default;
|
|
|
40174
40902
|
$scheduler-tooltip-bg: $primary-contrast !default;
|
|
40175
40903
|
$scheduler-tooltip-text: $base-text !default;
|
|
40176
40904
|
$scheduler-tooltip-border: null !default;
|
|
40177
|
-
$scheduler-tooltip-shadow: 0px 0px 10px rgba(
|
|
40905
|
+
$scheduler-tooltip-shadow: 0px 0px 10px rgba( black, .2 ) !default;
|
|
40178
40906
|
|
|
40179
|
-
$scheduler-tooltip-title-margin-y: map-get( $spacing, 2 ) !default;
|
|
40907
|
+
$scheduler-tooltip-title-margin-y: k-map-get( $spacing, 2 ) !default;
|
|
40180
40908
|
$scheduler-tooltip-month-font-size: $font-size-sm !default;
|
|
40181
40909
|
$scheduler-tooltip-day-font-size: $scheduler-tooltip-month-font-size * 2 !default;
|
|
40182
40910
|
|
|
@@ -40184,7 +40912,7 @@ $scheduler-tooltip-events-max-height: 250px !default;
|
|
|
40184
40912
|
$scheduler-tooltip-events-gap: $padding-y !default;
|
|
40185
40913
|
|
|
40186
40914
|
$scheduler-tooltip-event-padding-x: $padding-x-sm !default;
|
|
40187
|
-
$scheduler-tooltip-event-padding-y: map-get( $spacing, 2 ) !default;
|
|
40915
|
+
$scheduler-tooltip-event-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
40188
40916
|
$scheduler-tooltip-event-border-radius: $kendo-border-radius-md !default;
|
|
40189
40917
|
$scheduler-tooltip-event-gap: $padding-x-sm !default;
|
|
40190
40918
|
|
|
@@ -41836,7 +42564,7 @@ $chat-avatar-spacing: $chat-item-spacing-x !default;
|
|
|
41836
42564
|
$chat-toolbar-padding-x: $toolbar-padding-x !default;
|
|
41837
42565
|
$chat-toolbar-padding-y: $toolbar-padding-y !default;
|
|
41838
42566
|
$chat-toolbar-spacing: $toolbar-spacing !default;
|
|
41839
|
-
$chat-toolbar-bg: try-shade( $kendo-button-bg, .5 ) !default;
|
|
42567
|
+
$chat-toolbar-bg: k-try-shade( $kendo-button-bg, .5 ) !default;
|
|
41840
42568
|
$chat-toolbar-text: $toolbar-text !default;
|
|
41841
42569
|
$chat-toolbar-border: inherit !default;
|
|
41842
42570
|
|
|
@@ -41853,12 +42581,12 @@ $chat-border: $component-border !default;
|
|
|
41853
42581
|
$chat-bubble-bg: $component-bg !default;
|
|
41854
42582
|
$chat-bubble-text: $component-text !default;
|
|
41855
42583
|
$chat-bubble-border: $chat-bubble-bg !default;
|
|
41856
|
-
$chat-bubble-shadow: 0 1px 2px rgba(
|
|
41857
|
-
$chat-bubble-hover-shadow: 0 1px 2px rgba(
|
|
41858
|
-
$chat-bubble-selected-shadow: 0 3px 10px rgba(
|
|
42584
|
+
$chat-bubble-shadow: 0 1px 2px rgba( black, .08 ) !default;
|
|
42585
|
+
$chat-bubble-hover-shadow: 0 1px 2px rgba( black, .16 ) !default;
|
|
42586
|
+
$chat-bubble-selected-shadow: 0 3px 10px rgba( black, .16 ) !default;
|
|
41859
42587
|
|
|
41860
42588
|
$chat-alt-bubble-bg: $primary !default;
|
|
41861
|
-
$chat-alt-bubble-text: contrast-
|
|
42589
|
+
$chat-alt-bubble-text: k-contrast-color( $chat-alt-bubble-bg ) !default;
|
|
41862
42590
|
$chat-alt-bubble-border: $chat-alt-bubble-bg !default;
|
|
41863
42591
|
$chat-alt-bubble-shadow: 0 1px 2px rgba( $chat-alt-bubble-bg, .2 ) !default;
|
|
41864
42592
|
$chat-alt-bubble-hover-shadow: 0 1px 2px rgba( $chat-alt-bubble-bg, .2 ) !default;
|
|
@@ -42562,8 +43290,8 @@ $mediaplayer-bg: $component-bg !default;
|
|
|
42562
43290
|
$mediaplayer-text: $component-text !default;
|
|
42563
43291
|
$mediaplayer-border: $component-border !default;
|
|
42564
43292
|
|
|
42565
|
-
$mediaplayer-titlebar-padding-x: map-get( $spacing, 2 ) !default;
|
|
42566
|
-
$mediaplayer-titlebar-padding-y: map-get( $spacing, 2 ) !default;
|
|
43293
|
+
$mediaplayer-titlebar-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
43294
|
+
$mediaplayer-titlebar-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
42567
43295
|
$mediaplayer-titlebar-bg: null !default;
|
|
42568
43296
|
$mediaplayer-titlebar-text: $mediaplayer-bg !default;
|
|
42569
43297
|
$mediaplayer-titlebar-border: null !default;
|
|
@@ -42748,12 +43476,12 @@ $timeline-mobile-spacing-y: $padding-x !default;
|
|
|
42748
43476
|
$timeline-track-arrow-width: 36px !default;
|
|
42749
43477
|
$timeline-track-arrow-height: 36px !default;
|
|
42750
43478
|
|
|
42751
|
-
$timeline-track-arrow-disabled-text: true-mix($kendo-button-text, $body-bg, 65%) !default;
|
|
42752
|
-
$timeline-track-arrow-disabled-bg: true-mix(#000000, $body-bg, 8%) !default;
|
|
42753
|
-
$timeline-track-arrow-disabled-border: true-mix($kendo-button-border, $body-bg, 65%) !default;
|
|
43479
|
+
$timeline-track-arrow-disabled-text: k-true-mix($kendo-button-text, $body-bg, 65%) !default;
|
|
43480
|
+
$timeline-track-arrow-disabled-bg: k-true-mix(#000000, $body-bg, 8%) !default;
|
|
43481
|
+
$timeline-track-arrow-disabled-border: k-true-mix($kendo-button-border, $body-bg, 65%) !default;
|
|
42754
43482
|
|
|
42755
43483
|
$timeline-track-size: 6px !default;
|
|
42756
|
-
$timeline-track-wrap-padding-bottom: $timeline-track-size
|
|
43484
|
+
$timeline-track-wrap-padding-bottom: k-math-div( $timeline-track-size, 2 ) !default;
|
|
42757
43485
|
$timeline-track-border-width: 1px !default;
|
|
42758
43486
|
$timeline-track-margin-bottom: 18px !default;
|
|
42759
43487
|
$timeline-track-bottom-calc: calc((#{$timeline-track-arrow-height} / 2) + #{$timeline-track-wrap-padding-bottom}) !default;
|
|
@@ -42774,7 +43502,7 @@ $timeline-flag-max-width: calc(#{$timeline-flag-min-width} + 2 * #{$timeline-spa
|
|
|
42774
43502
|
$timeline-mobile-flag-max-width: calc(#{$timeline-flag-min-width} + 2 * #{$timeline-mobile-spacing-x}) !default;
|
|
42775
43503
|
$timeline-horizontal-flag-min-width: 60px !default;
|
|
42776
43504
|
$timeline-flag-bg: $primary !default;
|
|
42777
|
-
$timeline-flag-text: contrast-
|
|
43505
|
+
$timeline-flag-text: k-contrast-color( $timeline-flag-bg ) !default;
|
|
42778
43506
|
|
|
42779
43507
|
$timeline-flag-callout-width: 10px !default;
|
|
42780
43508
|
$timeline-flag-callout-height: 10px !default;
|
|
@@ -43383,7 +44111,7 @@ $pdf-viewer-bg: $component-bg !default;
|
|
|
43383
44111
|
$pdf-viewer-text: $component-text !default;
|
|
43384
44112
|
$pdf-viewer-border: $component-border !default;
|
|
43385
44113
|
|
|
43386
|
-
$pdf-viewer-toolbar-bg: try-shade( $kendo-button-bg, .25 ) !default;
|
|
44114
|
+
$pdf-viewer-toolbar-bg: k-try-shade( $kendo-button-bg, .25 ) !default;
|
|
43387
44115
|
$pdf-viewer-toolbar-text: null !default;
|
|
43388
44116
|
$pdf-viewer-toolbar-border: null !default;
|
|
43389
44117
|
$pdf-viewer-toolbar-gradient: null !default;
|
|
@@ -43400,7 +44128,7 @@ $pdf-viewer-page-border: $component-border !default;
|
|
|
43400
44128
|
$pdf-viewer-page-shadow: 0 0 ($pdf-viewer-page-spacing / 2) $pdf-viewer-page-border !default;
|
|
43401
44129
|
|
|
43402
44130
|
$pdf-viewer-search-panel-border-width: 1px !default;
|
|
43403
|
-
$pdf-viewer-search-panel-border-radius: map-get( $spacing, 1 ) !default;
|
|
44131
|
+
$pdf-viewer-search-panel-border-radius: k-map-get( $spacing, 1 ) !default;
|
|
43404
44132
|
$pdf-viewer-search-panel-bg: $component-bg !default;
|
|
43405
44133
|
$pdf-viewer-search-panel-text: $component-text !default;
|
|
43406
44134
|
$pdf-viewer-search-panel-border: $component-border !default;
|
|
@@ -43845,7 +44573,7 @@ $scrollview-pagebutton-bg: $kendo-button-bg !default;
|
|
|
43845
44573
|
$scrollview-pagebutton-border: $kendo-button-border !default;
|
|
43846
44574
|
$scrollview-pagebutton-primary-bg: $primary !default;
|
|
43847
44575
|
$scrollview-pagebutton-primary-border: $primary !default;
|
|
43848
|
-
$scrollview-pagebutton-shadow: 0 0 0 2px rgba(
|
|
44576
|
+
$scrollview-pagebutton-shadow: 0 0 0 2px rgba( black, .13 ) !default;
|
|
43849
44577
|
|
|
43850
44578
|
$scrollview-pager-offset: 0 !default;
|
|
43851
44579
|
$scrollview-pager-item-spacing: 20px !default;
|
|
@@ -43859,14 +44587,14 @@ $scrollview-pager-multidot-step: 1px !default;
|
|
|
43859
44587
|
$scrollview-arrow-icon-size: 4.5em !default;
|
|
43860
44588
|
$scrollview-arrow-tap-highlight-color: $rgba-transparent !default;
|
|
43861
44589
|
$scrollview-navigation-color: white !default;
|
|
43862
|
-
$scrollview-navigation-icon-shadow: rgba(
|
|
43863
|
-
$scrollview-navigation-bg: rgba(
|
|
44590
|
+
$scrollview-navigation-icon-shadow: rgba( black, .3 ) 0 0 15px !default;
|
|
44591
|
+
$scrollview-navigation-bg: rgba( black, 0 ) !default;
|
|
43864
44592
|
$scrollview-navigation-default-opacity: .7 !default;
|
|
43865
44593
|
$scrollview-navigation-hover-opacity: 1 !default;
|
|
43866
44594
|
$scrollview-navigation-hover-span-bg: null !default;
|
|
43867
44595
|
|
|
43868
|
-
$scrollview-light-bg: rgba(
|
|
43869
|
-
$scrollview-dark-bg: rgba(
|
|
44596
|
+
$scrollview-light-bg: rgba( white, .4 ) !default;
|
|
44597
|
+
$scrollview-dark-bg: rgba( black, .4 ) !default;
|
|
43870
44598
|
|
|
43871
44599
|
$scrollview-transition-duration: .3s !default;
|
|
43872
44600
|
$scrollview-transition-timing-function: ease-in-out !default;
|
|
@@ -44211,50 +44939,50 @@ $scrollview-transition-timing-function: ease-in-out !default;
|
|
|
44211
44939
|
/// The first base series color and its light and dark shades.
|
|
44212
44940
|
/// @group charts
|
|
44213
44941
|
$series-a: get-base-hue( purple, 500 ) !default;
|
|
44214
|
-
$series-a-dark: mix(black, $series-a, 25%) !default;
|
|
44215
|
-
$series-a-darker: mix(black, $series-a, 50%) !default;
|
|
44216
|
-
$series-a-light: mix(white, $series-a, 25%) !default;
|
|
44217
|
-
$series-a-lighter: mix(white, $series-a, 50%) !default;
|
|
44942
|
+
$series-a-dark: k-color-mix(black, $series-a, 25%) !default;
|
|
44943
|
+
$series-a-darker: k-color-mix(black, $series-a, 50%) !default;
|
|
44944
|
+
$series-a-light: k-color-mix(white, $series-a, 25%) !default;
|
|
44945
|
+
$series-a-lighter: k-color-mix(white, $series-a, 50%) !default;
|
|
44218
44946
|
|
|
44219
44947
|
/// The second base series color and its light and dark shades.
|
|
44220
44948
|
/// @group charts
|
|
44221
44949
|
$series-b: get-base-hue( blue, 500 ) !default;
|
|
44222
|
-
$series-b-dark: mix(black, $series-b, 25%) !default;
|
|
44223
|
-
$series-b-darker: mix(black, $series-b, 50%) !default;
|
|
44224
|
-
$series-b-light: mix(white, $series-b, 25%) !default;
|
|
44225
|
-
$series-b-lighter: mix(white, $series-b, 50%) !default;
|
|
44950
|
+
$series-b-dark: k-color-mix(black, $series-b, 25%) !default;
|
|
44951
|
+
$series-b-darker: k-color-mix(black, $series-b, 50%) !default;
|
|
44952
|
+
$series-b-light: k-color-mix(white, $series-b, 25%) !default;
|
|
44953
|
+
$series-b-lighter: k-color-mix(white, $series-b, 50%) !default;
|
|
44226
44954
|
|
|
44227
44955
|
/// The third base series color and its light and dark shades.
|
|
44228
44956
|
/// @group charts
|
|
44229
44957
|
$series-c: get-base-hue( teal, 500 ) !default;
|
|
44230
|
-
$series-c-dark: mix(black, $series-c, 25%) !default;
|
|
44231
|
-
$series-c-darker: mix(black, $series-c, 50%) !default;
|
|
44232
|
-
$series-c-light: mix(white, $series-c, 25%) !default;
|
|
44233
|
-
$series-c-lighter: mix(white, $series-c, 50%) !default;
|
|
44958
|
+
$series-c-dark: k-color-mix(black, $series-c, 25%) !default;
|
|
44959
|
+
$series-c-darker: k-color-mix(black, $series-c, 50%) !default;
|
|
44960
|
+
$series-c-light: k-color-mix(white, $series-c, 25%) !default;
|
|
44961
|
+
$series-c-lighter: k-color-mix(white, $series-c, 50%) !default;
|
|
44234
44962
|
|
|
44235
44963
|
/// The fourth base series color and its light and dark shades.
|
|
44236
44964
|
/// @group charts
|
|
44237
44965
|
$series-d: get-base-hue( yellow, 500 ) !default;
|
|
44238
|
-
$series-d-dark: mix(black, $series-d, 25%) !default;
|
|
44239
|
-
$series-d-darker: mix(black, $series-d, 50%) !default;
|
|
44240
|
-
$series-d-light: mix(white, $series-d, 25%) !default;
|
|
44241
|
-
$series-d-lighter: mix(white, $series-d, 50%) !default;
|
|
44966
|
+
$series-d-dark: k-color-mix(black, $series-d, 25%) !default;
|
|
44967
|
+
$series-d-darker: k-color-mix(black, $series-d, 50%) !default;
|
|
44968
|
+
$series-d-light: k-color-mix(white, $series-d, 25%) !default;
|
|
44969
|
+
$series-d-lighter: k-color-mix(white, $series-d, 50%) !default;
|
|
44242
44970
|
|
|
44243
44971
|
/// The fifth base series color and its light and dark shades.
|
|
44244
44972
|
/// @group charts
|
|
44245
44973
|
$series-e: get-base-hue( red, 500 ) !default;
|
|
44246
|
-
$series-e-dark: mix(black, $series-e, 25%) !default;
|
|
44247
|
-
$series-e-darker: mix(black, $series-e, 50%) !default;
|
|
44248
|
-
$series-e-light: mix(white, $series-e, 25%) !default;
|
|
44249
|
-
$series-e-lighter: mix(white, $series-e, 50%) !default;
|
|
44974
|
+
$series-e-dark: k-color-mix(black, $series-e, 25%) !default;
|
|
44975
|
+
$series-e-darker: k-color-mix(black, $series-e, 50%) !default;
|
|
44976
|
+
$series-e-light: k-color-mix(white, $series-e, 25%) !default;
|
|
44977
|
+
$series-e-lighter: k-color-mix(white, $series-e, 50%) !default;
|
|
44250
44978
|
|
|
44251
44979
|
/// The sixth base series color and its light and dark shades.
|
|
44252
44980
|
/// @group charts
|
|
44253
44981
|
$series-f: get-base-hue( green, 500 ) !default;
|
|
44254
|
-
$series-f-dark: mix(black, $series-f, 25%) !default;
|
|
44255
|
-
$series-f-darker: mix(black, $series-f, 50%) !default;
|
|
44256
|
-
$series-f-light: mix(white, $series-f, 25%) !default;
|
|
44257
|
-
$series-f-lighter: mix(white, $series-f, 50%) !default;
|
|
44982
|
+
$series-f-dark: k-color-mix(black, $series-f, 25%) !default;
|
|
44983
|
+
$series-f-darker: k-color-mix(black, $series-f, 50%) !default;
|
|
44984
|
+
$series-f-light: k-color-mix(white, $series-f, 25%) !default;
|
|
44985
|
+
$series-f-lighter: k-color-mix(white, $series-f, 50%) !default;
|
|
44258
44986
|
|
|
44259
44987
|
/// The series colors in order:
|
|
44260
44988
|
/// base, light, dark, lighter, darker
|
|
@@ -44323,7 +45051,7 @@ $chart-border: $component-border !default;
|
|
|
44323
45051
|
|
|
44324
45052
|
$chart-crosshair-background: rgba( if( $dark-theme, $white, $black ), .5 ) !default;
|
|
44325
45053
|
$chart-crosshair-shared-tooltip-color: $chart-text !default;
|
|
44326
|
-
$chart-crosshair-shared-tooltip-background: try-shade( $chart-bg, 1 ) !default;
|
|
45054
|
+
$chart-crosshair-shared-tooltip-background: k-try-shade( $chart-bg, 1 ) !default;
|
|
44327
45055
|
$chart-crosshair-shared-tooltip-border: rgba( if( $dark-theme, $white, $black ), .08) !default;
|
|
44328
45056
|
|
|
44329
45057
|
$chart-notes-background: rgba( if( $dark-theme, $white, $black ), .5 ) !default;
|
|
@@ -45275,7 +46003,7 @@ $map-marker-fill: $primary !default;
|
|
|
45275
46003
|
// Component
|
|
45276
46004
|
// #region @import "_variables.scss"; -> packages/material/scss/orgchart/_variables.scss
|
|
45277
46005
|
// Orgchart
|
|
45278
|
-
$orgchart-spacer: map-get( $spacing, 6 ) !default;
|
|
46006
|
+
$orgchart-spacer: k-map-get( $spacing, 6 ) !default;
|
|
45279
46007
|
$orgchart-padding-y: $orgchart-spacer !default;
|
|
45280
46008
|
$orgchart-padding-x: $orgchart-padding-y !default;
|
|
45281
46009
|
$orgchart-font-family: $font-family !default;
|
|
@@ -45306,7 +46034,7 @@ $orgchart-node-group-title-line-height: $line-height-sm !default;
|
|
|
45306
46034
|
|
|
45307
46035
|
$orgchart-node-group-subtitle-font-size: $font-size !default;
|
|
45308
46036
|
$orgchart-node-group-subtitle-margin-bottom: $orgchart-spacer !default;
|
|
45309
|
-
$orgchart-node-group-subtitle-text: rgba(
|
|
46037
|
+
$orgchart-node-group-subtitle-text: rgba( black, .54 ) !default;
|
|
45310
46038
|
|
|
45311
46039
|
$orgchart-card-width: 300px !default;
|
|
45312
46040
|
$orgchart-card-padding-y: $card-padding-y !default;
|
|
@@ -45525,10 +46253,10 @@ $kendo-signature-lg-min-height: 110px;
|
|
|
45525
46253
|
$kendo-signature-maximized-width: 750px !default;
|
|
45526
46254
|
$kendo-signature-maximized-height: 252px !default;
|
|
45527
46255
|
|
|
45528
|
-
$kendo-signature-padding-x: map-get( $spacing, 1 ) !default;
|
|
45529
|
-
$kendo-signature-padding-x-sm: map-get( $spacing, thin ) !default;
|
|
46256
|
+
$kendo-signature-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
46257
|
+
$kendo-signature-padding-x-sm: k-map-get( $spacing, thin ) !default;
|
|
45530
46258
|
$kendo-signature-padding-x-md: $kendo-signature-padding-x !default;
|
|
45531
|
-
$kendo-signature-padding-x-lg: map-get( $spacing, 1 ) + map-get( $spacing, thin ) !default;
|
|
46259
|
+
$kendo-signature-padding-x-lg: k-map-get( $spacing, 1 ) + k-map-get( $spacing, thin ) !default;
|
|
45532
46260
|
|
|
45533
46261
|
$kendo-signature-padding-y: $kendo-signature-padding-x !default;
|
|
45534
46262
|
$kendo-signature-padding-y-sm: $kendo-signature-padding-x-sm !default;
|
|
@@ -45564,8 +46292,8 @@ $kendo-signature-sizes: (
|
|
|
45564
46292
|
)
|
|
45565
46293
|
) !default;
|
|
45566
46294
|
|
|
45567
|
-
$kendo-signature-actions-gap: map-get( $spacing, 1 ) !default;
|
|
45568
|
-
$kendo-signature-maximized-line-width: map-get( $spacing, 1 ) - map-get( $spacing, hair ) !default;
|
|
46295
|
+
$kendo-signature-actions-gap: k-map-get( $spacing, 1 ) !default;
|
|
46296
|
+
$kendo-signature-maximized-line-width: k-map-get( $spacing, 1 ) - k-map-get( $spacing, hair ) !default;
|
|
45569
46297
|
|
|
45570
46298
|
// #endregion
|
|
45571
46299
|
// #region @import "_layout.scss"; -> packages/material/scss/signature/_layout.scss
|