@progress/kendo-theme-default 7.2.1-dev.6 → 7.2.1-dev.7
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 +0 -48
- package/dist/all.scss +0 -109
- package/dist/meta/sassdoc-data.json +368 -476
- package/dist/meta/sassdoc-raw-data.json +184 -234
- package/dist/meta/variables.json +0 -8
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +4 -4
- package/scss/input/_theme.scss +0 -102
- package/scss/input/_variables.scss +0 -7
package/dist/meta/variables.json
CHANGED
|
@@ -3603,14 +3603,6 @@
|
|
|
3603
3603
|
"type": "Null",
|
|
3604
3604
|
"value": "null"
|
|
3605
3605
|
},
|
|
3606
|
-
"kendo-input-valid-border": {
|
|
3607
|
-
"type": "Color",
|
|
3608
|
-
"value": "#37b400"
|
|
3609
|
-
},
|
|
3610
|
-
"kendo-input-valid-shadow": {
|
|
3611
|
-
"type": "Null",
|
|
3612
|
-
"value": "null"
|
|
3613
|
-
},
|
|
3614
3606
|
"kendo-picker-bg": {
|
|
3615
3607
|
"type": "Color",
|
|
3616
3608
|
"value": "#f5f5f5"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-default",
|
|
3
3
|
"description": "SASS resources for the default Kendo UI theme",
|
|
4
|
-
"version": "7.2.1-dev.
|
|
4
|
+
"version": "7.2.1-dev.7",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -52,12 +52,12 @@
|
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@progress/kendo-svg-icons": "2.1.0",
|
|
55
|
-
"@progress/kendo-theme-core": "7.2.1-dev.
|
|
56
|
-
"@progress/kendo-theme-utils": "7.2.1-dev.
|
|
55
|
+
"@progress/kendo-theme-core": "7.2.1-dev.7",
|
|
56
|
+
"@progress/kendo-theme-utils": "7.2.1-dev.7"
|
|
57
57
|
},
|
|
58
58
|
"directories": {
|
|
59
59
|
"doc": "docs",
|
|
60
60
|
"lib": "lib"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "363fde69c7406461ad54feb7725ae2398a4b019b"
|
|
63
63
|
}
|
package/scss/input/_theme.scss
CHANGED
|
@@ -70,23 +70,6 @@
|
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
72
|
|
|
73
|
-
// Valid
|
|
74
|
-
&.k-valid {
|
|
75
|
-
@include fill( $border: $kendo-input-valid-border );
|
|
76
|
-
|
|
77
|
-
.k-input-validation-icon {
|
|
78
|
-
color: $kendo-valid-text;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
&:focus,
|
|
82
|
-
&.k-focus {
|
|
83
|
-
@include focus-indicator( $kendo-input-valid-shadow );
|
|
84
|
-
}
|
|
85
|
-
&:focus-within {
|
|
86
|
-
@include focus-indicator( $kendo-input-valid-shadow );
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
|
|
90
73
|
// Prefix & Suffix
|
|
91
74
|
.k-input-prefix {
|
|
92
75
|
color: $kendo-input-prefix-text;
|
|
@@ -175,23 +158,6 @@
|
|
|
175
158
|
@include focus-indicator( $kendo-input-invalid-shadow );
|
|
176
159
|
}
|
|
177
160
|
}
|
|
178
|
-
|
|
179
|
-
// Valid
|
|
180
|
-
&.k-valid {
|
|
181
|
-
@include fill( $border: $kendo-input-valid-border );
|
|
182
|
-
|
|
183
|
-
.k-input-validation-icon {
|
|
184
|
-
color: $kendo-valid-text;
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
&:focus,
|
|
188
|
-
&.k-focus {
|
|
189
|
-
@include focus-indicator( $kendo-input-valid-shadow );
|
|
190
|
-
}
|
|
191
|
-
&:focus-within {
|
|
192
|
-
@include focus-indicator( $kendo-input-valid-shadow );
|
|
193
|
-
}
|
|
194
|
-
}
|
|
195
161
|
}
|
|
196
162
|
|
|
197
163
|
|
|
@@ -277,23 +243,6 @@
|
|
|
277
243
|
}
|
|
278
244
|
}
|
|
279
245
|
|
|
280
|
-
// Valid
|
|
281
|
-
&.k-valid {
|
|
282
|
-
@include fill( $border: $kendo-input-valid-border );
|
|
283
|
-
|
|
284
|
-
.k-input-validation-icon {
|
|
285
|
-
color: $kendo-valid-text;
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
&:focus,
|
|
289
|
-
&.k-focus {
|
|
290
|
-
@include focus-indicator( $kendo-input-valid-shadow );
|
|
291
|
-
}
|
|
292
|
-
&:focus-within {
|
|
293
|
-
@include focus-indicator( $kendo-input-valid-shadow );
|
|
294
|
-
}
|
|
295
|
-
}
|
|
296
|
-
|
|
297
246
|
// Prefix & Suffix
|
|
298
247
|
.k-input-prefix {
|
|
299
248
|
color: $kendo-input-prefix-text;
|
|
@@ -388,23 +337,6 @@
|
|
|
388
337
|
@include focus-indicator( $kendo-input-invalid-shadow );
|
|
389
338
|
}
|
|
390
339
|
}
|
|
391
|
-
|
|
392
|
-
// Valid
|
|
393
|
-
&.k-valid {
|
|
394
|
-
@include fill( $border: $kendo-input-valid-border );
|
|
395
|
-
|
|
396
|
-
.k-input-validation-icon {
|
|
397
|
-
color: $kendo-valid-text;
|
|
398
|
-
}
|
|
399
|
-
|
|
400
|
-
&:focus,
|
|
401
|
-
&.k-focus {
|
|
402
|
-
@include focus-indicator( $kendo-input-valid-shadow );
|
|
403
|
-
}
|
|
404
|
-
&:focus-within {
|
|
405
|
-
@include focus-indicator( $kendo-input-valid-shadow );
|
|
406
|
-
}
|
|
407
|
-
}
|
|
408
340
|
}
|
|
409
341
|
|
|
410
342
|
|
|
@@ -477,23 +409,6 @@
|
|
|
477
409
|
}
|
|
478
410
|
}
|
|
479
411
|
|
|
480
|
-
// Valid
|
|
481
|
-
&.k-valid {
|
|
482
|
-
@include fill( $border: $kendo-input-valid-border );
|
|
483
|
-
|
|
484
|
-
.k-input-validation-icon {
|
|
485
|
-
color: $kendo-valid-text;
|
|
486
|
-
}
|
|
487
|
-
|
|
488
|
-
&:focus,
|
|
489
|
-
&.k-focus {
|
|
490
|
-
@include focus-indicator( $kendo-input-valid-shadow );
|
|
491
|
-
}
|
|
492
|
-
&:focus-within {
|
|
493
|
-
@include focus-indicator( $kendo-input-valid-shadow );
|
|
494
|
-
}
|
|
495
|
-
}
|
|
496
|
-
|
|
497
412
|
// Prefix & Suffix
|
|
498
413
|
.k-input-prefix {
|
|
499
414
|
color: $kendo-input-prefix-text;
|
|
@@ -588,23 +503,6 @@
|
|
|
588
503
|
@include focus-indicator( $kendo-input-invalid-shadow );
|
|
589
504
|
}
|
|
590
505
|
}
|
|
591
|
-
|
|
592
|
-
// Valid
|
|
593
|
-
&.k-valid {
|
|
594
|
-
@include fill( $border: $kendo-input-valid-border );
|
|
595
|
-
|
|
596
|
-
.k-input-validation-icon {
|
|
597
|
-
color: $kendo-valid-text;
|
|
598
|
-
}
|
|
599
|
-
|
|
600
|
-
&:focus,
|
|
601
|
-
&.k-focus {
|
|
602
|
-
@include focus-indicator( $kendo-input-valid-shadow );
|
|
603
|
-
}
|
|
604
|
-
&:focus-within {
|
|
605
|
-
@include focus-indicator( $kendo-input-valid-shadow );
|
|
606
|
-
}
|
|
607
|
-
}
|
|
608
506
|
}
|
|
609
507
|
|
|
610
508
|
}
|
|
@@ -293,13 +293,6 @@ $kendo-input-invalid-border: $kendo-invalid-border !default;
|
|
|
293
293
|
/// @group input
|
|
294
294
|
$kendo-input-invalid-shadow: $kendo-invalid-shadow !default;
|
|
295
295
|
|
|
296
|
-
/// The border color of the valid Input components.
|
|
297
|
-
/// @group input
|
|
298
|
-
$kendo-input-valid-border: $kendo-valid-border !default;
|
|
299
|
-
/// The shadow of the valid Input components.
|
|
300
|
-
/// @group input
|
|
301
|
-
$kendo-input-valid-shadow: $kendo-valid-shadow !default;
|
|
302
|
-
|
|
303
296
|
/// The background color of the Picker components.
|
|
304
297
|
/// @group picker
|
|
305
298
|
$kendo-picker-bg: $kendo-button-bg !default;
|