@progress/kendo-theme-material 6.4.0-dev.4 → 6.4.0-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 +59 -11
- package/dist/all.scss +21 -22
- package/dist/meta/variables.json +4 -0
- 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/spreadsheet/_layout.scss +0 -1
- package/scss/spreadsheet/_theme.scss +0 -1
- package/scss/spreadsheet/_variables.scss +2 -0
package/dist/all.css
CHANGED
|
@@ -25642,6 +25642,54 @@ kendo-sortable {
|
|
|
25642
25642
|
fill: white !important;
|
|
25643
25643
|
}
|
|
25644
25644
|
|
|
25645
|
+
.k-stroke-none {
|
|
25646
|
+
stroke: none;
|
|
25647
|
+
}
|
|
25648
|
+
|
|
25649
|
+
.\!k-stroke-none {
|
|
25650
|
+
stroke: none !important;
|
|
25651
|
+
}
|
|
25652
|
+
|
|
25653
|
+
.k-stroke-inherit {
|
|
25654
|
+
stroke: inherit;
|
|
25655
|
+
}
|
|
25656
|
+
|
|
25657
|
+
.\!k-stroke-inherit {
|
|
25658
|
+
stroke: inherit !important;
|
|
25659
|
+
}
|
|
25660
|
+
|
|
25661
|
+
.k-stroke-current {
|
|
25662
|
+
stroke: currentColor;
|
|
25663
|
+
}
|
|
25664
|
+
|
|
25665
|
+
.\!k-stroke-current {
|
|
25666
|
+
stroke: currentColor !important;
|
|
25667
|
+
}
|
|
25668
|
+
|
|
25669
|
+
.k-stroke-transparent {
|
|
25670
|
+
stroke: transparent;
|
|
25671
|
+
}
|
|
25672
|
+
|
|
25673
|
+
.\!k-stroke-transparent {
|
|
25674
|
+
stroke: transparent !important;
|
|
25675
|
+
}
|
|
25676
|
+
|
|
25677
|
+
.k-stroke-black {
|
|
25678
|
+
stroke: black;
|
|
25679
|
+
}
|
|
25680
|
+
|
|
25681
|
+
.\!k-stroke-black {
|
|
25682
|
+
stroke: black !important;
|
|
25683
|
+
}
|
|
25684
|
+
|
|
25685
|
+
.k-stroke-white {
|
|
25686
|
+
stroke: white;
|
|
25687
|
+
}
|
|
25688
|
+
|
|
25689
|
+
.\!k-stroke-white {
|
|
25690
|
+
stroke: white !important;
|
|
25691
|
+
}
|
|
25692
|
+
|
|
25645
25693
|
.k-body,
|
|
25646
25694
|
.k-typography {
|
|
25647
25695
|
font-size: 14px;
|
|
@@ -49029,9 +49077,6 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
49029
49077
|
|
|
49030
49078
|
.k-spreadsheet-name-editor {
|
|
49031
49079
|
width: 10em;
|
|
49032
|
-
border-width: 0 1px 0 0;
|
|
49033
|
-
border-style: solid;
|
|
49034
|
-
border-color: inherit;
|
|
49035
49080
|
}
|
|
49036
49081
|
|
|
49037
49082
|
.k-spreadsheet-formula-bar {
|
|
@@ -49040,6 +49085,7 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
49040
49085
|
flex-direction: row;
|
|
49041
49086
|
align-items: center;
|
|
49042
49087
|
flex: 1;
|
|
49088
|
+
gap: 4px;
|
|
49043
49089
|
}
|
|
49044
49090
|
|
|
49045
49091
|
.k-spreadsheet-formula-bar > .k-icon,
|
|
@@ -49612,12 +49658,10 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
49612
49658
|
}
|
|
49613
49659
|
|
|
49614
49660
|
.k-spreadsheet-popup .k-spreadsheet-border-type-palette {
|
|
49615
|
-
|
|
49616
|
-
|
|
49617
|
-
|
|
49618
|
-
|
|
49619
|
-
align-content: space-around;
|
|
49620
|
-
justify-content: space-around;
|
|
49661
|
+
padding: 8px;
|
|
49662
|
+
display: grid;
|
|
49663
|
+
grid-template-columns: repeat(5, max-content);
|
|
49664
|
+
gap: 8px;
|
|
49621
49665
|
}
|
|
49622
49666
|
|
|
49623
49667
|
.k-spreadsheet-format-popup .k-item {
|
|
@@ -49646,6 +49690,10 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
49646
49690
|
overflow: hidden;
|
|
49647
49691
|
}
|
|
49648
49692
|
|
|
49693
|
+
.k-spreadsheet-window .k-external-dropzone {
|
|
49694
|
+
margin-block-end: 8px;
|
|
49695
|
+
}
|
|
49696
|
+
|
|
49649
49697
|
.k-spreadsheet-window .k-edit-form-container {
|
|
49650
49698
|
width: auto;
|
|
49651
49699
|
min-width: 0;
|
|
@@ -54751,11 +54799,11 @@ kendo-scheduler .k-event .k-event-actions,
|
|
|
54751
54799
|
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
54752
54800
|
}
|
|
54753
54801
|
|
|
54754
|
-
.k-event-inverse {
|
|
54802
|
+
.k-event.k-event-inverse {
|
|
54755
54803
|
color: black;
|
|
54756
54804
|
}
|
|
54757
54805
|
|
|
54758
|
-
.k-event-ongoing {
|
|
54806
|
+
.k-event.k-event-ongoing {
|
|
54759
54807
|
box-shadow: inset 0px 0px 0px 1px #ff0000;
|
|
54760
54808
|
}
|
|
54761
54809
|
|
package/dist/all.scss
CHANGED
|
@@ -14053,7 +14053,7 @@ $kendo-utils: (
|
|
|
14053
14053
|
@mixin kendo-utils--svg--stroke() {
|
|
14054
14054
|
|
|
14055
14055
|
// stroke utility classes
|
|
14056
|
-
$kendo-utils-stroke: k-map-get( $kendo-utils, "
|
|
14056
|
+
$kendo-utils-stroke: k-map-get( $kendo-utils, "fill-stroke" ) !default;
|
|
14057
14057
|
@include generate-utils( stroke, stroke, $kendo-utils-stroke );
|
|
14058
14058
|
|
|
14059
14059
|
}
|
|
@@ -48188,6 +48188,8 @@ $kendo-spreadsheet-drawing-outline-width: 2px !default;
|
|
|
48188
48188
|
|
|
48189
48189
|
$kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
48190
48190
|
|
|
48191
|
+
$kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
48192
|
+
|
|
48191
48193
|
// #endregion
|
|
48192
48194
|
// #region @import "./_layout.scss"; -> scss/spreadsheet/_layout.scss
|
|
48193
48195
|
// #region @import "@progress/kendo-theme-default/scss/spreadsheet/_layout.scss"; -> node_modules/@progress/kendo-theme-default/scss/spreadsheet/_layout.scss
|
|
@@ -48222,6 +48224,7 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
48222
48224
|
transform: translateY( -100% );
|
|
48223
48225
|
}
|
|
48224
48226
|
|
|
48227
|
+
|
|
48225
48228
|
}
|
|
48226
48229
|
|
|
48227
48230
|
|
|
@@ -48303,9 +48306,6 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
48303
48306
|
}
|
|
48304
48307
|
.k-spreadsheet-name-editor {
|
|
48305
48308
|
width: 10em;
|
|
48306
|
-
border-width: 0 1px 0 0;
|
|
48307
|
-
border-style: solid;
|
|
48308
|
-
border-color: inherit;
|
|
48309
48309
|
}
|
|
48310
48310
|
.k-spreadsheet-formula-bar {
|
|
48311
48311
|
border-color: inherit;
|
|
@@ -48313,6 +48313,7 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
48313
48313
|
flex-direction: row;
|
|
48314
48314
|
align-items: center;
|
|
48315
48315
|
flex: 1;
|
|
48316
|
+
gap: $kendo-padding-md-y;
|
|
48316
48317
|
|
|
48317
48318
|
> .k-icon,
|
|
48318
48319
|
> .k-svg-icon {
|
|
@@ -48869,14 +48870,11 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
48869
48870
|
.k-reset-color { border-bottom-width: 1px; }
|
|
48870
48871
|
.k-custom-color { border-top-width: 1px; }
|
|
48871
48872
|
.k-spreadsheet-border-type-palette {
|
|
48872
|
-
|
|
48873
|
-
|
|
48874
|
-
|
|
48875
|
-
|
|
48876
|
-
align-content: space-around;
|
|
48877
|
-
justify-content: space-around;
|
|
48873
|
+
padding: k-map-get( $kendo-spacing, 2 );
|
|
48874
|
+
display: grid;
|
|
48875
|
+
grid-template-columns: repeat(5, max-content);
|
|
48876
|
+
gap: k-map-get( $kendo-spacing, 2 );
|
|
48878
48877
|
}
|
|
48879
|
-
|
|
48880
48878
|
}
|
|
48881
48879
|
|
|
48882
48880
|
.k-spreadsheet-format-popup {
|
|
@@ -48887,7 +48885,6 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
48887
48885
|
opacity: .7;
|
|
48888
48886
|
}
|
|
48889
48887
|
|
|
48890
|
-
|
|
48891
48888
|
.k-spreadsheet-clipboard,
|
|
48892
48889
|
.k-spreadsheet-clipboard-paste {
|
|
48893
48890
|
margin: 0;
|
|
@@ -48905,7 +48902,10 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
48905
48902
|
|
|
48906
48903
|
|
|
48907
48904
|
// Spreadsheet window
|
|
48908
|
-
.k-spreadsheet-window {
|
|
48905
|
+
.k-spreadsheet-window .k-external-dropzone {
|
|
48906
|
+
margin-block-end: $kendo-spreadsheet-dropzone-spacing-y;
|
|
48907
|
+
}
|
|
48908
|
+
|
|
48909
48909
|
.k-spreadsheet-window .k-edit-form-container {
|
|
48910
48910
|
width: auto;
|
|
48911
48911
|
min-width: 0;
|
|
@@ -49150,7 +49150,6 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
49150
49150
|
display: block;
|
|
49151
49151
|
}
|
|
49152
49152
|
}
|
|
49153
|
-
|
|
49154
49153
|
}
|
|
49155
49154
|
|
|
49156
49155
|
// #endregion
|
|
@@ -49354,7 +49353,6 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
49354
49353
|
$kendo-list-item-selected-bg
|
|
49355
49354
|
);
|
|
49356
49355
|
}
|
|
49357
|
-
|
|
49358
49356
|
}
|
|
49359
49357
|
|
|
49360
49358
|
|
|
@@ -49662,7 +49660,6 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
49662
49660
|
$kendo-list-item-selected-bg
|
|
49663
49661
|
);
|
|
49664
49662
|
}
|
|
49665
|
-
|
|
49666
49663
|
}
|
|
49667
49664
|
|
|
49668
49665
|
|
|
@@ -56571,12 +56568,14 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
|
|
|
56571
56568
|
);
|
|
56572
56569
|
@include box-shadow( $kendo-scheduler-event-selected-shadow );
|
|
56573
56570
|
}
|
|
56574
|
-
|
|
56575
|
-
|
|
56576
|
-
|
|
56577
|
-
|
|
56578
|
-
|
|
56579
|
-
|
|
56571
|
+
|
|
56572
|
+
&.k-event-inverse {
|
|
56573
|
+
color: k-contrast-legacy( $kendo-scheduler-event-text );
|
|
56574
|
+
}
|
|
56575
|
+
|
|
56576
|
+
&.k-event-ongoing {
|
|
56577
|
+
@include box-shadow( $kendo-scheduler-event-ongoing-shadow );
|
|
56578
|
+
}
|
|
56580
56579
|
}
|
|
56581
56580
|
|
|
56582
56581
|
|
package/dist/meta/variables.json
CHANGED
|
@@ -9675,6 +9675,10 @@
|
|
|
9675
9675
|
"type": "Color",
|
|
9676
9676
|
"value": "rgba(229, 26, 95, 0.25)"
|
|
9677
9677
|
},
|
|
9678
|
+
"kendo-spreadsheet-dropzone-spacing-y": {
|
|
9679
|
+
"type": "Number",
|
|
9680
|
+
"value": "8px"
|
|
9681
|
+
},
|
|
9678
9682
|
"kendo-pivotgrid-spacer": {
|
|
9679
9683
|
"type": "Number",
|
|
9680
9684
|
"value": "16px"
|
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": "6.4.0-dev.
|
|
4
|
+
"version": "6.4.0-dev.5",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@progress/kendo-font-icons": "1.5.0",
|
|
54
|
-
"@progress/kendo-theme-core": "6.4.0-dev.
|
|
55
|
-
"@progress/kendo-theme-default": "6.4.0-dev.
|
|
56
|
-
"@progress/kendo-theme-utils": "6.4.0-dev.
|
|
54
|
+
"@progress/kendo-theme-core": "6.4.0-dev.5",
|
|
55
|
+
"@progress/kendo-theme-default": "6.4.0-dev.5",
|
|
56
|
+
"@progress/kendo-theme-utils": "6.4.0-dev.5"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "113bdd2ea2c7998399b68fc676b3024b1b3ed030"
|
|
59
59
|
}
|
|
@@ -36,3 +36,5 @@ $kendo-spreadsheet-drawing-outline-style: solid !default;
|
|
|
36
36
|
$kendo-spreadsheet-drawing-outline-width: 2px !default;
|
|
37
37
|
|
|
38
38
|
$kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
39
|
+
|
|
40
|
+
$kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 2 ) !default;
|