@progress/kendo-theme-material 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 +29 -13
- package/dist/all.scss +25 -14
- 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 +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/floating-label/_variables.scss +2 -2
- package/scss/taskboard/_variables.scss +1 -1
package/dist/all.css
CHANGED
|
@@ -14434,6 +14434,7 @@ textarea.k-input-inner {
|
|
|
14434
14434
|
text-overflow: ellipsis;
|
|
14435
14435
|
position: absolute;
|
|
14436
14436
|
top: 29px;
|
|
14437
|
+
left: 17px;
|
|
14437
14438
|
overflow: hidden;
|
|
14438
14439
|
cursor: text;
|
|
14439
14440
|
transform-origin: left center;
|
|
@@ -14445,20 +14446,24 @@ textarea.k-input-inner {
|
|
|
14445
14446
|
width: auto;
|
|
14446
14447
|
}
|
|
14447
14448
|
|
|
14448
|
-
.k-floating-label-container.k-state-empty > .k-label {
|
|
14449
|
+
.k-floating-label-container.k-state-empty > .k-label, .k-floating-label-container.k-empty > .k-label {
|
|
14449
14450
|
top: 29px;
|
|
14451
|
+
left: 17px;
|
|
14450
14452
|
transform: scale(1);
|
|
14451
14453
|
pointer-events: none;
|
|
14452
14454
|
}
|
|
14453
14455
|
|
|
14454
14456
|
.k-floating-label-container > .k-label,
|
|
14455
|
-
.k-floating-label-container.k-state-focused > .k-label
|
|
14457
|
+
.k-floating-label-container.k-state-focused > .k-label,
|
|
14458
|
+
.k-floating-label-container.k-focus > .k-label {
|
|
14456
14459
|
top: 0px;
|
|
14460
|
+
left: 0px;
|
|
14457
14461
|
transform: scale(0.75);
|
|
14458
14462
|
}
|
|
14459
14463
|
|
|
14460
14464
|
.k-floating-label-container:focus-within > .k-label {
|
|
14461
14465
|
top: 0px;
|
|
14466
|
+
left: 0px;
|
|
14462
14467
|
transform: scale(0.75);
|
|
14463
14468
|
}
|
|
14464
14469
|
|
|
@@ -14473,24 +14478,32 @@ textarea.k-input-inner {
|
|
|
14473
14478
|
[dir="rtl"] .k-floating-label-container > .k-label,
|
|
14474
14479
|
.k-rtl .k-floating-label-container > .k-label, .k-floating-label-container[dir="rtl"] > .k-label {
|
|
14475
14480
|
transform-origin: right center;
|
|
14481
|
+
transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1), color 0.15s cubic-bezier(0.4, 0, 0.2, 1), top 0.15s cubic-bezier(0.4, 0, 0.2, 1), right 0.15s cubic-bezier(0.4, 0, 0.2, 1);
|
|
14476
14482
|
}
|
|
14477
14483
|
|
|
14478
|
-
[dir="rtl"] .k-floating-label-container.k-state-empty > .k-label,
|
|
14479
|
-
.k-rtl .k-floating-label-container.k-state-empty > .k-label,
|
|
14484
|
+
[dir="rtl"] .k-floating-label-container.k-state-empty > .k-label, [dir="rtl"] .k-floating-label-container.k-empty > .k-label,
|
|
14485
|
+
.k-rtl .k-floating-label-container.k-state-empty > .k-label,
|
|
14486
|
+
.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 {
|
|
14480
14487
|
left: auto;
|
|
14488
|
+
right: 17px;
|
|
14481
14489
|
}
|
|
14482
14490
|
|
|
14483
14491
|
[dir="rtl"] .k-floating-label-container > .k-label,
|
|
14484
14492
|
[dir="rtl"] .k-floating-label-container.k-state-focused > .k-label,
|
|
14493
|
+
[dir="rtl"] .k-floating-label-container.k-focus > .k-label,
|
|
14485
14494
|
.k-rtl .k-floating-label-container > .k-label,
|
|
14486
|
-
.k-rtl .k-floating-label-container.k-state-focused > .k-label,
|
|
14487
|
-
.k-floating-label-container[dir="rtl"]
|
|
14495
|
+
.k-rtl .k-floating-label-container.k-state-focused > .k-label,
|
|
14496
|
+
.k-rtl .k-floating-label-container.k-focus > .k-label, .k-floating-label-container[dir="rtl"] > .k-label,
|
|
14497
|
+
.k-floating-label-container[dir="rtl"].k-state-focused > .k-label,
|
|
14498
|
+
.k-floating-label-container[dir="rtl"].k-focus > .k-label {
|
|
14488
14499
|
left: auto;
|
|
14500
|
+
right: 0px;
|
|
14489
14501
|
}
|
|
14490
14502
|
|
|
14491
|
-
[dir="rtl"] .k-floating-label-container:focus-within,
|
|
14492
|
-
.k-rtl .k-floating-label-container:focus-within, .k-floating-label-container[dir="rtl"]:focus-within {
|
|
14503
|
+
[dir="rtl"] .k-floating-label-container:focus-within > .k-label,
|
|
14504
|
+
.k-rtl .k-floating-label-container:focus-within > .k-label, .k-floating-label-container[dir="rtl"]:focus-within > .k-label {
|
|
14493
14505
|
left: auto;
|
|
14506
|
+
right: 0px;
|
|
14494
14507
|
}
|
|
14495
14508
|
|
|
14496
14509
|
.k-floating-label-container > .k-label {
|
|
@@ -20077,7 +20090,7 @@ kendo-label > .k-label {
|
|
|
20077
20090
|
}
|
|
20078
20091
|
|
|
20079
20092
|
.k-colorgradient-input-label {
|
|
20080
|
-
color: rgba(0, 0, 0, 0.
|
|
20093
|
+
color: rgba(0, 0, 0, 0.54);
|
|
20081
20094
|
}
|
|
20082
20095
|
|
|
20083
20096
|
.k-rtl .k-colorgradient .k-hue-slider.k-slider-horizontal .k-slider-track,
|
|
@@ -20958,7 +20971,7 @@ kendo-label > .k-label {
|
|
|
20958
20971
|
}
|
|
20959
20972
|
|
|
20960
20973
|
.k-dropzone-inner .k-dropzone-note {
|
|
20961
|
-
color: rgba(
|
|
20974
|
+
color: rgba(0, 0, 0, 0.54);
|
|
20962
20975
|
}
|
|
20963
20976
|
|
|
20964
20977
|
.k-external-dropzone-hover .k-icon,
|
|
@@ -22278,7 +22291,6 @@ kendo-label > .k-label {
|
|
|
22278
22291
|
|
|
22279
22292
|
.k-actionsheet-item-description {
|
|
22280
22293
|
font-size: 0.875em;
|
|
22281
|
-
opacity: 0.75;
|
|
22282
22294
|
}
|
|
22283
22295
|
|
|
22284
22296
|
.k-actionsheet > .k-hr {
|
|
@@ -22341,6 +22353,10 @@ kendo-label > .k-label {
|
|
|
22341
22353
|
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);
|
|
22342
22354
|
}
|
|
22343
22355
|
|
|
22356
|
+
.k-actionsheet-item-description {
|
|
22357
|
+
color: rgba(0, 0, 0, 0.54);
|
|
22358
|
+
}
|
|
22359
|
+
|
|
22344
22360
|
.k-actionsheet-action:hover, .k-actionsheet-action.k-state-hover {
|
|
22345
22361
|
background-color: rgba(0, 0, 0, 0.04);
|
|
22346
22362
|
}
|
|
@@ -25391,7 +25407,7 @@ kendo-card-footer {
|
|
|
25391
25407
|
}
|
|
25392
25408
|
|
|
25393
25409
|
.k-expander-sub-title {
|
|
25394
|
-
|
|
25410
|
+
color: rgba(0, 0, 0, 0.54);
|
|
25395
25411
|
}
|
|
25396
25412
|
|
|
25397
25413
|
.k-panelbar {
|
|
@@ -31522,7 +31538,7 @@ thead.k-grid-header > tr:not(:only-child) > th {
|
|
|
31522
31538
|
}
|
|
31523
31539
|
|
|
31524
31540
|
.k-taskboard-card .k-card-title:hover, .k-taskboard-card .k-card-title.k-state-hover {
|
|
31525
|
-
color: #
|
|
31541
|
+
color: #303f9f;
|
|
31526
31542
|
}
|
|
31527
31543
|
|
|
31528
31544
|
.k-taskboard-card:focus, .k-taskboard-card.k-state-focus {
|
package/dist/all.scss
CHANGED
|
@@ -10865,11 +10865,11 @@ $floating-label-scale: 1 !default;
|
|
|
10865
10865
|
$floating-label-font-size: $kendo-input-font-size !default;
|
|
10866
10866
|
$floating-label-line-height: $kendo-input-line-height !default;
|
|
10867
10867
|
$floating-label-height: calc( #{$floating-label-line-height} * #{$floating-label-font-size} ) !default;
|
|
10868
|
-
$floating-label-offset-x:
|
|
10868
|
+
$floating-label-offset-x: calc( #{$kendo-input-padding-x} + #{$kendo-input-border-width} ) !default;
|
|
10869
10869
|
$floating-label-offset-y: calc( #{$floating-label-height} + #{$kendo-input-border-width} + #{$kendo-input-padding-y} ) !default;
|
|
10870
10870
|
|
|
10871
10871
|
$floating-label-focus-scale: .75 !default;
|
|
10872
|
-
$floating-label-focus-offset-x:
|
|
10872
|
+
$floating-label-focus-offset-x: 0px !default;
|
|
10873
10873
|
$floating-label-focus-offset-y: 0px !default;
|
|
10874
10874
|
|
|
10875
10875
|
$floating-label-transition: .15s cubic-bezier( .4, 0, .2, 1 ) !default;
|
|
@@ -10922,7 +10922,8 @@ $floating-label-focus-text: $primary !default;
|
|
|
10922
10922
|
width: auto;
|
|
10923
10923
|
}
|
|
10924
10924
|
|
|
10925
|
-
&.k-state-empty
|
|
10925
|
+
&.k-state-empty,
|
|
10926
|
+
&.k-empty {
|
|
10926
10927
|
> .k-label {
|
|
10927
10928
|
top: $floating-label-offset-y;
|
|
10928
10929
|
left: $floating-label-offset-x;
|
|
@@ -10933,7 +10934,8 @@ $floating-label-focus-text: $primary !default;
|
|
|
10933
10934
|
|
|
10934
10935
|
> .k-label,
|
|
10935
10936
|
// &:focus-within > .k-label,
|
|
10936
|
-
&.k-state-focused > .k-label
|
|
10937
|
+
&.k-state-focused > .k-label,
|
|
10938
|
+
&.k-focus > .k-label {
|
|
10937
10939
|
top: $floating-label-focus-offset-y;
|
|
10938
10940
|
left: $floating-label-focus-offset-x;
|
|
10939
10941
|
transform: scale( $floating-label-focus-scale );
|
|
@@ -10954,9 +10956,11 @@ $floating-label-focus-text: $primary !default;
|
|
|
10954
10956
|
|
|
10955
10957
|
> .k-label {
|
|
10956
10958
|
transform-origin: right center;
|
|
10959
|
+
transition: transform $floating-label-transition, color $floating-label-transition, top $floating-label-transition, right $floating-label-transition;
|
|
10957
10960
|
}
|
|
10958
10961
|
|
|
10959
|
-
&.k-state-empty
|
|
10962
|
+
&.k-state-empty,
|
|
10963
|
+
&.k-empty {
|
|
10960
10964
|
> .k-label {
|
|
10961
10965
|
left: auto;
|
|
10962
10966
|
right: $floating-label-offset-x;
|
|
@@ -10965,11 +10969,12 @@ $floating-label-focus-text: $primary !default;
|
|
|
10965
10969
|
|
|
10966
10970
|
> .k-label,
|
|
10967
10971
|
// &:focus-within > .k-label,
|
|
10968
|
-
&.k-state-focused > .k-label
|
|
10972
|
+
&.k-state-focused > .k-label,
|
|
10973
|
+
&.k-focus > .k-label {
|
|
10969
10974
|
left: auto;
|
|
10970
10975
|
right: $floating-label-focus-offset-x;
|
|
10971
10976
|
}
|
|
10972
|
-
&:focus-within {
|
|
10977
|
+
&:focus-within > .k-label {
|
|
10973
10978
|
left: auto;
|
|
10974
10979
|
right: $floating-label-focus-offset-x;
|
|
10975
10980
|
}
|
|
@@ -19484,7 +19489,7 @@ $colorgradient-canvas-draghandle-margin-x: -( $colorgradient-draghandle-width /
|
|
|
19484
19489
|
$colorgradient-input-width: 50px !default;
|
|
19485
19490
|
$colorgradient-input-gap: map-get( $spacing, 2 ) !default;
|
|
19486
19491
|
$colorgradient-input-label-gap: map-get( $spacing, 1 ) !default;
|
|
19487
|
-
$colorgradient-input-label-text: $
|
|
19492
|
+
$colorgradient-input-label-text: $subtle-text !default;
|
|
19488
19493
|
|
|
19489
19494
|
$colorgradient-contrast-ratio-font-weight: $font-weight-bold !default;
|
|
19490
19495
|
$colorgradient-contrast-spacer: map-get( $spacing, 2 ) !default;
|
|
@@ -22090,7 +22095,7 @@ $dropzone-hint-text: null !default;
|
|
|
22090
22095
|
|
|
22091
22096
|
$dropzone-note-font-size: $font-size-sm !default;
|
|
22092
22097
|
$dropzone-note-spacing: null !default;
|
|
22093
|
-
$dropzone-note-text:
|
|
22098
|
+
$dropzone-note-text: $subtle-text !default;
|
|
22094
22099
|
|
|
22095
22100
|
// #endregion
|
|
22096
22101
|
// #region @import "_layout.scss"; -> packages/material/scss/dropzone/_layout.scss
|
|
@@ -23567,8 +23572,9 @@ $actionsheet-item-icon-size: null !default;
|
|
|
23567
23572
|
|
|
23568
23573
|
$actionsheet-item-title-font-weight: null !default;
|
|
23569
23574
|
$actionsheet-item-title-text-transform: null !default;
|
|
23575
|
+
|
|
23570
23576
|
$actionsheet-item-description-font-size: .875em !default;
|
|
23571
|
-
$actionsheet-item-description-
|
|
23577
|
+
$actionsheet-item-description-text: $subtle-text !default;
|
|
23572
23578
|
|
|
23573
23579
|
$actionsheet-item-hover-bg: rgba( black, .04 ) !default;
|
|
23574
23580
|
$actionsheet-item-hover-text: null !default;
|
|
@@ -23687,7 +23693,6 @@ $actionsheet-item-disabled-opacity: .42 !default;
|
|
|
23687
23693
|
}
|
|
23688
23694
|
.k-actionsheet-item-description {
|
|
23689
23695
|
font-size: $actionsheet-item-description-font-size;
|
|
23690
|
-
opacity: $actionsheet-item-description-opacity;
|
|
23691
23696
|
}
|
|
23692
23697
|
|
|
23693
23698
|
|
|
@@ -23782,6 +23787,12 @@ $actionsheet-item-disabled-opacity: .42 !default;
|
|
|
23782
23787
|
.k-actionsheet-item {}
|
|
23783
23788
|
|
|
23784
23789
|
|
|
23790
|
+
// Actionsheet item description
|
|
23791
|
+
.k-actionsheet-item-description {
|
|
23792
|
+
@include fill( $color: $actionsheet-item-description-text );
|
|
23793
|
+
}
|
|
23794
|
+
|
|
23795
|
+
|
|
23785
23796
|
// Actionsheet action
|
|
23786
23797
|
.k-actionsheet-action {
|
|
23787
23798
|
|
|
@@ -28329,7 +28340,7 @@ $expander-header-focused-shadow: none !default;
|
|
|
28329
28340
|
|
|
28330
28341
|
$expander-title-text: $secondary !default;
|
|
28331
28342
|
|
|
28332
|
-
$expander-header-sub-title-
|
|
28343
|
+
$expander-header-sub-title-text: $subtle-text !default;
|
|
28333
28344
|
|
|
28334
28345
|
$expander-content-padding-x: $padding-x * 1.5 !default;
|
|
28335
28346
|
$expander-content-padding-y: $padding-y * 6 !default;
|
|
@@ -28456,7 +28467,7 @@ $expander-content-padding-y: $padding-y * 6 !default;
|
|
|
28456
28467
|
}
|
|
28457
28468
|
|
|
28458
28469
|
.k-expander-sub-title {
|
|
28459
|
-
|
|
28470
|
+
color: $expander-header-sub-title-text;
|
|
28460
28471
|
}
|
|
28461
28472
|
}
|
|
28462
28473
|
|
|
@@ -36246,7 +36257,7 @@ $taskboard-card-selected-shadow: none !default;
|
|
|
36246
36257
|
|
|
36247
36258
|
$taskboard-card-header-text: $primary !default;
|
|
36248
36259
|
$taskboard-card-header-focus-text: $primary-darker !default;
|
|
36249
|
-
$taskboard-card-header-hover-text:
|
|
36260
|
+
$taskboard-card-header-hover-text: $primary-darker !default;
|
|
36250
36261
|
|
|
36251
36262
|
$taskboard-drag-placeholder-border-width: 1px !default;
|
|
36252
36263
|
$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-material",
|
|
3
3
|
"description": "Material theme for Kendo UI",
|
|
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": [
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"postpublish": "echo 'no postpublish for material theme'"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@progress/kendo-theme-default": "^5.2.1-dev.
|
|
53
|
+
"@progress/kendo-theme-default": "^5.2.1-dev.5"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "7f442a4c1dfe243eff6b623b62e73c161254f653"
|
|
56
56
|
}
|
|
@@ -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: rgba( black, .04 ) !default;
|
|
51
52
|
$actionsheet-item-hover-text: null !default;
|
|
@@ -45,7 +45,7 @@ $colorgradient-canvas-draghandle-margin-x: -( $colorgradient-draghandle-width /
|
|
|
45
45
|
$colorgradient-input-width: 50px !default;
|
|
46
46
|
$colorgradient-input-gap: map-get( $spacing, 2 ) !default;
|
|
47
47
|
$colorgradient-input-label-gap: map-get( $spacing, 1 ) !default;
|
|
48
|
-
$colorgradient-input-label-text: $
|
|
48
|
+
$colorgradient-input-label-text: $subtle-text !default;
|
|
49
49
|
|
|
50
50
|
$colorgradient-contrast-ratio-font-weight: $font-weight-bold !default;
|
|
51
51
|
$colorgradient-contrast-spacer: map-get( $spacing, 2 ) !default;
|
|
@@ -27,7 +27,7 @@ $expander-header-focused-shadow: none !default;
|
|
|
27
27
|
|
|
28
28
|
$expander-title-text: $secondary !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 * 1.5 !default;
|
|
33
33
|
$expander-content-padding-y: $padding-y * 6 !default;
|
|
@@ -3,11 +3,11 @@ $floating-label-scale: 1 !default;
|
|
|
3
3
|
$floating-label-font-size: $kendo-input-font-size !default;
|
|
4
4
|
$floating-label-line-height: $kendo-input-line-height !default;
|
|
5
5
|
$floating-label-height: calc( #{$floating-label-line-height} * #{$floating-label-font-size} ) !default;
|
|
6
|
-
$floating-label-offset-x:
|
|
6
|
+
$floating-label-offset-x: calc( #{$kendo-input-padding-x} + #{$kendo-input-border-width} ) !default;
|
|
7
7
|
$floating-label-offset-y: calc( #{$floating-label-height} + #{$kendo-input-border-width} + #{$kendo-input-padding-y} ) !default;
|
|
8
8
|
|
|
9
9
|
$floating-label-focus-scale: .75 !default;
|
|
10
|
-
$floating-label-focus-offset-x:
|
|
10
|
+
$floating-label-focus-offset-x: 0px !default;
|
|
11
11
|
$floating-label-focus-offset-y: 0px !default;
|
|
12
12
|
|
|
13
13
|
$floating-label-transition: .15s cubic-bezier( .4, 0, .2, 1 ) !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:
|
|
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;
|