@progress/kendo-theme-classic 5.2.1-dev.4 → 5.2.1-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 +22 -13
- package/dist/all.scss +23 -12
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.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/package.json +3 -3
- package/scss/action-sheet/_variables.scss +2 -1
- package/scss/colorgradient/_variables.scss +1 -1
- package/scss/dropzone/_variables.scss +1 -1
- package/scss/expansion-panel/_variables.scss +1 -1
- package/scss/taskboard/_variables.scss +1 -1
package/dist/all.css
CHANGED
|
@@ -13995,7 +13995,7 @@ textarea.k-input-inner {
|
|
|
13995
13995
|
width: auto;
|
|
13996
13996
|
}
|
|
13997
13997
|
|
|
13998
|
-
.k-floating-label-container.k-state-empty > .k-label {
|
|
13998
|
+
.k-floating-label-container.k-state-empty > .k-label, .k-floating-label-container.k-empty > .k-label {
|
|
13999
13999
|
top: 25.0000000004px;
|
|
14000
14000
|
left: 9px;
|
|
14001
14001
|
transform: scale(1);
|
|
@@ -14003,7 +14003,8 @@ textarea.k-input-inner {
|
|
|
14003
14003
|
}
|
|
14004
14004
|
|
|
14005
14005
|
.k-floating-label-container > .k-label,
|
|
14006
|
-
.k-floating-label-container.k-state-focused > .k-label
|
|
14006
|
+
.k-floating-label-container.k-state-focused > .k-label,
|
|
14007
|
+
.k-floating-label-container.k-focus > .k-label {
|
|
14007
14008
|
top: 0;
|
|
14008
14009
|
left: 0;
|
|
14009
14010
|
transform: scale(1);
|
|
@@ -14026,25 +14027,30 @@ textarea.k-input-inner {
|
|
|
14026
14027
|
[dir="rtl"] .k-floating-label-container > .k-label,
|
|
14027
14028
|
.k-rtl .k-floating-label-container > .k-label, .k-floating-label-container[dir="rtl"] > .k-label {
|
|
14028
14029
|
transform-origin: right center;
|
|
14030
|
+
transition: transform 0.2s ease-out, color 0.2s ease-out, top 0.2s ease-out, right 0.2s ease-out;
|
|
14029
14031
|
}
|
|
14030
14032
|
|
|
14031
|
-
[dir="rtl"] .k-floating-label-container.k-state-empty > .k-label,
|
|
14032
|
-
.k-rtl .k-floating-label-container.k-state-empty > .k-label,
|
|
14033
|
+
[dir="rtl"] .k-floating-label-container.k-state-empty > .k-label, [dir="rtl"] .k-floating-label-container.k-empty > .k-label,
|
|
14034
|
+
.k-rtl .k-floating-label-container.k-state-empty > .k-label,
|
|
14035
|
+
.k-rtl .k-floating-label-container.k-empty > .k-label, .k-floating-label-container[dir="rtl"].k-state-empty > .k-label, .k-floating-label-container[dir="rtl"].k-empty > .k-label {
|
|
14033
14036
|
left: auto;
|
|
14034
14037
|
right: 9px;
|
|
14035
14038
|
}
|
|
14036
14039
|
|
|
14037
14040
|
[dir="rtl"] .k-floating-label-container > .k-label,
|
|
14038
14041
|
[dir="rtl"] .k-floating-label-container.k-state-focused > .k-label,
|
|
14042
|
+
[dir="rtl"] .k-floating-label-container.k-focus > .k-label,
|
|
14039
14043
|
.k-rtl .k-floating-label-container > .k-label,
|
|
14040
|
-
.k-rtl .k-floating-label-container.k-state-focused > .k-label,
|
|
14041
|
-
.k-floating-label-container[dir="rtl"]
|
|
14044
|
+
.k-rtl .k-floating-label-container.k-state-focused > .k-label,
|
|
14045
|
+
.k-rtl .k-floating-label-container.k-focus > .k-label, .k-floating-label-container[dir="rtl"] > .k-label,
|
|
14046
|
+
.k-floating-label-container[dir="rtl"].k-state-focused > .k-label,
|
|
14047
|
+
.k-floating-label-container[dir="rtl"].k-focus > .k-label {
|
|
14042
14048
|
left: auto;
|
|
14043
14049
|
right: 0;
|
|
14044
14050
|
}
|
|
14045
14051
|
|
|
14046
|
-
[dir="rtl"] .k-floating-label-container:focus-within,
|
|
14047
|
-
.k-rtl .k-floating-label-container:focus-within, .k-floating-label-container[dir="rtl"]:focus-within {
|
|
14052
|
+
[dir="rtl"] .k-floating-label-container:focus-within > .k-label,
|
|
14053
|
+
.k-rtl .k-floating-label-container:focus-within > .k-label, .k-floating-label-container[dir="rtl"]:focus-within > .k-label {
|
|
14048
14054
|
left: auto;
|
|
14049
14055
|
right: 0;
|
|
14050
14056
|
}
|
|
@@ -19131,7 +19137,7 @@ kendo-label > .k-label {
|
|
|
19131
19137
|
}
|
|
19132
19138
|
|
|
19133
19139
|
.k-colorgradient-input-label {
|
|
19134
|
-
color: #
|
|
19140
|
+
color: #646464;
|
|
19135
19141
|
}
|
|
19136
19142
|
|
|
19137
19143
|
.k-rtl .k-colorgradient .k-hue-slider.k-slider-horizontal .k-slider-track,
|
|
@@ -20007,7 +20013,7 @@ kendo-label > .k-label {
|
|
|
20007
20013
|
}
|
|
20008
20014
|
|
|
20009
20015
|
.k-dropzone-inner .k-dropzone-note {
|
|
20010
|
-
color: #
|
|
20016
|
+
color: #646464;
|
|
20011
20017
|
}
|
|
20012
20018
|
|
|
20013
20019
|
.k-external-dropzone-hover .k-icon,
|
|
@@ -21330,7 +21336,6 @@ kendo-label > .k-label {
|
|
|
21330
21336
|
|
|
21331
21337
|
.k-actionsheet-item-description {
|
|
21332
21338
|
font-size: 0.875em;
|
|
21333
|
-
opacity: 0.75;
|
|
21334
21339
|
}
|
|
21335
21340
|
|
|
21336
21341
|
.k-actionsheet > .k-hr {
|
|
@@ -21393,6 +21398,10 @@ kendo-label > .k-label {
|
|
|
21393
21398
|
box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
|
|
21394
21399
|
}
|
|
21395
21400
|
|
|
21401
|
+
.k-actionsheet-item-description {
|
|
21402
|
+
color: #646464;
|
|
21403
|
+
}
|
|
21404
|
+
|
|
21396
21405
|
.k-actionsheet-action:hover, .k-actionsheet-action.k-state-hover {
|
|
21397
21406
|
background-color: #dddddd;
|
|
21398
21407
|
}
|
|
@@ -24323,7 +24332,7 @@ kendo-card-footer {
|
|
|
24323
24332
|
}
|
|
24324
24333
|
|
|
24325
24334
|
.k-expander-sub-title {
|
|
24326
|
-
|
|
24335
|
+
color: #646464;
|
|
24327
24336
|
}
|
|
24328
24337
|
|
|
24329
24338
|
.k-panelbar {
|
|
@@ -29965,7 +29974,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
29965
29974
|
}
|
|
29966
29975
|
|
|
29967
29976
|
.k-taskboard-card .k-card-title:hover, .k-taskboard-card .k-card-title.k-state-hover {
|
|
29968
|
-
color: #
|
|
29977
|
+
color: #cc4a00;
|
|
29969
29978
|
}
|
|
29970
29979
|
|
|
29971
29980
|
.k-taskboard-card:focus, .k-taskboard-card.k-state-focus {
|
package/dist/all.scss
CHANGED
|
@@ -9790,7 +9790,8 @@ $floating-label-focus-text: null !default;
|
|
|
9790
9790
|
width: auto;
|
|
9791
9791
|
}
|
|
9792
9792
|
|
|
9793
|
-
&.k-state-empty
|
|
9793
|
+
&.k-state-empty,
|
|
9794
|
+
&.k-empty {
|
|
9794
9795
|
> .k-label {
|
|
9795
9796
|
top: $floating-label-offset-y;
|
|
9796
9797
|
left: $floating-label-offset-x;
|
|
@@ -9801,7 +9802,8 @@ $floating-label-focus-text: null !default;
|
|
|
9801
9802
|
|
|
9802
9803
|
> .k-label,
|
|
9803
9804
|
// &:focus-within > .k-label,
|
|
9804
|
-
&.k-state-focused > .k-label
|
|
9805
|
+
&.k-state-focused > .k-label,
|
|
9806
|
+
&.k-focus > .k-label {
|
|
9805
9807
|
top: $floating-label-focus-offset-y;
|
|
9806
9808
|
left: $floating-label-focus-offset-x;
|
|
9807
9809
|
transform: scale( $floating-label-focus-scale );
|
|
@@ -9822,9 +9824,11 @@ $floating-label-focus-text: null !default;
|
|
|
9822
9824
|
|
|
9823
9825
|
> .k-label {
|
|
9824
9826
|
transform-origin: right center;
|
|
9827
|
+
transition: transform $floating-label-transition, color $floating-label-transition, top $floating-label-transition, right $floating-label-transition;
|
|
9825
9828
|
}
|
|
9826
9829
|
|
|
9827
|
-
&.k-state-empty
|
|
9830
|
+
&.k-state-empty,
|
|
9831
|
+
&.k-empty {
|
|
9828
9832
|
> .k-label {
|
|
9829
9833
|
left: auto;
|
|
9830
9834
|
right: $floating-label-offset-x;
|
|
@@ -9833,11 +9837,12 @@ $floating-label-focus-text: null !default;
|
|
|
9833
9837
|
|
|
9834
9838
|
> .k-label,
|
|
9835
9839
|
// &:focus-within > .k-label,
|
|
9836
|
-
&.k-state-focused > .k-label
|
|
9840
|
+
&.k-state-focused > .k-label,
|
|
9841
|
+
&.k-focus > .k-label {
|
|
9837
9842
|
left: auto;
|
|
9838
9843
|
right: $floating-label-focus-offset-x;
|
|
9839
9844
|
}
|
|
9840
|
-
&:focus-within {
|
|
9845
|
+
&:focus-within > .k-label {
|
|
9841
9846
|
left: auto;
|
|
9842
9847
|
right: $floating-label-focus-offset-x;
|
|
9843
9848
|
}
|
|
@@ -17738,7 +17743,7 @@ $colorgradient-canvas-draghandle-margin-x: -( $colorgradient-draghandle-width /
|
|
|
17738
17743
|
$colorgradient-input-width: 46px !default;
|
|
17739
17744
|
$colorgradient-input-gap: ( $colorgradient-spacer / 1.5 ) !default;
|
|
17740
17745
|
$colorgradient-input-label-gap: ( $colorgradient-spacer / 3 ) !default;
|
|
17741
|
-
$colorgradient-input-label-text: $
|
|
17746
|
+
$colorgradient-input-label-text: $subtle-text !default;
|
|
17742
17747
|
|
|
17743
17748
|
$colorgradient-contrast-ratio-font-weight: $font-weight-bold !default;
|
|
17744
17749
|
$colorgradient-contrast-spacer: ( $colorgradient-spacer / 1.5 ) !default;
|
|
@@ -20231,7 +20236,7 @@ $dropzone-hint-text: null !default;
|
|
|
20231
20236
|
|
|
20232
20237
|
$dropzone-note-font-size: $font-size-sm !default;
|
|
20233
20238
|
$dropzone-note-spacing: null !default;
|
|
20234
|
-
$dropzone-note-text:
|
|
20239
|
+
$dropzone-note-text: $subtle-text !default;
|
|
20235
20240
|
|
|
20236
20241
|
// #endregion
|
|
20237
20242
|
// #region @import "_layout.scss"; -> packages/classic/scss/dropzone/_layout.scss
|
|
@@ -21698,8 +21703,9 @@ $actionsheet-item-icon-size: null !default;
|
|
|
21698
21703
|
|
|
21699
21704
|
$actionsheet-item-title-font-weight: null !default;
|
|
21700
21705
|
$actionsheet-item-title-text-transform: null !default;
|
|
21706
|
+
|
|
21701
21707
|
$actionsheet-item-description-font-size: .875em !default;
|
|
21702
|
-
$actionsheet-item-description-
|
|
21708
|
+
$actionsheet-item-description-text: $subtle-text !default;
|
|
21703
21709
|
|
|
21704
21710
|
$actionsheet-item-hover-bg: $hovered-bg !default;
|
|
21705
21711
|
$actionsheet-item-hover-text: null !default;
|
|
@@ -21813,7 +21819,6 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
21813
21819
|
}
|
|
21814
21820
|
.k-actionsheet-item-description {
|
|
21815
21821
|
font-size: $actionsheet-item-description-font-size;
|
|
21816
|
-
opacity: $actionsheet-item-description-opacity;
|
|
21817
21822
|
}
|
|
21818
21823
|
|
|
21819
21824
|
|
|
@@ -21908,6 +21913,12 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
21908
21913
|
.k-actionsheet-item {}
|
|
21909
21914
|
|
|
21910
21915
|
|
|
21916
|
+
// Actionsheet item description
|
|
21917
|
+
.k-actionsheet-item-description {
|
|
21918
|
+
@include fill( $color: $actionsheet-item-description-text );
|
|
21919
|
+
}
|
|
21920
|
+
|
|
21921
|
+
|
|
21911
21922
|
// Actionsheet action
|
|
21912
21923
|
.k-actionsheet-action {
|
|
21913
21924
|
|
|
@@ -26300,7 +26311,7 @@ $expander-header-focused-shadow: $kendo-list-item-focus-shadow !default;
|
|
|
26300
26311
|
|
|
26301
26312
|
$expander-title-text: $primary !default;
|
|
26302
26313
|
|
|
26303
|
-
$expander-header-sub-title-
|
|
26314
|
+
$expander-header-sub-title-text: $subtle-text !default;
|
|
26304
26315
|
|
|
26305
26316
|
$expander-content-padding-x: $padding-x * 2 !default;
|
|
26306
26317
|
$expander-content-padding-y: $padding-y * 4 !default;
|
|
@@ -26427,7 +26438,7 @@ $expander-content-padding-y: $padding-y * 4 !default;
|
|
|
26427
26438
|
}
|
|
26428
26439
|
|
|
26429
26440
|
.k-expander-sub-title {
|
|
26430
|
-
|
|
26441
|
+
color: $expander-header-sub-title-text;
|
|
26431
26442
|
}
|
|
26432
26443
|
}
|
|
26433
26444
|
|
|
@@ -33661,7 +33672,7 @@ $taskboard-card-selected-shadow: none !default;
|
|
|
33661
33672
|
|
|
33662
33673
|
$taskboard-card-header-text: $primary !default;
|
|
33663
33674
|
$taskboard-card-header-focus-text: $primary-darker !default;
|
|
33664
|
-
$taskboard-card-header-hover-text: $primary-
|
|
33675
|
+
$taskboard-card-header-hover-text: $primary-darker !default;
|
|
33665
33676
|
|
|
33666
33677
|
$taskboard-drag-placeholder-border-width: 1px !default;
|
|
33667
33678
|
$taskboard-drag-placeholder-border-radius: $taskboard-card-border-radius !default;
|
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": "5.2.1-dev.
|
|
4
|
+
"version": "5.2.1-dev.5",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"postpublish": "echo 'no postpublish for classic theme'"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@progress/kendo-theme-default": "^5.2.1-dev.
|
|
52
|
+
"@progress/kendo-theme-default": "^5.2.1-dev.5"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "7f442a4c1dfe243eff6b623b62e73c161254f653"
|
|
55
55
|
}
|
|
@@ -44,8 +44,9 @@ $actionsheet-item-icon-size: null !default;
|
|
|
44
44
|
|
|
45
45
|
$actionsheet-item-title-font-weight: null !default;
|
|
46
46
|
$actionsheet-item-title-text-transform: null !default;
|
|
47
|
+
|
|
47
48
|
$actionsheet-item-description-font-size: .875em !default;
|
|
48
|
-
$actionsheet-item-description-
|
|
49
|
+
$actionsheet-item-description-text: $subtle-text !default;
|
|
49
50
|
|
|
50
51
|
$actionsheet-item-hover-bg: $hovered-bg !default;
|
|
51
52
|
$actionsheet-item-hover-text: null !default;
|
|
@@ -46,7 +46,7 @@ $colorgradient-canvas-draghandle-margin-x: -( $colorgradient-draghandle-width /
|
|
|
46
46
|
$colorgradient-input-width: 46px !default;
|
|
47
47
|
$colorgradient-input-gap: ( $colorgradient-spacer / 1.5 ) !default;
|
|
48
48
|
$colorgradient-input-label-gap: ( $colorgradient-spacer / 3 ) !default;
|
|
49
|
-
$colorgradient-input-label-text: $
|
|
49
|
+
$colorgradient-input-label-text: $subtle-text !default;
|
|
50
50
|
|
|
51
51
|
$colorgradient-contrast-ratio-font-weight: $font-weight-bold !default;
|
|
52
52
|
$colorgradient-contrast-spacer: ( $colorgradient-spacer / 1.5 ) !default;
|
|
@@ -27,7 +27,7 @@ $expander-header-focused-shadow: $kendo-list-item-focus-shadow !default;
|
|
|
27
27
|
|
|
28
28
|
$expander-title-text: $primary !default;
|
|
29
29
|
|
|
30
|
-
$expander-header-sub-title-
|
|
30
|
+
$expander-header-sub-title-text: $subtle-text !default;
|
|
31
31
|
|
|
32
32
|
$expander-content-padding-x: $padding-x * 2 !default;
|
|
33
33
|
$expander-content-padding-y: $padding-y * 4 !default;
|
|
@@ -86,7 +86,7 @@ $taskboard-card-selected-shadow: none !default;
|
|
|
86
86
|
|
|
87
87
|
$taskboard-card-header-text: $primary !default;
|
|
88
88
|
$taskboard-card-header-focus-text: $primary-darker !default;
|
|
89
|
-
$taskboard-card-header-hover-text: $primary-
|
|
89
|
+
$taskboard-card-header-hover-text: $primary-darker !default;
|
|
90
90
|
|
|
91
91
|
$taskboard-drag-placeholder-border-width: 1px !default;
|
|
92
92
|
$taskboard-drag-placeholder-border-radius: $taskboard-card-border-radius !default;
|