@progress/kendo-theme-classic 7.1.0-dev.6 → 7.1.0-dev.8
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 +168 -11
- package/dist/all.scss +216 -10
- package/dist/meta/sassdoc-data.json +606 -390
- package/dist/meta/sassdoc-raw-data.json +294 -194
- package/dist/meta/variables.json +34 -2
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +1 -1
- package/lib/swatches/classic-lavender.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +1 -1
- package/lib/swatches/classic-metro.json +1 -1
- package/lib/swatches/classic-moonlight.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/lib/swatches/classic-uniform.json +1 -1
- package/package.json +5 -5
- package/scss/_variables.scss +6 -1
- package/scss/input/_variables.scss +14 -1
package/dist/meta/variables.json
CHANGED
|
@@ -551,6 +551,22 @@
|
|
|
551
551
|
"type": "Null",
|
|
552
552
|
"value": "null"
|
|
553
553
|
},
|
|
554
|
+
"kendo-valid-bg": {
|
|
555
|
+
"type": "String",
|
|
556
|
+
"value": "initial"
|
|
557
|
+
},
|
|
558
|
+
"kendo-valid-text": {
|
|
559
|
+
"type": "Color",
|
|
560
|
+
"value": "#3ea44e"
|
|
561
|
+
},
|
|
562
|
+
"kendo-valid-border": {
|
|
563
|
+
"type": "Color",
|
|
564
|
+
"value": "#3ea44e"
|
|
565
|
+
},
|
|
566
|
+
"kendo-valid-shadow": {
|
|
567
|
+
"type": "Null",
|
|
568
|
+
"value": "null"
|
|
569
|
+
},
|
|
554
570
|
"kendo-loading-opacity": {
|
|
555
571
|
"type": "Number",
|
|
556
572
|
"value": "0.3"
|
|
@@ -3507,14 +3523,22 @@
|
|
|
3507
3523
|
"type": "Null",
|
|
3508
3524
|
"value": "null"
|
|
3509
3525
|
},
|
|
3510
|
-
"kendo-input-separator-
|
|
3526
|
+
"kendo-input-separator-text": {
|
|
3511
3527
|
"type": "Color",
|
|
3512
|
-
"value": "#
|
|
3528
|
+
"value": "#cacaca"
|
|
3513
3529
|
},
|
|
3514
3530
|
"kendo-input-separator-opacity": {
|
|
3515
3531
|
"type": "Number",
|
|
3516
3532
|
"value": "0.5"
|
|
3517
3533
|
},
|
|
3534
|
+
"kendo-input-prefix-text": {
|
|
3535
|
+
"type": "Color",
|
|
3536
|
+
"value": "#646464"
|
|
3537
|
+
},
|
|
3538
|
+
"kendo-input-suffix-text": {
|
|
3539
|
+
"type": "Color",
|
|
3540
|
+
"value": "#646464"
|
|
3541
|
+
},
|
|
3518
3542
|
"kendo-input-invalid-border": {
|
|
3519
3543
|
"type": "Color",
|
|
3520
3544
|
"value": "#d92800"
|
|
@@ -3523,6 +3547,14 @@
|
|
|
3523
3547
|
"type": "Null",
|
|
3524
3548
|
"value": "null"
|
|
3525
3549
|
},
|
|
3550
|
+
"kendo-input-valid-border": {
|
|
3551
|
+
"type": "Color",
|
|
3552
|
+
"value": "#3ea44e"
|
|
3553
|
+
},
|
|
3554
|
+
"kendo-input-valid-shadow": {
|
|
3555
|
+
"type": "Null",
|
|
3556
|
+
"value": "null"
|
|
3557
|
+
},
|
|
3526
3558
|
"kendo-picker-bg": {
|
|
3527
3559
|
"type": "Color",
|
|
3528
3560
|
"value": "#f0f0f0"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-classic",
|
|
3
3
|
"description": "Sass port of less based themes for Kendo UI theme",
|
|
4
|
-
"version": "7.1.0-dev.
|
|
4
|
+
"version": "7.1.0-dev.8",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -53,13 +53,13 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@progress/kendo-svg-icons": "2.1.0",
|
|
56
|
-
"@progress/kendo-theme-core": "7.1.0-dev.
|
|
57
|
-
"@progress/kendo-theme-default": "7.1.0-dev.
|
|
58
|
-
"@progress/kendo-theme-utils": "7.1.0-dev.
|
|
56
|
+
"@progress/kendo-theme-core": "7.1.0-dev.8",
|
|
57
|
+
"@progress/kendo-theme-default": "7.1.0-dev.8",
|
|
58
|
+
"@progress/kendo-theme-utils": "7.1.0-dev.8"
|
|
59
59
|
},
|
|
60
60
|
"directories": {
|
|
61
61
|
"doc": "docs",
|
|
62
62
|
"lib": "lib"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "f3ba688605a78aae03fb9e7a04664489f475ee81"
|
|
65
65
|
}
|
package/scss/_variables.scss
CHANGED
|
@@ -362,6 +362,11 @@ $kendo-invalid-text: $kendo-color-error !default;
|
|
|
362
362
|
$kendo-invalid-border: $kendo-color-error !default;
|
|
363
363
|
$kendo-invalid-shadow: null !default;
|
|
364
364
|
|
|
365
|
+
$kendo-valid-bg: null !default;
|
|
366
|
+
$kendo-valid-text: $kendo-color-success !default;
|
|
367
|
+
$kendo-valid-border: $kendo-color-success !default;
|
|
368
|
+
$kendo-valid-shadow: null !default;
|
|
369
|
+
|
|
365
370
|
// Loading
|
|
366
371
|
$kendo-loading-opacity: .3 !default;
|
|
367
|
-
$kendo-zindex-loading: 100 !default;
|
|
372
|
+
$kendo-zindex-loading: 100 !default;
|
|
@@ -271,11 +271,17 @@ $kendo-input-spinner-icon-offset: null !default;
|
|
|
271
271
|
|
|
272
272
|
/// The color of the Input separator.
|
|
273
273
|
/// @group input
|
|
274
|
-
$kendo-input-separator-
|
|
274
|
+
$kendo-input-separator-text: $kendo-input-border !default;
|
|
275
275
|
/// The opacity of the Input separator.
|
|
276
276
|
/// @group input
|
|
277
277
|
$kendo-input-separator-opacity: .5 !default;
|
|
278
278
|
|
|
279
|
+
/// The text color of the Input prefix.
|
|
280
|
+
/// @group input
|
|
281
|
+
$kendo-input-prefix-text: $kendo-subtle-text !default;
|
|
282
|
+
/// The text color of the Input suffix.
|
|
283
|
+
/// @group input
|
|
284
|
+
$kendo-input-suffix-text: $kendo-subtle-text !default;
|
|
279
285
|
|
|
280
286
|
/// The border color of the invalid Input components.
|
|
281
287
|
/// @group input
|
|
@@ -284,6 +290,13 @@ $kendo-input-invalid-border: $kendo-invalid-border !default;
|
|
|
284
290
|
/// @group input
|
|
285
291
|
$kendo-input-invalid-shadow: $kendo-invalid-shadow !default;
|
|
286
292
|
|
|
293
|
+
/// The border color of the valid Input components.
|
|
294
|
+
/// @group input
|
|
295
|
+
$kendo-input-valid-border: $kendo-valid-border !default;
|
|
296
|
+
/// The shadow of the valid Input components.
|
|
297
|
+
/// @group input
|
|
298
|
+
$kendo-input-valid-shadow: $kendo-valid-shadow !default;
|
|
299
|
+
|
|
287
300
|
/// The background color of the Picker components.
|
|
288
301
|
/// @group picker
|
|
289
302
|
$kendo-picker-bg: $kendo-button-bg !default;
|