@progress/kendo-theme-core 12.2.0-dev.2 → 12.2.0-dev.4

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-core",
3
3
  "description": "A collection of functions and mixins used for building themes for Kendo UI",
4
- "version": "12.2.0-dev.2",
4
+ "version": "12.2.0-dev.4",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -46,5 +46,5 @@
46
46
  "directories": {
47
47
  "doc": "docs"
48
48
  },
49
- "gitHead": "918845c4b6e60435531f8b2fef5c0d0110b54c6d"
49
+ "gitHead": "a283a92613df9104316d448606ec801b4a9628c8"
50
50
  }
@@ -74,16 +74,6 @@ $kendo-button-pulsing-opacity: null !default;
74
74
 
75
75
  // Solid Button
76
76
  $kendo-solid-button-gradient: null !default;
77
- $kendo-solid-button-shade-function: null !default;
78
- $kendo-solid-button-shade-text-amount: null !default;
79
- $kendo-solid-button-shade-bg-amount: null !default;
80
- $kendo-solid-button-shade-border-amount: null !default;
81
- $kendo-solid-button-hover-shade-text-amount: null !default;
82
- $kendo-solid-button-hover-shade-bg-amount: null !default;
83
- $kendo-solid-button-hover-shade-border-amount: null !default;
84
- $kendo-solid-button-active-shade-text-amount: null !default;
85
- $kendo-solid-button-active-shade-bg-amount: null !default;
86
- $kendo-solid-button-active-shade-border-amount: null !default;
87
77
  $kendo-solid-button-shadow: null !default;
88
78
  $kendo-solid-button-shadow-blur: null !default;
89
79
  $kendo-solid-button-shadow-spread: null !default;
@@ -323,14 +323,17 @@
323
323
 
324
324
  // Message states
325
325
  .k-message:has(.k-selected) {
326
- gap: $kendo-chat-bubble-spacing;
327
-
328
326
  .k-message-time,
329
327
  .k-message-status {
330
328
  height: calc($kendo-chat-message-meta-line-height * $kendo-chat-message-meta-font-size);
331
329
  }
332
330
  }
333
331
 
332
+ .k-message:has(.k-selected + .k-message-status),
333
+ .k-message:has(.k-message-time + .k-selected) {
334
+ gap: $kendo-chat-bubble-spacing;
335
+ }
336
+
334
337
  .k-message-error,
335
338
  .k-message-sending {
336
339
  margin-block-end: $kendo-chat-item-spacing-y;
@@ -478,6 +481,7 @@
478
481
  .k-chat-file-wrapper {
479
482
  display: flex;
480
483
  flex-flow: column wrap;
484
+ flex-shrink: 0;
481
485
  padding-inline: $kendo-chat-file-padding-x;
482
486
  padding-block: $kendo-chat-file-padding-y;
483
487
  margin: 0;
@@ -1317,11 +1317,10 @@
1317
1317
  }
1318
1318
  }
1319
1319
 
1320
- .k-filter-menu.k-popup,
1321
- .k-grid-filter-popup.k-popup {
1320
+ .k-filter-menu.k-popup:not(.k-grid-filter-popup *) {
1322
1321
 
1323
1322
  .k-filter-menu-container {
1324
- width: $kendo-grid-column-menu-width;
1323
+ min-width: $kendo-grid-column-menu-width;
1325
1324
  max-width: $kendo-grid-column-menu-max-width;
1326
1325
  }
1327
1326
  }
@@ -112,7 +112,6 @@ $kendo-grid-sorted-icon-spacing: null !default;
112
112
  $kendo-grid-sorted-bg: null !default;
113
113
  $kendo-grid-sorting-indicator-text: null !default;
114
114
  $kendo-grid-sorting-index-font-size: null !default;
115
- $kendo-grid-sorting-index-height: null !default;
116
115
  $kendo-grid-sorting-index-spacing-y: null !default;
117
116
  $kendo-grid-sorting-index-spacing-x: null !default;
118
117
 
@@ -126,7 +125,6 @@ $kendo-grid-sticky-bg: null !default;
126
125
  $kendo-grid-sticky-alt-bg: null !default;
127
126
  $kendo-grid-sticky-hover-bg: null !default;
128
127
 
129
- $kendo-grid-sticky-text: null !default;
130
128
  $kendo-grid-sticky-border: null !default;
131
129
 
132
130
  $kendo-grid-sticky-header-bg: null !default;
@@ -134,16 +132,10 @@ $kendo-grid-sticky-header-text: null !default;
134
132
  $kendo-grid-sticky-header-border: null !default;
135
133
 
136
134
  $kendo-grid-sticky-footer-bg: null !default;
137
- $kendo-grid-sticky-footer-hover-bg: null !default;
138
135
 
139
136
  $kendo-grid-column-menu-width: null !default;
140
137
  $kendo-grid-column-menu-max-width: null !default;
141
138
 
142
- $kendo-grid-filter-menu-check-all-border-bottom-width: null !default;
143
-
144
- $kendo-grid-filter-menu-item-spacing-x: null !default;
145
- $kendo-grid-filter-menu-item-spacing-y: null !default;
146
-
147
139
  $kendo-grid-column-menu-popup-padding-x: null !default;
148
140
  $kendo-grid-column-menu-popup-padding-y: null !default;
149
141
 
@@ -175,13 +167,11 @@ $kendo-grid-column-menu-tabbed-bg: null !default;
175
167
 
176
168
  $kendo-grid-drag-cell-width: null !default;
177
169
 
178
- $kendo-grid-row-inner-height: null !default;
179
170
 
180
171
  $kendo-grid-hierarchy-col-width: null !default;
181
172
 
182
173
  $kendo-grid-grouping-row-border-top: null !default;
183
174
  $kendo-grid-group-footer-border-y: null !default;
184
- $kendo-grid-group-footer-second-cell-border: null !default;
185
175
 
186
176
  $kendo-grid-row-resizer-hover-bg: null !default;
187
177
  $kendo-grid-row-resizer-active-bg: null !default;
@@ -3,7 +3,6 @@
3
3
  $kendo-input-default-width: null !default;
4
4
 
5
5
  $kendo-input-border-width: null !default;
6
- $kendo-input-border-height: null !default;
7
6
  $kendo-input-border-radius: null !default;
8
7
 
9
8
  $kendo-input-sm-padding-x: null !default;
@@ -103,15 +103,5 @@ $kendo-pivotgrid-alt-bg: null !default;
103
103
  $kendo-pivotgrid-alt-text: null !default;
104
104
  $kendo-pivotgrid-chrome-border: null !default;
105
105
 
106
- $kendo-pivotgrid-container-bg: null !default;
107
106
  $kendo-pivotgrid-row-headers-bg: null !default;
108
107
 
109
- $kendo-pivotgrid-button-bg: null !default;
110
- $kendo-pivotgrid-button-text: null !default;
111
- $kendo-pivotgrid-button-hover-bg: null !default;
112
- $kendo-pivotgrid-button-hover-text: null !default;
113
- $kendo-pivotgrid-button-active-bg: null !default;
114
- $kendo-pivotgrid-button-active-text: null !default;
115
-
116
- $kendo-pivotgrid-remove-bg: null !default;
117
- $kendo-pivotgrid-remove-text: null !default;
@@ -18,7 +18,8 @@
18
18
  padding-block: $kendo-suggestion-padding-y;
19
19
  flex: 1 1 auto;
20
20
  flex-wrap: nowrap;
21
- overflow: hidden;
21
+ overflow-x: auto;
22
+ scrollbar-width: none;
22
23
  white-space: nowrap;
23
24
  }
24
25
  }