@progress/kendo-theme-classic 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 -20
- package/dist/meta/variables.json +4 -0
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +1 -1
- package/lib/swatches/classic-lavender.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +1 -1
- package/lib/swatches/classic-metro.json +1 -1
- package/lib/swatches/classic-moonlight.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/lib/swatches/classic-uniform.json +1 -1
- package/package.json +5 -5
- package/scss/spreadsheet/_variables.scss +2 -0
package/dist/all.css
CHANGED
|
@@ -25643,6 +25643,54 @@ kendo-sortable {
|
|
|
25643
25643
|
fill: white !important;
|
|
25644
25644
|
}
|
|
25645
25645
|
|
|
25646
|
+
.k-stroke-none {
|
|
25647
|
+
stroke: none;
|
|
25648
|
+
}
|
|
25649
|
+
|
|
25650
|
+
.\!k-stroke-none {
|
|
25651
|
+
stroke: none !important;
|
|
25652
|
+
}
|
|
25653
|
+
|
|
25654
|
+
.k-stroke-inherit {
|
|
25655
|
+
stroke: inherit;
|
|
25656
|
+
}
|
|
25657
|
+
|
|
25658
|
+
.\!k-stroke-inherit {
|
|
25659
|
+
stroke: inherit !important;
|
|
25660
|
+
}
|
|
25661
|
+
|
|
25662
|
+
.k-stroke-current {
|
|
25663
|
+
stroke: currentColor;
|
|
25664
|
+
}
|
|
25665
|
+
|
|
25666
|
+
.\!k-stroke-current {
|
|
25667
|
+
stroke: currentColor !important;
|
|
25668
|
+
}
|
|
25669
|
+
|
|
25670
|
+
.k-stroke-transparent {
|
|
25671
|
+
stroke: transparent;
|
|
25672
|
+
}
|
|
25673
|
+
|
|
25674
|
+
.\!k-stroke-transparent {
|
|
25675
|
+
stroke: transparent !important;
|
|
25676
|
+
}
|
|
25677
|
+
|
|
25678
|
+
.k-stroke-black {
|
|
25679
|
+
stroke: black;
|
|
25680
|
+
}
|
|
25681
|
+
|
|
25682
|
+
.\!k-stroke-black {
|
|
25683
|
+
stroke: black !important;
|
|
25684
|
+
}
|
|
25685
|
+
|
|
25686
|
+
.k-stroke-white {
|
|
25687
|
+
stroke: white;
|
|
25688
|
+
}
|
|
25689
|
+
|
|
25690
|
+
.\!k-stroke-white {
|
|
25691
|
+
stroke: white !important;
|
|
25692
|
+
}
|
|
25693
|
+
|
|
25646
25694
|
.k-body,
|
|
25647
25695
|
.k-typography {
|
|
25648
25696
|
font-size: 14px;
|
|
@@ -47556,9 +47604,6 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
47556
47604
|
|
|
47557
47605
|
.k-spreadsheet-name-editor {
|
|
47558
47606
|
width: 10em;
|
|
47559
|
-
border-width: 0 1px 0 0;
|
|
47560
|
-
border-style: solid;
|
|
47561
|
-
border-color: inherit;
|
|
47562
47607
|
}
|
|
47563
47608
|
|
|
47564
47609
|
.k-spreadsheet-formula-bar {
|
|
@@ -47567,6 +47612,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
47567
47612
|
flex-direction: row;
|
|
47568
47613
|
align-items: center;
|
|
47569
47614
|
flex: 1;
|
|
47615
|
+
gap: 4px;
|
|
47570
47616
|
}
|
|
47571
47617
|
|
|
47572
47618
|
.k-spreadsheet-formula-bar > .k-icon,
|
|
@@ -48139,12 +48185,10 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
48139
48185
|
}
|
|
48140
48186
|
|
|
48141
48187
|
.k-spreadsheet-popup .k-spreadsheet-border-type-palette {
|
|
48142
|
-
|
|
48143
|
-
|
|
48144
|
-
|
|
48145
|
-
|
|
48146
|
-
align-content: space-around;
|
|
48147
|
-
justify-content: space-around;
|
|
48188
|
+
padding: 8px;
|
|
48189
|
+
display: grid;
|
|
48190
|
+
grid-template-columns: repeat(5, max-content);
|
|
48191
|
+
gap: 8px;
|
|
48148
48192
|
}
|
|
48149
48193
|
|
|
48150
48194
|
.k-spreadsheet-format-popup .k-item {
|
|
@@ -48173,6 +48217,10 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
48173
48217
|
overflow: hidden;
|
|
48174
48218
|
}
|
|
48175
48219
|
|
|
48220
|
+
.k-spreadsheet-window .k-external-dropzone {
|
|
48221
|
+
margin-block-end: 16px;
|
|
48222
|
+
}
|
|
48223
|
+
|
|
48176
48224
|
.k-spreadsheet-window .k-edit-form-container {
|
|
48177
48225
|
width: auto;
|
|
48178
48226
|
min-width: 0;
|
|
@@ -53038,11 +53086,11 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
53038
53086
|
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
|
|
53039
53087
|
}
|
|
53040
53088
|
|
|
53041
|
-
.k-event-inverse {
|
|
53089
|
+
.k-event.k-event-inverse {
|
|
53042
53090
|
color: black;
|
|
53043
53091
|
}
|
|
53044
53092
|
|
|
53045
|
-
.k-event-ongoing {
|
|
53093
|
+
.k-event.k-event-ongoing {
|
|
53046
53094
|
box-shadow: inset 0px 0px 0px 1px #ff0000;
|
|
53047
53095
|
}
|
|
53048
53096
|
|
package/dist/all.scss
CHANGED
|
@@ -13211,7 +13211,7 @@ $kendo-utils: (
|
|
|
13211
13211
|
@mixin kendo-utils--svg--stroke() {
|
|
13212
13212
|
|
|
13213
13213
|
// stroke utility classes
|
|
13214
|
-
$kendo-utils-stroke: k-map-get( $kendo-utils, "
|
|
13214
|
+
$kendo-utils-stroke: k-map-get( $kendo-utils, "fill-stroke" ) !default;
|
|
13215
13215
|
@include generate-utils( stroke, stroke, $kendo-utils-stroke );
|
|
13216
13216
|
|
|
13217
13217
|
}
|
|
@@ -45737,6 +45737,8 @@ $kendo-spreadsheet-drawing-outline-width: 2px !default;
|
|
|
45737
45737
|
|
|
45738
45738
|
$kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
45739
45739
|
|
|
45740
|
+
$kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 4 ) !default;
|
|
45741
|
+
|
|
45740
45742
|
// #endregion
|
|
45741
45743
|
// #region @import "./_layout.scss"; -> scss/spreadsheet/_layout.scss
|
|
45742
45744
|
// #region @import "@progress/kendo-theme-default/scss/spreadsheet/_layout.scss"; -> node_modules/@progress/kendo-theme-default/scss/spreadsheet/_layout.scss
|
|
@@ -45771,6 +45773,7 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
45771
45773
|
transform: translateY( -100% );
|
|
45772
45774
|
}
|
|
45773
45775
|
|
|
45776
|
+
|
|
45774
45777
|
}
|
|
45775
45778
|
|
|
45776
45779
|
|
|
@@ -45852,9 +45855,6 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
45852
45855
|
}
|
|
45853
45856
|
.k-spreadsheet-name-editor {
|
|
45854
45857
|
width: 10em;
|
|
45855
|
-
border-width: 0 1px 0 0;
|
|
45856
|
-
border-style: solid;
|
|
45857
|
-
border-color: inherit;
|
|
45858
45858
|
}
|
|
45859
45859
|
.k-spreadsheet-formula-bar {
|
|
45860
45860
|
border-color: inherit;
|
|
@@ -45862,6 +45862,7 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
45862
45862
|
flex-direction: row;
|
|
45863
45863
|
align-items: center;
|
|
45864
45864
|
flex: 1;
|
|
45865
|
+
gap: $kendo-padding-md-y;
|
|
45865
45866
|
|
|
45866
45867
|
> .k-icon,
|
|
45867
45868
|
> .k-svg-icon {
|
|
@@ -46418,14 +46419,11 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
46418
46419
|
.k-reset-color { border-bottom-width: 1px; }
|
|
46419
46420
|
.k-custom-color { border-top-width: 1px; }
|
|
46420
46421
|
.k-spreadsheet-border-type-palette {
|
|
46421
|
-
|
|
46422
|
-
|
|
46423
|
-
|
|
46424
|
-
|
|
46425
|
-
align-content: space-around;
|
|
46426
|
-
justify-content: space-around;
|
|
46422
|
+
padding: k-map-get( $kendo-spacing, 2 );
|
|
46423
|
+
display: grid;
|
|
46424
|
+
grid-template-columns: repeat(5, max-content);
|
|
46425
|
+
gap: k-map-get( $kendo-spacing, 2 );
|
|
46427
46426
|
}
|
|
46428
|
-
|
|
46429
46427
|
}
|
|
46430
46428
|
|
|
46431
46429
|
.k-spreadsheet-format-popup {
|
|
@@ -46436,7 +46434,6 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
46436
46434
|
opacity: .7;
|
|
46437
46435
|
}
|
|
46438
46436
|
|
|
46439
|
-
|
|
46440
46437
|
.k-spreadsheet-clipboard,
|
|
46441
46438
|
.k-spreadsheet-clipboard-paste {
|
|
46442
46439
|
margin: 0;
|
|
@@ -46454,7 +46451,10 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
46454
46451
|
|
|
46455
46452
|
|
|
46456
46453
|
// Spreadsheet window
|
|
46457
|
-
.k-spreadsheet-window {
|
|
46454
|
+
.k-spreadsheet-window .k-external-dropzone {
|
|
46455
|
+
margin-block-end: $kendo-spreadsheet-dropzone-spacing-y;
|
|
46456
|
+
}
|
|
46457
|
+
|
|
46458
46458
|
.k-spreadsheet-window .k-edit-form-container {
|
|
46459
46459
|
width: auto;
|
|
46460
46460
|
min-width: 0;
|
|
@@ -46854,7 +46854,6 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
46854
46854
|
$kendo-list-item-selected-bg
|
|
46855
46855
|
);
|
|
46856
46856
|
}
|
|
46857
|
-
|
|
46858
46857
|
}
|
|
46859
46858
|
|
|
46860
46859
|
|
|
@@ -53537,12 +53536,14 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
|
|
|
53537
53536
|
);
|
|
53538
53537
|
@include box-shadow( $kendo-scheduler-event-selected-shadow );
|
|
53539
53538
|
}
|
|
53540
|
-
|
|
53541
|
-
|
|
53542
|
-
|
|
53543
|
-
|
|
53544
|
-
|
|
53545
|
-
|
|
53539
|
+
|
|
53540
|
+
&.k-event-inverse {
|
|
53541
|
+
color: k-contrast-legacy( $kendo-scheduler-event-text );
|
|
53542
|
+
}
|
|
53543
|
+
|
|
53544
|
+
&.k-event-ongoing {
|
|
53545
|
+
@include box-shadow( $kendo-scheduler-event-ongoing-shadow );
|
|
53546
|
+
}
|
|
53546
53547
|
}
|
|
53547
53548
|
|
|
53548
53549
|
|
package/dist/meta/variables.json
CHANGED
|
@@ -9583,6 +9583,10 @@
|
|
|
9583
9583
|
"type": "Color",
|
|
9584
9584
|
"value": "rgba(243, 88, 0, 0.25)"
|
|
9585
9585
|
},
|
|
9586
|
+
"kendo-spreadsheet-dropzone-spacing-y": {
|
|
9587
|
+
"type": "Number",
|
|
9588
|
+
"value": "16px"
|
|
9589
|
+
},
|
|
9586
9590
|
"kendo-pivotgrid-spacer": {
|
|
9587
9591
|
"type": "Number",
|
|
9588
9592
|
"value": "16px"
|
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": "6.4.0-dev.
|
|
4
|
+
"version": "6.4.0-dev.5",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@progress/kendo-font-icons": "1.5.0",
|
|
53
|
-
"@progress/kendo-theme-core": "6.4.0-dev.
|
|
54
|
-
"@progress/kendo-theme-default": "6.4.0-dev.
|
|
55
|
-
"@progress/kendo-theme-utils": "6.4.0-dev.
|
|
53
|
+
"@progress/kendo-theme-core": "6.4.0-dev.5",
|
|
54
|
+
"@progress/kendo-theme-default": "6.4.0-dev.5",
|
|
55
|
+
"@progress/kendo-theme-utils": "6.4.0-dev.5"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "113bdd2ea2c7998399b68fc676b3024b1b3ed030"
|
|
58
58
|
}
|
|
@@ -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, 4 ) !default;
|