@progress/kendo-theme-material 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 (47) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/material-2-dark.css +1 -1
  3. package/dist/material-2.css +1 -1
  4. package/dist/material-aqua-dark.css +1 -1
  5. package/dist/material-arctic.css +1 -1
  6. package/dist/material-burnt-teal.css +1 -1
  7. package/dist/material-dataviz-v4.css +1 -1
  8. package/dist/material-eggplant.css +1 -1
  9. package/dist/material-lime-dark.css +1 -1
  10. package/dist/material-lime.css +1 -1
  11. package/dist/material-main-dark.css +1 -1
  12. package/dist/material-main.css +1 -1
  13. package/dist/material-nova.css +1 -1
  14. package/dist/material-pacific-dark.css +1 -1
  15. package/dist/material-pacific.css +1 -1
  16. package/dist/material-sky-dark.css +1 -1
  17. package/dist/material-sky.css +1 -1
  18. package/dist/material-smoke.css +1 -1
  19. package/dist/meta/sassdoc-data.json +1114 -688
  20. package/dist/meta/sassdoc-raw-data.json +501 -301
  21. package/dist/meta/variables.json +63 -26
  22. package/lib/swatches/material-2-dark.json +1 -1
  23. package/lib/swatches/material-2.json +1 -1
  24. package/lib/swatches/material-aqua-dark.json +1 -1
  25. package/lib/swatches/material-arctic.json +1 -1
  26. package/lib/swatches/material-burnt-teal.json +1 -1
  27. package/lib/swatches/material-dataviz-v4.json +1 -1
  28. package/lib/swatches/material-eggplant.json +1 -1
  29. package/lib/swatches/material-lime-dark.json +1 -1
  30. package/lib/swatches/material-lime.json +1 -1
  31. package/lib/swatches/material-main-dark.json +1 -1
  32. package/lib/swatches/material-main.json +1 -1
  33. package/lib/swatches/material-nova.json +1 -1
  34. package/lib/swatches/material-pacific-dark.json +1 -1
  35. package/lib/swatches/material-pacific.json +1 -1
  36. package/lib/swatches/material-sky-dark.json +1 -1
  37. package/lib/swatches/material-sky.json +1 -1
  38. package/lib/swatches/material-smoke.json +1 -1
  39. package/package.json +4 -4
  40. package/scss/bubble/_variables.scss +1 -1
  41. package/scss/chat/_layout.scss +0 -4
  42. package/scss/chat/_theme.scss +0 -5
  43. package/scss/chat/_variables.scss +44 -12
  44. package/scss/list/_theme.scss +0 -8
  45. package/scss/list/_variables.scss +9 -0
  46. package/scss/menu/_variables.scss +2 -2
  47. package/scss/pager/_variables.scss +3 -14
@@ -2199,6 +2199,14 @@
2199
2199
  "type": "String",
2200
2200
  "value": "var(--kendo-color-primary-on-surface, #65558F)"
2201
2201
  },
2202
+ "kendo-list-item-selected-hover-bg": {
2203
+ "type": "String",
2204
+ "value": "color-mix(in srgb, var(--kendo-color-on-app-surface, #1D1B20) 8%, transparent)"
2205
+ },
2206
+ "kendo-list-item-selected-hover-text": {
2207
+ "type": "String",
2208
+ "value": "var(--kendo-color-primary-on-surface, #65558F)"
2209
+ },
2202
2210
  "kendo-list-group-item-bg": {
2203
2211
  "type": "Null",
2204
2212
  "value": "null"
@@ -2609,7 +2617,7 @@
2609
2617
  },
2610
2618
  "kendo-bubble-border-radius-sm": {
2611
2619
  "type": "String",
2612
- "value": "var(--kendo-border-radius-xs, 1px)"
2620
+ "value": "var(--kendo-border-radius-sm, 0.125rem)"
2613
2621
  },
2614
2622
  "kendo-bubble-padding-y": {
2615
2623
  "type": "String",
@@ -9702,42 +9710,31 @@
9702
9710
  "type": "Number",
9703
9711
  "value": "5em"
9704
9712
  },
9705
- "kendo-pager-sm-dropdown-width": {
9706
- "type": "Number",
9707
- "value": "5em"
9708
- },
9709
- "kendo-pager-md-dropdown-width": {
9710
- "type": "Number",
9711
- "value": "5em"
9712
- },
9713
- "kendo-pager-lg-dropdown-width": {
9713
+ "kendo-pager-dropdown-width": {
9714
9714
  "type": "Number",
9715
9715
  "value": "5em"
9716
9716
  },
9717
9717
  "kendo-pager-sizes": {
9718
9718
  "type": "Map",
9719
- "value": "(sm: (padding-x: var(--kendo-spacing-1, 0.25rem), padding-y: var(--kendo-spacing-1, 0.25rem), item-group-spacing: var(--kendo-spacing-1\\.5, 0.375rem), item-min-width: calc(var(--kendo-line-height, normal) * 1em + calc(var(--kendo-spacing-3\\.5, 0.875rem) / 2) * 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-2, 0.5rem), item-min-width: calc(var(--kendo-line-height, normal) * 1em + calc(var(--kendo-spacing-4\\.5, 1.125rem) / 2) * 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-2\\.5, 0.625rem), item-min-width: calc(var(--kendo-line-height, normal) * 1em + calc(var(--kendo-spacing-5\\.5, 1.375rem) / 2) * 2 + 1px * 2), pager-dropdown-width: 5em))",
9719
+ "value": "(sm: (padding-x: var(--kendo-spacing-1, 0.25rem), padding-y: var(--kendo-spacing-1, 0.25rem), item-group-spacing: var(--kendo-spacing-1\\.5, 0.375rem), item-min-width: calc(var(--kendo-line-height, normal) * 1em + calc(var(--kendo-spacing-3\\.5, 0.875rem) / 2) * 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-2, 0.5rem), item-min-width: calc(var(--kendo-line-height, normal) * 1em + calc(var(--kendo-spacing-4\\.5, 1.125rem) / 2) * 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-2\\.5, 0.625rem), item-min-width: calc(var(--kendo-line-height, normal) * 1em + calc(var(--kendo-spacing-5\\.5, 1.375rem) / 2) * 2 + 1px * 2)))",
9720
9720
  "prettyValue": {
9721
9721
  "sm": {
9722
9722
  "padding-x": "var(--kendo-spacing-1, 0.25rem)",
9723
9723
  "padding-y": "var(--kendo-spacing-1, 0.25rem)",
9724
9724
  "item-group-spacing": "var(--kendo-spacing-1\\.5, 0.375rem)",
9725
- "item-min-width": "calc(var(--kendo-line-height, normal) * 1em + calc(var(--kendo-spacing-3\\.5, 0.875rem) / 2) * 2 + 1px * 2)",
9726
- "pager-dropdown-width": "5em"
9725
+ "item-min-width": "calc(var(--kendo-line-height, normal) * 1em + calc(var(--kendo-spacing-3\\.5, 0.875rem) / 2) * 2 + 1px * 2)"
9727
9726
  },
9728
9727
  "md": {
9729
9728
  "padding-x": "var(--kendo-spacing-2, 0.5rem)",
9730
9729
  "padding-y": "var(--kendo-spacing-2, 0.5rem)",
9731
9730
  "item-group-spacing": "var(--kendo-spacing-2, 0.5rem)",
9732
- "item-min-width": "calc(var(--kendo-line-height, normal) * 1em + calc(var(--kendo-spacing-4\\.5, 1.125rem) / 2) * 2 + 1px * 2)",
9733
- "pager-dropdown-width": "5em"
9731
+ "item-min-width": "calc(var(--kendo-line-height, normal) * 1em + calc(var(--kendo-spacing-4\\.5, 1.125rem) / 2) * 2 + 1px * 2)"
9734
9732
  },
9735
9733
  "lg": {
9736
9734
  "padding-x": "var(--kendo-spacing-2\\.5, 0.625rem)",
9737
9735
  "padding-y": "var(--kendo-spacing-2\\.5, 0.625rem)",
9738
9736
  "item-group-spacing": "var(--kendo-spacing-2\\.5, 0.625rem)",
9739
- "item-min-width": "calc(var(--kendo-line-height, normal) * 1em + calc(var(--kendo-spacing-5\\.5, 1.375rem) / 2) * 2 + 1px * 2)",
9740
- "pager-dropdown-width": "5em"
9737
+ "item-min-width": "calc(var(--kendo-line-height, normal) * 1em + calc(var(--kendo-spacing-5\\.5, 1.375rem) / 2) * 2 + 1px * 2)"
9741
9738
  }
9742
9739
  }
9743
9740
  },
@@ -13889,6 +13886,14 @@
13889
13886
  "type": "String",
13890
13887
  "value": "var(--kendo-spacing-4, 1rem)"
13891
13888
  },
13889
+ "kendo-chat-status-min-size": {
13890
+ "type": "String",
13891
+ "value": "var(--kendo-spacing-1\\.5, 0.375rem)"
13892
+ },
13893
+ "kendo-chat-status-max-size": {
13894
+ "type": "String",
13895
+ "value": "var(--kendo-spacing-8, 2rem)"
13896
+ },
13892
13897
  "kendo-chat-message-status-gap": {
13893
13898
  "type": "String",
13894
13899
  "value": "var(--kendo-spacing-1, 0.25rem)"
@@ -14017,17 +14022,37 @@
14017
14022
  "type": "String",
14018
14023
  "value": "var(--kendo-color-base-on-subtle, #4A4459)"
14019
14024
  },
14020
- "kendo-chat-file-width": {
14025
+ "kendo-chat-file-min-width": {
14021
14026
  "type": "Number",
14022
- "value": "240px"
14027
+ "value": "96px"
14028
+ },
14029
+ "kendo-chat-file-max-width": {
14030
+ "type": "Number",
14031
+ "value": "160px"
14032
+ },
14033
+ "kendo-chat-file-name-font-size": {
14034
+ "type": "String",
14035
+ "value": "var(--kendo-font-size-sm, inherit)"
14036
+ },
14037
+ "kendo-chat-file-name-line-height": {
14038
+ "type": "String",
14039
+ "value": "var(--kendo-line-height-sm, normal)"
14040
+ },
14041
+ "kendo-chat-file-size-font-size": {
14042
+ "type": "String",
14043
+ "value": "var(--kendo-font-size-xs, inherit)"
14044
+ },
14045
+ "kendo-chat-file-size-line-height": {
14046
+ "type": "String",
14047
+ "value": "var(--kendo-line-height-xs, normal)"
14023
14048
  },
14024
14049
  "kendo-chat-file-padding-x": {
14025
14050
  "type": "String",
14026
- "value": "var(--kendo-spacing-2, 0.5rem)"
14051
+ "value": "var(--kendo-spacing-1, 0.25rem)"
14027
14052
  },
14028
14053
  "kendo-chat-file-padding-y": {
14029
14054
  "type": "String",
14030
- "value": "var(--kendo-spacing-2, 0.5rem)"
14055
+ "value": "var(--kendo-spacing-1, 0.25rem)"
14031
14056
  },
14032
14057
  "kendo-chat-file-gap": {
14033
14058
  "type": "String",
@@ -14043,7 +14068,7 @@
14043
14068
  },
14044
14069
  "kendo-chat-file-bg": {
14045
14070
  "type": "String",
14046
- "value": "var(--kendo-color-base-subtle, #DED8E0)"
14071
+ "value": "color-mix(in srgb, var(--kendo-color-base-on-subtle, #4A4459) 8%, transparent)"
14047
14072
  },
14048
14073
  "kendo-chat-file-text": {
14049
14074
  "type": "String",
@@ -14051,19 +14076,31 @@
14051
14076
  },
14052
14077
  "kendo-chat-file-border": {
14053
14078
  "type": "String",
14054
- "value": "var(--kendo-color-base-subtle, #DED8E0)"
14079
+ "value": "color-mix(in srgb, var(--kendo-color-base-on-subtle, #4A4459) 8%, transparent)"
14055
14080
  },
14056
14081
  "kendo-chat-file-border-radius": {
14057
14082
  "type": "String",
14058
14083
  "value": "var(--kendo-border-radius-md, 0.25rem)"
14059
14084
  },
14060
14085
  "kendo-chat-file-download-padding-x": {
14061
- "type": "String",
14062
- "value": "var(--kendo-spacing-2, 0.5rem)"
14086
+ "type": "Null",
14087
+ "value": "null"
14063
14088
  },
14064
14089
  "kendo-chat-file-download-padding-y": {
14090
+ "type": "Null",
14091
+ "value": "null"
14092
+ },
14093
+ "kendo-chat-sender-file-bg": {
14065
14094
  "type": "String",
14066
- "value": "var(--kendo-spacing-2, 0.5rem)"
14095
+ "value": "color-mix(in srgb, var(--kendo-color-on-primary, #ffffff) 14%, transparent)"
14096
+ },
14097
+ "kendo-chat-sender-file-text": {
14098
+ "type": "String",
14099
+ "value": "var(--kendo-color-on-primary, #ffffff)"
14100
+ },
14101
+ "kendo-chat-sender-file-border": {
14102
+ "type": "String",
14103
+ "value": "color-mix(in srgb, var(--kendo-color-on-primary, #ffffff) 14%, transparent)"
14067
14104
  },
14068
14105
  "kendo-chat-message-pinned-border-width": {
14069
14106
  "type": "Number",
@@ -3,7 +3,7 @@
3
3
  "name": "Material 2 Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "12.1.0",
6
+ "version": "12.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "#121212",
9
9
  "#212121",
@@ -3,7 +3,7 @@
3
3
  "name": "Material 2",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "12.1.0",
6
+ "version": "12.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Aqua Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "12.1.0",
6
+ "version": "12.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "#121212",
9
9
  "#212121",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Arctic",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "12.1.0",
6
+ "version": "12.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Burnt Teal",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "12.1.0",
6
+ "version": "12.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Dataviz v4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "12.1.0",
6
+ "version": "12.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "#3f51b5",
9
9
  "#2196f3",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Eggplant",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "12.1.0",
6
+ "version": "12.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Lime Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "12.1.0",
6
+ "version": "12.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "#121212",
9
9
  "#212121",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Lime",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "12.1.0",
6
+ "version": "12.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "12.1.0",
6
+ "version": "12.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "#141218",
9
9
  "#2B2930",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "12.1.0",
6
+ "version": "12.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "#FEFBFF",
9
9
  "#F7F3FA",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Nova",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "12.1.0",
6
+ "version": "12.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Pacific Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "12.1.0",
6
+ "version": "12.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "#121212",
9
9
  "#212121",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Pacific Light",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "12.1.0",
6
+ "version": "12.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Sky Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "12.1.0",
6
+ "version": "12.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "#121212",
9
9
  "#212121",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Sky",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "12.1.0",
6
+ "version": "12.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Smoke",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "12.1.0",
6
+ "version": "12.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-material",
3
3
  "description": "Material 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": [
@@ -55,12 +55,12 @@
55
55
  },
56
56
  "dependencies": {
57
57
  "@progress/kendo-svg-icons": "^4.5.0",
58
- "@progress/kendo-theme-core": "12.1.0",
59
- "@progress/kendo-theme-utils": "12.1.0"
58
+ "@progress/kendo-theme-core": "12.2.0-dev.2",
59
+ "@progress/kendo-theme-utils": "12.2.0-dev.2"
60
60
  },
61
61
  "directories": {
62
62
  "doc": "docs",
63
63
  "lib": "lib"
64
64
  },
65
- "gitHead": "c21230377775b7e87f6c8c6590409f0c2d41d99f"
65
+ "gitHead": "918845c4b6e60435531f8b2fef5c0d0110b54c6d"
66
66
  }
@@ -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;
@@ -7,10 +7,6 @@
7
7
  @mixin kendo-chat--layout() {
8
8
  @include kendo-chat--layout-base();
9
9
 
10
- .k-chat-file:has( + .k-chat-file) {
11
- padding-block-end: calc( #{$kendo-chat-file-padding-y} / 2 );
12
- }
13
-
14
10
  .k-message-group-sender .k-chat-bubble {
15
11
  &:focus,
16
12
  &.k-focus {
@@ -12,11 +12,6 @@
12
12
  .k-chat-download-button {
13
13
  color: inherit;
14
14
  }
15
-
16
- .k-chat-file-size,
17
- .k-chat-file-status {
18
- font-size: var( --kendo-font-size-sm, inherit);
19
- }
20
15
  }
21
16
 
22
17
  .k-message-group-sender .k-chat-bubble {
@@ -52,6 +52,12 @@ $kendo-chat-message-list-padding-y: $kendo-chat-padding-y !default;
52
52
  /// @group chat
53
53
  $kendo-chat-message-list-spacing: $kendo-chat-item-spacing-y !default;
54
54
 
55
+ /// The minimum size of the Chat message status.
56
+ /// @group chat
57
+ $kendo-chat-status-min-size: k-spacing(1.5) !default;
58
+ /// The maximum size of the Chat message status.
59
+ /// @group chat
60
+ $kendo-chat-status-max-size: k-spacing(8) !default;
55
61
  /// The spacing between the icon and text in the Chat message status.
56
62
  /// @group chat
57
63
  $kendo-chat-message-status-gap: k-spacing(1) !default;
@@ -159,15 +165,30 @@ $kendo-chat-alt-bubble-focus-shadow: null !default;
159
165
  /// @group chat
160
166
  $kendo-chat-typing-indicator-text: k-color(base-on-subtle) !default;
161
167
 
162
- /// The width of a file in the Chat Textarea.
168
+ /// The minimum width of a file in the Chat Textarea.
169
+ /// @group chat
170
+ $kendo-chat-file-min-width: 96px !default;
171
+ /// The maximum width of a file in the Chat Textarea.
172
+ /// @group chat
173
+ $kendo-chat-file-max-width: 160px !default;
174
+ /// The font size of the Chat file name.
163
175
  /// @group chat
164
- $kendo-chat-file-width: 240px !default;
176
+ $kendo-chat-file-name-font-size: var( --kendo-font-size-sm, inherit ) !default;
177
+ /// The line height of the Chat file name.
178
+ /// @group chat
179
+ $kendo-chat-file-name-line-height: var( --kendo-line-height-sm, normal ) !default;
180
+ /// The font size of the Chat file size.
181
+ /// @group chat
182
+ $kendo-chat-file-size-font-size: var( --kendo-font-size-xs, inherit ) !default;
183
+ /// The line height of the Chat file size.
184
+ /// @group chat
185
+ $kendo-chat-file-size-line-height: var( --kendo-line-height-xs, normal ) !default;
165
186
  /// The horizontal padding of the Chat file.
166
187
  /// @group chat
167
- $kendo-chat-file-padding-x: k-spacing(2) !default;
188
+ $kendo-chat-file-padding-x: k-spacing(1) !default;
168
189
  /// The vertical padding of the Chat file.
169
190
  /// @group chat
170
- $kendo-chat-file-padding-y: k-spacing(2) !default;
191
+ $kendo-chat-file-padding-y: k-spacing(1) !default;
171
192
  /// The spacing between the elements of the Chat file.
172
193
  /// @group chat
173
194
  $kendo-chat-file-gap: k-spacing(1) !default;
@@ -181,7 +202,7 @@ $kendo-chat-file-border-style: solid !default;
181
202
 
182
203
  /// The background color of the Chat file.
183
204
  /// @group chat
184
- $kendo-chat-file-bg: k-color(base-subtle) !default;
205
+ $kendo-chat-file-bg: color-mix(in srgb, k-color(base-on-subtle) 8%, transparent) !default;
185
206
  /// The text color of the Chat file.
186
207
  /// @group chat
187
208
  $kendo-chat-file-text: k-color(base-on-subtle) !default;
@@ -192,12 +213,15 @@ $kendo-chat-file-border: $kendo-chat-file-bg !default;
192
213
  /// @group chat
193
214
  $kendo-chat-file-border-radius: k-border-radius(md) !default;
194
215
 
195
- /// The horizontal padding of the file download wrapper.
216
+ /// The background color of the Chat sender file.
217
+ /// @group chat
218
+ $kendo-chat-sender-file-bg: color-mix(in srgb, k-color(on-primary) 14%, transparent) !default;
219
+ /// The text color of the Chat sender file.
196
220
  /// @group chat
197
- $kendo-chat-file-download-padding-x: k-spacing(2) !default;
198
- /// The vertical padding of the file download wrapper.
221
+ $kendo-chat-sender-file-text: k-color(on-primary) !default;
222
+ /// The border color of the Chat sender file.
199
223
  /// @group chat
200
- $kendo-chat-file-download-padding-y: k-spacing(2) !default;
224
+ $kendo-chat-sender-file-border: $kendo-chat-sender-file-bg !default;
201
225
 
202
226
  /// The border width of the Chat pinned message;
203
227
  /// @group chat
@@ -244,6 +268,8 @@ $kendo-chat-message-reference-marker-alt-bg: k-color(primary-emphasis) !default;
244
268
  $kendo-chat-message-list-padding-x: $kendo-chat-message-list-padding-x,
245
269
  $kendo-chat-message-list-padding-y: $kendo-chat-message-list-padding-y,
246
270
  $kendo-chat-message-list-spacing: $kendo-chat-message-list-spacing,
271
+ $kendo-chat-status-min-size: $kendo-chat-status-min-size,
272
+ $kendo-chat-status-max-size: $kendo-chat-status-max-size,
247
273
  $kendo-chat-message-status-gap: $kendo-chat-message-status-gap,
248
274
  $kendo-chat-timestamp-font-size: $kendo-chat-timestamp-font-size,
249
275
  $kendo-chat-timestamp-line-height: $kendo-chat-timestamp-line-height,
@@ -276,7 +302,12 @@ $kendo-chat-message-reference-marker-alt-bg: k-color(primary-emphasis) !default;
276
302
  $kendo-chat-alt-bubble-focus-border: $kendo-chat-alt-bubble-focus-border,
277
303
  $kendo-chat-alt-bubble-focus-shadow: $kendo-chat-alt-bubble-focus-shadow,
278
304
  $kendo-chat-typing-indicator-text: $kendo-chat-typing-indicator-text,
279
- $kendo-chat-file-width: $kendo-chat-file-width,
305
+ $kendo-chat-file-min-width: $kendo-chat-file-min-width,
306
+ $kendo-chat-file-max-width: $kendo-chat-file-max-width,
307
+ $kendo-chat-file-name-font-size: $kendo-chat-file-name-font-size,
308
+ $kendo-chat-file-name-line-height: $kendo-chat-file-name-line-height,
309
+ $kendo-chat-file-size-font-size: $kendo-chat-file-size-font-size,
310
+ $kendo-chat-file-size-line-height: $kendo-chat-file-size-line-height,
280
311
  $kendo-chat-file-padding-x: $kendo-chat-file-padding-x,
281
312
  $kendo-chat-file-padding-y: $kendo-chat-file-padding-y,
282
313
  $kendo-chat-file-gap: $kendo-chat-file-gap,
@@ -286,8 +317,9 @@ $kendo-chat-message-reference-marker-alt-bg: k-color(primary-emphasis) !default;
286
317
  $kendo-chat-file-text: $kendo-chat-file-text,
287
318
  $kendo-chat-file-border: $kendo-chat-file-border,
288
319
  $kendo-chat-file-border-radius: $kendo-chat-file-border-radius,
289
- $kendo-chat-file-download-padding-x: $kendo-chat-file-download-padding-x,
290
- $kendo-chat-file-download-padding-y: $kendo-chat-file-download-padding-y,
320
+ $kendo-chat-sender-file-bg: $kendo-chat-sender-file-bg,
321
+ $kendo-chat-sender-file-text: $kendo-chat-sender-file-text,
322
+ $kendo-chat-sender-file-border: $kendo-chat-sender-file-border,
291
323
  $kendo-chat-message-pinned-border-width: $kendo-chat-message-pinned-border-width,
292
324
  $kendo-chat-message-pinned-border-style: $kendo-chat-message-pinned-border-style,
293
325
  $kendo-chat-message-pinned-border-color: $kendo-chat-message-pinned-border-color,
@@ -6,12 +6,4 @@
6
6
 
7
7
  @mixin kendo-list--theme() {
8
8
  @include kendo-list--theme-base();
9
-
10
- // List item
11
- .k-list-item {
12
- &.k-selected:hover,
13
- &.k-selected.k-hover {
14
- background-color: $kendo-list-item-hover-bg;
15
- }
16
- }
17
9
  }
@@ -282,6 +282,13 @@ $kendo-list-item-selected-bg: null !default;
282
282
  /// @group list
283
283
  $kendo-list-item-selected-text: k-color(primary-on-surface) !default;
284
284
 
285
+ /// The background color of the selected hovered List items.
286
+ /// @group list
287
+ $kendo-list-item-selected-hover-bg: color-mix(in srgb, k-color(on-app-surface) 8%, transparent) !default;
288
+ /// The text color of the selected hovered List items.
289
+ /// @group list
290
+ $kendo-list-item-selected-hover-text: k-color(primary-on-surface) !default;
291
+
285
292
  /// The background color of the List group items.
286
293
  /// @group list
287
294
  $kendo-list-group-item-bg: null !default;
@@ -390,6 +397,8 @@ $kendo-list-option-label-text: k-color(subtle) !default;
390
397
  $kendo-list-item-focus-shadow: $kendo-list-item-focus-shadow,
391
398
  $kendo-list-item-selected-bg: $kendo-list-item-selected-bg,
392
399
  $kendo-list-item-selected-text: $kendo-list-item-selected-text,
400
+ $kendo-list-item-selected-hover-bg: $kendo-list-item-selected-hover-bg,
401
+ $kendo-list-item-selected-hover-text: $kendo-list-item-selected-hover-text,
393
402
  $kendo-list-group-item-bg: $kendo-list-group-item-bg,
394
403
  $kendo-list-group-item-text: $kendo-list-group-item-text,
395
404
  $kendo-list-group-item-border: $kendo-list-group-item-border,
@@ -136,10 +136,10 @@ $kendo-menu-scroll-button-hover-border: null !default;
136
136
  /// @group menu
137
137
  $kendo-menu-scroll-button-hover-gradient: null !default;
138
138
 
139
- /// The horizontal padding of the Menu icon.
139
+ /// The horizontal padding of the Menu expand arrow icon.
140
140
  /// @group menu
141
141
  $kendo-menu-icon-padding-x: k-spacing(1) !default;
142
- /// The vertical padding of the Menu icon.
142
+ /// The vertical padding of the Menu expand arrow icon.
143
143
  /// @group menu
144
144
  $kendo-menu-icon-padding-y: k-spacing(1) !default;
145
145
 
@@ -88,15 +88,9 @@ $kendo-pager-number-border-radius: k-border-radius( md ) !default;
88
88
  /// @group pager
89
89
  $kendo-pager-input-width: 5em !default;
90
90
 
91
- /// The width of the DropDowns in the small Pager.
91
+ /// The width of the DropDowns in the Pager.
92
92
  /// @group pager
93
- $kendo-pager-sm-dropdown-width: 5em !default;
94
- /// The width of the DropDowns in the medium Pager.
95
- /// @group pager
96
- $kendo-pager-md-dropdown-width: 5em !default;
97
- /// The width of the DropDowns in the large Pager.
98
- /// @group pager
99
- $kendo-pager-lg-dropdown-width: 5em !default;
93
+ $kendo-pager-dropdown-width: 5em !default;
100
94
 
101
95
  /// The sizes map of the Pager.
102
96
  /// @group pager
@@ -106,21 +100,18 @@ $kendo-pager-sizes: (
106
100
  padding-y: $kendo-pager-sm-padding-y,
107
101
  item-group-spacing: $kendo-pager-sm-item-group-spacing,
108
102
  item-min-width: $kendo-pager-sm-item-min-width,
109
- pager-dropdown-width: $kendo-pager-sm-dropdown-width
110
103
  ),
111
104
  md: (
112
105
  padding-x: $kendo-pager-md-padding-x,
113
106
  padding-y: $kendo-pager-md-padding-y,
114
107
  item-group-spacing: $kendo-pager-md-item-group-spacing,
115
108
  item-min-width: $kendo-pager-md-item-min-width,
116
- pager-dropdown-width: $kendo-pager-md-dropdown-width
117
109
  ),
118
110
  lg: (
119
111
  padding-x: $kendo-pager-lg-padding-x,
120
112
  padding-y: $kendo-pager-lg-padding-y,
121
113
  item-group-spacing: $kendo-pager-lg-item-group-spacing,
122
114
  item-min-width: $kendo-pager-lg-item-min-width,
123
- pager-dropdown-width: $kendo-pager-lg-dropdown-width
124
115
  )
125
116
  ) !default;
126
117
 
@@ -149,8 +140,6 @@ $kendo-pager-sizes: (
149
140
  $kendo-pager-item-border-width: $kendo-pager-item-border-width,
150
141
  $kendo-pager-item-spacing: $kendo-pager-item-spacing,
151
142
  $kendo-pager-input-width: $kendo-pager-input-width,
152
- $kendo-pager-sm-dropdown-width: $kendo-pager-sm-dropdown-width,
153
- $kendo-pager-md-dropdown-width: $kendo-pager-md-dropdown-width,
154
- $kendo-pager-lg-dropdown-width: $kendo-pager-lg-dropdown-width,
143
+ $kendo-pager-dropdown-width: $kendo-pager-dropdown-width,
155
144
  $kendo-pager-sizes: $kendo-pager-sizes
156
145
  );