@progress/kendo-theme-classic 5.2.1-dev.4 → 5.3.0

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 CHANGED
@@ -1412,6 +1412,22 @@ kendo-sortable {
1412
1412
  background-color: #f0f0f0;
1413
1413
  }
1414
1414
 
1415
+ .k-aspect-ratio-auto {
1416
+ aspect-ratio: auto;
1417
+ }
1418
+
1419
+ .\!k-aspect-ratio-auto {
1420
+ aspect-ratio: auto !important;
1421
+ }
1422
+
1423
+ .k-aspect-ratio-1 {
1424
+ aspect-ratio: 1;
1425
+ }
1426
+
1427
+ .\!k-aspect-ratio-1 {
1428
+ aspect-ratio: 1 !important;
1429
+ }
1430
+
1415
1431
  .k-border {
1416
1432
  border-width: 1px !important;
1417
1433
  }
@@ -6091,6 +6107,10 @@ kendo-sortable {
6091
6107
  }
6092
6108
 
6093
6109
  .k-text-nowrap {
6110
+ white-space: nowrap;
6111
+ }
6112
+
6113
+ .\!k-text-nowrap {
6094
6114
  white-space: nowrap !important;
6095
6115
  }
6096
6116
 
@@ -6100,51 +6120,147 @@ kendo-sortable {
6100
6120
  text-overflow: ellipsis;
6101
6121
  }
6102
6122
 
6123
+ .k-white-space-normal {
6124
+ white-space: normal;
6125
+ }
6126
+
6127
+ .\!k-white-space-normal {
6128
+ white-space: normal !important;
6129
+ }
6130
+
6131
+ .k-white-space-nowrap {
6132
+ white-space: nowrap;
6133
+ }
6134
+
6135
+ .\!k-white-space-nowrap {
6136
+ white-space: nowrap !important;
6137
+ }
6138
+
6139
+ .k-white-space-pre {
6140
+ white-space: pre;
6141
+ }
6142
+
6143
+ .\!k-white-space-pre {
6144
+ white-space: pre !important;
6145
+ }
6146
+
6147
+ .k-white-space-pre-wrap {
6148
+ white-space: pre-wrap;
6149
+ }
6150
+
6151
+ .\!k-white-space-pre-wrap {
6152
+ white-space: pre-wrap !important;
6153
+ }
6154
+
6155
+ .k-white-space-pre-line {
6156
+ white-space: pre-line;
6157
+ }
6158
+
6159
+ .\!k-white-space-pre-line {
6160
+ white-space: pre-line !important;
6161
+ }
6162
+
6163
+ .k-white-space-break-spaces {
6164
+ white-space: break-spaces;
6165
+ }
6166
+
6167
+ .\!k-white-space-break-spaces {
6168
+ white-space: break-spaces !important;
6169
+ }
6170
+
6103
6171
  .k-text-left {
6172
+ text-align: left;
6173
+ }
6174
+
6175
+ .\!k-text-left {
6104
6176
  text-align: left !important;
6105
6177
  }
6106
6178
 
6107
6179
  .k-text-right {
6180
+ text-align: right;
6181
+ }
6182
+
6183
+ .\!k-text-right {
6108
6184
  text-align: right !important;
6109
6185
  }
6110
6186
 
6111
6187
  .k-text-center {
6188
+ text-align: center;
6189
+ }
6190
+
6191
+ .\!k-text-center {
6112
6192
  text-align: center !important;
6113
6193
  }
6114
6194
 
6115
6195
  .k-text-justify {
6196
+ text-align: justify;
6197
+ }
6198
+
6199
+ .\!k-text-justify {
6116
6200
  text-align: justify !important;
6117
6201
  }
6118
6202
 
6119
6203
  .k-text-lowercase {
6204
+ text-transform: lowercase;
6205
+ }
6206
+
6207
+ .\!k-text-lowercase {
6120
6208
  text-transform: lowercase !important;
6121
6209
  }
6122
6210
 
6123
6211
  .k-text-uppercase {
6212
+ text-transform: uppercase;
6213
+ }
6214
+
6215
+ .\!k-text-uppercase {
6124
6216
  text-transform: uppercase !important;
6125
6217
  }
6126
6218
 
6127
6219
  .k-text-capitalize {
6220
+ text-transform: capitalize;
6221
+ }
6222
+
6223
+ .\!k-text-capitalize {
6128
6224
  text-transform: capitalize !important;
6129
6225
  }
6130
6226
 
6131
6227
  .k-fs-xs {
6228
+ font-size: 10px;
6229
+ }
6230
+
6231
+ .\!k-fs-xs {
6132
6232
  font-size: 10px !important;
6133
6233
  }
6134
6234
 
6135
6235
  .k-fs-sm {
6236
+ font-size: 12px;
6237
+ }
6238
+
6239
+ .\!k-fs-sm {
6136
6240
  font-size: 12px !important;
6137
6241
  }
6138
6242
 
6139
6243
  .k-fs-md {
6244
+ font-size: 14px;
6245
+ }
6246
+
6247
+ .\!k-fs-md {
6140
6248
  font-size: 14px !important;
6141
6249
  }
6142
6250
 
6143
6251
  .k-fs-lg {
6252
+ font-size: 16px;
6253
+ }
6254
+
6255
+ .\!k-fs-lg {
6144
6256
  font-size: 16px !important;
6145
6257
  }
6146
6258
 
6147
6259
  .k-fs-xl {
6260
+ font-size: 20px;
6261
+ }
6262
+
6263
+ .\!k-fs-xl {
6148
6264
  font-size: 20px !important;
6149
6265
  }
6150
6266
 
@@ -12046,7 +12162,6 @@ kendo-badge-container {
12046
12162
  }
12047
12163
 
12048
12164
  .k-icon-button {
12049
- aspect-ratio: 1;
12050
12165
  gap: 0;
12051
12166
  }
12052
12167
 
@@ -13995,7 +14110,7 @@ textarea.k-input-inner {
13995
14110
  width: auto;
13996
14111
  }
13997
14112
 
13998
- .k-floating-label-container.k-state-empty > .k-label {
14113
+ .k-floating-label-container.k-state-empty > .k-label, .k-floating-label-container.k-empty > .k-label {
13999
14114
  top: 25.0000000004px;
14000
14115
  left: 9px;
14001
14116
  transform: scale(1);
@@ -14003,7 +14118,8 @@ textarea.k-input-inner {
14003
14118
  }
14004
14119
 
14005
14120
  .k-floating-label-container > .k-label,
14006
- .k-floating-label-container.k-state-focused > .k-label {
14121
+ .k-floating-label-container.k-state-focused > .k-label,
14122
+ .k-floating-label-container.k-focus > .k-label {
14007
14123
  top: 0;
14008
14124
  left: 0;
14009
14125
  transform: scale(1);
@@ -14026,25 +14142,30 @@ textarea.k-input-inner {
14026
14142
  [dir="rtl"] .k-floating-label-container > .k-label,
14027
14143
  .k-rtl .k-floating-label-container > .k-label, .k-floating-label-container[dir="rtl"] > .k-label {
14028
14144
  transform-origin: right center;
14145
+ transition: transform 0.2s ease-out, color 0.2s ease-out, top 0.2s ease-out, right 0.2s ease-out;
14029
14146
  }
14030
14147
 
14031
- [dir="rtl"] .k-floating-label-container.k-state-empty > .k-label,
14032
- .k-rtl .k-floating-label-container.k-state-empty > .k-label, .k-floating-label-container[dir="rtl"].k-state-empty > .k-label {
14148
+ [dir="rtl"] .k-floating-label-container.k-state-empty > .k-label, [dir="rtl"] .k-floating-label-container.k-empty > .k-label,
14149
+ .k-rtl .k-floating-label-container.k-state-empty > .k-label,
14150
+ .k-rtl .k-floating-label-container.k-empty > .k-label, .k-floating-label-container[dir="rtl"].k-state-empty > .k-label, .k-floating-label-container[dir="rtl"].k-empty > .k-label {
14033
14151
  left: auto;
14034
14152
  right: 9px;
14035
14153
  }
14036
14154
 
14037
14155
  [dir="rtl"] .k-floating-label-container > .k-label,
14038
14156
  [dir="rtl"] .k-floating-label-container.k-state-focused > .k-label,
14157
+ [dir="rtl"] .k-floating-label-container.k-focus > .k-label,
14039
14158
  .k-rtl .k-floating-label-container > .k-label,
14040
- .k-rtl .k-floating-label-container.k-state-focused > .k-label, .k-floating-label-container[dir="rtl"] > .k-label,
14041
- .k-floating-label-container[dir="rtl"].k-state-focused > .k-label {
14159
+ .k-rtl .k-floating-label-container.k-state-focused > .k-label,
14160
+ .k-rtl .k-floating-label-container.k-focus > .k-label, .k-floating-label-container[dir="rtl"] > .k-label,
14161
+ .k-floating-label-container[dir="rtl"].k-state-focused > .k-label,
14162
+ .k-floating-label-container[dir="rtl"].k-focus > .k-label {
14042
14163
  left: auto;
14043
14164
  right: 0;
14044
14165
  }
14045
14166
 
14046
- [dir="rtl"] .k-floating-label-container:focus-within,
14047
- .k-rtl .k-floating-label-container:focus-within, .k-floating-label-container[dir="rtl"]:focus-within {
14167
+ [dir="rtl"] .k-floating-label-container:focus-within > .k-label,
14168
+ .k-rtl .k-floating-label-container:focus-within > .k-label, .k-floating-label-container[dir="rtl"]:focus-within > .k-label {
14048
14169
  left: auto;
14049
14170
  right: 0;
14050
14171
  }
@@ -18902,7 +19023,7 @@ kendo-label > .k-label {
18902
19023
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.8);
18903
19024
  }
18904
19025
 
18905
- .k-colorpalette-tile.k-state-selected, .k-colorpalette-tile.k-state-selected:hover {
19026
+ .k-colorpalette-tile.k-state-selected, .k-colorpalette-tile.k-state-selected:hover, .k-colorpalette-tile.k-selected, .k-colorpalette-tile.k-selected:hover {
18906
19027
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px white;
18907
19028
  }
18908
19029
 
@@ -19131,7 +19252,7 @@ kendo-label > .k-label {
19131
19252
  }
19132
19253
 
19133
19254
  .k-colorgradient-input-label {
19134
- color: #8d8d8d;
19255
+ color: #646464;
19135
19256
  }
19136
19257
 
19137
19258
  .k-rtl .k-colorgradient .k-hue-slider.k-slider-horizontal .k-slider-track,
@@ -20007,7 +20128,7 @@ kendo-label > .k-label {
20007
20128
  }
20008
20129
 
20009
20130
  .k-dropzone-inner .k-dropzone-note {
20010
- color: #7d7d7d;
20131
+ color: #646464;
20011
20132
  }
20012
20133
 
20013
20134
  .k-external-dropzone-hover .k-icon,
@@ -21330,7 +21451,6 @@ kendo-label > .k-label {
21330
21451
 
21331
21452
  .k-actionsheet-item-description {
21332
21453
  font-size: 0.875em;
21333
- opacity: 0.75;
21334
21454
  }
21335
21455
 
21336
21456
  .k-actionsheet > .k-hr {
@@ -21393,6 +21513,10 @@ kendo-label > .k-label {
21393
21513
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
21394
21514
  }
21395
21515
 
21516
+ .k-actionsheet-item-description {
21517
+ color: #646464;
21518
+ }
21519
+
21396
21520
  .k-actionsheet-action:hover, .k-actionsheet-action.k-state-hover {
21397
21521
  background-color: #dddddd;
21398
21522
  }
@@ -23153,6 +23277,7 @@ kendo-card-footer {
23153
23277
  font-family: inherit;
23154
23278
  font-size: 14px;
23155
23279
  line-height: 1.4285714286;
23280
+ white-space: nowrap;
23156
23281
  display: flex;
23157
23282
  align-items: center;
23158
23283
  position: relative;
@@ -24323,7 +24448,7 @@ kendo-card-footer {
24323
24448
  }
24324
24449
 
24325
24450
  .k-expander-sub-title {
24326
- opacity: 0.5;
24451
+ color: #646464;
24327
24452
  }
24328
24453
 
24329
24454
  .k-panelbar {
@@ -25918,7 +26043,7 @@ kendo-card-footer {
25918
26043
  padding: 0;
25919
26044
  width: auto;
25920
26045
  height: auto;
25921
- opacity: .5;
26046
+ opacity: 0.5;
25922
26047
  }
25923
26048
 
25924
26049
  .k-group-indicator .k-button-flat::before, .k-group-indicator .k-button-flat::after {
@@ -26338,8 +26463,7 @@ div.k-grid-footer {
26338
26463
  }
26339
26464
 
26340
26465
  .k-grid-content,
26341
- .k-grid-content-locked,
26342
- .k-pager-wrap {
26466
+ .k-grid-content-locked {
26343
26467
  white-space: normal;
26344
26468
  }
26345
26469
 
@@ -29965,7 +30089,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
29965
30089
  }
29966
30090
 
29967
30091
  .k-taskboard-card .k-card-title:hover, .k-taskboard-card .k-card-title.k-state-hover {
29968
- color: #f57329;
30092
+ color: #cc4a00;
29969
30093
  }
29970
30094
 
29971
30095
  .k-taskboard-card:focus, .k-taskboard-card.k-state-focus {
@@ -31028,8 +31152,7 @@ kendo-editor.k-readonly .k-editor-content.k-state-focused {
31028
31152
 
31029
31153
  .k-gantt .k-treelist-scrollable .k-task-summary {
31030
31154
  height: 15px;
31031
- -webkit-clip-path: polygon(-20px 0, calc(100% + 20px) 0, calc(100% + 20px) 100%, 100% 100%, calc(100% - 8px) calc(100% - 5px), 8px calc(100% - 5px), 0 100%, -20px 100%);
31032
- clip-path: polygon(-20px 0, calc(100% + 20px) 0, calc(100% + 20px) 100%, 100% 100%, calc(100% - 8px) calc(100% - 5px), 8px calc(100% - 5px), 0 100%, -20px 100%);
31155
+ clip-path: polygon(-20px 0, calc(100% + 20px) 0, calc(100% + 20px) 100%, 100% 100%, calc(100% - 8px) calc(100% - 5px), 8px calc(100% - 5px), 0 100%, -20px 100%);
31033
31156
  }
31034
31157
 
31035
31158
  .k-gantt .k-treelist-scrollable .k-task-summary-complete {
@@ -33051,6 +33174,10 @@ kendo-scheduler .k-recurrence-editor {
33051
33174
  color: black;
33052
33175
  }
33053
33176
 
33177
+ .k-event-ongoing {
33178
+ box-shadow: inset 0px 0px 0px 1px #ff0000;
33179
+ }
33180
+
33054
33181
  .k-scheduler-marquee::before,
33055
33182
  .k-scheduler-marquee::after {
33056
33183
  border-color: #f35800;
@@ -33251,6 +33378,7 @@ kendo-scheduler .k-recurrence-editor {
33251
33378
  border-style: solid;
33252
33379
  line-height: 18px;
33253
33380
  word-wrap: break-word;
33381
+ white-space: pre-wrap;
33254
33382
  }
33255
33383
 
33256
33384
  .k-chat .k-bubble a {
package/dist/all.scss CHANGED
@@ -3300,6 +3300,39 @@ $display4-letter-spacing: null !default;
3300
3300
 
3301
3301
 
3302
3302
  // Component
3303
+ // #region @import "_aspect-ratio.scss"; -> packages/classic/scss/utils/_aspect-ratio.scss
3304
+ // #region @import "~@progress/kendo-theme-default/scss/utils/_aspect-ratio.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/utils/_aspect-ratio.scss
3305
+ @include exports( "utils/aspect-ratio" ) {
3306
+
3307
+ // Aspect-ratio documentation sourced from https://developer.mozilla.org/en-US/docs/Web/CSS/aspect-ratio.
3308
+
3309
+ // @name k-aspect-ratio-auto
3310
+ // @description This is equivalent to `aspect-ratio: auto;`. Replaced elements with an intrinsic aspect ratio use that aspect ratio, otherwise the box has no preferred aspect ratio. Size calculations involving intrinsic aspect ratio always work with the content box dimensions.
3311
+ // @group aspect-ratio
3312
+
3313
+ // @name k-aspect-ratio-1
3314
+ // @description This is equivalent to `aspect-ratio: 1;`. The box's preferred aspect ratio is the specified ratio of 1. Size calculations involving preferred aspect ratio work with the dimensions of the box specified by box-sizing.
3315
+ // @group aspect-ratio
3316
+
3317
+ $utils-aspect-ratio: (
3318
+ auto,
3319
+ 1
3320
+ ) !default;
3321
+
3322
+ @if $utils-aspect-ratio {
3323
+ @each $aspect-ratio in $utils-aspect-ratio {
3324
+ .k-aspect-ratio-#{$aspect-ratio} { aspect-ratio: $aspect-ratio; }
3325
+
3326
+ // sass-lint:disable-block no-important
3327
+ .\!k-aspect-ratio-#{$aspect-ratio} { aspect-ratio: $aspect-ratio !important; }
3328
+ }
3329
+ }
3330
+
3331
+ }
3332
+
3333
+ // #endregion
3334
+
3335
+ // #endregion
3303
3336
  // #region @import "_border.scss"; -> packages/classic/scss/utils/_border.scss
3304
3337
  $utils-border-radius: (
3305
3338
  default: $kendo-border-radius-md,
@@ -4376,6 +4409,7 @@ $utils-border-radius: (
4376
4409
  @include exports( "utils/text" ) {
4377
4410
 
4378
4411
  // stylelint-disable block-opening-brace-space-before
4412
+ // sass-lint:disable class-name-format
4379
4413
 
4380
4414
  // White-space documentation sourced from https://developer.mozilla.org/en-US/docs/Web/CSS/white-space.
4381
4415
  // Text-align documentation sourced from https://developer.mozilla.org/en-US/docs/Web/CSS/text-align.
@@ -4383,6 +4417,7 @@ $utils-border-radius: (
4383
4417
 
4384
4418
  $text-align: ( left, right, center, justify ) !default;
4385
4419
  $text-transform: ( lowercase, uppercase, capitalize ) !default;
4420
+ $white-space: ( normal, nowrap, pre, pre-wrap, pre-line, break-spaces ) !default;
4386
4421
 
4387
4422
  $kendo-font-sizes: (
4388
4423
  xs: $font-size-xs,
@@ -4397,12 +4432,42 @@ $utils-border-radius: (
4397
4432
  /// @name k-text-nowrap
4398
4433
  /// @description This is equivalent to `white-space: nowrap;`. Collapses white space as for normal, but suppresses line breaks (text wrapping) within the source.
4399
4434
  /// @group text
4400
- .k-text-nowrap { white-space: nowrap !important; } // sass-lint:disable-line no-important
4435
+ .k-text-nowrap { white-space: nowrap; }
4436
+ .\!k-text-nowrap { white-space: nowrap !important; } // sass-lint:disable-line no-important
4401
4437
  /// @name k-text-ellipsis
4402
4438
  /// @description This is equivalent to `white-space: nowrap; overflow: hidden; text-overflow: ellipsis;`.
4403
4439
  /// @group text
4404
4440
  .k-text-ellipsis { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } // sass-lint:disable-line one-declaration-per-line
4405
4441
 
4442
+ /// @name k-white-space-normal
4443
+ /// @description This is equivalent to `white-space: normal;`. Sequences of white space are collapsed. Newline characters in the source are handled the same as other white space. Lines are broken as necessary to fill line boxes.
4444
+ /// @group text
4445
+
4446
+ /// @name k-white-space-nowrap
4447
+ /// @description This is equivalent to `white-space: nowrap;`. Collapses white space as for normal, but suppresses line breaks (text wrapping) within the source.
4448
+ /// @group text
4449
+
4450
+ /// @name k-white-space-pre
4451
+ /// @description This is equivalent to `white-space: pre;`. Sequences of white space are preserved. Lines are only broken at newline characters in the source and at <br> elements.
4452
+ /// @group text
4453
+
4454
+ /// @name k-white-space-pre-wrap
4455
+ /// @description This is equivalent to `white-space: pre-wrap;`. Sequences of white space are preserved. Lines are broken at newline characters, at <br>, and as necessary to fill line boxes.
4456
+ /// @group text
4457
+
4458
+ /// @name k-white-space-pre-line
4459
+ /// @description This is equivalent to `white-space: pre-line;`. Sequences of white space are collapsed. Lines are broken at newline characters, at <br>, and as necessary to fill line boxes.
4460
+ /// @group text
4461
+
4462
+ /// @name k-white-space-break-spaces
4463
+ /// @description This is equivalent to `white-space: break-spaces;`. Collapses white space as for normal, but suppresses line breaks (text wrapping) within the source.
4464
+ /// @group text
4465
+
4466
+ @each $wrap in $white-space {
4467
+ .k-white-space-#{$wrap} { white-space: $wrap; }
4468
+ .\!k-white-space-#{$wrap} { white-space: $wrap !important; } // sass-lint:disable-line no-important
4469
+ }
4470
+
4406
4471
 
4407
4472
  // Align
4408
4473
 
@@ -4423,7 +4488,8 @@ $utils-border-radius: (
4423
4488
  /// @group text
4424
4489
 
4425
4490
  @each $align in $text-align {
4426
- .k-text-#{$align} { text-align: $align !important; } // sass-lint:disable-line no-important
4491
+ .k-text-#{$align} { text-align: $align; }
4492
+ .\!k-text-#{$align} { text-align: $align !important; } // sass-lint:disable-line no-important
4427
4493
  }
4428
4494
 
4429
4495
 
@@ -4442,12 +4508,14 @@ $utils-border-radius: (
4442
4508
  /// @group text
4443
4509
 
4444
4510
  @each $transform in $text-transform {
4445
- .k-text-#{$transform} { text-transform: $transform !important; } // sass-lint:disable-line no-important
4511
+ .k-text-#{$transform} { text-transform: $transform; }
4512
+ .\!k-text-#{$transform} { text-transform: $transform !important; } // sass-lint:disable-line no-important
4446
4513
  }
4447
4514
 
4448
4515
  // Font Size
4449
4516
  @each $name, $size in $kendo-font-sizes {
4450
- .k-fs-#{$name} { font-size: $size !important; } // sass-lint:disable-line no-important
4517
+ .k-fs-#{$name} { font-size: $size; }
4518
+ .\!k-fs-#{$name} { font-size: $size !important; } // sass-lint:disable-line no-important
4451
4519
  }
4452
4520
 
4453
4521
  // Named font-weight
@@ -8204,7 +8272,7 @@ $kendo-button-disabled-shadow: null !default;
8204
8272
 
8205
8273
  // Solid button
8206
8274
  $kendo-solid-button-gradient: $base-gradient !default;
8207
- $kendo-solid-button-shade-function: "try-shade";
8275
+ $kendo-solid-button-shade-function: "try-shade" !default;
8208
8276
  $kendo-solid-button-shade-text-amount: 0 !default;
8209
8277
  $kendo-solid-button-shade-bg-amount: 0 !default;
8210
8278
  $kendo-solid-button-shade-border-amount: 2 !default;
@@ -8307,7 +8375,6 @@ $kendo-button-transition: color .2s ease-in-out !default;
8307
8375
 
8308
8376
  // Icon Button
8309
8377
  .k-icon-button {
8310
- aspect-ratio: 1;
8311
8378
  gap: 0;
8312
8379
 
8313
8380
  .k-icon {
@@ -9790,7 +9857,8 @@ $floating-label-focus-text: null !default;
9790
9857
  width: auto;
9791
9858
  }
9792
9859
 
9793
- &.k-state-empty {
9860
+ &.k-state-empty,
9861
+ &.k-empty {
9794
9862
  > .k-label {
9795
9863
  top: $floating-label-offset-y;
9796
9864
  left: $floating-label-offset-x;
@@ -9801,7 +9869,8 @@ $floating-label-focus-text: null !default;
9801
9869
 
9802
9870
  > .k-label,
9803
9871
  // &:focus-within > .k-label,
9804
- &.k-state-focused > .k-label {
9872
+ &.k-state-focused > .k-label,
9873
+ &.k-focus > .k-label {
9805
9874
  top: $floating-label-focus-offset-y;
9806
9875
  left: $floating-label-focus-offset-x;
9807
9876
  transform: scale( $floating-label-focus-scale );
@@ -9822,9 +9891,11 @@ $floating-label-focus-text: null !default;
9822
9891
 
9823
9892
  > .k-label {
9824
9893
  transform-origin: right center;
9894
+ transition: transform $floating-label-transition, color $floating-label-transition, top $floating-label-transition, right $floating-label-transition;
9825
9895
  }
9826
9896
 
9827
- &.k-state-empty {
9897
+ &.k-state-empty,
9898
+ &.k-empty {
9828
9899
  > .k-label {
9829
9900
  left: auto;
9830
9901
  right: $floating-label-offset-x;
@@ -9833,11 +9904,12 @@ $floating-label-focus-text: null !default;
9833
9904
 
9834
9905
  > .k-label,
9835
9906
  // &:focus-within > .k-label,
9836
- &.k-state-focused > .k-label {
9907
+ &.k-state-focused > .k-label,
9908
+ &.k-focus > .k-label {
9837
9909
  left: auto;
9838
9910
  right: $floating-label-focus-offset-x;
9839
9911
  }
9840
- &:focus-within {
9912
+ &:focus-within > .k-label {
9841
9913
  left: auto;
9842
9914
  right: $floating-label-focus-offset-x;
9843
9915
  }
@@ -17586,7 +17658,9 @@ $colorpalette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inset 0 0 0
17586
17658
  }
17587
17659
 
17588
17660
  &.k-state-selected,
17589
- &.k-state-selected:hover {
17661
+ &.k-state-selected:hover,
17662
+ &.k-selected,
17663
+ &.k-selected:hover {
17590
17664
  @include box-shadow( $colorpalette-tile-selected-shadow );
17591
17665
  }
17592
17666
 
@@ -17738,7 +17812,7 @@ $colorgradient-canvas-draghandle-margin-x: -( $colorgradient-draghandle-width /
17738
17812
  $colorgradient-input-width: 46px !default;
17739
17813
  $colorgradient-input-gap: ( $colorgradient-spacer / 1.5 ) !default;
17740
17814
  $colorgradient-input-label-gap: ( $colorgradient-spacer / 3 ) !default;
17741
- $colorgradient-input-label-text: $disabled-text !default;
17815
+ $colorgradient-input-label-text: $subtle-text !default;
17742
17816
 
17743
17817
  $colorgradient-contrast-ratio-font-weight: $font-weight-bold !default;
17744
17818
  $colorgradient-contrast-spacer: ( $colorgradient-spacer / 1.5 ) !default;
@@ -20231,7 +20305,7 @@ $dropzone-hint-text: null !default;
20231
20305
 
20232
20306
  $dropzone-note-font-size: $font-size-sm !default;
20233
20307
  $dropzone-note-spacing: null !default;
20234
- $dropzone-note-text: try-tint( $dropzone-text, 5 ) !default;
20308
+ $dropzone-note-text: $subtle-text !default;
20235
20309
 
20236
20310
  // #endregion
20237
20311
  // #region @import "_layout.scss"; -> packages/classic/scss/dropzone/_layout.scss
@@ -21698,8 +21772,9 @@ $actionsheet-item-icon-size: null !default;
21698
21772
 
21699
21773
  $actionsheet-item-title-font-weight: null !default;
21700
21774
  $actionsheet-item-title-text-transform: null !default;
21775
+
21701
21776
  $actionsheet-item-description-font-size: .875em !default;
21702
- $actionsheet-item-description-opacity: .75 !default;
21777
+ $actionsheet-item-description-text: $subtle-text !default;
21703
21778
 
21704
21779
  $actionsheet-item-hover-bg: $hovered-bg !default;
21705
21780
  $actionsheet-item-hover-text: null !default;
@@ -21813,7 +21888,6 @@ $actionsheet-item-disabled-shadow: null !default;
21813
21888
  }
21814
21889
  .k-actionsheet-item-description {
21815
21890
  font-size: $actionsheet-item-description-font-size;
21816
- opacity: $actionsheet-item-description-opacity;
21817
21891
  }
21818
21892
 
21819
21893
 
@@ -21908,6 +21982,12 @@ $actionsheet-item-disabled-shadow: null !default;
21908
21982
  .k-actionsheet-item {}
21909
21983
 
21910
21984
 
21985
+ // Actionsheet item description
21986
+ .k-actionsheet-item-description {
21987
+ @include fill( $color: $actionsheet-item-description-text );
21988
+ }
21989
+
21990
+
21911
21991
  // Actionsheet action
21912
21992
  .k-actionsheet-action {
21913
21993
 
@@ -24438,6 +24518,7 @@ $pager-dropdown-width: 5em !default;
24438
24518
  font-family: $pager-font-family;
24439
24519
  font-size: $pager-font-size;
24440
24520
  line-height: $pager-line-height;
24521
+ white-space: nowrap;
24441
24522
  display: flex;
24442
24523
  align-items: center;
24443
24524
  position: relative;
@@ -26300,7 +26381,7 @@ $expander-header-focused-shadow: $kendo-list-item-focus-shadow !default;
26300
26381
 
26301
26382
  $expander-title-text: $primary !default;
26302
26383
 
26303
- $expander-header-sub-title-opacity: .5 !default;
26384
+ $expander-header-sub-title-text: $subtle-text !default;
26304
26385
 
26305
26386
  $expander-content-padding-x: $padding-x * 2 !default;
26306
26387
  $expander-content-padding-y: $padding-y * 4 !default;
@@ -26427,7 +26508,7 @@ $expander-content-padding-y: $padding-y * 4 !default;
26427
26508
  }
26428
26509
 
26429
26510
  .k-expander-sub-title {
26430
- opacity: $expander-header-sub-title-opacity;
26511
+ color: $expander-header-sub-title-text;
26431
26512
  }
26432
26513
  }
26433
26514
 
@@ -28147,6 +28228,8 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
28147
28228
 
28148
28229
  $grid-group-indicator-border-radius: $kendo-border-radius-md !default;
28149
28230
  $grid-group-indicator-gap: $table-cell-padding-y !default;
28231
+ $grid-group-indicator-button-opacity: $kendo-input-clear-value-opacity !default;
28232
+ $grid-group-indicator-button-hover-opacity: $kendo-input-clear-value-hover-opacity !default;
28150
28233
 
28151
28234
  $grid-grouping-row-border-top: 1px !default;
28152
28235
  $grid-group-footer-border-y: 1px !default;
@@ -28615,7 +28698,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
28615
28698
  padding: 0;
28616
28699
  width: auto;
28617
28700
  height: auto;
28618
- opacity: .5;
28701
+ opacity: $grid-group-indicator-button-opacity;
28619
28702
 
28620
28703
  &::before,
28621
28704
  &::after {
@@ -28623,7 +28706,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
28623
28706
  }
28624
28707
 
28625
28708
  &:hover {
28626
- opacity: 1;
28709
+ opacity: $grid-group-indicator-button-hover-opacity;
28627
28710
  }
28628
28711
  }
28629
28712
  }
@@ -29047,8 +29130,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
29047
29130
  }
29048
29131
 
29049
29132
  .k-grid-content,
29050
- .k-grid-content-locked,
29051
- .k-pager-wrap {
29133
+ .k-grid-content-locked {
29052
29134
  white-space: normal;
29053
29135
  }
29054
29136
 
@@ -33661,7 +33743,7 @@ $taskboard-card-selected-shadow: none !default;
33661
33743
 
33662
33744
  $taskboard-card-header-text: $primary !default;
33663
33745
  $taskboard-card-header-focus-text: $primary-darker !default;
33664
- $taskboard-card-header-hover-text: $primary-lighter !default;
33746
+ $taskboard-card-header-hover-text: $primary-darker !default;
33665
33747
 
33666
33748
  $taskboard-drag-placeholder-border-width: 1px !default;
33667
33749
  $taskboard-drag-placeholder-border-radius: $taskboard-card-border-radius !default;
@@ -36580,6 +36662,8 @@ $scheduler-event-selected-border: null !default;
36580
36662
  $scheduler-event-selected-gradient: null !default;
36581
36663
  $scheduler-event-selected-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
36582
36664
 
36665
+ $scheduler-event-ongoing-shadow: inset 0px 0px 0px 1px #ff0000 !default;
36666
+
36583
36667
  $scheduler-cell-padding-x: map-get( $spacing, 2 ) !default;
36584
36668
  $scheduler-cell-padding-y: map-get( $spacing, 2 ) !default;
36585
36669
  $scheduler-cell-height: $line-height-em !default;
@@ -37868,6 +37952,9 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
37868
37952
  .k-event-inverse {
37869
37953
  color: contrast-wcag( $scheduler-event-text );
37870
37954
  }
37955
+ .k-event-ongoing {
37956
+ @include box-shadow( $scheduler-event-ongoing-shadow );
37957
+ }
37871
37958
 
37872
37959
 
37873
37960
  // Drag hint
@@ -38255,6 +38342,7 @@ $chat-quick-reply-hover-border: $primary !default;
38255
38342
  border-style: solid;
38256
38343
  line-height: $chat-bubble-line-height;
38257
38344
  word-wrap: break-word;
38345
+ white-space: pre-wrap;
38258
38346
 
38259
38347
  a {
38260
38348
  color: inherit;
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Green Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.2.1-dev.4",
6
+ "version": "5.3.0",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#131413",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Green",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.2.1-dev.4",
6
+ "version": "5.3.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f3f4f3",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.2.1-dev.4",
6
+ "version": "5.3.0",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#101010",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.2.1-dev.4",
6
+ "version": "5.3.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f0f0f0",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Opal Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.2.1-dev.4",
6
+ "version": "5.3.0",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#1e242d",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Opal",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.2.1-dev.4",
6
+ "version": "5.3.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#def4fd",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Silver Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.2.1-dev.4",
6
+ "version": "5.3.0",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#131314",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Silver",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.2.1-dev.4",
6
+ "version": "5.3.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f3f3f4",
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": "5.2.1-dev.4",
4
+ "version": "5.3.0",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -49,7 +49,7 @@
49
49
  "postpublish": "echo 'no postpublish for classic theme'"
50
50
  },
51
51
  "dependencies": {
52
- "@progress/kendo-theme-default": "^5.2.1-dev.4"
52
+ "@progress/kendo-theme-default": "^5.3.0"
53
53
  },
54
- "gitHead": "9045b47fb4e1bcf58c8d4c400e28293bd0563b20"
54
+ "gitHead": "867f14d5246e147b66555ac808c5790ba8881d12"
55
55
  }
@@ -44,8 +44,9 @@ $actionsheet-item-icon-size: null !default;
44
44
 
45
45
  $actionsheet-item-title-font-weight: null !default;
46
46
  $actionsheet-item-title-text-transform: null !default;
47
+
47
48
  $actionsheet-item-description-font-size: .875em !default;
48
- $actionsheet-item-description-opacity: .75 !default;
49
+ $actionsheet-item-description-text: $subtle-text !default;
49
50
 
50
51
  $actionsheet-item-hover-bg: $hovered-bg !default;
51
52
  $actionsheet-item-hover-text: null !default;
@@ -167,7 +167,7 @@ $kendo-button-disabled-shadow: null !default;
167
167
 
168
168
  // Solid button
169
169
  $kendo-solid-button-gradient: $base-gradient !default;
170
- $kendo-solid-button-shade-function: "try-shade";
170
+ $kendo-solid-button-shade-function: "try-shade" !default;
171
171
  $kendo-solid-button-shade-text-amount: 0 !default;
172
172
  $kendo-solid-button-shade-bg-amount: 0 !default;
173
173
  $kendo-solid-button-shade-border-amount: 2 !default;
@@ -46,7 +46,7 @@ $colorgradient-canvas-draghandle-margin-x: -( $colorgradient-draghandle-width /
46
46
  $colorgradient-input-width: 46px !default;
47
47
  $colorgradient-input-gap: ( $colorgradient-spacer / 1.5 ) !default;
48
48
  $colorgradient-input-label-gap: ( $colorgradient-spacer / 3 ) !default;
49
- $colorgradient-input-label-text: $disabled-text !default;
49
+ $colorgradient-input-label-text: $subtle-text !default;
50
50
 
51
51
  $colorgradient-contrast-ratio-font-weight: $font-weight-bold !default;
52
52
  $colorgradient-contrast-spacer: ( $colorgradient-spacer / 1.5 ) !default;
@@ -23,4 +23,4 @@ $dropzone-hint-text: null !default;
23
23
 
24
24
  $dropzone-note-font-size: $font-size-sm !default;
25
25
  $dropzone-note-spacing: null !default;
26
- $dropzone-note-text: try-tint( $dropzone-text, 5 ) !default;
26
+ $dropzone-note-text: $subtle-text !default;
@@ -27,7 +27,7 @@ $expander-header-focused-shadow: $kendo-list-item-focus-shadow !default;
27
27
 
28
28
  $expander-title-text: $primary !default;
29
29
 
30
- $expander-header-sub-title-opacity: .5 !default;
30
+ $expander-header-sub-title-text: $subtle-text !default;
31
31
 
32
32
  $expander-content-padding-x: $padding-x * 2 !default;
33
33
  $expander-content-padding-y: $padding-y * 4 !default;
@@ -40,6 +40,8 @@ $scheduler-event-selected-border: null !default;
40
40
  $scheduler-event-selected-gradient: null !default;
41
41
  $scheduler-event-selected-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
42
42
 
43
+ $scheduler-event-ongoing-shadow: inset 0px 0px 0px 1px #ff0000 !default;
44
+
43
45
  $scheduler-cell-padding-x: map-get( $spacing, 2 ) !default;
44
46
  $scheduler-cell-padding-y: map-get( $spacing, 2 ) !default;
45
47
  $scheduler-cell-height: $line-height-em !default;
@@ -86,7 +86,7 @@ $taskboard-card-selected-shadow: none !default;
86
86
 
87
87
  $taskboard-card-header-text: $primary !default;
88
88
  $taskboard-card-header-focus-text: $primary-darker !default;
89
- $taskboard-card-header-hover-text: $primary-lighter !default;
89
+ $taskboard-card-header-hover-text: $primary-darker !default;
90
90
 
91
91
  $taskboard-drag-placeholder-border-width: 1px !default;
92
92
  $taskboard-drag-placeholder-border-radius: $taskboard-card-border-radius !default;
@@ -0,0 +1 @@
1
+ @import "~@progress/kendo-theme-default/scss/utils/_aspect-ratio.scss";
@@ -6,6 +6,7 @@
6
6
 
7
7
 
8
8
  // Component
9
+ @import "_aspect-ratio.scss";
9
10
  @import "_border.scss";
10
11
  @import "_display.scss";
11
12
  @import "_flex.scss";