@progress/kendo-theme-material 7.2.1-dev.6 → 7.2.1-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 +0 -48
- package/dist/all.scss +74 -188
- package/dist/meta/sassdoc-data.json +416 -524
- package/dist/meta/sassdoc-raw-data.json +208 -258
- package/dist/meta/variables.json +0 -8
- 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/checkbox/_variables.scss +1 -1
- package/scss/dataviz/_variables.scss +11 -11
- package/scss/dock-manager/_variables.scss +1 -1
- package/scss/fab/_theme.scss +2 -2
- package/scss/gantt/_variables.scss +1 -1
- package/scss/grid/_variables.scss +5 -5
- package/scss/input/_variables.scss +4 -11
- package/scss/map/_variables.scss +1 -1
- package/scss/mediaplayer/_variables.scss +1 -1
- package/scss/orgchart/_variables.scss +1 -1
- package/scss/pivotgrid/_variables.scss +2 -2
- package/scss/scheduler/_theme.scss +2 -2
- package/scss/signature/_variables.scss +1 -1
- package/scss/skeleton/_variables.scss +1 -1
- package/scss/slider/_variables.scss +1 -1
- package/scss/spreadsheet/_variables.scss +4 -4
- package/scss/stepper/_variables.scss +3 -3
- package/scss/switch/_variables.scss +2 -2
- package/scss/table/_variables.scss +2 -2
- package/scss/treeview/_variables.scss +1 -1
package/dist/all.css
CHANGED
|
@@ -33473,14 +33473,6 @@ select.k-picker-lg {
|
|
|
33473
33473
|
color: #f31700;
|
|
33474
33474
|
}
|
|
33475
33475
|
|
|
33476
|
-
.k-input-solid.k-valid {
|
|
33477
|
-
border-color: #37b400;
|
|
33478
|
-
}
|
|
33479
|
-
|
|
33480
|
-
.k-input-solid.k-valid .k-input-validation-icon {
|
|
33481
|
-
color: #37b400;
|
|
33482
|
-
}
|
|
33483
|
-
|
|
33484
33476
|
.k-input-solid .k-input-prefix {
|
|
33485
33477
|
color: rgba(0, 0, 0, 0.54);
|
|
33486
33478
|
}
|
|
@@ -33525,14 +33517,6 @@ select.k-picker-lg {
|
|
|
33525
33517
|
color: #f31700;
|
|
33526
33518
|
}
|
|
33527
33519
|
|
|
33528
|
-
.k-picker-solid.k-valid {
|
|
33529
|
-
border-color: #37b400;
|
|
33530
|
-
}
|
|
33531
|
-
|
|
33532
|
-
.k-picker-solid.k-valid .k-input-validation-icon {
|
|
33533
|
-
color: #37b400;
|
|
33534
|
-
}
|
|
33535
|
-
|
|
33536
33520
|
.k-input-outline {
|
|
33537
33521
|
border-color: rgba(0, 0, 0, 0.38);
|
|
33538
33522
|
color: rgba(0, 0, 0, 0.87);
|
|
@@ -33577,14 +33561,6 @@ select.k-picker-lg {
|
|
|
33577
33561
|
color: #f31700;
|
|
33578
33562
|
}
|
|
33579
33563
|
|
|
33580
|
-
.k-input-outline.k-valid {
|
|
33581
|
-
border-color: #37b400;
|
|
33582
|
-
}
|
|
33583
|
-
|
|
33584
|
-
.k-input-outline.k-valid .k-input-validation-icon {
|
|
33585
|
-
color: #37b400;
|
|
33586
|
-
}
|
|
33587
|
-
|
|
33588
33564
|
.k-input-outline .k-input-prefix {
|
|
33589
33565
|
color: rgba(0, 0, 0, 0.54);
|
|
33590
33566
|
}
|
|
@@ -33630,14 +33606,6 @@ select.k-picker-lg {
|
|
|
33630
33606
|
color: #f31700;
|
|
33631
33607
|
}
|
|
33632
33608
|
|
|
33633
|
-
.k-picker-outline.k-valid {
|
|
33634
|
-
border-color: #37b400;
|
|
33635
|
-
}
|
|
33636
|
-
|
|
33637
|
-
.k-picker-outline.k-valid .k-input-validation-icon {
|
|
33638
|
-
color: #37b400;
|
|
33639
|
-
}
|
|
33640
|
-
|
|
33641
33609
|
.k-input-flat {
|
|
33642
33610
|
border-color: rgba(0, 0, 0, 0.38);
|
|
33643
33611
|
color: rgba(0, 0, 0, 0.87);
|
|
@@ -33669,14 +33637,6 @@ select.k-picker-lg {
|
|
|
33669
33637
|
color: #f31700;
|
|
33670
33638
|
}
|
|
33671
33639
|
|
|
33672
|
-
.k-input-flat.k-valid {
|
|
33673
|
-
border-color: #37b400;
|
|
33674
|
-
}
|
|
33675
|
-
|
|
33676
|
-
.k-input-flat.k-valid .k-input-validation-icon {
|
|
33677
|
-
color: #37b400;
|
|
33678
|
-
}
|
|
33679
|
-
|
|
33680
33640
|
.k-input-flat .k-input-prefix {
|
|
33681
33641
|
color: rgba(0, 0, 0, 0.54);
|
|
33682
33642
|
}
|
|
@@ -33720,14 +33680,6 @@ select.k-picker-lg {
|
|
|
33720
33680
|
color: #f31700;
|
|
33721
33681
|
}
|
|
33722
33682
|
|
|
33723
|
-
.k-picker-flat.k-valid {
|
|
33724
|
-
border-color: #37b400;
|
|
33725
|
-
}
|
|
33726
|
-
|
|
33727
|
-
.k-picker-flat.k-valid .k-input-validation-icon {
|
|
33728
|
-
color: #37b400;
|
|
33729
|
-
}
|
|
33730
|
-
|
|
33731
33683
|
.k-floating-label-container {
|
|
33732
33684
|
padding-top: 20px;
|
|
33733
33685
|
box-sizing: border-box;
|