@progress/kendo-theme-classic 5.1.2-dev.7 → 5.2.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
@@ -12202,6 +12202,18 @@ kendo-badge-container {
12202
12202
  flex: none;
12203
12203
  }
12204
12204
 
12205
+ .k-split-button .k-split-button-arrow.k-button-sm {
12206
+ padding: 2px 2px;
12207
+ }
12208
+
12209
+ .k-split-button .k-split-button-arrow.k-button-md {
12210
+ padding: 4px 4px;
12211
+ }
12212
+
12213
+ .k-split-button .k-split-button-arrow.k-button-lg {
12214
+ padding: 6px 6px;
12215
+ }
12216
+
12205
12217
  .k-split-button .k-split-button-arrow .k-button-icon {
12206
12218
  min-width: 0;
12207
12219
  }
@@ -13369,7 +13381,7 @@ select.k-picker {
13369
13381
  position: relative;
13370
13382
  z-index: 1;
13371
13383
  overflow: hidden;
13372
- text-overflow: clip;
13384
+ text-overflow: ellipsis;
13373
13385
  -webkit-appearance: none;
13374
13386
  }
13375
13387
 
@@ -13418,7 +13430,7 @@ textarea.k-input-inner {
13418
13430
  .k-input-value-text {
13419
13431
  flex: 1;
13420
13432
  overflow: hidden;
13421
- text-overflow: clip;
13433
+ text-overflow: ellipsis;
13422
13434
  }
13423
13435
 
13424
13436
  .k-input-value-text::before {
@@ -18953,6 +18965,10 @@ kendo-label > .k-label {
18953
18965
  width: 46px;
18954
18966
  }
18955
18967
 
18968
+ .k-colorgradient-inputs .k-input-inner {
18969
+ text-overflow: clip;
18970
+ }
18971
+
18956
18972
  .k-colorgradient-color-contrast > div {
18957
18973
  display: flex;
18958
18974
  flex-flow: row nowrap;
@@ -23473,6 +23489,11 @@ kendo-card-footer {
23473
23489
  width: 5em;
23474
23490
  }
23475
23491
 
23492
+ .k-pager-sizes .k-input-inner,
23493
+ .k-pager-sizes .k-input-value-text {
23494
+ text-overflow: clip;
23495
+ }
23496
+
23476
23497
  .k-rtl .k-pager-sizes .k-dropdown-list, .k-rtl .k-pager-sizes .k-dropdown,
23477
23498
  .k-rtl .k-pager-sizes .k-dropdownlist,
23478
23499
  .k-rtl .k-pager-sizes > select,
@@ -23669,6 +23690,7 @@ kendo-card-footer {
23669
23690
  display: flex;
23670
23691
  align-items: center;
23671
23692
  justify-content: center;
23693
+ flex: none;
23672
23694
  position: relative;
23673
23695
  z-index: 1;
23674
23696
  overflow: visible;
@@ -23699,7 +23721,7 @@ kendo-card-footer {
23699
23721
  }
23700
23722
 
23701
23723
  .k-stepper .k-step-label {
23702
- max-width: calc(min(100%, 10em));
23724
+ max-width: clamp(100%, 10em, 100%);
23703
23725
  display: inline-flex;
23704
23726
  flex-wrap: wrap;
23705
23727
  align-items: center;
@@ -27644,11 +27666,6 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
27644
27666
  min-width: 1.4285714286em;
27645
27667
  }
27646
27668
 
27647
- .k-spreadsheet-toolbar .k-input,
27648
- .k-spreadsheet-toolbar .k-picker {
27649
- width: 5em;
27650
- }
27651
-
27652
27669
  .k-spreadsheet-toolbar .k-color-picker, .k-spreadsheet-toolbar .k-colorpicker {
27653
27670
  width: min-content;
27654
27671
  }
@@ -30961,6 +30978,11 @@ kendo-editor.k-readonly .k-editor-content.k-state-focused {
30961
30978
  overflow-y: auto;
30962
30979
  }
30963
30980
 
30981
+ .k-imageeditor-action-pane .k-input-inner,
30982
+ .k-imageeditor-action-pane .k-input-value-text {
30983
+ text-overflow: clip;
30984
+ }
30985
+
30964
30986
  .k-imageeditor-crop-overlay {
30965
30987
  width: 100%;
30966
30988
  height: 100%;
@@ -31785,7 +31807,7 @@ kendo-editor.k-readonly .k-editor-content.k-state-focused {
31785
31807
  }
31786
31808
 
31787
31809
  .k-gantt-tooltip-validation::before {
31788
- content: '';
31810
+ content: "";
31789
31811
  width: 4px;
31790
31812
  height: 100%;
31791
31813
  position: absolute;
package/dist/all.scss CHANGED
@@ -8082,8 +8082,19 @@ $kendo-button-calc-size: calc( #{$kendo-button-line-height * 1em} + #{$kendo-but
8082
8082
  /// @group button
8083
8083
  $kendo-button-inner-calc-size: calc( #{$kendo-button-line-height * 1em} + #{$kendo-button-padding-y * 2} ) !default;
8084
8084
 
8085
+ /// Horizontal padding of the arrow button.
8086
+ /// @group button
8085
8087
  $kendo-button-arrow-padding-x: $kendo-button-padding-y !default;
8088
+ $kendo-button-arrow-padding-x-sm: $kendo-button-padding-y-sm !default;
8089
+ $kendo-button-arrow-padding-x-md: $kendo-button-padding-y-md !default;
8090
+ $kendo-button-arrow-padding-x-lg: $kendo-button-padding-y-lg !default;
8091
+
8092
+ /// Vertical padding of the arrow button.
8093
+ /// @group button
8086
8094
  $kendo-button-arrow-padding-y: $kendo-button-padding-y !default;
8095
+ $kendo-button-arrow-padding-y-sm: $kendo-button-padding-y-sm !default;
8096
+ $kendo-button-arrow-padding-y-md: $kendo-button-padding-y-md !default;
8097
+ $kendo-button-arrow-padding-y-lg: $kendo-button-padding-y-lg !default;
8087
8098
 
8088
8099
  /// Theme colors map for the button.
8089
8100
  /// @group button
@@ -8462,6 +8473,18 @@ $kendo-button-transition: color .2s ease-in-out !default;
8462
8473
  aspect-ratio: auto;
8463
8474
  flex: none;
8464
8475
 
8476
+ &.k-button-sm {
8477
+ padding: $kendo-button-arrow-padding-y-sm $kendo-button-arrow-padding-x-sm;
8478
+ }
8479
+
8480
+ &.k-button-md {
8481
+ padding: $kendo-button-arrow-padding-y-md $kendo-button-arrow-padding-x-md;
8482
+ }
8483
+
8484
+ &.k-button-lg {
8485
+ padding: $kendo-button-arrow-padding-y-lg $kendo-button-arrow-padding-x-lg;
8486
+ }
8487
+
8465
8488
  .k-button-icon {
8466
8489
  min-width: 0;
8467
8490
  }
@@ -9153,7 +9176,7 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
9153
9176
  position: relative;
9154
9177
  z-index: 1;
9155
9178
  overflow: hidden;
9156
- text-overflow: clip;
9179
+ text-overflow: ellipsis;
9157
9180
  -webkit-appearance: none;
9158
9181
 
9159
9182
  // Hide clear icon
@@ -9192,7 +9215,7 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
9192
9215
  .k-input-value-text {
9193
9216
  flex: 1;
9194
9217
  overflow: hidden;
9195
- text-overflow: clip;
9218
+ text-overflow: ellipsis;
9196
9219
  }
9197
9220
  .k-input-value-text::before {
9198
9221
  content: "\200b";
@@ -17820,6 +17843,10 @@ $colorgradient-contrast-spacer: ( $colorgradient-spacer / 1.5 ) !default;
17820
17843
  .k-numerictextbox {
17821
17844
  width: $colorgradient-input-width;
17822
17845
  }
17846
+
17847
+ .k-input-inner {
17848
+ text-overflow: clip;
17849
+ }
17823
17850
  }
17824
17851
 
17825
17852
  // Contrast
@@ -24821,6 +24848,11 @@ $pager-dropdown-width: 5em !default;
24821
24848
  width: $pager-dropdown-width;
24822
24849
  }
24823
24850
 
24851
+ .k-input-inner,
24852
+ .k-input-value-text {
24853
+ text-overflow: clip;
24854
+ }
24855
+
24824
24856
  .k-rtl &,
24825
24857
  [dir="rtl"] & {
24826
24858
  .k-dropdown-list,
@@ -25247,6 +25279,7 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
25247
25279
  display: flex;
25248
25280
  align-items: center;
25249
25281
  justify-content: center;
25282
+ flex: none;
25250
25283
  position: relative;
25251
25284
  z-index: 1;
25252
25285
  overflow: visible;
@@ -25280,7 +25313,7 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
25280
25313
 
25281
25314
  // Step label
25282
25315
  .k-step-label {
25283
- max-width: calc(min(100%, 10em));
25316
+ max-width: clamp(100%, 10em, 100%);
25284
25317
  display: inline-flex;
25285
25318
  flex-wrap: wrap;
25286
25319
  align-items: center;
@@ -30696,10 +30729,6 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
30696
30729
  min-width: $form-line-height * 1em;
30697
30730
  }
30698
30731
 
30699
- .k-input,
30700
- .k-picker {
30701
- width: 5em;
30702
- }
30703
30732
  .k-color-picker {
30704
30733
  width: min-content;
30705
30734
  }
@@ -35257,6 +35286,11 @@ $imageeditor-crop-overlay-bg: rgba(black, .3) !default;
35257
35286
  box-sizing: border-box;
35258
35287
  flex: none;
35259
35288
  overflow-y: auto;
35289
+
35290
+ .k-input-inner,
35291
+ .k-input-value-text {
35292
+ text-overflow: clip;
35293
+ }
35260
35294
  }
35261
35295
 
35262
35296
 
@@ -36269,7 +36303,7 @@ $gantt-validation-tooltip-invalid-border: $error !default;
36269
36303
  display: block;
36270
36304
 
36271
36305
  &::before {
36272
- content: '';
36306
+ content: "";
36273
36307
  width: 4px;
36274
36308
  height: 100%;
36275
36309
  position: absolute;
@@ -1,8 +1,9 @@
1
1
  {
2
- "$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.11.0/lib/schemas/kendo-swatch.json",
2
+ "$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.14.0/lib/schemas/kendo-swatch.json",
3
3
  "name": "Classic Green Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
+ "version": "5.2.0",
6
7
  "previewColors": [
7
8
  "#000000",
8
9
  "#131413",
@@ -1,8 +1,9 @@
1
1
  {
2
- "$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.11.0/lib/schemas/kendo-swatch.json",
2
+ "$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.14.0/lib/schemas/kendo-swatch.json",
3
3
  "name": "Classic Green",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
+ "version": "5.2.0",
6
7
  "previewColors": [
7
8
  "#ffffff",
8
9
  "#f3f4f3",
@@ -1,8 +1,9 @@
1
1
  {
2
- "$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.11.0/lib/schemas/kendo-swatch.json",
2
+ "$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.14.0/lib/schemas/kendo-swatch.json",
3
3
  "name": "Classic Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
+ "version": "5.2.0",
6
7
  "previewColors": [
7
8
  "#000000",
8
9
  "#101010",
@@ -1,8 +1,9 @@
1
1
  {
2
- "$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.11.0/lib/schemas/kendo-swatch.json",
2
+ "$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.14.0/lib/schemas/kendo-swatch.json",
3
3
  "name": "Classic Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
+ "version": "5.2.0",
6
7
  "previewColors": [
7
8
  "#ffffff",
8
9
  "#f0f0f0",
@@ -1,8 +1,9 @@
1
1
  {
2
- "$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.11.0/lib/schemas/kendo-swatch.json",
2
+ "$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.14.0/lib/schemas/kendo-swatch.json",
3
3
  "name": "Classic Opal Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
+ "version": "5.2.0",
6
7
  "previewColors": [
7
8
  "#000000",
8
9
  "#1e242d",
@@ -1,8 +1,9 @@
1
1
  {
2
- "$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.11.0/lib/schemas/kendo-swatch.json",
2
+ "$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.14.0/lib/schemas/kendo-swatch.json",
3
3
  "name": "Classic Opal",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
+ "version": "5.2.0",
6
7
  "previewColors": [
7
8
  "#ffffff",
8
9
  "#def4fd",
@@ -1,8 +1,9 @@
1
1
  {
2
- "$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.11.0/lib/schemas/kendo-swatch.json",
2
+ "$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.14.0/lib/schemas/kendo-swatch.json",
3
3
  "name": "Classic Silver Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
+ "version": "5.2.0",
6
7
  "previewColors": [
7
8
  "#000000",
8
9
  "#131314",
@@ -1,8 +1,9 @@
1
1
  {
2
- "$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.11.0/lib/schemas/kendo-swatch.json",
2
+ "$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.14.0/lib/schemas/kendo-swatch.json",
3
3
  "name": "Classic Silver",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
+ "version": "5.2.0",
6
7
  "previewColors": [
7
8
  "#ffffff",
8
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.1.2-dev.7",
4
+ "version": "5.2.0",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -45,11 +45,11 @@
45
45
  "dart:watch": "gulp dart:watch",
46
46
  "dart:swatches": "gulp dart:swatches",
47
47
  "dart:flat": "gulp dart:flat",
48
- "prepublishOnly": "echo 'no prebublish for classic theme'",
48
+ "prepublishOnly": "node ../../scripts/themes-prepublish.js",
49
49
  "postpublish": "echo 'no postpublish for classic theme'"
50
50
  },
51
51
  "dependencies": {
52
- "@progress/kendo-theme-default": "^5.1.2-dev.7"
52
+ "@progress/kendo-theme-default": "^5.2.0"
53
53
  },
54
- "gitHead": "cedfa864b61e9c7f5e63839f6428eaee5af5c536"
54
+ "gitHead": "01013f4f01ecce14973b008beff3076826fdabde"
55
55
  }
@@ -48,8 +48,19 @@ $kendo-button-calc-size: calc( #{$kendo-button-line-height * 1em} + #{$kendo-but
48
48
  /// @group button
49
49
  $kendo-button-inner-calc-size: calc( #{$kendo-button-line-height * 1em} + #{$kendo-button-padding-y * 2} ) !default;
50
50
 
51
+ /// Horizontal padding of the arrow button.
52
+ /// @group button
51
53
  $kendo-button-arrow-padding-x: $kendo-button-padding-y !default;
54
+ $kendo-button-arrow-padding-x-sm: $kendo-button-padding-y-sm !default;
55
+ $kendo-button-arrow-padding-x-md: $kendo-button-padding-y-md !default;
56
+ $kendo-button-arrow-padding-x-lg: $kendo-button-padding-y-lg !default;
57
+
58
+ /// Vertical padding of the arrow button.
59
+ /// @group button
52
60
  $kendo-button-arrow-padding-y: $kendo-button-padding-y !default;
61
+ $kendo-button-arrow-padding-y-sm: $kendo-button-padding-y-sm !default;
62
+ $kendo-button-arrow-padding-y-md: $kendo-button-padding-y-md !default;
63
+ $kendo-button-arrow-padding-y-lg: $kendo-button-padding-y-lg !default;
53
64
 
54
65
  /// Theme colors map for the button.
55
66
  /// @group button