@progress/kendo-theme-default 6.4.0-dev.3 → 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.
Files changed (90) hide show
  1. package/dist/all.css +133 -244
  2. package/dist/all.scss +313 -528
  3. package/dist/meta/sassdoc-data.json +806 -806
  4. package/dist/meta/sassdoc-raw-data.json +401 -401
  5. package/dist/meta/variables.json +9 -1
  6. package/dist/meta/variables.scss +1 -1
  7. package/lib/swatches/default-blue.json +1 -1
  8. package/lib/swatches/default-dataviz-v4.json +1 -1
  9. package/lib/swatches/default-green.json +1 -1
  10. package/lib/swatches/default-main-dark.json +1 -1
  11. package/lib/swatches/default-main.json +1 -1
  12. package/lib/swatches/default-nordic.json +1 -1
  13. package/lib/swatches/default-ocean-blue-a11y.json +1 -1
  14. package/lib/swatches/default-ocean-blue.json +1 -1
  15. package/lib/swatches/default-orange.json +1 -1
  16. package/lib/swatches/default-purple.json +1 -1
  17. package/lib/swatches/default-turquoise.json +1 -1
  18. package/lib/swatches/default-urban.json +1 -1
  19. package/package.json +4 -4
  20. package/scss/_variables.scss +3 -4
  21. package/scss/action-sheet/_layout.scss +0 -5
  22. package/scss/adaptive/_layout.scss +3 -15
  23. package/scss/adaptive/_theme.scss +1 -1
  24. package/scss/badge/_variables.scss +2 -2
  25. package/scss/button/_layout.scss +10 -10
  26. package/scss/button/_variables.scss +1 -1
  27. package/scss/calendar/_layout.scss +0 -5
  28. package/scss/calendar/_theme.scss +1 -1
  29. package/scss/calendar/_variables.scss +2 -2
  30. package/scss/chat/_layout.scss +2 -2
  31. package/scss/checkbox/_layout.scss +3 -3
  32. package/scss/checkbox/_theme.scss +1 -1
  33. package/scss/chip/_layout.scss +1 -1
  34. package/scss/chip/_theme.scss +1 -1
  35. package/scss/chip/_variables.scss +1 -1
  36. package/scss/color-preview/_layout.scss +1 -2
  37. package/scss/common/_animations.scss +7 -9
  38. package/scss/common/_base.scss +1 -2
  39. package/scss/dataviz/_layout.scss +2 -0
  40. package/scss/dataviz/_theme.scss +2 -0
  41. package/scss/drawer/_layout.scss +2 -2
  42. package/scss/editor/_layout.scss +8 -7
  43. package/scss/editor/_theme.scss +2 -2
  44. package/scss/editor/_variables.scss +1 -1
  45. package/scss/fab/_variables.scss +4 -4
  46. package/scss/floating-label/_variables.scss +1 -1
  47. package/scss/forms/_layout.scss +2 -2
  48. package/scss/gantt/_layout.scss +6 -6
  49. package/scss/grid/_layout.scss +30 -15
  50. package/scss/grid/_variables.scss +2 -1
  51. package/scss/icons/_layout.scss +4 -13
  52. package/scss/input/_layout.scss +13 -13
  53. package/scss/input/_variables.scss +2 -2
  54. package/scss/list/_layout.scss +2 -2
  55. package/scss/list/_variables.scss +3 -3
  56. package/scss/listbox/_index.scss +0 -1
  57. package/scss/listbox/_layout.scss +0 -9
  58. package/scss/listgroup/_layout.scss +0 -10
  59. package/scss/loader/_layout.scss +1 -1
  60. package/scss/loader/_theme.scss +2 -4
  61. package/scss/mediaplayer/_layout.scss +4 -10
  62. package/scss/menu/_layout.scss +7 -44
  63. package/scss/menu/_variables.scss +1 -1
  64. package/scss/notification/_variables.scss +0 -1
  65. package/scss/pager/_layout.scss +0 -9
  66. package/scss/pdf-viewer/_layout.scss +3 -2
  67. package/scss/pivotgrid/_layout.scss +1 -1
  68. package/scss/progressbar/_layout.scss +3 -3
  69. package/scss/radio/_layout.scss +3 -3
  70. package/scss/responsivepanel/_layout.scss +1 -3
  71. package/scss/scheduler/_layout.scss +6 -17
  72. package/scss/scheduler/_theme.scss +10 -10
  73. package/scss/scrollview/_layout.scss +0 -11
  74. package/scss/signature/_variables.scss +1 -1
  75. package/scss/slider/_layout.scss +42 -78
  76. package/scss/splitter/_layout.scss +3 -13
  77. package/scss/spreadsheet/_layout.scss +15 -19
  78. package/scss/spreadsheet/_theme.scss +0 -1
  79. package/scss/spreadsheet/_variables.scss +2 -0
  80. package/scss/stepper/_theme.scss +0 -3
  81. package/scss/table/_layout.scss +13 -11
  82. package/scss/tabstrip/_layout.scss +9 -14
  83. package/scss/taskboard/_layout.scss +1 -15
  84. package/scss/toolbar/_layout.scss +5 -8
  85. package/scss/toolbar/_theme.scss +1 -2
  86. package/scss/treeview/_variables.scss +1 -1
  87. package/scss/upload/_layout.scss +1 -1
  88. package/scss/window/_layout.scss +1 -1
  89. package/scss/window/_theme.scss +3 -5
  90. package/scss/wizard/_layout.scss +1 -3
@@ -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 {
@@ -251,9 +250,8 @@
251
250
 
252
251
 
253
252
  // Spreadsheet view
254
- // sass-lint:disable no-important
255
253
  .k-spreadsheet-view {
256
- height: auto !important;
254
+ height: auto !important; // stylelint-disable-line declaration-no-important
257
255
  border-color: inherit;
258
256
  font-size: 12px;
259
257
  font-family: Arial, Verdana, Sans-serif;
@@ -266,7 +264,7 @@
266
264
  pointer-events: auto;
267
265
  }
268
266
  }
269
- // sass-lint:enable no-important
267
+
270
268
  .k-spreadsheet-fixed-container {
271
269
  width: 100%;
272
270
  height: 100%;
@@ -462,9 +460,8 @@
462
460
  }
463
461
 
464
462
  .k-spreadsheet-active-cell {
465
- // sass-lint:disable-block no-important
466
463
  // always show exact active cell border, regardless of inline cell styles
467
- outline-color: transparent !important;
464
+ outline-color: transparent !important; // stylelint-disable-line declaration-no-important
468
465
  z-index: 10;
469
466
  }
470
467
 
@@ -678,14 +675,11 @@
678
675
  .k-reset-color { border-bottom-width: 1px; }
679
676
  .k-custom-color { border-top-width: 1px; }
680
677
  .k-spreadsheet-border-type-palette {
681
- width: 12.5rem;
682
- height: 5rem;
683
- display: flex;
684
- flex-flow: row wrap;
685
- align-content: space-around;
686
- 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 );
687
682
  }
688
-
689
683
  }
690
684
 
691
685
  .k-spreadsheet-format-popup {
@@ -696,7 +690,6 @@
696
690
  opacity: .7;
697
691
  }
698
692
 
699
-
700
693
  .k-spreadsheet-clipboard,
701
694
  .k-spreadsheet-clipboard-paste {
702
695
  margin: 0;
@@ -714,7 +707,10 @@
714
707
 
715
708
 
716
709
  // Spreadsheet window
717
- .k-spreadsheet-window {}
710
+ .k-spreadsheet-window .k-external-dropzone {
711
+ margin-block-end: $kendo-spreadsheet-dropzone-spacing-y;
712
+ }
713
+
718
714
  .k-spreadsheet-window .k-edit-form-container {
719
715
  width: auto;
720
716
  min-width: 0;
@@ -859,7 +855,7 @@
859
855
  position: absolute;
860
856
  transform: translate(-50%, -50%);
861
857
 
862
- // sass-lint:disable class-name-format, one-declaration-per-line
858
+ // stylelint-disable declaration-block-single-line-max-declarations, selector-class-pattern
863
859
  &.N { left: 50%; top: 0; cursor: ns-resize; }
864
860
  &.NE { left: 100%; top: 0; cursor: nesw-resize; }
865
861
  &.E { left: 100%; top: 50%; cursor: ew-resize; }
@@ -868,7 +864,7 @@
868
864
  &.SW { left: 0; top: 100%; cursor: nesw-resize; }
869
865
  &.W { left: 0; top: 50%; cursor: ew-resize; }
870
866
  &.NW { left: 0; top: 0; cursor: nwse-resize; }
871
- // sass-lint:enable class-name-format, one-declaration-per-line
867
+ // stylelint-enable declaration-block-single-line-max-declarations, selector-class-pattern
872
868
  }
873
869
 
874
870
  .k-spreadsheet-insert-image-dialog {
@@ -196,7 +196,6 @@
196
196
  $kendo-list-item-selected-bg
197
197
  );
198
198
  }
199
-
200
199
  }
201
200
 
202
201
 
@@ -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;
@@ -161,9 +161,6 @@
161
161
  .k-step-success .k-step-label .k-svg-icon {
162
162
  @include fill( $color: $kendo-stepper-label-success-text );
163
163
  }
164
- .k-step-error .k-step-label {
165
- @include fill( $color: $kendo-stepper-label-error-text );
166
- }
167
164
 
168
165
  .k-step-error {
169
166
  .k-step-label {
@@ -64,7 +64,7 @@
64
64
  // Table header
65
65
  .k-table-header {
66
66
  padding-inline-end: var(--kendo-scrollbar-width);
67
- border-width: 0 0 1px 0;
67
+ border-width: 0 0 1px;
68
68
  border-style: solid;
69
69
  box-sizing: border-box;
70
70
 
@@ -150,18 +150,19 @@
150
150
  }
151
151
  }
152
152
 
153
+ // stylelint-disable declaration-no-important
153
154
  .k-table-spacer-td {
154
- padding: 0 !important; // sass-lint:disable-line no-important
155
- width: 0 !important; // sass-lint:disable-line no-important
156
- border-left-width: 0 !important; // sass-lint:disable-line no-important
157
- border-right-width: 0 !important; // sass-lint:disable-line no-important
155
+ padding: 0 !important;
156
+ width: 0 !important;
157
+ border-left-width: 0 !important;
158
+ border-right-width: 0 !important;
158
159
  }
159
160
  .k-table-group-td {
160
- padding: 0 !important; // sass-lint:disable-line no-important
161
- width: 0 !important; // sass-lint:disable-line no-important
162
- border-left-width: 0 !important; // sass-lint:disable-line no-important
163
- border-right-width: 0 !important; // sass-lint:disable-line no-important
164
- overflow: visible; // sass-lint:disable-line no-important
161
+ padding: 0 !important;
162
+ width: 0 !important;
163
+ border-left-width: 0 !important;
164
+ border-right-width: 0 !important;
165
+ overflow: visible;
165
166
 
166
167
  > span {
167
168
  font-size: .75em;
@@ -170,6 +171,7 @@
170
171
  right: 0;
171
172
  }
172
173
  }
174
+ // stylelint-enable declaration-no-important
173
175
  }
174
176
 
175
177
 
@@ -195,7 +197,7 @@
195
197
  // Table footer
196
198
  .k-table-footer {
197
199
  padding-inline-end: var(--kendo-scrollbar-width);
198
- border-width: 1px 0 0 0;
200
+ border-width: 1px 0 0;
199
201
  border-style: solid;
200
202
  box-sizing: border-box;
201
203
 
@@ -102,7 +102,7 @@
102
102
  // Tabstrip content
103
103
  .k-tabstrip-content,
104
104
  .k-tabstrip > .k-content {
105
- margin: 0 !important; // sass-lint:disable-line no-important
105
+ margin: 0 !important; // stylelint-disable-line declaration-no-important
106
106
  padding-block: $kendo-tabstrip-content-padding-y;
107
107
  padding-inline: $kendo-tabstrip-content-padding-x;
108
108
  box-sizing: border-box;
@@ -201,14 +201,14 @@
201
201
  .k-item.k-active {
202
202
  margin-bottom: if( $kendo-tabstrip-border-width, -$kendo-tabstrip-border-width, null );
203
203
  border-bottom-width: $kendo-tabstrip-border-width;
204
- border-bottom-color: transparent !important; // sass-lint:disable-line no-important
204
+ border-bottom-color: transparent !important; // stylelint-disable-line declaration-no-important
205
205
  }
206
206
  }
207
207
 
208
208
  > .k-content,
209
209
  > .k-tabstrip-content {
210
210
  @include border-bottom-radius( $kendo-tabstrip-item-border-radius );
211
- border-top-width: 0 !important; // sass-lint:disable-line no-important
211
+ border-top-width: 0 !important; // stylelint-disable-line declaration-no-important
212
212
  }
213
213
  }
214
214
  .k-tabstrip-bottom {
@@ -224,14 +224,14 @@
224
224
  .k-item.k-active {
225
225
  margin-top: if( $kendo-tabstrip-border-width, -$kendo-tabstrip-border-width, null );
226
226
  border-top-width: $kendo-tabstrip-border-width;
227
- border-top-color: transparent !important; // sass-lint:disable-line no-important
227
+ border-top-color: transparent !important; // stylelint-disable-line declaration-no-important
228
228
  }
229
229
  }
230
230
 
231
231
  > .k-content,
232
232
  > .k-tabstrip-content {
233
233
  @include border-top-radius( $kendo-tabstrip-item-border-radius );
234
- border-bottom-width: 0 !important; // sass-lint:disable-line no-important
234
+ border-bottom-width: 0 !important; // stylelint-disable-line declaration-no-important
235
235
  }
236
236
  }
237
237
  .k-tabstrip-left {
@@ -249,14 +249,14 @@
249
249
  .k-item.k-active {
250
250
  margin-right: if( $kendo-tabstrip-border-width, -$kendo-tabstrip-border-width, null );
251
251
  border-right-width: $kendo-tabstrip-border-width;
252
- border-right-color: transparent !important; // sass-lint:disable-line no-important
252
+ border-right-color: transparent !important; // stylelint-disable-line declaration-no-important
253
253
  }
254
254
  }
255
255
 
256
256
  > .k-content,
257
257
  > .k-tabstrip-content {
258
258
  @include border-right-radius( $kendo-tabstrip-item-border-radius );
259
- border-left-width: 0 !important; // sass-lint:disable-line no-important
259
+ border-left-width: 0 !important; // stylelint-disable-line declaration-no-important
260
260
  }
261
261
 
262
262
  }
@@ -275,7 +275,7 @@
275
275
  .k-item.k-active {
276
276
  margin-left: if( $kendo-tabstrip-border-width, -$kendo-tabstrip-border-width, null );
277
277
  border-left-width: $kendo-tabstrip-border-width;
278
- border-left-color: transparent !important; // sass-lint:disable-line no-important
278
+ border-left-color: transparent !important; // stylelint-disable-line declaration-no-important
279
279
  }
280
280
  }
281
281
 
@@ -351,7 +351,7 @@
351
351
  // Hide tabstrip indicator when dragging
352
352
  .k-tabstrip-items-wrapper .k-item.k-tabstrip-dragging {
353
353
  &::after {
354
- display: none !important; // sass-lint:disable-line no-important
354
+ display: none !important; // stylelint-disable-line declaration-no-important
355
355
  }
356
356
  }
357
357
 
@@ -372,11 +372,6 @@
372
372
  > .k-tabstrip-content { order: 0; }
373
373
  }
374
374
 
375
- .k-tabstrip-prev .k-button-icon,
376
- .k-tabstrip-next .k-button-icon {
377
- transform: scaleX(-1);
378
- }
379
-
380
375
  }
381
376
 
382
377
  }
@@ -170,7 +170,7 @@
170
170
  border-width: $kendo-taskboard-card-border-width;
171
171
 
172
172
  &.k-taskboard-card-category {
173
- border-left-width: $kendo-taskboard-card-category-border-width;
173
+ border-inline-start-width: $kendo-taskboard-card-category-border-width;
174
174
  }
175
175
 
176
176
  .k-card-header
@@ -211,20 +211,6 @@
211
211
  position: relative;
212
212
  }
213
213
 
214
-
215
-
216
-
217
- // RTL
218
- .k-taskboard-card.k-taskboard-card-category {
219
- .k-rtl &,
220
- &.k-rtl,
221
- [dir="rtl"] &,
222
- &[dir="rtl"] {
223
- border-left-width: $kendo-taskboard-card-border-width;
224
- border-right-width: $kendo-taskboard-card-category-border-width;
225
- }
226
- }
227
-
228
214
  }
229
215
 
230
216
 
@@ -152,13 +152,10 @@
152
152
  height: $kendo-button-lg-calc-size;
153
153
  }
154
154
 
155
-
156
-
157
- // sass-lint:disable class-name-format
158
155
  .k-floating-toolbar,
159
- .editorToolbarWindow.k-window-content {
160
- padding-block: $kendo-toolbar-md-padding-y !important; // sass-lint:disable-line no-important
161
- padding-inline: $kendo-toolbar-md-padding-x !important; // sass-lint:disable-line no-important
156
+ .editorToolbarWindow.k-window-content { // stylelint-disable-line
157
+ padding-block: $kendo-toolbar-md-padding-y !important; // stylelint-disable-line declaration-no-important
158
+ padding-inline: $kendo-toolbar-md-padding-x !important; // stylelint-disable-line declaration-no-important
162
159
  border-width: $kendo-toolbar-border-width;
163
160
  border-style: solid;
164
161
  display: flex;
@@ -174,14 +171,14 @@
174
171
  background: none;
175
172
  }
176
173
  }
177
- .k-editortoolbar-dragHandle {
174
+ .k-editortoolbar-dragHandle { // stylelint-disable-line
178
175
  cursor: move;
179
176
  display: flex;
180
177
  align-items: center;
181
178
  align-self: stretch;
182
179
  flex-shrink: 0;
183
180
  }
184
- // sass-lint:enable class-name-format
181
+
185
182
 
186
183
 
187
184
  // Remove once the Overflow Popup uses
@@ -30,9 +30,8 @@
30
30
 
31
31
  }
32
32
 
33
- // sass-lint:disable-block class-name-format
34
33
  .k-floating-toolbar,
35
- .editorToolbarWindow.k-window-content {
34
+ .editorToolbarWindow.k-window-content { // stylelint-disable-line
36
35
  @include fill(
37
36
  $kendo-toolbar-text,
38
37
  $kendo-toolbar-bg,
@@ -48,7 +48,7 @@ $kendo-treeview-lg-item-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
48
48
  $kendo-treeview-item-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
49
49
  /// The vertical padding of the small TreeView items.
50
50
  /// @group treeview
51
- $kendo-treeview-sm-item-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default; // sass-lint:disable-line leading-zero
51
+ $kendo-treeview-sm-item-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default;
52
52
  /// The vertical padding of the medium TreeView items.
53
53
  /// @group treeview
54
54
  $kendo-treeview-md-item-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
@@ -224,7 +224,7 @@
224
224
 
225
225
  input {
226
226
  // font should not depend on outside styles, otherwise upload may break
227
- font: 170px monospace !important; // sass-lint:disable-block no-important
227
+ font: 170px monospace !important; // stylelint-disable-line declaration-no-important
228
228
  margin: 0;
229
229
  padding: 0;
230
230
  width: 100%;
@@ -159,7 +159,7 @@
159
159
  }
160
160
 
161
161
  // Resize Handles
162
- .k-window {
162
+ .k-window { // stylelint-disable-line
163
163
  .k-resize-n { top: 0; }
164
164
  .k-resize-e { right: 0; }
165
165
  .k-resize-s { bottom: 0; }
@@ -10,11 +10,9 @@
10
10
  @include box-shadow( $kendo-window-shadow );
11
11
  }
12
12
 
13
- .k-window {
14
- &:focus,
15
- &.k-focus {
16
- @include focus-indicator( $kendo-window-focus-shadow );
17
- }
13
+ .k-window:focus,
14
+ .k-window.k-focus {
15
+ @include focus-indicator( $kendo-window-focus-shadow );
18
16
  }
19
17
 
20
18
 
@@ -99,6 +99,7 @@
99
99
  .k-wizard-vertical {
100
100
 
101
101
  .k-wizard-steps {
102
+ margin-left: $kendo-wizard-content-padding-x;
102
103
  flex: 1 0 0%;
103
104
  }
104
105
 
@@ -106,9 +107,6 @@
106
107
  flex: 1 1 0%;
107
108
  }
108
109
 
109
- .k-wizard-steps {
110
- margin-left: $kendo-wizard-content-padding-x;
111
- }
112
110
  }
113
111
 
114
112
  .k-wizard-left {