@progress/kendo-theme-fluent 6.7.0-dev.3 → 6.7.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.
package/dist/all.css CHANGED
@@ -52202,24 +52202,35 @@ kendo-scheduler .k-recurrence-editor {
52202
52202
  }
52203
52203
  }
52204
52204
 
52205
- .k-chat-toolbar {
52205
+ .k-chat-toolbar,
52206
+ .k-chat .k-toolbar-box {
52207
+ padding-inline: var(--kendo-chat-toolbar-padding-x, 0.5rem);
52208
+ padding-block: var(--kendo-chat-toolbar-padding-y, 0.5rem);
52206
52209
  width: 100%;
52207
52210
  border-width: 1px 0 0;
52211
+ box-sizing: border-box;
52208
52212
  flex: none;
52213
+ overflow: hidden;
52214
+ position: relative;
52215
+ gap: var(--kendo-chat-toolbar-spacing, 0.5rem);
52209
52216
  }
52210
- .k-chat-toolbar::before {
52217
+ .k-chat-toolbar::before,
52218
+ .k-chat .k-toolbar-box::before {
52211
52219
  display: none;
52212
52220
  }
52213
- .k-chat-toolbar .k-button-list {
52221
+ .k-chat-toolbar .k-button-list,
52222
+ .k-chat .k-toolbar-box .k-button-list {
52214
52223
  display: flex;
52215
52224
  flex-flow: row nowrap;
52216
52225
  overflow: hidden;
52217
52226
  scroll-behavior: smooth;
52218
52227
  }
52219
- .k-chat-toolbar .k-button {
52228
+ .k-chat-toolbar .k-button,
52229
+ .k-chat .k-toolbar-box .k-button {
52220
52230
  flex: none;
52221
52231
  }
52222
- .k-chat-toolbar .k-scroll-button {
52232
+ .k-chat-toolbar .k-scroll-button,
52233
+ .k-chat .k-toolbar-box .k-scroll-button {
52223
52234
  padding-block: 0;
52224
52235
  padding-inline: var(--kendo-chat-scroll-button, 0.5rem);
52225
52236
  height: 100%;
@@ -52228,14 +52239,17 @@ kendo-scheduler .k-recurrence-editor {
52228
52239
  z-index: 2;
52229
52240
  top: 0;
52230
52241
  }
52231
- .k-chat-toolbar .k-scroll-button .k-button-icon {
52242
+ .k-chat-toolbar .k-scroll-button .k-button-icon,
52243
+ .k-chat .k-toolbar-box .k-scroll-button .k-button-icon {
52232
52244
  min-width: auto;
52233
52245
  min-height: auto;
52234
52246
  }
52235
- .k-chat-toolbar .k-scroll-button-left {
52247
+ .k-chat-toolbar .k-scroll-button-left,
52248
+ .k-chat .k-toolbar-box .k-scroll-button-left {
52236
52249
  left: 0;
52237
52250
  }
52238
- .k-chat-toolbar .k-scroll-button-right {
52251
+ .k-chat-toolbar .k-scroll-button-right,
52252
+ .k-chat .k-toolbar-box .k-scroll-button-right {
52239
52253
  right: 0;
52240
52254
  }
52241
52255
 
@@ -53084,20 +53098,17 @@ kendo-scheduler .k-recurrence-editor {
53084
53098
  cursor: default;
53085
53099
  white-space: nowrap;
53086
53100
  }
53101
+ .k-scrollview-wrap > .k-scrollview-view {
53102
+ display: inline-block;
53103
+ overflow: hidden;
53104
+ flex-shrink: 0;
53105
+ }
53087
53106
  .k-scrollview-wrap img {
53088
53107
  -webkit-user-select: none;
53089
53108
  -ms-user-select: none;
53090
53109
  user-select: none;
53091
53110
  }
53092
53111
 
53093
- kendo-scrollview.k-scrollview .k-scrollview-wrap > .k-scrollview-view {
53094
- display: inline-block;
53095
- overflow: hidden;
53096
- position: absolute;
53097
- top: 0;
53098
- left: 0;
53099
- }
53100
-
53101
53112
  .k-scrollview-wrap.k-scrollview-animate {
53102
53113
  width: calc(var(--kendo-scrollview-views, 1)*100%);
53103
53114
  transition-duration: var(--kendo-scrollview-transition-duration, 0.3s);