@progress/kendo-theme-bootstrap 12.1.0 → 12.2.0-dev.2

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 (34) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/bootstrap-3-dark.css +1 -1
  3. package/dist/bootstrap-3.css +1 -1
  4. package/dist/bootstrap-4-dark.css +1 -1
  5. package/dist/bootstrap-4.css +1 -1
  6. package/dist/bootstrap-dataviz-v4.css +1 -1
  7. package/dist/bootstrap-main-dark.css +1 -1
  8. package/dist/bootstrap-main.css +1 -1
  9. package/dist/bootstrap-nordic.css +1 -1
  10. package/dist/bootstrap-turquoise-dark.css +1 -1
  11. package/dist/bootstrap-turquoise.css +1 -1
  12. package/dist/bootstrap-urban.css +1 -1
  13. package/dist/bootstrap-vintage.css +1 -1
  14. package/dist/meta/sassdoc-data.json +1114 -688
  15. package/dist/meta/sassdoc-raw-data.json +501 -301
  16. package/dist/meta/variables.json +63 -26
  17. package/lib/swatches/bootstrap-3-dark.json +1 -1
  18. package/lib/swatches/bootstrap-3.json +1 -1
  19. package/lib/swatches/bootstrap-4-dark.json +1 -1
  20. package/lib/swatches/bootstrap-4.json +1 -1
  21. package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
  22. package/lib/swatches/bootstrap-main-dark.json +1 -1
  23. package/lib/swatches/bootstrap-main.json +1 -1
  24. package/lib/swatches/bootstrap-nordic.json +1 -1
  25. package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
  26. package/lib/swatches/bootstrap-turquoise.json +1 -1
  27. package/lib/swatches/bootstrap-urban.json +1 -1
  28. package/lib/swatches/bootstrap-vintage.json +1 -1
  29. package/package.json +4 -4
  30. package/scss/bubble/_variables.scss +1 -1
  31. package/scss/chat/_variables.scss +44 -12
  32. package/scss/list/_variables.scss +9 -0
  33. package/scss/menu/_variables.scss +2 -2
  34. package/scss/pager/_variables.scss +3 -14
@@ -2195,6 +2195,14 @@
2195
2195
  "type": "String",
2196
2196
  "value": "var(--kendo-color-on-primary, #ffffff)"
2197
2197
  },
2198
+ "kendo-list-item-selected-hover-bg": {
2199
+ "type": "String",
2200
+ "value": "var(--kendo-color-primary-hover, #0b5ed7)"
2201
+ },
2202
+ "kendo-list-item-selected-hover-text": {
2203
+ "type": "String",
2204
+ "value": "var(--kendo-color-on-primary, #ffffff)"
2205
+ },
2198
2206
  "kendo-list-group-item-bg": {
2199
2207
  "type": "Null",
2200
2208
  "value": "null"
@@ -2605,7 +2613,7 @@
2605
2613
  },
2606
2614
  "kendo-bubble-border-radius-sm": {
2607
2615
  "type": "String",
2608
- "value": "var(--kendo-border-radius-xs, 0.125rem)"
2616
+ "value": "var(--kendo-border-radius-sm, 0.25rem)"
2609
2617
  },
2610
2618
  "kendo-bubble-padding-y": {
2611
2619
  "type": "String",
@@ -9649,42 +9657,31 @@
9649
9657
  "type": "Number",
9650
9658
  "value": "5em"
9651
9659
  },
9652
- "kendo-pager-sm-dropdown-width": {
9660
+ "kendo-pager-dropdown-width": {
9653
9661
  "type": "Number",
9654
9662
  "value": "5em"
9655
9663
  },
9656
- "kendo-pager-md-dropdown-width": {
9657
- "type": "Number",
9658
- "value": "5em"
9659
- },
9660
- "kendo-pager-lg-dropdown-width": {
9661
- "type": "Number",
9662
- "value": "6em"
9663
- },
9664
9664
  "kendo-pager-sizes": {
9665
9665
  "type": "Map",
9666
- "value": "(sm: (padding-x: var(--kendo-spacing-1, 0.25rem), padding-y: var(--kendo-spacing-1, 0.25rem), item-group-spacing: var(--kendo-spacing-3\\.5, 0.875rem), item-min-width: calc(1.4285714286 * 1em + var(--kendo-spacing-1, 0.25rem) * 2 + 1px * 2), pager-dropdown-width: 5em), md: (padding-x: var(--kendo-spacing-2, 0.5rem), padding-y: var(--kendo-spacing-2, 0.5rem), item-group-spacing: var(--kendo-spacing-4, 1rem), item-min-width: calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1\\.5, 0.375rem) * 2 + 1px * 2), pager-dropdown-width: 5em), lg: (padding-x: var(--kendo-spacing-2\\.5, 0.625rem), padding-y: var(--kendo-spacing-2\\.5, 0.625rem), item-group-spacing: var(--kendo-spacing-4\\.5, 1.125rem), item-min-width: calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-2, 0.5rem) * 2 + 1px * 2), pager-dropdown-width: 6em))",
9666
+ "value": "(sm: (padding-x: var(--kendo-spacing-1, 0.25rem), padding-y: var(--kendo-spacing-1, 0.25rem), item-group-spacing: var(--kendo-spacing-3\\.5, 0.875rem), item-min-width: calc(1.4285714286 * 1em + var(--kendo-spacing-1, 0.25rem) * 2 + 1px * 2)), md: (padding-x: var(--kendo-spacing-2, 0.5rem), padding-y: var(--kendo-spacing-2, 0.5rem), item-group-spacing: var(--kendo-spacing-4, 1rem), item-min-width: calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1\\.5, 0.375rem) * 2 + 1px * 2)), lg: (padding-x: var(--kendo-spacing-2\\.5, 0.625rem), padding-y: var(--kendo-spacing-2\\.5, 0.625rem), item-group-spacing: var(--kendo-spacing-4\\.5, 1.125rem), item-min-width: calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-2, 0.5rem) * 2 + 1px * 2)))",
9667
9667
  "prettyValue": {
9668
9668
  "sm": {
9669
9669
  "padding-x": "var(--kendo-spacing-1, 0.25rem)",
9670
9670
  "padding-y": "var(--kendo-spacing-1, 0.25rem)",
9671
9671
  "item-group-spacing": "var(--kendo-spacing-3\\.5, 0.875rem)",
9672
- "item-min-width": "calc(1.4285714286 * 1em + var(--kendo-spacing-1, 0.25rem) * 2 + 1px * 2)",
9673
- "pager-dropdown-width": "5em"
9672
+ "item-min-width": "calc(1.4285714286 * 1em + var(--kendo-spacing-1, 0.25rem) * 2 + 1px * 2)"
9674
9673
  },
9675
9674
  "md": {
9676
9675
  "padding-x": "var(--kendo-spacing-2, 0.5rem)",
9677
9676
  "padding-y": "var(--kendo-spacing-2, 0.5rem)",
9678
9677
  "item-group-spacing": "var(--kendo-spacing-4, 1rem)",
9679
- "item-min-width": "calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1\\.5, 0.375rem) * 2 + 1px * 2)",
9680
- "pager-dropdown-width": "5em"
9678
+ "item-min-width": "calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1\\.5, 0.375rem) * 2 + 1px * 2)"
9681
9679
  },
9682
9680
  "lg": {
9683
9681
  "padding-x": "var(--kendo-spacing-2\\.5, 0.625rem)",
9684
9682
  "padding-y": "var(--kendo-spacing-2\\.5, 0.625rem)",
9685
9683
  "item-group-spacing": "var(--kendo-spacing-4\\.5, 1.125rem)",
9686
- "item-min-width": "calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-2, 0.5rem) * 2 + 1px * 2)",
9687
- "pager-dropdown-width": "6em"
9684
+ "item-min-width": "calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-2, 0.5rem) * 2 + 1px * 2)"
9688
9685
  }
9689
9686
  }
9690
9687
  },
@@ -13840,6 +13837,14 @@
13840
13837
  "type": "String",
13841
13838
  "value": "var(--kendo-spacing-4, 1rem)"
13842
13839
  },
13840
+ "kendo-chat-status-min-size": {
13841
+ "type": "String",
13842
+ "value": "var(--kendo-spacing-1\\.5, 0.375rem)"
13843
+ },
13844
+ "kendo-chat-status-max-size": {
13845
+ "type": "String",
13846
+ "value": "var(--kendo-spacing-8, 2rem)"
13847
+ },
13843
13848
  "kendo-chat-message-status-gap": {
13844
13849
  "type": "String",
13845
13850
  "value": "var(--kendo-spacing-1, 0.25rem)"
@@ -13968,17 +13973,37 @@
13968
13973
  "type": "String",
13969
13974
  "value": "var(--kendo-color-base-on-subtle, #212529)"
13970
13975
  },
13971
- "kendo-chat-file-width": {
13976
+ "kendo-chat-file-min-width": {
13972
13977
  "type": "Number",
13973
- "value": "240px"
13978
+ "value": "96px"
13979
+ },
13980
+ "kendo-chat-file-max-width": {
13981
+ "type": "Number",
13982
+ "value": "160px"
13983
+ },
13984
+ "kendo-chat-file-name-font-size": {
13985
+ "type": "String",
13986
+ "value": "var(--kendo-font-size-sm, inherit)"
13987
+ },
13988
+ "kendo-chat-file-name-line-height": {
13989
+ "type": "String",
13990
+ "value": "var(--kendo-line-height-sm, normal)"
13991
+ },
13992
+ "kendo-chat-file-size-font-size": {
13993
+ "type": "String",
13994
+ "value": "var(--kendo-font-size-xs, inherit)"
13995
+ },
13996
+ "kendo-chat-file-size-line-height": {
13997
+ "type": "String",
13998
+ "value": "var(--kendo-line-height-xs, normal)"
13974
13999
  },
13975
14000
  "kendo-chat-file-padding-x": {
13976
14001
  "type": "String",
13977
- "value": "var(--kendo-spacing-2, 0.5rem)"
14002
+ "value": "var(--kendo-spacing-1, 0.25rem)"
13978
14003
  },
13979
14004
  "kendo-chat-file-padding-y": {
13980
14005
  "type": "String",
13981
- "value": "var(--kendo-spacing-2, 0.5rem)"
14006
+ "value": "var(--kendo-spacing-1, 0.25rem)"
13982
14007
  },
13983
14008
  "kendo-chat-file-gap": {
13984
14009
  "type": "String",
@@ -13994,7 +14019,7 @@
13994
14019
  },
13995
14020
  "kendo-chat-file-bg": {
13996
14021
  "type": "String",
13997
- "value": "var(--kendo-color-base-subtle, #e9ecef)"
14022
+ "value": "color-mix(in srgb, var(--kendo-color-base-on-subtle, #212529) 8%, transparent)"
13998
14023
  },
13999
14024
  "kendo-chat-file-text": {
14000
14025
  "type": "String",
@@ -14002,19 +14027,31 @@
14002
14027
  },
14003
14028
  "kendo-chat-file-border": {
14004
14029
  "type": "String",
14005
- "value": "var(--kendo-color-base-subtle, #e9ecef)"
14030
+ "value": "color-mix(in srgb, var(--kendo-color-base-on-subtle, #212529) 8%, transparent)"
14006
14031
  },
14007
14032
  "kendo-chat-file-border-radius": {
14008
14033
  "type": "String",
14009
14034
  "value": "var(--kendo-border-radius-md, 0.375rem)"
14010
14035
  },
14011
14036
  "kendo-chat-file-download-padding-x": {
14012
- "type": "String",
14013
- "value": "var(--kendo-spacing-2, 0.5rem)"
14037
+ "type": "Null",
14038
+ "value": "null"
14014
14039
  },
14015
14040
  "kendo-chat-file-download-padding-y": {
14041
+ "type": "Null",
14042
+ "value": "null"
14043
+ },
14044
+ "kendo-chat-sender-file-bg": {
14016
14045
  "type": "String",
14017
- "value": "var(--kendo-spacing-2, 0.5rem)"
14046
+ "value": "color-mix(in srgb, var(--kendo-color-on-primary, #ffffff) 14%, transparent)"
14047
+ },
14048
+ "kendo-chat-sender-file-text": {
14049
+ "type": "String",
14050
+ "value": "var(--kendo-color-on-primary, #ffffff)"
14051
+ },
14052
+ "kendo-chat-sender-file-border": {
14053
+ "type": "String",
14054
+ "value": "color-mix(in srgb, var(--kendo-color-on-primary, #ffffff) 14%, transparent)"
14018
14055
  },
14019
14056
  "kendo-chat-message-pinned-border-width": {
14020
14057
  "type": "Number",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 3 Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "12.1.0",
6
+ "version": "12.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#222222",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 3",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "12.1.0",
6
+ "version": "12.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 4 Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "12.1.0",
6
+ "version": "12.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#212529",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "12.1.0",
6
+ "version": "12.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f8f9fa",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Dataviz v4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "12.1.0",
6
+ "version": "12.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "#0275d8",
9
9
  "#5bc0de",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "12.1.0",
6
+ "version": "12.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#212529",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "12.1.0",
6
+ "version": "12.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f8f9fa",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Nordic",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "12.1.0",
6
+ "version": "12.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f8f9fa",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Turquoise Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "12.1.0",
6
+ "version": "12.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#292b2c",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Turquoise",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "12.1.0",
6
+ "version": "12.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f2f2f2",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Urban",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "12.1.0",
6
+ "version": "12.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e3eef4",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Vintage",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "12.1.0",
6
+ "version": "12.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f2efe8",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-bootstrap",
3
3
  "description": "Bootstrap theme for Kendo UI",
4
- "version": "12.1.0",
4
+ "version": "12.2.0-dev.2",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -54,12 +54,12 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@progress/kendo-svg-icons": "^4.5.0",
57
- "@progress/kendo-theme-core": "12.1.0",
58
- "@progress/kendo-theme-utils": "12.1.0"
57
+ "@progress/kendo-theme-core": "12.2.0-dev.2",
58
+ "@progress/kendo-theme-utils": "12.2.0-dev.2"
59
59
  },
60
60
  "directories": {
61
61
  "doc": "docs",
62
62
  "lib": "lib"
63
63
  },
64
- "gitHead": "c21230377775b7e87f6c8c6590409f0c2d41d99f"
64
+ "gitHead": "918845c4b6e60435531f8b2fef5c0d0110b54c6d"
65
65
  }
@@ -6,7 +6,7 @@
6
6
  $kendo-bubble-border-radius: k-border-radius(xl) !default;
7
7
  /// The small border radius of the Bubble.
8
8
  /// @group bubble
9
- $kendo-bubble-border-radius-sm: k-border-radius(xs) !default;
9
+ $kendo-bubble-border-radius-sm: k-border-radius(sm) !default;
10
10
  /// The vertical padding of the Bubble.
11
11
  /// @group bubble
12
12
  $kendo-bubble-padding-y: k-spacing(2) !default;
@@ -51,6 +51,12 @@ $kendo-chat-message-list-padding-y: $kendo-chat-padding-y !default;
51
51
  /// @group chat
52
52
  $kendo-chat-message-list-spacing: $kendo-chat-item-spacing-y !default;
53
53
 
54
+ /// The minimum size of the Chat message status.
55
+ /// @group chat
56
+ $kendo-chat-status-min-size: k-spacing(1.5) !default;
57
+ /// The maximum size of the Chat message status.
58
+ /// @group chat
59
+ $kendo-chat-status-max-size: k-spacing(8) !default;
54
60
  /// The spacing between the icon and text in the Chat message status.
55
61
  /// @group chat
56
62
  $kendo-chat-message-status-gap: k-spacing(1) !default;
@@ -157,15 +163,30 @@ $kendo-chat-alt-bubble-focus-shadow: 0 0 0 2px color-mix(in srgb, k-color(primar
157
163
  /// @group chat
158
164
  $kendo-chat-typing-indicator-text: k-color(base-on-subtle) !default;
159
165
 
160
- /// The width of a file in the Chat Textarea.
166
+ /// The minimum width of a file in the Chat Textarea.
167
+ /// @group chat
168
+ $kendo-chat-file-min-width: 96px !default;
169
+ /// The maximum width of a file in the Chat Textarea.
170
+ /// @group chat
171
+ $kendo-chat-file-max-width: 160px !default;
172
+ /// The font size of the Chat file name.
161
173
  /// @group chat
162
- $kendo-chat-file-width: 240px !default;
174
+ $kendo-chat-file-name-font-size: var( --kendo-font-size-sm, inherit ) !default;
175
+ /// The line height of the Chat file name.
176
+ /// @group chat
177
+ $kendo-chat-file-name-line-height: var( --kendo-line-height-sm, normal ) !default;
178
+ /// The font size of the Chat file size.
179
+ /// @group chat
180
+ $kendo-chat-file-size-font-size: var( --kendo-font-size-xs, inherit ) !default;
181
+ /// The line height of the Chat file size.
182
+ /// @group chat
183
+ $kendo-chat-file-size-line-height: var( --kendo-line-height-xs, normal ) !default;
163
184
  /// The horizontal padding of the Chat file.
164
185
  /// @group chat
165
- $kendo-chat-file-padding-x: k-spacing(2) !default;
186
+ $kendo-chat-file-padding-x: k-spacing(1) !default;
166
187
  /// The vertical padding of the Chat file.
167
188
  /// @group chat
168
- $kendo-chat-file-padding-y: k-spacing(2) !default;
189
+ $kendo-chat-file-padding-y: k-spacing(1) !default;
169
190
  /// The spacing between the elements of the Chat file.
170
191
  /// @group chat
171
192
  $kendo-chat-file-gap: k-spacing(1) !default;
@@ -179,7 +200,7 @@ $kendo-chat-file-border-style: solid !default;
179
200
 
180
201
  /// The background color of the Chat file.
181
202
  /// @group chat
182
- $kendo-chat-file-bg: k-color(base-subtle) !default;
203
+ $kendo-chat-file-bg: color-mix(in srgb, k-color(base-on-subtle) 8%, transparent) !default;
183
204
  /// The text color of the Chat file.
184
205
  /// @group chat
185
206
  $kendo-chat-file-text: k-color(base-on-subtle) !default;
@@ -190,12 +211,15 @@ $kendo-chat-file-border: $kendo-chat-file-bg !default;
190
211
  /// @group chat
191
212
  $kendo-chat-file-border-radius: k-border-radius(md) !default;
192
213
 
193
- /// The horizontal padding of the file download wrapper.
214
+ /// The background color of the Chat sender file.
215
+ /// @group chat
216
+ $kendo-chat-sender-file-bg: color-mix(in srgb, k-color(on-primary) 14%, transparent) !default;
217
+ /// The text color of the Chat sender file.
194
218
  /// @group chat
195
- $kendo-chat-file-download-padding-x: k-spacing(2) !default;
196
- /// The vertical padding of the file download wrapper.
219
+ $kendo-chat-sender-file-text: k-color(on-primary) !default;
220
+ /// The border color of the Chat sender file.
197
221
  /// @group chat
198
- $kendo-chat-file-download-padding-y: k-spacing(2) !default;
222
+ $kendo-chat-sender-file-border: $kendo-chat-sender-file-bg !default;
199
223
 
200
224
  /// The border width of the Chat pinned message;
201
225
  /// @group chat
@@ -242,6 +266,8 @@ $kendo-chat-message-reference-marker-alt-bg: k-color(primary-emphasis) !default;
242
266
  $kendo-chat-message-list-padding-x: $kendo-chat-message-list-padding-x,
243
267
  $kendo-chat-message-list-padding-y: $kendo-chat-message-list-padding-y,
244
268
  $kendo-chat-message-list-spacing: $kendo-chat-message-list-spacing,
269
+ $kendo-chat-status-min-size: $kendo-chat-status-min-size,
270
+ $kendo-chat-status-max-size: $kendo-chat-status-max-size,
245
271
  $kendo-chat-message-status-gap: $kendo-chat-message-status-gap,
246
272
  $kendo-chat-timestamp-font-size: $kendo-chat-timestamp-font-size,
247
273
  $kendo-chat-timestamp-line-height: $kendo-chat-timestamp-line-height,
@@ -274,7 +300,12 @@ $kendo-chat-message-reference-marker-alt-bg: k-color(primary-emphasis) !default;
274
300
  $kendo-chat-alt-bubble-focus-border: $kendo-chat-alt-bubble-focus-border,
275
301
  $kendo-chat-alt-bubble-focus-shadow: $kendo-chat-alt-bubble-focus-shadow,
276
302
  $kendo-chat-typing-indicator-text: $kendo-chat-typing-indicator-text,
277
- $kendo-chat-file-width: $kendo-chat-file-width,
303
+ $kendo-chat-file-min-width: $kendo-chat-file-min-width,
304
+ $kendo-chat-file-max-width: $kendo-chat-file-max-width,
305
+ $kendo-chat-file-name-font-size: $kendo-chat-file-name-font-size,
306
+ $kendo-chat-file-name-line-height: $kendo-chat-file-name-line-height,
307
+ $kendo-chat-file-size-font-size: $kendo-chat-file-size-font-size,
308
+ $kendo-chat-file-size-line-height: $kendo-chat-file-size-line-height,
278
309
  $kendo-chat-file-padding-x: $kendo-chat-file-padding-x,
279
310
  $kendo-chat-file-padding-y: $kendo-chat-file-padding-y,
280
311
  $kendo-chat-file-gap: $kendo-chat-file-gap,
@@ -284,8 +315,9 @@ $kendo-chat-message-reference-marker-alt-bg: k-color(primary-emphasis) !default;
284
315
  $kendo-chat-file-text: $kendo-chat-file-text,
285
316
  $kendo-chat-file-border: $kendo-chat-file-border,
286
317
  $kendo-chat-file-border-radius: $kendo-chat-file-border-radius,
287
- $kendo-chat-file-download-padding-x: $kendo-chat-file-download-padding-x,
288
- $kendo-chat-file-download-padding-y: $kendo-chat-file-download-padding-y,
318
+ $kendo-chat-sender-file-bg: $kendo-chat-sender-file-bg,
319
+ $kendo-chat-sender-file-text: $kendo-chat-sender-file-text,
320
+ $kendo-chat-sender-file-border: $kendo-chat-sender-file-border,
289
321
  $kendo-chat-message-pinned-border-width: $kendo-chat-message-pinned-border-width,
290
322
  $kendo-chat-message-pinned-border-style: $kendo-chat-message-pinned-border-style,
291
323
  $kendo-chat-message-pinned-border-color: $kendo-chat-message-pinned-border-color,
@@ -280,6 +280,13 @@ $kendo-list-item-selected-bg: k-color(primary) !default;
280
280
  /// @group list
281
281
  $kendo-list-item-selected-text: k-color(on-primary) !default;
282
282
 
283
+ /// The background color of the selected hovered List items.
284
+ /// @group list
285
+ $kendo-list-item-selected-hover-bg: k-color(primary-hover) !default;
286
+ /// The text color of the selected hovered List items.
287
+ /// @group list
288
+ $kendo-list-item-selected-hover-text: k-color(on-primary) !default;
289
+
283
290
  /// The background color of the List group items.
284
291
  /// @group list
285
292
  $kendo-list-group-item-bg: null !default;
@@ -389,6 +396,8 @@ $kendo-list-option-label-text: k-color(subtle) !default;
389
396
  $kendo-list-item-focus-shadow: $kendo-list-item-focus-shadow,
390
397
  $kendo-list-item-selected-bg: $kendo-list-item-selected-bg,
391
398
  $kendo-list-item-selected-text: $kendo-list-item-selected-text,
399
+ $kendo-list-item-selected-hover-bg: $kendo-list-item-selected-hover-bg,
400
+ $kendo-list-item-selected-hover-text: $kendo-list-item-selected-hover-text,
392
401
  $kendo-list-group-item-bg: $kendo-list-group-item-bg,
393
402
  $kendo-list-group-item-text: $kendo-list-group-item-text,
394
403
  $kendo-list-group-item-border: $kendo-list-group-item-border,
@@ -134,10 +134,10 @@ $kendo-menu-scroll-button-hover-border: null !default;
134
134
  /// @group menu
135
135
  $kendo-menu-scroll-button-hover-gradient: null !default;
136
136
 
137
- /// The horizontal padding of the Menu icon.
137
+ /// The horizontal padding of the Menu expand arrow icon.
138
138
  /// @group menu
139
139
  $kendo-menu-icon-padding-x: null !default;
140
- /// The vertical padding of the Menu icon.
140
+ /// The vertical padding of the Menu expand arrow icon.
141
141
  /// @group menu
142
142
  $kendo-menu-icon-padding-y: null !default;
143
143
 
@@ -96,15 +96,9 @@ $kendo-pager-item-selected-bg: k-color(primary) !default;
96
96
  /// @group pager
97
97
  $kendo-pager-input-width: 5em !default;
98
98
 
99
- /// The width of the DropDowns in the small Pager.
99
+ /// The width of the DropDowns in the Pager.
100
100
  /// @group pager
101
- $kendo-pager-sm-dropdown-width: 5em !default;
102
- /// The width of the DropDowns in the medium Pager.
103
- /// @group pager
104
- $kendo-pager-md-dropdown-width: 5em !default;
105
- /// The width of the DropDowns in the large Pager.
106
- /// @group pager
107
- $kendo-pager-lg-dropdown-width: 6em !default;
101
+ $kendo-pager-dropdown-width: 5em !default;
108
102
 
109
103
  /// The sizes map of the Pager.
110
104
  /// @group pager
@@ -114,21 +108,18 @@ $kendo-pager-sizes: (
114
108
  padding-y: $kendo-pager-sm-padding-y,
115
109
  item-group-spacing: $kendo-pager-sm-item-group-spacing,
116
110
  item-min-width: $kendo-pager-sm-item-min-width,
117
- pager-dropdown-width: $kendo-pager-sm-dropdown-width
118
111
  ),
119
112
  md: (
120
113
  padding-x: $kendo-pager-md-padding-x,
121
114
  padding-y: $kendo-pager-md-padding-y,
122
115
  item-group-spacing: $kendo-pager-md-item-group-spacing,
123
116
  item-min-width: $kendo-pager-md-item-min-width,
124
- pager-dropdown-width: $kendo-pager-md-dropdown-width
125
117
  ),
126
118
  lg: (
127
119
  padding-x: $kendo-pager-lg-padding-x,
128
120
  padding-y: $kendo-pager-lg-padding-y,
129
121
  item-group-spacing: $kendo-pager-lg-item-group-spacing,
130
122
  item-min-width: $kendo-pager-lg-item-min-width,
131
- pager-dropdown-width: $kendo-pager-lg-dropdown-width
132
123
  )
133
124
  ) !default;
134
125
 
@@ -158,8 +149,6 @@ $kendo-pager-sizes: (
158
149
  $kendo-pager-item-border-width: $kendo-pager-item-border-width,
159
150
  $kendo-pager-item-spacing: $kendo-pager-item-spacing,
160
151
  $kendo-pager-input-width: $kendo-pager-input-width,
161
- $kendo-pager-sm-dropdown-width: $kendo-pager-sm-dropdown-width,
162
- $kendo-pager-md-dropdown-width: $kendo-pager-md-dropdown-width,
163
- $kendo-pager-lg-dropdown-width: $kendo-pager-lg-dropdown-width,
152
+ $kendo-pager-dropdown-width: $kendo-pager-dropdown-width,
164
153
  $kendo-pager-sizes: $kendo-pager-sizes
165
154
  );