@progress/kendo-theme-default 6.4.0-dev.4 → 6.4.0-dev.6
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 +61 -11
- package/dist/all.scss +22 -20
- package/dist/meta/variables.json +4 -0
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +5 -4
- package/scss/grid/_layout.scss +1 -0
- package/scss/scheduler/_theme.scss +8 -6
- package/scss/spreadsheet/_layout.scss +10 -12
- 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;
|
|
@@ -46447,6 +46495,7 @@ div.k-grid-norecords {
|
|
|
46447
46495
|
position: absolute;
|
|
46448
46496
|
background: none;
|
|
46449
46497
|
cursor: row-resize;
|
|
46498
|
+
z-index: 2;
|
|
46450
46499
|
}
|
|
46451
46500
|
|
|
46452
46501
|
.k-grid-md .k-table-th {
|
|
@@ -46551,6 +46600,7 @@ div.k-grid-norecords {
|
|
|
46551
46600
|
position: absolute;
|
|
46552
46601
|
background: none;
|
|
46553
46602
|
cursor: row-resize;
|
|
46603
|
+
z-index: 2;
|
|
46554
46604
|
}
|
|
46555
46605
|
|
|
46556
46606
|
.k-loading-pdf-mask {
|
|
@@ -47543,9 +47593,6 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
47543
47593
|
|
|
47544
47594
|
.k-spreadsheet-name-editor {
|
|
47545
47595
|
width: 10em;
|
|
47546
|
-
border-width: 0 1px 0 0;
|
|
47547
|
-
border-style: solid;
|
|
47548
|
-
border-color: inherit;
|
|
47549
47596
|
}
|
|
47550
47597
|
|
|
47551
47598
|
.k-spreadsheet-formula-bar {
|
|
@@ -47554,6 +47601,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
47554
47601
|
flex-direction: row;
|
|
47555
47602
|
align-items: center;
|
|
47556
47603
|
flex: 1;
|
|
47604
|
+
gap: 4px;
|
|
47557
47605
|
}
|
|
47558
47606
|
|
|
47559
47607
|
.k-spreadsheet-formula-bar > .k-icon,
|
|
@@ -48126,12 +48174,10 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
48126
48174
|
}
|
|
48127
48175
|
|
|
48128
48176
|
.k-spreadsheet-popup .k-spreadsheet-border-type-palette {
|
|
48129
|
-
|
|
48130
|
-
|
|
48131
|
-
|
|
48132
|
-
|
|
48133
|
-
align-content: space-around;
|
|
48134
|
-
justify-content: space-around;
|
|
48177
|
+
padding: 8px;
|
|
48178
|
+
display: grid;
|
|
48179
|
+
grid-template-columns: repeat(5, max-content);
|
|
48180
|
+
gap: 8px;
|
|
48135
48181
|
}
|
|
48136
48182
|
|
|
48137
48183
|
.k-spreadsheet-format-popup .k-item {
|
|
@@ -48160,6 +48206,10 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
48160
48206
|
overflow: hidden;
|
|
48161
48207
|
}
|
|
48162
48208
|
|
|
48209
|
+
.k-spreadsheet-window .k-external-dropzone {
|
|
48210
|
+
margin-block-end: 16px;
|
|
48211
|
+
}
|
|
48212
|
+
|
|
48163
48213
|
.k-spreadsheet-window .k-edit-form-container {
|
|
48164
48214
|
width: auto;
|
|
48165
48215
|
min-width: 0;
|
|
@@ -53022,11 +53072,11 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
53022
53072
|
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
|
|
53023
53073
|
}
|
|
53024
53074
|
|
|
53025
|
-
.k-event-inverse {
|
|
53075
|
+
.k-event.k-event-inverse {
|
|
53026
53076
|
color: black;
|
|
53027
53077
|
}
|
|
53028
53078
|
|
|
53029
|
-
.k-event-ongoing {
|
|
53079
|
+
.k-event.k-event-ongoing {
|
|
53030
53080
|
box-shadow: inset 0px 0px 0px 1px #ff0000;
|
|
53031
53081
|
}
|
|
53032
53082
|
|
package/dist/all.scss
CHANGED
|
@@ -13293,7 +13293,7 @@ $kendo-utils: (
|
|
|
13293
13293
|
@mixin kendo-utils--svg--stroke() {
|
|
13294
13294
|
|
|
13295
13295
|
// stroke utility classes
|
|
13296
|
-
$kendo-utils-stroke: k-map-get( $kendo-utils, "
|
|
13296
|
+
$kendo-utils-stroke: k-map-get( $kendo-utils, "fill-stroke" ) !default;
|
|
13297
13297
|
@include generate-utils( stroke, stroke, $kendo-utils-stroke );
|
|
13298
13298
|
|
|
13299
13299
|
}
|
|
@@ -43177,6 +43177,7 @@ $kendo-grid-row-resizer-height: k-map-get( $kendo-spacing, .5 ) !default;
|
|
|
43177
43177
|
position: absolute;
|
|
43178
43178
|
background: none;
|
|
43179
43179
|
cursor: row-resize;
|
|
43180
|
+
z-index: 2;
|
|
43180
43181
|
}
|
|
43181
43182
|
}
|
|
43182
43183
|
|
|
@@ -44445,6 +44446,8 @@ $kendo-spreadsheet-drawing-outline-width: 2px !default;
|
|
|
44445
44446
|
|
|
44446
44447
|
$kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
44447
44448
|
|
|
44449
|
+
$kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 4 ) !default;
|
|
44450
|
+
|
|
44448
44451
|
// #endregion
|
|
44449
44452
|
// #region @import "./_layout.scss"; -> scss/spreadsheet/_layout.scss
|
|
44450
44453
|
@mixin kendo-spreadsheet--layout-base() {
|
|
@@ -44478,6 +44481,7 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
44478
44481
|
transform: translateY( -100% );
|
|
44479
44482
|
}
|
|
44480
44483
|
|
|
44484
|
+
|
|
44481
44485
|
}
|
|
44482
44486
|
|
|
44483
44487
|
|
|
@@ -44559,9 +44563,6 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
44559
44563
|
}
|
|
44560
44564
|
.k-spreadsheet-name-editor {
|
|
44561
44565
|
width: 10em;
|
|
44562
|
-
border-width: 0 1px 0 0;
|
|
44563
|
-
border-style: solid;
|
|
44564
|
-
border-color: inherit;
|
|
44565
44566
|
}
|
|
44566
44567
|
.k-spreadsheet-formula-bar {
|
|
44567
44568
|
border-color: inherit;
|
|
@@ -44569,6 +44570,7 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
44569
44570
|
flex-direction: row;
|
|
44570
44571
|
align-items: center;
|
|
44571
44572
|
flex: 1;
|
|
44573
|
+
gap: $kendo-padding-md-y;
|
|
44572
44574
|
|
|
44573
44575
|
> .k-icon,
|
|
44574
44576
|
> .k-svg-icon {
|
|
@@ -45125,14 +45127,11 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
45125
45127
|
.k-reset-color { border-bottom-width: 1px; }
|
|
45126
45128
|
.k-custom-color { border-top-width: 1px; }
|
|
45127
45129
|
.k-spreadsheet-border-type-palette {
|
|
45128
|
-
|
|
45129
|
-
|
|
45130
|
-
|
|
45131
|
-
|
|
45132
|
-
align-content: space-around;
|
|
45133
|
-
justify-content: space-around;
|
|
45130
|
+
padding: k-map-get( $kendo-spacing, 2 );
|
|
45131
|
+
display: grid;
|
|
45132
|
+
grid-template-columns: repeat(5, max-content);
|
|
45133
|
+
gap: k-map-get( $kendo-spacing, 2 );
|
|
45134
45134
|
}
|
|
45135
|
-
|
|
45136
45135
|
}
|
|
45137
45136
|
|
|
45138
45137
|
.k-spreadsheet-format-popup {
|
|
@@ -45143,7 +45142,6 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
45143
45142
|
opacity: .7;
|
|
45144
45143
|
}
|
|
45145
45144
|
|
|
45146
|
-
|
|
45147
45145
|
.k-spreadsheet-clipboard,
|
|
45148
45146
|
.k-spreadsheet-clipboard-paste {
|
|
45149
45147
|
margin: 0;
|
|
@@ -45161,7 +45159,10 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
45161
45159
|
|
|
45162
45160
|
|
|
45163
45161
|
// Spreadsheet window
|
|
45164
|
-
.k-spreadsheet-window {
|
|
45162
|
+
.k-spreadsheet-window .k-external-dropzone {
|
|
45163
|
+
margin-block-end: $kendo-spreadsheet-dropzone-spacing-y;
|
|
45164
|
+
}
|
|
45165
|
+
|
|
45165
45166
|
.k-spreadsheet-window .k-edit-form-container {
|
|
45166
45167
|
width: auto;
|
|
45167
45168
|
min-width: 0;
|
|
@@ -45553,7 +45554,6 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
45553
45554
|
$kendo-list-item-selected-bg
|
|
45554
45555
|
);
|
|
45555
45556
|
}
|
|
45556
|
-
|
|
45557
45557
|
}
|
|
45558
45558
|
|
|
45559
45559
|
|
|
@@ -52096,12 +52096,14 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
|
|
|
52096
52096
|
);
|
|
52097
52097
|
@include box-shadow( $kendo-scheduler-event-selected-shadow );
|
|
52098
52098
|
}
|
|
52099
|
-
|
|
52100
|
-
|
|
52101
|
-
|
|
52102
|
-
|
|
52103
|
-
|
|
52104
|
-
|
|
52099
|
+
|
|
52100
|
+
&.k-event-inverse {
|
|
52101
|
+
color: k-contrast-legacy( $kendo-scheduler-event-text );
|
|
52102
|
+
}
|
|
52103
|
+
|
|
52104
|
+
&.k-event-ongoing {
|
|
52105
|
+
@include box-shadow( $kendo-scheduler-event-ongoing-shadow );
|
|
52106
|
+
}
|
|
52105
52107
|
}
|
|
52106
52108
|
|
|
52107
52109
|
|
package/dist/meta/variables.json
CHANGED
|
@@ -9579,6 +9579,10 @@
|
|
|
9579
9579
|
"type": "Color",
|
|
9580
9580
|
"value": "rgba(255, 99, 88, 0.25)"
|
|
9581
9581
|
},
|
|
9582
|
+
"kendo-spreadsheet-dropzone-spacing-y": {
|
|
9583
|
+
"type": "Number",
|
|
9584
|
+
"value": "16px"
|
|
9585
|
+
},
|
|
9582
9586
|
"kendo-pivotgrid-spacer": {
|
|
9583
9587
|
"type": "Number",
|
|
9584
9588
|
"value": "16px"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-default",
|
|
3
3
|
"description": "SASS resources for the default Kendo UI theme",
|
|
4
|
-
"version": "6.4.0-dev.
|
|
4
|
+
"version": "6.4.0-dev.6",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
},
|
|
38
38
|
"scripts": {
|
|
39
39
|
"build": "sass-build",
|
|
40
|
+
"watch": "node ../../scripts/watch-theme",
|
|
40
41
|
"sass": "sass-build",
|
|
41
42
|
"sass:standalone": "sass-build -c sass-standalone.config.js",
|
|
42
43
|
"docs": "node ../../scripts/sassdoc.js",
|
|
@@ -49,8 +50,8 @@
|
|
|
49
50
|
},
|
|
50
51
|
"dependencies": {
|
|
51
52
|
"@progress/kendo-font-icons": "1.5.0",
|
|
52
|
-
"@progress/kendo-theme-core": "6.4.0-dev.
|
|
53
|
-
"@progress/kendo-theme-utils": "6.4.0-dev.
|
|
53
|
+
"@progress/kendo-theme-core": "6.4.0-dev.6",
|
|
54
|
+
"@progress/kendo-theme-utils": "6.4.0-dev.6"
|
|
54
55
|
},
|
|
55
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "819182cb70ea91feee6b2d63a676145e13f80d28"
|
|
56
57
|
}
|
package/scss/grid/_layout.scss
CHANGED
|
@@ -125,12 +125,14 @@
|
|
|
125
125
|
);
|
|
126
126
|
@include box-shadow( $kendo-scheduler-event-selected-shadow );
|
|
127
127
|
}
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
128
|
+
|
|
129
|
+
&.k-event-inverse {
|
|
130
|
+
color: k-contrast-legacy( $kendo-scheduler-event-text );
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
&.k-event-ongoing {
|
|
134
|
+
@include box-shadow( $kendo-scheduler-event-ongoing-shadow );
|
|
135
|
+
}
|
|
134
136
|
}
|
|
135
137
|
|
|
136
138
|
|
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
transform: translateY( -100% );
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
+
|
|
32
33
|
}
|
|
33
34
|
|
|
34
35
|
|
|
@@ -110,9 +111,6 @@
|
|
|
110
111
|
}
|
|
111
112
|
.k-spreadsheet-name-editor {
|
|
112
113
|
width: 10em;
|
|
113
|
-
border-width: 0 1px 0 0;
|
|
114
|
-
border-style: solid;
|
|
115
|
-
border-color: inherit;
|
|
116
114
|
}
|
|
117
115
|
.k-spreadsheet-formula-bar {
|
|
118
116
|
border-color: inherit;
|
|
@@ -120,6 +118,7 @@
|
|
|
120
118
|
flex-direction: row;
|
|
121
119
|
align-items: center;
|
|
122
120
|
flex: 1;
|
|
121
|
+
gap: $kendo-padding-md-y;
|
|
123
122
|
|
|
124
123
|
> .k-icon,
|
|
125
124
|
> .k-svg-icon {
|
|
@@ -676,14 +675,11 @@
|
|
|
676
675
|
.k-reset-color { border-bottom-width: 1px; }
|
|
677
676
|
.k-custom-color { border-top-width: 1px; }
|
|
678
677
|
.k-spreadsheet-border-type-palette {
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
align-content: space-around;
|
|
684
|
-
justify-content: space-around;
|
|
678
|
+
padding: k-map-get( $kendo-spacing, 2 );
|
|
679
|
+
display: grid;
|
|
680
|
+
grid-template-columns: repeat(5, max-content);
|
|
681
|
+
gap: k-map-get( $kendo-spacing, 2 );
|
|
685
682
|
}
|
|
686
|
-
|
|
687
683
|
}
|
|
688
684
|
|
|
689
685
|
.k-spreadsheet-format-popup {
|
|
@@ -694,7 +690,6 @@
|
|
|
694
690
|
opacity: .7;
|
|
695
691
|
}
|
|
696
692
|
|
|
697
|
-
|
|
698
693
|
.k-spreadsheet-clipboard,
|
|
699
694
|
.k-spreadsheet-clipboard-paste {
|
|
700
695
|
margin: 0;
|
|
@@ -712,7 +707,10 @@
|
|
|
712
707
|
|
|
713
708
|
|
|
714
709
|
// Spreadsheet window
|
|
715
|
-
.k-spreadsheet-window {
|
|
710
|
+
.k-spreadsheet-window .k-external-dropzone {
|
|
711
|
+
margin-block-end: $kendo-spreadsheet-dropzone-spacing-y;
|
|
712
|
+
}
|
|
713
|
+
|
|
716
714
|
.k-spreadsheet-window .k-edit-form-container {
|
|
717
715
|
width: auto;
|
|
718
716
|
min-width: 0;
|
|
@@ -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;
|