@progress/kendo-theme-material 7.1.0-dev.6 → 7.1.0-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 +168 -11
- package/dist/all.scss +228 -10
- package/dist/meta/sassdoc-data.json +604 -388
- package/dist/meta/sassdoc-raw-data.json +292 -192
- package/dist/meta/variables.json +34 -2
- 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 +5 -5
- package/scss/_variables.scss +5 -0
- package/scss/input/_variables.scss +15 -1
package/dist/meta/variables.json
CHANGED
|
@@ -671,6 +671,22 @@
|
|
|
671
671
|
"type": "Null",
|
|
672
672
|
"value": "null"
|
|
673
673
|
},
|
|
674
|
+
"kendo-valid-bg": {
|
|
675
|
+
"type": "String",
|
|
676
|
+
"value": "initial"
|
|
677
|
+
},
|
|
678
|
+
"kendo-valid-text": {
|
|
679
|
+
"type": "Color",
|
|
680
|
+
"value": "#37b400"
|
|
681
|
+
},
|
|
682
|
+
"kendo-valid-border": {
|
|
683
|
+
"type": "Color",
|
|
684
|
+
"value": "#37b400"
|
|
685
|
+
},
|
|
686
|
+
"kendo-valid-shadow": {
|
|
687
|
+
"type": "Null",
|
|
688
|
+
"value": "null"
|
|
689
|
+
},
|
|
674
690
|
"kendo-loading-opacity": {
|
|
675
691
|
"type": "Number",
|
|
676
692
|
"value": "0.3"
|
|
@@ -3627,14 +3643,22 @@
|
|
|
3627
3643
|
"type": "Null",
|
|
3628
3644
|
"value": "null"
|
|
3629
3645
|
},
|
|
3630
|
-
"kendo-input-separator-
|
|
3646
|
+
"kendo-input-separator-text": {
|
|
3631
3647
|
"type": "Color",
|
|
3632
|
-
"value": "rgba(0, 0, 0, 0.
|
|
3648
|
+
"value": "rgba(0, 0, 0, 0.12)"
|
|
3633
3649
|
},
|
|
3634
3650
|
"kendo-input-separator-opacity": {
|
|
3635
3651
|
"type": "Number",
|
|
3636
3652
|
"value": "0.5"
|
|
3637
3653
|
},
|
|
3654
|
+
"kendo-input-prefix-text": {
|
|
3655
|
+
"type": "Color",
|
|
3656
|
+
"value": "rgba(0, 0, 0, 0.54)"
|
|
3657
|
+
},
|
|
3658
|
+
"kendo-input-suffix-text": {
|
|
3659
|
+
"type": "Color",
|
|
3660
|
+
"value": "rgba(0, 0, 0, 0.54)"
|
|
3661
|
+
},
|
|
3638
3662
|
"kendo-input-invalid-border": {
|
|
3639
3663
|
"type": "Color",
|
|
3640
3664
|
"value": "#f31700"
|
|
@@ -3643,6 +3667,14 @@
|
|
|
3643
3667
|
"type": "Null",
|
|
3644
3668
|
"value": "null"
|
|
3645
3669
|
},
|
|
3670
|
+
"kendo-input-valid-border": {
|
|
3671
|
+
"type": "Color",
|
|
3672
|
+
"value": "#37b400"
|
|
3673
|
+
},
|
|
3674
|
+
"kendo-input-valid-shadow": {
|
|
3675
|
+
"type": "Null",
|
|
3676
|
+
"value": "null"
|
|
3677
|
+
},
|
|
3646
3678
|
"kendo-picker-bg": {
|
|
3647
3679
|
"type": "Color",
|
|
3648
3680
|
"value": "whitesmoke"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-material",
|
|
3
3
|
"description": "Material theme for Kendo UI",
|
|
4
|
-
"version": "7.1.0-dev.
|
|
4
|
+
"version": "7.1.0-dev.7",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -54,13 +54,13 @@
|
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@progress/kendo-svg-icons": "2.1.0",
|
|
57
|
-
"@progress/kendo-theme-core": "7.1.0-dev.
|
|
58
|
-
"@progress/kendo-theme-default": "7.1.0-dev.
|
|
59
|
-
"@progress/kendo-theme-utils": "7.1.0-dev.
|
|
57
|
+
"@progress/kendo-theme-core": "7.1.0-dev.7",
|
|
58
|
+
"@progress/kendo-theme-default": "7.1.0-dev.7",
|
|
59
|
+
"@progress/kendo-theme-utils": "7.1.0-dev.7"
|
|
60
60
|
},
|
|
61
61
|
"directories": {
|
|
62
62
|
"doc": "docs",
|
|
63
63
|
"lib": "lib"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "4bacca4f18a86fbe5bd6cf1cbf192e82c5504709"
|
|
66
66
|
}
|
package/scss/_variables.scss
CHANGED
|
@@ -437,6 +437,11 @@ $kendo-invalid-text: $kendo-color-error !default;
|
|
|
437
437
|
$kendo-invalid-border: $kendo-color-error !default;
|
|
438
438
|
$kendo-invalid-shadow: null !default;
|
|
439
439
|
|
|
440
|
+
$kendo-valid-bg: null !default;
|
|
441
|
+
$kendo-valid-text: $kendo-color-success !default;
|
|
442
|
+
$kendo-valid-border: $kendo-color-success !default;
|
|
443
|
+
$kendo-valid-shadow: null !default;
|
|
444
|
+
|
|
440
445
|
// Loading
|
|
441
446
|
$kendo-loading-opacity: .3 !default;
|
|
442
447
|
$kendo-zindex-loading: 100 !default;
|
|
@@ -268,11 +268,18 @@ $kendo-input-spinner-icon-offset: null !default;
|
|
|
268
268
|
|
|
269
269
|
/// The color of the Input separator.
|
|
270
270
|
/// @group input
|
|
271
|
-
$kendo-input-separator-
|
|
271
|
+
$kendo-input-separator-text: rgba( $kendo-component-border, .12 ) !default;
|
|
272
272
|
/// The opacity of the Input separator.
|
|
273
273
|
/// @group input
|
|
274
274
|
$kendo-input-separator-opacity: .5 !default;
|
|
275
275
|
|
|
276
|
+
/// The text color of the Input prefix.
|
|
277
|
+
/// @group input
|
|
278
|
+
$kendo-input-prefix-text: $kendo-subtle-text !default;
|
|
279
|
+
/// The text color of the Input suffix.
|
|
280
|
+
/// @group input
|
|
281
|
+
$kendo-input-suffix-text: $kendo-subtle-text !default;
|
|
282
|
+
|
|
276
283
|
/// The border color of the invalid Input components.
|
|
277
284
|
/// @group input
|
|
278
285
|
$kendo-input-invalid-border: $kendo-invalid-border !default;
|
|
@@ -280,6 +287,13 @@ $kendo-input-invalid-border: $kendo-invalid-border !default;
|
|
|
280
287
|
/// @group input
|
|
281
288
|
$kendo-input-invalid-shadow: $kendo-invalid-shadow !default;
|
|
282
289
|
|
|
290
|
+
/// The border color of the valid Input components.
|
|
291
|
+
/// @group input
|
|
292
|
+
$kendo-input-valid-border: $kendo-valid-border !default;
|
|
293
|
+
/// The shadow of the valid Input components.
|
|
294
|
+
/// @group input
|
|
295
|
+
$kendo-input-valid-shadow: $kendo-valid-shadow !default;
|
|
296
|
+
|
|
283
297
|
/// The background color of the Picker components.
|
|
284
298
|
/// @group picker
|
|
285
299
|
$kendo-picker-bg: $kendo-input-bg !default;
|