@progress/kendo-theme-classic 7.0.1-dev.0 → 7.0.1
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 +12 -103
- package/dist/all.scss +13 -105
- 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/dist/all.css
CHANGED
|
@@ -279,6 +279,14 @@ kendo-sortable {
|
|
|
279
279
|
}
|
|
280
280
|
|
|
281
281
|
.k-i-loading {
|
|
282
|
+
width: 1em;
|
|
283
|
+
height: 1em;
|
|
284
|
+
line-height: 1;
|
|
285
|
+
display: inline-flex;
|
|
286
|
+
flex-flow: row nowrap;
|
|
287
|
+
align-items: center;
|
|
288
|
+
justify-content: center;
|
|
289
|
+
vertical-align: middle;
|
|
282
290
|
position: relative;
|
|
283
291
|
background-color: transparent;
|
|
284
292
|
box-sizing: border-box;
|
|
@@ -26332,7 +26340,9 @@ kendo-sortable {
|
|
|
26332
26340
|
margin: .25em;
|
|
26333
26341
|
}
|
|
26334
26342
|
|
|
26335
|
-
.k-icon-modifier {
|
|
26343
|
+
.k-icon.k-icon-modifier {
|
|
26344
|
+
width: 1em;
|
|
26345
|
+
height: 1em;
|
|
26336
26346
|
position: absolute;
|
|
26337
26347
|
font-size: .5em;
|
|
26338
26348
|
bottom: 0;
|
|
@@ -26340,11 +26350,6 @@ kendo-sortable {
|
|
|
26340
26350
|
margin: 0 -.5em -.5em 0;
|
|
26341
26351
|
}
|
|
26342
26352
|
|
|
26343
|
-
.k-icon.k-icon-modifier {
|
|
26344
|
-
width: 1em;
|
|
26345
|
-
height: 1em;
|
|
26346
|
-
}
|
|
26347
|
-
|
|
26348
26353
|
.k-i-none::before {
|
|
26349
26354
|
content: "";
|
|
26350
26355
|
display: none;
|
|
@@ -29143,90 +29148,6 @@ kendo-badge-container {
|
|
|
29143
29148
|
opacity: 0.3;
|
|
29144
29149
|
}
|
|
29145
29150
|
|
|
29146
|
-
.k-i-loading {
|
|
29147
|
-
position: relative;
|
|
29148
|
-
background-color: transparent;
|
|
29149
|
-
box-sizing: border-box;
|
|
29150
|
-
color: currentColor;
|
|
29151
|
-
}
|
|
29152
|
-
|
|
29153
|
-
.k-i-loading::before, .k-i-loading::after {
|
|
29154
|
-
box-sizing: border-box;
|
|
29155
|
-
}
|
|
29156
|
-
|
|
29157
|
-
.k-i-loading::before,
|
|
29158
|
-
.k-i-loading::after,
|
|
29159
|
-
.k-loading-image::before,
|
|
29160
|
-
.k-loading-image::after {
|
|
29161
|
-
position: absolute;
|
|
29162
|
-
top: 50%;
|
|
29163
|
-
left: 50%;
|
|
29164
|
-
display: inline-block;
|
|
29165
|
-
content: "";
|
|
29166
|
-
box-sizing: inherit;
|
|
29167
|
-
border-radius: 50%;
|
|
29168
|
-
border-width: .05em;
|
|
29169
|
-
border-style: solid;
|
|
29170
|
-
border-color: currentColor;
|
|
29171
|
-
border-top-color: transparent;
|
|
29172
|
-
border-bottom-color: transparent;
|
|
29173
|
-
background-color: transparent;
|
|
29174
|
-
}
|
|
29175
|
-
|
|
29176
|
-
.k-icon.k-i-loading::before,
|
|
29177
|
-
.k-icon.k-i-loading::after {
|
|
29178
|
-
content: "";
|
|
29179
|
-
}
|
|
29180
|
-
|
|
29181
|
-
.k-i-loading::before,
|
|
29182
|
-
.k-loading-image::before {
|
|
29183
|
-
margin-top: -.5em;
|
|
29184
|
-
margin-left: -.5em;
|
|
29185
|
-
width: 1em;
|
|
29186
|
-
height: 1em;
|
|
29187
|
-
animation: k-loading-animation .7s linear infinite;
|
|
29188
|
-
}
|
|
29189
|
-
|
|
29190
|
-
.k-i-loading::after,
|
|
29191
|
-
.k-loading-image::after {
|
|
29192
|
-
margin-top: -.25em;
|
|
29193
|
-
margin-left: -.25em;
|
|
29194
|
-
width: .5em;
|
|
29195
|
-
height: .5em;
|
|
29196
|
-
animation: k-loading-animation reverse 1.4s linear infinite;
|
|
29197
|
-
}
|
|
29198
|
-
|
|
29199
|
-
.k-loading-image::before,
|
|
29200
|
-
.k-loading-image::after {
|
|
29201
|
-
content: "";
|
|
29202
|
-
border-width: 1px;
|
|
29203
|
-
border-width: clamp(0.015em, 1px, 1px);
|
|
29204
|
-
font-size: 4em;
|
|
29205
|
-
}
|
|
29206
|
-
|
|
29207
|
-
@keyframes loading {
|
|
29208
|
-
0% {
|
|
29209
|
-
stroke-dasharray: 0 251;
|
|
29210
|
-
stroke-dashoffset: 502;
|
|
29211
|
-
}
|
|
29212
|
-
50% {
|
|
29213
|
-
stroke-dasharray: 250 1;
|
|
29214
|
-
}
|
|
29215
|
-
100% {
|
|
29216
|
-
stroke-dasharray: 0 251;
|
|
29217
|
-
stroke-dashoffset: 0;
|
|
29218
|
-
}
|
|
29219
|
-
}
|
|
29220
|
-
|
|
29221
|
-
@keyframes k-loading-animation {
|
|
29222
|
-
0% {
|
|
29223
|
-
transform: rotate(0deg);
|
|
29224
|
-
}
|
|
29225
|
-
100% {
|
|
29226
|
-
transform: rotate(360deg);
|
|
29227
|
-
}
|
|
29228
|
-
}
|
|
29229
|
-
|
|
29230
29151
|
.k-loader-primary {
|
|
29231
29152
|
color: #f35800;
|
|
29232
29153
|
}
|
|
@@ -35570,7 +35491,6 @@ select.k-picker-lg {
|
|
|
35570
35491
|
.k-dropdown-operator {
|
|
35571
35492
|
width: min-content;
|
|
35572
35493
|
flex: none;
|
|
35573
|
-
aspect-ratio: 1;
|
|
35574
35494
|
}
|
|
35575
35495
|
|
|
35576
35496
|
.k-dropdown-operator .k-input-button {
|
|
@@ -42521,18 +42441,6 @@ div.k-grid-footer {
|
|
|
42521
42441
|
flex: none;
|
|
42522
42442
|
}
|
|
42523
42443
|
|
|
42524
|
-
.k-filtercell .k-input,
|
|
42525
|
-
.k-filtercell .k-picker {
|
|
42526
|
-
width: auto;
|
|
42527
|
-
flex: 1 1 auto;
|
|
42528
|
-
}
|
|
42529
|
-
|
|
42530
|
-
.k-filtercell .k-color-picker, .k-filtercell .k-colorpicker,
|
|
42531
|
-
.k-filtercell .k-dropdown-operator {
|
|
42532
|
-
width: min-content;
|
|
42533
|
-
flex: none;
|
|
42534
|
-
}
|
|
42535
|
-
|
|
42536
42444
|
.k-grid-content,
|
|
42537
42445
|
.k-grid-content-locked {
|
|
42538
42446
|
border-color: inherit;
|
|
@@ -44105,6 +44013,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
44105
44013
|
|
|
44106
44014
|
.k-spreadsheet-sheets {
|
|
44107
44015
|
flex: 1 1 auto;
|
|
44016
|
+
overflow: hidden;
|
|
44108
44017
|
}
|
|
44109
44018
|
|
|
44110
44019
|
.k-spreadsheet-sheets .k-tabstrip-items-wrapper {
|
package/dist/all.scss
CHANGED
|
@@ -4730,6 +4730,14 @@ $_imported: () !default;
|
|
|
4730
4730
|
|
|
4731
4731
|
// Loading indicator
|
|
4732
4732
|
.k-i-loading {
|
|
4733
|
+
width: 1em;
|
|
4734
|
+
height: 1em;
|
|
4735
|
+
line-height: 1;
|
|
4736
|
+
display: inline-flex;
|
|
4737
|
+
flex-flow: row nowrap;
|
|
4738
|
+
align-items: center;
|
|
4739
|
+
justify-content: center;
|
|
4740
|
+
vertical-align: middle;
|
|
4733
4741
|
position: relative;
|
|
4734
4742
|
background-color: transparent;
|
|
4735
4743
|
box-sizing: border-box;
|
|
@@ -4802,6 +4810,7 @@ $_imported: () !default;
|
|
|
4802
4810
|
}
|
|
4803
4811
|
}
|
|
4804
4812
|
}
|
|
4813
|
+
|
|
4805
4814
|
// #endregion
|
|
4806
4815
|
// #region @import "./_selection.scss"; -> node_modules/@progress/kendo-theme-core/scss/styles/_selection.scss
|
|
4807
4816
|
@mixin kendo-core--styles--selection() {
|
|
@@ -14625,17 +14634,15 @@ $ki-rotate-map: (
|
|
|
14625
14634
|
margin: .25em;
|
|
14626
14635
|
}
|
|
14627
14636
|
|
|
14628
|
-
.k-icon-modifier {
|
|
14637
|
+
.k-icon.k-icon-modifier {
|
|
14638
|
+
width: 1em;
|
|
14639
|
+
height: 1em;
|
|
14629
14640
|
position: absolute;
|
|
14630
14641
|
font-size: .5em;
|
|
14631
14642
|
bottom: 0;
|
|
14632
14643
|
right: 0;
|
|
14633
14644
|
margin: 0 -.5em -.5em 0;
|
|
14634
14645
|
}
|
|
14635
|
-
.k-icon.k-icon-modifier {
|
|
14636
|
-
width: 1em;
|
|
14637
|
-
height: 1em;
|
|
14638
|
-
}
|
|
14639
14646
|
|
|
14640
14647
|
.k-i-none::before {
|
|
14641
14648
|
content: "";
|
|
@@ -20064,95 +20071,6 @@ $kendo-loading-opacity: .3 !default;
|
|
|
20064
20071
|
opacity: $kendo-loading-opacity;
|
|
20065
20072
|
}
|
|
20066
20073
|
|
|
20067
|
-
// Loading indicator
|
|
20068
|
-
.k-i-loading {
|
|
20069
|
-
position: relative;
|
|
20070
|
-
background-color: transparent;
|
|
20071
|
-
box-sizing: border-box;
|
|
20072
|
-
color: $kendo-loading-text;
|
|
20073
|
-
|
|
20074
|
-
&::before,
|
|
20075
|
-
&::after {
|
|
20076
|
-
box-sizing: border-box;
|
|
20077
|
-
}
|
|
20078
|
-
}
|
|
20079
|
-
|
|
20080
|
-
.k-i-loading::before,
|
|
20081
|
-
.k-i-loading::after,
|
|
20082
|
-
.k-loading-image::before,
|
|
20083
|
-
.k-loading-image::after {
|
|
20084
|
-
position: absolute;
|
|
20085
|
-
top: 50%;
|
|
20086
|
-
left: 50%;
|
|
20087
|
-
display: inline-block;
|
|
20088
|
-
content: "";
|
|
20089
|
-
box-sizing: inherit;
|
|
20090
|
-
border-radius: 50%;
|
|
20091
|
-
border-width: .05em;
|
|
20092
|
-
border-style: solid;
|
|
20093
|
-
border-color: currentColor;
|
|
20094
|
-
border-top-color: transparent;
|
|
20095
|
-
border-bottom-color: transparent;
|
|
20096
|
-
background-color: transparent;
|
|
20097
|
-
}
|
|
20098
|
-
|
|
20099
|
-
.k-icon.k-i-loading::before,
|
|
20100
|
-
.k-icon.k-i-loading::after {
|
|
20101
|
-
content: "";
|
|
20102
|
-
}
|
|
20103
|
-
|
|
20104
|
-
.k-i-loading::before,
|
|
20105
|
-
.k-loading-image::before {
|
|
20106
|
-
margin-top: -.5em;
|
|
20107
|
-
margin-left: -.5em;
|
|
20108
|
-
width: 1em;
|
|
20109
|
-
height: 1em;
|
|
20110
|
-
animation: k-loading-animation .7s linear infinite;
|
|
20111
|
-
}
|
|
20112
|
-
|
|
20113
|
-
.k-i-loading::after,
|
|
20114
|
-
.k-loading-image::after {
|
|
20115
|
-
margin-top: -.25em;
|
|
20116
|
-
margin-left: -.25em;
|
|
20117
|
-
width: .5em;
|
|
20118
|
-
height: .5em;
|
|
20119
|
-
animation: k-loading-animation reverse 1.4s linear infinite;
|
|
20120
|
-
}
|
|
20121
|
-
|
|
20122
|
-
.k-loading-image::before,
|
|
20123
|
-
.k-loading-image::after {
|
|
20124
|
-
content: "";
|
|
20125
|
-
// See https://github.com/telerik/kendo-themes/issues/1925
|
|
20126
|
-
border-width: 1px; // TODO: Remove once we drop IE support
|
|
20127
|
-
border-width: clamp( .015em, 1px, 1px );
|
|
20128
|
-
font-size: 4em;
|
|
20129
|
-
}
|
|
20130
|
-
|
|
20131
|
-
@keyframes loading {
|
|
20132
|
-
0% {
|
|
20133
|
-
stroke-dasharray: 0 251;
|
|
20134
|
-
stroke-dashoffset: 502;
|
|
20135
|
-
}
|
|
20136
|
-
|
|
20137
|
-
50% {
|
|
20138
|
-
stroke-dasharray: 250 1;
|
|
20139
|
-
}
|
|
20140
|
-
|
|
20141
|
-
100% {
|
|
20142
|
-
stroke-dasharray: 0 251;
|
|
20143
|
-
stroke-dashoffset: 0;
|
|
20144
|
-
}
|
|
20145
|
-
}
|
|
20146
|
-
|
|
20147
|
-
@keyframes k-loading-animation {
|
|
20148
|
-
0% {
|
|
20149
|
-
transform: rotate(0deg);
|
|
20150
|
-
}
|
|
20151
|
-
100% {
|
|
20152
|
-
transform: rotate(360deg);
|
|
20153
|
-
}
|
|
20154
|
-
}
|
|
20155
|
-
|
|
20156
20074
|
}
|
|
20157
20075
|
|
|
20158
20076
|
|
|
@@ -32008,7 +31926,6 @@ $_kendo-module-meta: (
|
|
|
32008
31926
|
.k-dropdown-operator {
|
|
32009
31927
|
width: min-content;
|
|
32010
31928
|
flex: none;
|
|
32011
|
-
aspect-ratio: 1;
|
|
32012
31929
|
|
|
32013
31930
|
.k-input-button {
|
|
32014
31931
|
border-width: 0;
|
|
@@ -44866,16 +44783,6 @@ $kendo-grid-row-resizer-height: k-map-get( $kendo-spacing, .5 ) !default;
|
|
|
44866
44783
|
}
|
|
44867
44784
|
}
|
|
44868
44785
|
|
|
44869
|
-
.k-input,
|
|
44870
|
-
.k-picker {
|
|
44871
|
-
width: auto;
|
|
44872
|
-
flex: 1 1 auto;
|
|
44873
|
-
}
|
|
44874
|
-
.k-color-picker,
|
|
44875
|
-
.k-dropdown-operator {
|
|
44876
|
-
width: min-content;
|
|
44877
|
-
flex: none;
|
|
44878
|
-
}
|
|
44879
44786
|
}
|
|
44880
44787
|
|
|
44881
44788
|
// Grid content
|
|
@@ -46896,6 +46803,7 @@ $kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 4 ) !default;
|
|
|
46896
46803
|
|
|
46897
46804
|
.k-spreadsheet-sheets {
|
|
46898
46805
|
flex: 1 1 auto;
|
|
46806
|
+
overflow: hidden;
|
|
46899
46807
|
}
|
|
46900
46808
|
.k-spreadsheet-sheets .k-tabstrip-items-wrapper {
|
|
46901
46809
|
border-width: 0;
|
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": "7.0.1
|
|
4
|
+
"version": "7.0.1",
|
|
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-svg-icons": "2.0.0",
|
|
54
|
-
"@progress/kendo-theme-core": "7.0.1
|
|
55
|
-
"@progress/kendo-theme-default": "7.0.1
|
|
56
|
-
"@progress/kendo-theme-utils": "7.0.1
|
|
54
|
+
"@progress/kendo-theme-core": "7.0.1",
|
|
55
|
+
"@progress/kendo-theme-default": "7.0.1",
|
|
56
|
+
"@progress/kendo-theme-utils": "7.0.1"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "58e4637d58f04db3121af3d6e1654cea6baec328"
|
|
59
59
|
}
|