@progress/kendo-theme-default 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/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 +4 -4
- 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;
|
|
@@ -47543,9 +47591,6 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
47543
47591
|
|
|
47544
47592
|
.k-spreadsheet-name-editor {
|
|
47545
47593
|
width: 10em;
|
|
47546
|
-
border-width: 0 1px 0 0;
|
|
47547
|
-
border-style: solid;
|
|
47548
|
-
border-color: inherit;
|
|
47549
47594
|
}
|
|
47550
47595
|
|
|
47551
47596
|
.k-spreadsheet-formula-bar {
|
|
@@ -47554,6 +47599,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
47554
47599
|
flex-direction: row;
|
|
47555
47600
|
align-items: center;
|
|
47556
47601
|
flex: 1;
|
|
47602
|
+
gap: 4px;
|
|
47557
47603
|
}
|
|
47558
47604
|
|
|
47559
47605
|
.k-spreadsheet-formula-bar > .k-icon,
|
|
@@ -48126,12 +48172,10 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
48126
48172
|
}
|
|
48127
48173
|
|
|
48128
48174
|
.k-spreadsheet-popup .k-spreadsheet-border-type-palette {
|
|
48129
|
-
|
|
48130
|
-
|
|
48131
|
-
|
|
48132
|
-
|
|
48133
|
-
align-content: space-around;
|
|
48134
|
-
justify-content: space-around;
|
|
48175
|
+
padding: 8px;
|
|
48176
|
+
display: grid;
|
|
48177
|
+
grid-template-columns: repeat(5, max-content);
|
|
48178
|
+
gap: 8px;
|
|
48135
48179
|
}
|
|
48136
48180
|
|
|
48137
48181
|
.k-spreadsheet-format-popup .k-item {
|
|
@@ -48160,6 +48204,10 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
48160
48204
|
overflow: hidden;
|
|
48161
48205
|
}
|
|
48162
48206
|
|
|
48207
|
+
.k-spreadsheet-window .k-external-dropzone {
|
|
48208
|
+
margin-block-end: 16px;
|
|
48209
|
+
}
|
|
48210
|
+
|
|
48163
48211
|
.k-spreadsheet-window .k-edit-form-container {
|
|
48164
48212
|
width: auto;
|
|
48165
48213
|
min-width: 0;
|
|
@@ -53022,11 +53070,11 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
53022
53070
|
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
|
|
53023
53071
|
}
|
|
53024
53072
|
|
|
53025
|
-
.k-event-inverse {
|
|
53073
|
+
.k-event.k-event-inverse {
|
|
53026
53074
|
color: black;
|
|
53027
53075
|
}
|
|
53028
53076
|
|
|
53029
|
-
.k-event-ongoing {
|
|
53077
|
+
.k-event.k-event-ongoing {
|
|
53030
53078
|
box-shadow: inset 0px 0px 0px 1px #ff0000;
|
|
53031
53079
|
}
|
|
53032
53080
|
|
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
|
}
|
|
@@ -44445,6 +44445,8 @@ $kendo-spreadsheet-drawing-outline-width: 2px !default;
|
|
|
44445
44445
|
|
|
44446
44446
|
$kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
44447
44447
|
|
|
44448
|
+
$kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 4 ) !default;
|
|
44449
|
+
|
|
44448
44450
|
// #endregion
|
|
44449
44451
|
// #region @import "./_layout.scss"; -> scss/spreadsheet/_layout.scss
|
|
44450
44452
|
@mixin kendo-spreadsheet--layout-base() {
|
|
@@ -44478,6 +44480,7 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
44478
44480
|
transform: translateY( -100% );
|
|
44479
44481
|
}
|
|
44480
44482
|
|
|
44483
|
+
|
|
44481
44484
|
}
|
|
44482
44485
|
|
|
44483
44486
|
|
|
@@ -44559,9 +44562,6 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
44559
44562
|
}
|
|
44560
44563
|
.k-spreadsheet-name-editor {
|
|
44561
44564
|
width: 10em;
|
|
44562
|
-
border-width: 0 1px 0 0;
|
|
44563
|
-
border-style: solid;
|
|
44564
|
-
border-color: inherit;
|
|
44565
44565
|
}
|
|
44566
44566
|
.k-spreadsheet-formula-bar {
|
|
44567
44567
|
border-color: inherit;
|
|
@@ -44569,6 +44569,7 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
44569
44569
|
flex-direction: row;
|
|
44570
44570
|
align-items: center;
|
|
44571
44571
|
flex: 1;
|
|
44572
|
+
gap: $kendo-padding-md-y;
|
|
44572
44573
|
|
|
44573
44574
|
> .k-icon,
|
|
44574
44575
|
> .k-svg-icon {
|
|
@@ -45125,14 +45126,11 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
45125
45126
|
.k-reset-color { border-bottom-width: 1px; }
|
|
45126
45127
|
.k-custom-color { border-top-width: 1px; }
|
|
45127
45128
|
.k-spreadsheet-border-type-palette {
|
|
45128
|
-
|
|
45129
|
-
|
|
45130
|
-
|
|
45131
|
-
|
|
45132
|
-
align-content: space-around;
|
|
45133
|
-
justify-content: space-around;
|
|
45129
|
+
padding: k-map-get( $kendo-spacing, 2 );
|
|
45130
|
+
display: grid;
|
|
45131
|
+
grid-template-columns: repeat(5, max-content);
|
|
45132
|
+
gap: k-map-get( $kendo-spacing, 2 );
|
|
45134
45133
|
}
|
|
45135
|
-
|
|
45136
45134
|
}
|
|
45137
45135
|
|
|
45138
45136
|
.k-spreadsheet-format-popup {
|
|
@@ -45143,7 +45141,6 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
45143
45141
|
opacity: .7;
|
|
45144
45142
|
}
|
|
45145
45143
|
|
|
45146
|
-
|
|
45147
45144
|
.k-spreadsheet-clipboard,
|
|
45148
45145
|
.k-spreadsheet-clipboard-paste {
|
|
45149
45146
|
margin: 0;
|
|
@@ -45161,7 +45158,10 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
45161
45158
|
|
|
45162
45159
|
|
|
45163
45160
|
// Spreadsheet window
|
|
45164
|
-
.k-spreadsheet-window {
|
|
45161
|
+
.k-spreadsheet-window .k-external-dropzone {
|
|
45162
|
+
margin-block-end: $kendo-spreadsheet-dropzone-spacing-y;
|
|
45163
|
+
}
|
|
45164
|
+
|
|
45165
45165
|
.k-spreadsheet-window .k-edit-form-container {
|
|
45166
45166
|
width: auto;
|
|
45167
45167
|
min-width: 0;
|
|
@@ -45553,7 +45553,6 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
45553
45553
|
$kendo-list-item-selected-bg
|
|
45554
45554
|
);
|
|
45555
45555
|
}
|
|
45556
|
-
|
|
45557
45556
|
}
|
|
45558
45557
|
|
|
45559
45558
|
|
|
@@ -52096,12 +52095,14 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
|
|
|
52096
52095
|
);
|
|
52097
52096
|
@include box-shadow( $kendo-scheduler-event-selected-shadow );
|
|
52098
52097
|
}
|
|
52099
|
-
|
|
52100
|
-
|
|
52101
|
-
|
|
52102
|
-
|
|
52103
|
-
|
|
52104
|
-
|
|
52098
|
+
|
|
52099
|
+
&.k-event-inverse {
|
|
52100
|
+
color: k-contrast-legacy( $kendo-scheduler-event-text );
|
|
52101
|
+
}
|
|
52102
|
+
|
|
52103
|
+
&.k-event-ongoing {
|
|
52104
|
+
@include box-shadow( $kendo-scheduler-event-ongoing-shadow );
|
|
52105
|
+
}
|
|
52105
52106
|
}
|
|
52106
52107
|
|
|
52107
52108
|
|
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.5",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@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.
|
|
52
|
+
"@progress/kendo-theme-core": "6.4.0-dev.5",
|
|
53
|
+
"@progress/kendo-theme-utils": "6.4.0-dev.5"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "113bdd2ea2c7998399b68fc676b3024b1b3ed030"
|
|
56
56
|
}
|
|
@@ -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;
|