@progress/kendo-theme-material 7.1.0-dev.9 → 7.1.1-dev.0
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 -14
- package/dist/all.scss +30 -15
- 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/dist/all.css
CHANGED
|
@@ -32809,17 +32809,22 @@ textarea.k-input-inner {
|
|
|
32809
32809
|
margin: 0;
|
|
32810
32810
|
border-style: solid;
|
|
32811
32811
|
border-color: inherit;
|
|
32812
|
-
|
|
32813
|
-
|
|
32812
|
+
border-width: 0 0 0 1px;
|
|
32813
|
+
height: 16px;
|
|
32814
|
+
align-self: center;
|
|
32814
32815
|
}
|
|
32815
32816
|
|
|
32816
32817
|
.k-input-separator-horizontal {
|
|
32818
|
+
height: auto;
|
|
32817
32819
|
margin-inline: 8px;
|
|
32820
|
+
align-self: stretch;
|
|
32818
32821
|
border-width: 1px 0 0;
|
|
32819
32822
|
}
|
|
32820
32823
|
|
|
32821
32824
|
.k-input-separator-vertical {
|
|
32825
|
+
height: auto;
|
|
32822
32826
|
margin-block: 8px;
|
|
32827
|
+
align-self: stretch;
|
|
32823
32828
|
border-width: 0 0 0 1px;
|
|
32824
32829
|
}
|
|
32825
32830
|
|
|
@@ -33710,8 +33715,8 @@ select.k-picker-lg {
|
|
|
33710
33715
|
white-space: nowrap;
|
|
33711
33716
|
text-overflow: ellipsis;
|
|
33712
33717
|
position: absolute;
|
|
33713
|
-
top: 29px;
|
|
33714
|
-
left: 17px;
|
|
33718
|
+
top: var(--kendo-floating-label-offset-y, 29px);
|
|
33719
|
+
left: var(--kendo-floating-label-offset-x, 17px);
|
|
33715
33720
|
overflow: hidden;
|
|
33716
33721
|
cursor: text;
|
|
33717
33722
|
transform-origin: left center;
|
|
@@ -33724,22 +33729,22 @@ select.k-picker-lg {
|
|
|
33724
33729
|
}
|
|
33725
33730
|
|
|
33726
33731
|
.k-floating-label-container.k-empty > .k-label {
|
|
33727
|
-
top: 29px;
|
|
33728
|
-
left: 17px;
|
|
33732
|
+
top: var(--kendo-floating-label-offset-y, 29px);
|
|
33733
|
+
left: var(--kendo-floating-label-offset-x, 17px);
|
|
33729
33734
|
transform: scale(1);
|
|
33730
33735
|
pointer-events: none;
|
|
33731
33736
|
}
|
|
33732
33737
|
|
|
33733
33738
|
.k-floating-label-container > .k-label,
|
|
33734
33739
|
.k-floating-label-container.k-focus > .k-label {
|
|
33735
|
-
top: 0px;
|
|
33736
|
-
left: 0px;
|
|
33740
|
+
top: var(--kendo-floating-label-focus-offset-y, 0px);
|
|
33741
|
+
left: var(--kendo-floating-label-focus-offset-x, 0px);
|
|
33737
33742
|
transform: scale(0.75);
|
|
33738
33743
|
}
|
|
33739
33744
|
|
|
33740
33745
|
.k-floating-label-container:focus-within > .k-label {
|
|
33741
|
-
top: 0px;
|
|
33742
|
-
left: 0px;
|
|
33746
|
+
top: var(--kendo-floating-label-focus-offset-y, 0px);
|
|
33747
|
+
left: var(--kendo-floating-label-focus-offset-x, 0px);
|
|
33743
33748
|
transform: scale(0.75);
|
|
33744
33749
|
}
|
|
33745
33750
|
|
|
@@ -33760,7 +33765,7 @@ select.k-picker-lg {
|
|
|
33760
33765
|
[dir="rtl"] .k-floating-label-container.k-empty > .k-label,
|
|
33761
33766
|
.k-rtl .k-floating-label-container.k-empty > .k-label, .k-floating-label-container[dir="rtl"].k-empty > .k-label {
|
|
33762
33767
|
left: auto;
|
|
33763
|
-
right: 17px;
|
|
33768
|
+
right: var(--kendo-floating-label-offset-x, 17px);
|
|
33764
33769
|
}
|
|
33765
33770
|
|
|
33766
33771
|
[dir="rtl"] .k-floating-label-container > .k-label,
|
|
@@ -33769,13 +33774,13 @@ select.k-picker-lg {
|
|
|
33769
33774
|
.k-rtl .k-floating-label-container.k-focus > .k-label, .k-floating-label-container[dir="rtl"] > .k-label,
|
|
33770
33775
|
.k-floating-label-container[dir="rtl"].k-focus > .k-label {
|
|
33771
33776
|
left: auto;
|
|
33772
|
-
right: 0px;
|
|
33777
|
+
right: var(--kendo-floating-label-focus-offset-x, 0px);
|
|
33773
33778
|
}
|
|
33774
33779
|
|
|
33775
33780
|
[dir="rtl"] .k-floating-label-container:focus-within > .k-label,
|
|
33776
33781
|
.k-rtl .k-floating-label-container:focus-within > .k-label, .k-floating-label-container[dir="rtl"]:focus-within > .k-label {
|
|
33777
33782
|
left: auto;
|
|
33778
|
-
right: 0px;
|
|
33783
|
+
right: var(--kendo-floating-label-focus-offset-x, 0px);
|
|
33779
33784
|
}
|
|
33780
33785
|
|
|
33781
33786
|
.k-floating-label-container > .k-label {
|
|
@@ -33862,6 +33867,10 @@ select.k-picker-lg {
|
|
|
33862
33867
|
margin-inline-end: -8px;
|
|
33863
33868
|
}
|
|
33864
33869
|
|
|
33870
|
+
.k-textarea:has(.k-input-inner[style*="width"]) {
|
|
33871
|
+
width: max-content;
|
|
33872
|
+
}
|
|
33873
|
+
|
|
33865
33874
|
.k-listbox {
|
|
33866
33875
|
width: 10em;
|
|
33867
33876
|
height: 200px;
|
|
@@ -49370,6 +49379,12 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
49370
49379
|
display: flex;
|
|
49371
49380
|
}
|
|
49372
49381
|
|
|
49382
|
+
.k-gantt-timeline-pane .k-gantt-timeline *,
|
|
49383
|
+
.k-gantt-timeline-pane .k-gantt-timeline *::before,
|
|
49384
|
+
.k-gantt-timeline-pane .k-gantt-timeline *::after, .k-gantt-timeline-pane .k-gantt-timeline::before, .k-gantt-timeline-pane .k-gantt-timeline::after {
|
|
49385
|
+
box-sizing: border-box;
|
|
49386
|
+
}
|
|
49387
|
+
|
|
49373
49388
|
.k-gantt-timeline-pane .k-grid-content {
|
|
49374
49389
|
overflow-x: scroll;
|
|
49375
49390
|
}
|
|
@@ -53072,7 +53087,7 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
53072
53087
|
display: flex;
|
|
53073
53088
|
flex-direction: column;
|
|
53074
53089
|
flex: 1;
|
|
53075
|
-
align-items: start;
|
|
53090
|
+
align-items: flex-start;
|
|
53076
53091
|
gap: 8px;
|
|
53077
53092
|
}
|
|
53078
53093
|
|
package/dist/all.scss
CHANGED
|
@@ -26794,16 +26794,21 @@ $_kendo-module-meta: (
|
|
|
26794
26794
|
margin: 0;
|
|
26795
26795
|
border-style: solid;
|
|
26796
26796
|
border-color: inherit;
|
|
26797
|
-
|
|
26798
|
-
|
|
26797
|
+
border-width: 0 0 0 1px;
|
|
26798
|
+
height: $kendo-icon-size;
|
|
26799
|
+
align-self: center;
|
|
26799
26800
|
|
|
26800
26801
|
&-horizontal {
|
|
26802
|
+
height: auto;
|
|
26801
26803
|
margin-inline: $kendo-input-md-padding-y;
|
|
26804
|
+
align-self: stretch;
|
|
26802
26805
|
border-width: 1px 0 0;
|
|
26803
26806
|
}
|
|
26804
26807
|
|
|
26805
26808
|
&-vertical {
|
|
26809
|
+
height: auto;
|
|
26806
26810
|
margin-block: $kendo-input-md-padding-y;
|
|
26811
|
+
align-self: stretch;
|
|
26807
26812
|
border-width: 0 0 0 1px;
|
|
26808
26813
|
}
|
|
26809
26814
|
}
|
|
@@ -27957,8 +27962,8 @@ $kendo-floating-label-focus-text: $kendo-color-primary !default;
|
|
|
27957
27962
|
white-space: nowrap;
|
|
27958
27963
|
text-overflow: ellipsis;
|
|
27959
27964
|
position: absolute;
|
|
27960
|
-
top: $kendo-floating-label-offset-y;
|
|
27961
|
-
left: $kendo-floating-label-offset-x;
|
|
27965
|
+
top: var(--kendo-floating-label-offset-y, #{$kendo-floating-label-offset-y});
|
|
27966
|
+
left: var(--kendo-floating-label-offset-x, #{$kendo-floating-label-offset-x});
|
|
27962
27967
|
overflow: hidden;
|
|
27963
27968
|
cursor: text;
|
|
27964
27969
|
transform-origin: left center;
|
|
@@ -27972,8 +27977,8 @@ $kendo-floating-label-focus-text: $kendo-color-primary !default;
|
|
|
27972
27977
|
|
|
27973
27978
|
&.k-empty {
|
|
27974
27979
|
> .k-label {
|
|
27975
|
-
top: $kendo-floating-label-offset-y;
|
|
27976
|
-
left: $kendo-floating-label-offset-x;
|
|
27980
|
+
top: var(--kendo-floating-label-offset-y, #{$kendo-floating-label-offset-y});
|
|
27981
|
+
left: var(--kendo-floating-label-offset-x, #{$kendo-floating-label-offset-x});
|
|
27977
27982
|
transform: scale( $kendo-floating-label-scale );
|
|
27978
27983
|
pointer-events: none;
|
|
27979
27984
|
}
|
|
@@ -27981,13 +27986,13 @@ $kendo-floating-label-focus-text: $kendo-color-primary !default;
|
|
|
27981
27986
|
|
|
27982
27987
|
> .k-label,
|
|
27983
27988
|
&.k-focus > .k-label {
|
|
27984
|
-
top: $kendo-floating-label-focus-offset-y;
|
|
27985
|
-
left: $kendo-floating-label-focus-offset-x;
|
|
27989
|
+
top: var(--kendo-floating-label-focus-offset-y, #{$kendo-floating-label-focus-offset-y});
|
|
27990
|
+
left: var(--kendo-floating-label-focus-offset-x, #{$kendo-floating-label-focus-offset-x});
|
|
27986
27991
|
transform: scale( $kendo-floating-label-focus-scale );
|
|
27987
27992
|
}
|
|
27988
27993
|
&:focus-within > .k-label {
|
|
27989
|
-
top: $kendo-floating-label-focus-offset-y;
|
|
27990
|
-
left: $kendo-floating-label-focus-offset-x;
|
|
27994
|
+
top: var(--kendo-floating-label-focus-offset-y, #{$kendo-floating-label-focus-offset-y});
|
|
27995
|
+
left: var(--kendo-floating-label-focus-offset-x, #{$kendo-floating-label-focus-offset-x});
|
|
27991
27996
|
transform: scale( $kendo-floating-label-focus-scale );
|
|
27992
27997
|
}
|
|
27993
27998
|
|
|
@@ -28007,18 +28012,18 @@ $kendo-floating-label-focus-text: $kendo-color-primary !default;
|
|
|
28007
28012
|
&.k-empty {
|
|
28008
28013
|
> .k-label {
|
|
28009
28014
|
left: auto;
|
|
28010
|
-
right: $kendo-floating-label-offset-x;
|
|
28015
|
+
right: var(--kendo-floating-label-offset-x, #{$kendo-floating-label-offset-x});
|
|
28011
28016
|
}
|
|
28012
28017
|
}
|
|
28013
28018
|
|
|
28014
28019
|
> .k-label,
|
|
28015
28020
|
&.k-focus > .k-label {
|
|
28016
28021
|
left: auto;
|
|
28017
|
-
right: $kendo-floating-label-focus-offset-x;
|
|
28022
|
+
right: var(--kendo-floating-label-focus-offset-x, #{$kendo-floating-label-focus-offset-x});
|
|
28018
28023
|
}
|
|
28019
28024
|
&:focus-within > .k-label {
|
|
28020
28025
|
left: auto;
|
|
28021
|
-
right: $kendo-floating-label-focus-offset-x;
|
|
28026
|
+
right: var(--kendo-floating-label-focus-offset-x, #{$kendo-floating-label-focus-offset-x});
|
|
28022
28027
|
}
|
|
28023
28028
|
}
|
|
28024
28029
|
}
|
|
@@ -28576,7 +28581,9 @@ $_kendo-module-meta: (
|
|
|
28576
28581
|
@mixin kendo-textarea--layout-base() {
|
|
28577
28582
|
|
|
28578
28583
|
// Textarea
|
|
28579
|
-
.k-textarea {
|
|
28584
|
+
.k-textarea:has(.k-input-inner[style*="width"]) {
|
|
28585
|
+
width: max-content;
|
|
28586
|
+
}
|
|
28580
28587
|
|
|
28581
28588
|
}
|
|
28582
28589
|
|
|
@@ -56320,6 +56327,14 @@ $kendo-gantt-validation-tooltip-invalid-border: $kendo-color-error !default;
|
|
|
56320
56327
|
height: 100%;
|
|
56321
56328
|
border-width: 0;
|
|
56322
56329
|
display: flex;
|
|
56330
|
+
|
|
56331
|
+
*,
|
|
56332
|
+
*::before,
|
|
56333
|
+
*::after,
|
|
56334
|
+
&::before,
|
|
56335
|
+
&::after {
|
|
56336
|
+
box-sizing: border-box;
|
|
56337
|
+
}
|
|
56323
56338
|
}
|
|
56324
56339
|
.k-grid-header {}
|
|
56325
56340
|
.k-grid-content {
|
|
@@ -61743,7 +61758,7 @@ $kendo-prompt-suggestion-shadow: k-elevation(1) !default;
|
|
|
61743
61758
|
display: flex;
|
|
61744
61759
|
flex-direction: column;
|
|
61745
61760
|
flex: 1;
|
|
61746
|
-
align-items: start;
|
|
61761
|
+
align-items: flex-start;
|
|
61747
61762
|
gap: $kendo-prompt-expander-spacing;
|
|
61748
61763
|
}
|
|
61749
61764
|
|
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.
|
|
4
|
+
"version": "7.1.1-dev.0",
|
|
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.
|
|
58
|
-
"@progress/kendo-theme-default": "7.1.
|
|
59
|
-
"@progress/kendo-theme-utils": "7.1.
|
|
57
|
+
"@progress/kendo-theme-core": "7.1.1-dev.0",
|
|
58
|
+
"@progress/kendo-theme-default": "7.1.1-dev.0",
|
|
59
|
+
"@progress/kendo-theme-utils": "7.1.1-dev.0"
|
|
60
60
|
},
|
|
61
61
|
"directories": {
|
|
62
62
|
"doc": "docs",
|
|
63
63
|
"lib": "lib"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "d879bc81a2fce80d78a55bb65466396bf71ca022"
|
|
66
66
|
}
|