@progress/kendo-theme-default 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.
- package/dist/all.css +1 -1
- package/dist/default-blue.css +1 -1
- package/dist/default-dataviz-v4.css +1 -1
- package/dist/default-green.css +1 -1
- package/dist/default-main-dark.css +1 -1
- package/dist/default-main.css +1 -1
- package/dist/default-nordic.css +1 -1
- package/dist/default-ocean-blue-a11y.css +1 -1
- package/dist/default-ocean-blue-a11y.scss +4 -0
- package/dist/default-ocean-blue.css +1 -1
- package/dist/default-orange.css +1 -1
- package/dist/default-purple.css +1 -1
- package/dist/default-turquoise.css +1 -1
- package/dist/default-urban.css +1 -1
- package/dist/meta/sassdoc-data.json +1116 -690
- package/dist/meta/sassdoc-raw-data.json +501 -301
- package/dist/meta/variables.json +63 -26
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +21 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +4 -4
- package/scss/bubble/_variables.scss +1 -1
- package/scss/chat/_variables.scss +44 -12
- package/scss/list/_variables.scss +9 -0
- package/scss/menu/_variables.scss +2 -2
- package/scss/pager/_variables.scss +3 -14
package/dist/meta/variables.json
CHANGED
|
@@ -2209,6 +2209,14 @@
|
|
|
2209
2209
|
"type": "String",
|
|
2210
2210
|
"value": "var(--kendo-color-on-primary, #ffffff)"
|
|
2211
2211
|
},
|
|
2212
|
+
"kendo-list-item-selected-hover-bg": {
|
|
2213
|
+
"type": "String",
|
|
2214
|
+
"value": "var(--kendo-color-primary-hover, #ea5a51)"
|
|
2215
|
+
},
|
|
2216
|
+
"kendo-list-item-selected-hover-text": {
|
|
2217
|
+
"type": "String",
|
|
2218
|
+
"value": "var(--kendo-color-on-primary, #ffffff)"
|
|
2219
|
+
},
|
|
2212
2220
|
"kendo-list-group-item-bg": {
|
|
2213
2221
|
"type": "Null",
|
|
2214
2222
|
"value": "null"
|
|
@@ -2619,7 +2627,7 @@
|
|
|
2619
2627
|
},
|
|
2620
2628
|
"kendo-bubble-border-radius-sm": {
|
|
2621
2629
|
"type": "String",
|
|
2622
|
-
"value": "var(--kendo-border-radius-
|
|
2630
|
+
"value": "var(--kendo-border-radius-sm, 0.125rem)"
|
|
2623
2631
|
},
|
|
2624
2632
|
"kendo-bubble-padding-y": {
|
|
2625
2633
|
"type": "String",
|
|
@@ -9655,42 +9663,31 @@
|
|
|
9655
9663
|
"type": "Number",
|
|
9656
9664
|
"value": "5em"
|
|
9657
9665
|
},
|
|
9658
|
-
"kendo-pager-
|
|
9659
|
-
"type": "Number",
|
|
9660
|
-
"value": "5em"
|
|
9661
|
-
},
|
|
9662
|
-
"kendo-pager-md-dropdown-width": {
|
|
9663
|
-
"type": "Number",
|
|
9664
|
-
"value": "5em"
|
|
9665
|
-
},
|
|
9666
|
-
"kendo-pager-lg-dropdown-width": {
|
|
9666
|
+
"kendo-pager-dropdown-width": {
|
|
9667
9667
|
"type": "Number",
|
|
9668
9668
|
"value": "5em"
|
|
9669
9669
|
},
|
|
9670
9670
|
"kendo-pager-sizes": {
|
|
9671
9671
|
"type": "Map",
|
|
9672
|
-
"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, 0.75rem), item-min-width: calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-0\\.5, 0.125rem) * 2 + 1px * 2)
|
|
9672
|
+
"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, 0.75rem), item-min-width: calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-0\\.5, 0.125rem) * 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-3\\.5, 0.875rem), item-min-width: calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1, 0.25rem) * 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, 1rem), item-min-width: calc(var(--kendo-line-height-lg, normal) * 1em + var(--kendo-spacing-2, 0.5rem) * 2 + 1px * 2)))",
|
|
9673
9673
|
"prettyValue": {
|
|
9674
9674
|
"sm": {
|
|
9675
9675
|
"padding-x": "var(--kendo-spacing-1, 0.25rem)",
|
|
9676
9676
|
"padding-y": "var(--kendo-spacing-1, 0.25rem)",
|
|
9677
9677
|
"item-group-spacing": "var(--kendo-spacing-3, 0.75rem)",
|
|
9678
|
-
"item-min-width": "calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-0\\.5, 0.125rem) * 2 + 1px * 2)"
|
|
9679
|
-
"pager-dropdown-width": "5em"
|
|
9678
|
+
"item-min-width": "calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-0\\.5, 0.125rem) * 2 + 1px * 2)"
|
|
9680
9679
|
},
|
|
9681
9680
|
"md": {
|
|
9682
9681
|
"padding-x": "var(--kendo-spacing-2, 0.5rem)",
|
|
9683
9682
|
"padding-y": "var(--kendo-spacing-2, 0.5rem)",
|
|
9684
9683
|
"item-group-spacing": "var(--kendo-spacing-3\\.5, 0.875rem)",
|
|
9685
|
-
"item-min-width": "calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1, 0.25rem) * 2 + 1px * 2)"
|
|
9686
|
-
"pager-dropdown-width": "5em"
|
|
9684
|
+
"item-min-width": "calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1, 0.25rem) * 2 + 1px * 2)"
|
|
9687
9685
|
},
|
|
9688
9686
|
"lg": {
|
|
9689
9687
|
"padding-x": "var(--kendo-spacing-2\\.5, 0.625rem)",
|
|
9690
9688
|
"padding-y": "var(--kendo-spacing-2\\.5, 0.625rem)",
|
|
9691
9689
|
"item-group-spacing": "var(--kendo-spacing-4, 1rem)",
|
|
9692
|
-
"item-min-width": "calc(var(--kendo-line-height-lg, normal) * 1em + var(--kendo-spacing-2, 0.5rem) * 2 + 1px * 2)"
|
|
9693
|
-
"pager-dropdown-width": "5em"
|
|
9690
|
+
"item-min-width": "calc(var(--kendo-line-height-lg, normal) * 1em + var(--kendo-spacing-2, 0.5rem) * 2 + 1px * 2)"
|
|
9694
9691
|
}
|
|
9695
9692
|
}
|
|
9696
9693
|
},
|
|
@@ -13842,6 +13839,14 @@
|
|
|
13842
13839
|
"type": "String",
|
|
13843
13840
|
"value": "var(--kendo-spacing-4, 1rem)"
|
|
13844
13841
|
},
|
|
13842
|
+
"kendo-chat-status-min-size": {
|
|
13843
|
+
"type": "String",
|
|
13844
|
+
"value": "var(--kendo-spacing-1\\.5, 0.375rem)"
|
|
13845
|
+
},
|
|
13846
|
+
"kendo-chat-status-max-size": {
|
|
13847
|
+
"type": "String",
|
|
13848
|
+
"value": "var(--kendo-spacing-8, 2rem)"
|
|
13849
|
+
},
|
|
13845
13850
|
"kendo-chat-message-status-gap": {
|
|
13846
13851
|
"type": "String",
|
|
13847
13852
|
"value": "var(--kendo-spacing-1, 0.25rem)"
|
|
@@ -13970,17 +13975,37 @@
|
|
|
13970
13975
|
"type": "String",
|
|
13971
13976
|
"value": "var(--kendo-color-base-on-subtle, #3d3d3d)"
|
|
13972
13977
|
},
|
|
13973
|
-
"kendo-chat-file-width": {
|
|
13978
|
+
"kendo-chat-file-min-width": {
|
|
13974
13979
|
"type": "Number",
|
|
13975
|
-
"value": "
|
|
13980
|
+
"value": "96px"
|
|
13981
|
+
},
|
|
13982
|
+
"kendo-chat-file-max-width": {
|
|
13983
|
+
"type": "Number",
|
|
13984
|
+
"value": "160px"
|
|
13985
|
+
},
|
|
13986
|
+
"kendo-chat-file-name-font-size": {
|
|
13987
|
+
"type": "String",
|
|
13988
|
+
"value": "var(--kendo-font-size-sm, inherit)"
|
|
13989
|
+
},
|
|
13990
|
+
"kendo-chat-file-name-line-height": {
|
|
13991
|
+
"type": "String",
|
|
13992
|
+
"value": "var(--kendo-line-height-lg, normal)"
|
|
13993
|
+
},
|
|
13994
|
+
"kendo-chat-file-size-font-size": {
|
|
13995
|
+
"type": "String",
|
|
13996
|
+
"value": "var(--kendo-font-size-xs, inherit)"
|
|
13997
|
+
},
|
|
13998
|
+
"kendo-chat-file-size-line-height": {
|
|
13999
|
+
"type": "String",
|
|
14000
|
+
"value": "var(--kendo-line-height-xs, normal)"
|
|
13976
14001
|
},
|
|
13977
14002
|
"kendo-chat-file-padding-x": {
|
|
13978
14003
|
"type": "String",
|
|
13979
|
-
"value": "var(--kendo-spacing-
|
|
14004
|
+
"value": "var(--kendo-spacing-1, 0.25rem)"
|
|
13980
14005
|
},
|
|
13981
14006
|
"kendo-chat-file-padding-y": {
|
|
13982
14007
|
"type": "String",
|
|
13983
|
-
"value": "var(--kendo-spacing-
|
|
14008
|
+
"value": "var(--kendo-spacing-1, 0.25rem)"
|
|
13984
14009
|
},
|
|
13985
14010
|
"kendo-chat-file-gap": {
|
|
13986
14011
|
"type": "String",
|
|
@@ -13996,7 +14021,7 @@
|
|
|
13996
14021
|
},
|
|
13997
14022
|
"kendo-chat-file-bg": {
|
|
13998
14023
|
"type": "String",
|
|
13999
|
-
"value": "var(--kendo-color-base-subtle, #
|
|
14024
|
+
"value": "color-mix(in srgb, var(--kendo-color-base-on-subtle, #3d3d3d) 8%, transparent)"
|
|
14000
14025
|
},
|
|
14001
14026
|
"kendo-chat-file-text": {
|
|
14002
14027
|
"type": "String",
|
|
@@ -14004,19 +14029,31 @@
|
|
|
14004
14029
|
},
|
|
14005
14030
|
"kendo-chat-file-border": {
|
|
14006
14031
|
"type": "String",
|
|
14007
|
-
"value": "var(--kendo-color-base-subtle, #
|
|
14032
|
+
"value": "color-mix(in srgb, var(--kendo-color-base-on-subtle, #3d3d3d) 8%, transparent)"
|
|
14008
14033
|
},
|
|
14009
14034
|
"kendo-chat-file-border-radius": {
|
|
14010
14035
|
"type": "String",
|
|
14011
14036
|
"value": "var(--kendo-border-radius-md, 0.25rem)"
|
|
14012
14037
|
},
|
|
14013
14038
|
"kendo-chat-file-download-padding-x": {
|
|
14014
|
-
"type": "
|
|
14015
|
-
"value": "
|
|
14039
|
+
"type": "Null",
|
|
14040
|
+
"value": "null"
|
|
14016
14041
|
},
|
|
14017
14042
|
"kendo-chat-file-download-padding-y": {
|
|
14043
|
+
"type": "Null",
|
|
14044
|
+
"value": "null"
|
|
14045
|
+
},
|
|
14046
|
+
"kendo-chat-sender-file-bg": {
|
|
14018
14047
|
"type": "String",
|
|
14019
|
-
"value": "var(--kendo-
|
|
14048
|
+
"value": "color-mix(in srgb, var(--kendo-color-on-primary, #ffffff) 14%, transparent)"
|
|
14049
|
+
},
|
|
14050
|
+
"kendo-chat-sender-file-text": {
|
|
14051
|
+
"type": "String",
|
|
14052
|
+
"value": "var(--kendo-color-on-primary, #ffffff)"
|
|
14053
|
+
},
|
|
14054
|
+
"kendo-chat-sender-file-border": {
|
|
14055
|
+
"type": "String",
|
|
14056
|
+
"value": "color-mix(in srgb, var(--kendo-color-on-primary, #ffffff) 14%, transparent)"
|
|
14020
14057
|
},
|
|
14021
14058
|
"kendo-chat-message-pinned-border-width": {
|
|
14022
14059
|
"type": "Number",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "Default Ocean Blue A11Y",
|
|
4
4
|
"product": "kendo",
|
|
5
5
|
"base": "@progress/kendo-theme-default",
|
|
6
|
-
"version": "12.
|
|
6
|
+
"version": "12.2.0-dev.2",
|
|
7
7
|
"previewColors": [
|
|
8
8
|
"#ffffff",
|
|
9
9
|
"#f5f5f5",
|
|
@@ -726,6 +726,26 @@
|
|
|
726
726
|
"name": "The color of the Grid stack layout column header",
|
|
727
727
|
"type": "color",
|
|
728
728
|
"value": "#424242"
|
|
729
|
+
},
|
|
730
|
+
"kendo-chat-file-bg": {
|
|
731
|
+
"name": "The background color of the Chat file",
|
|
732
|
+
"type": "color",
|
|
733
|
+
"value": "transparent"
|
|
734
|
+
},
|
|
735
|
+
"kendo-chat-file-border": {
|
|
736
|
+
"name": "The border color of the Chat file",
|
|
737
|
+
"type": "color",
|
|
738
|
+
"value": "#424242"
|
|
739
|
+
},
|
|
740
|
+
"kendo-chat-sender-file-bg": {
|
|
741
|
+
"name": "The background color of the Chat sender file",
|
|
742
|
+
"type": "color",
|
|
743
|
+
"value": "transparent"
|
|
744
|
+
},
|
|
745
|
+
"kendo-chat-sender-file-border": {
|
|
746
|
+
"name": "The border color of the Chat sender file",
|
|
747
|
+
"type": "color",
|
|
748
|
+
"value": "#fff"
|
|
729
749
|
}
|
|
730
750
|
}
|
|
731
751
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-default",
|
|
3
3
|
"description": "SASS resources for the default Kendo UI theme",
|
|
4
|
-
"version": "12.
|
|
4
|
+
"version": "12.2.0-dev.2",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -53,12 +53,12 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@progress/kendo-svg-icons": "^4.5.0",
|
|
56
|
-
"@progress/kendo-theme-core": "12.
|
|
57
|
-
"@progress/kendo-theme-utils": "12.
|
|
56
|
+
"@progress/kendo-theme-core": "12.2.0-dev.2",
|
|
57
|
+
"@progress/kendo-theme-utils": "12.2.0-dev.2"
|
|
58
58
|
},
|
|
59
59
|
"directories": {
|
|
60
60
|
"doc": "docs",
|
|
61
61
|
"lib": "lib"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "918845c4b6e60435531f8b2fef5c0d0110b54c6d"
|
|
64
64
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
$kendo-bubble-border-radius: k-border-radius(xxl) !default;
|
|
7
7
|
/// The small border radius of the Bubble.
|
|
8
8
|
/// @group bubble
|
|
9
|
-
$kendo-bubble-border-radius-sm: k-border-radius(
|
|
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;
|
|
@@ -50,6 +50,12 @@ $kendo-chat-message-list-padding-y: $kendo-chat-padding-y !default;
|
|
|
50
50
|
/// @group chat
|
|
51
51
|
$kendo-chat-message-list-spacing: $kendo-chat-item-spacing-y !default;
|
|
52
52
|
|
|
53
|
+
/// The minimum size of the Chat message status.
|
|
54
|
+
/// @group chat
|
|
55
|
+
$kendo-chat-status-min-size: k-spacing(1.5) !default;
|
|
56
|
+
/// The maximum size of the Chat message status.
|
|
57
|
+
/// @group chat
|
|
58
|
+
$kendo-chat-status-max-size: k-spacing(8) !default;
|
|
53
59
|
/// The spacing between the icon and text in the Chat message status.
|
|
54
60
|
/// @group chat
|
|
55
61
|
$kendo-chat-message-status-gap: k-spacing(1) !default;
|
|
@@ -156,15 +162,30 @@ $kendo-chat-alt-bubble-focus-border: $kendo-chat-alt-bubble-focus-bg !default;
|
|
|
156
162
|
/// @group bubble
|
|
157
163
|
$kendo-chat-alt-bubble-focus-shadow: 0 0 0 2px color-mix(in srgb, k-color(primary) 16%, transparent) !default;
|
|
158
164
|
|
|
159
|
-
/// The width of a file in the Chat Textarea.
|
|
165
|
+
/// The minimum width of a file in the Chat Textarea.
|
|
166
|
+
/// @group chat
|
|
167
|
+
$kendo-chat-file-min-width: 96px !default;
|
|
168
|
+
/// The maximum width of a file in the Chat Textarea.
|
|
169
|
+
/// @group chat
|
|
170
|
+
$kendo-chat-file-max-width: 160px !default;
|
|
171
|
+
/// The font size of the Chat file name.
|
|
160
172
|
/// @group chat
|
|
161
|
-
$kendo-chat-file-
|
|
173
|
+
$kendo-chat-file-name-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
174
|
+
/// The line height of the Chat file name.
|
|
175
|
+
/// @group chat
|
|
176
|
+
$kendo-chat-file-name-line-height: var( --kendo-line-height-lg, normal ) !default;
|
|
177
|
+
/// The font size of the Chat file size.
|
|
178
|
+
/// @group chat
|
|
179
|
+
$kendo-chat-file-size-font-size: var( --kendo-font-size-xs, inherit ) !default;
|
|
180
|
+
/// The line height of the Chat file size.
|
|
181
|
+
/// @group chat
|
|
182
|
+
$kendo-chat-file-size-line-height: var( --kendo-line-height-xs, normal ) !default;
|
|
162
183
|
/// The horizontal padding of the Chat file.
|
|
163
184
|
/// @group chat
|
|
164
|
-
$kendo-chat-file-padding-x: k-spacing(
|
|
185
|
+
$kendo-chat-file-padding-x: k-spacing(1) !default;
|
|
165
186
|
/// The vertical padding of the Chat file.
|
|
166
187
|
/// @group chat
|
|
167
|
-
$kendo-chat-file-padding-y: k-spacing(
|
|
188
|
+
$kendo-chat-file-padding-y: k-spacing(1) !default;
|
|
168
189
|
/// The spacing between the elements of the Chat file.
|
|
169
190
|
/// @group chat
|
|
170
191
|
$kendo-chat-file-gap: k-spacing(1) !default;
|
|
@@ -178,7 +199,7 @@ $kendo-chat-file-border-style: solid !default;
|
|
|
178
199
|
|
|
179
200
|
/// The background color of the Chat file.
|
|
180
201
|
/// @group chat
|
|
181
|
-
$kendo-chat-file-bg: k-color(base-subtle) !default;
|
|
202
|
+
$kendo-chat-file-bg: color-mix(in srgb, k-color(base-on-subtle) 8%, transparent) !default;
|
|
182
203
|
/// The text color of the Chat file.
|
|
183
204
|
/// @group chat
|
|
184
205
|
$kendo-chat-file-text: k-color(base-on-subtle) !default;
|
|
@@ -189,12 +210,15 @@ $kendo-chat-file-border: $kendo-chat-file-bg !default;
|
|
|
189
210
|
/// @group chat
|
|
190
211
|
$kendo-chat-file-border-radius: k-border-radius(md) !default;
|
|
191
212
|
|
|
192
|
-
/// The
|
|
213
|
+
/// The background color of the Chat sender file.
|
|
214
|
+
/// @group chat
|
|
215
|
+
$kendo-chat-sender-file-bg: color-mix(in srgb, k-color(on-primary) 14%, transparent) !default;
|
|
216
|
+
/// The text color of the Chat sender file.
|
|
193
217
|
/// @group chat
|
|
194
|
-
$kendo-chat-file-
|
|
195
|
-
/// The
|
|
218
|
+
$kendo-chat-sender-file-text: k-color(on-primary) !default;
|
|
219
|
+
/// The border color of the Chat sender file.
|
|
196
220
|
/// @group chat
|
|
197
|
-
$kendo-chat-file-
|
|
221
|
+
$kendo-chat-sender-file-border: $kendo-chat-sender-file-bg !default;
|
|
198
222
|
|
|
199
223
|
/// The border width of the Chat pinned message;
|
|
200
224
|
/// @group chat
|
|
@@ -241,6 +265,8 @@ $kendo-chat-message-reference-marker-alt-bg: k-color(primary-emphasis) !default;
|
|
|
241
265
|
$kendo-chat-message-list-padding-x: $kendo-chat-message-list-padding-x,
|
|
242
266
|
$kendo-chat-message-list-padding-y: $kendo-chat-message-list-padding-y,
|
|
243
267
|
$kendo-chat-message-list-spacing: $kendo-chat-message-list-spacing,
|
|
268
|
+
$kendo-chat-status-min-size: $kendo-chat-status-min-size,
|
|
269
|
+
$kendo-chat-status-max-size: $kendo-chat-status-max-size,
|
|
244
270
|
$kendo-chat-message-status-gap: $kendo-chat-message-status-gap,
|
|
245
271
|
$kendo-chat-timestamp-font-size: $kendo-chat-timestamp-font-size,
|
|
246
272
|
$kendo-chat-timestamp-line-height: $kendo-chat-timestamp-line-height,
|
|
@@ -273,7 +299,12 @@ $kendo-chat-message-reference-marker-alt-bg: k-color(primary-emphasis) !default;
|
|
|
273
299
|
$kendo-chat-alt-bubble-focus-border: $kendo-chat-alt-bubble-focus-border,
|
|
274
300
|
$kendo-chat-alt-bubble-focus-shadow: $kendo-chat-alt-bubble-focus-shadow,
|
|
275
301
|
$kendo-chat-typing-indicator-text: $kendo-chat-typing-indicator-text,
|
|
276
|
-
$kendo-chat-file-width: $kendo-chat-file-width,
|
|
302
|
+
$kendo-chat-file-min-width: $kendo-chat-file-min-width,
|
|
303
|
+
$kendo-chat-file-max-width: $kendo-chat-file-max-width,
|
|
304
|
+
$kendo-chat-file-name-font-size: $kendo-chat-file-name-font-size,
|
|
305
|
+
$kendo-chat-file-name-line-height: $kendo-chat-file-name-line-height,
|
|
306
|
+
$kendo-chat-file-size-font-size: $kendo-chat-file-size-font-size,
|
|
307
|
+
$kendo-chat-file-size-line-height: $kendo-chat-file-size-line-height,
|
|
277
308
|
$kendo-chat-file-padding-x: $kendo-chat-file-padding-x,
|
|
278
309
|
$kendo-chat-file-padding-y: $kendo-chat-file-padding-y,
|
|
279
310
|
$kendo-chat-file-gap: $kendo-chat-file-gap,
|
|
@@ -283,8 +314,9 @@ $kendo-chat-message-reference-marker-alt-bg: k-color(primary-emphasis) !default;
|
|
|
283
314
|
$kendo-chat-file-text: $kendo-chat-file-text,
|
|
284
315
|
$kendo-chat-file-border: $kendo-chat-file-border,
|
|
285
316
|
$kendo-chat-file-border-radius: $kendo-chat-file-border-radius,
|
|
286
|
-
$kendo-chat-file-
|
|
287
|
-
$kendo-chat-file-
|
|
317
|
+
$kendo-chat-sender-file-bg: $kendo-chat-sender-file-bg,
|
|
318
|
+
$kendo-chat-sender-file-text: $kendo-chat-sender-file-text,
|
|
319
|
+
$kendo-chat-sender-file-border: $kendo-chat-sender-file-border,
|
|
288
320
|
$kendo-chat-message-pinned-border-width: $kendo-chat-message-pinned-border-width,
|
|
289
321
|
$kendo-chat-message-pinned-border-style: $kendo-chat-message-pinned-border-style,
|
|
290
322
|
$kendo-chat-message-pinned-border-color: $kendo-chat-message-pinned-border-color,
|
|
@@ -277,6 +277,13 @@ $kendo-list-item-selected-bg: k-color(primary) !default;
|
|
|
277
277
|
/// @group list
|
|
278
278
|
$kendo-list-item-selected-text: k-color(on-primary) !default;
|
|
279
279
|
|
|
280
|
+
/// The background color of the selected hovered List items.
|
|
281
|
+
/// @group list
|
|
282
|
+
$kendo-list-item-selected-hover-bg: k-color(primary-hover) !default;
|
|
283
|
+
/// The text color of the selected hovered List items.
|
|
284
|
+
/// @group list
|
|
285
|
+
$kendo-list-item-selected-hover-text: k-color(on-primary) !default;
|
|
286
|
+
|
|
280
287
|
/// The background color of the List group items.
|
|
281
288
|
/// @group list
|
|
282
289
|
$kendo-list-group-item-bg: null !default;
|
|
@@ -385,6 +392,8 @@ $kendo-list-option-label-text: k-color(subtle) !default;
|
|
|
385
392
|
$kendo-list-item-focus-shadow: $kendo-list-item-focus-shadow,
|
|
386
393
|
$kendo-list-item-selected-bg: $kendo-list-item-selected-bg,
|
|
387
394
|
$kendo-list-item-selected-text: $kendo-list-item-selected-text,
|
|
395
|
+
$kendo-list-item-selected-hover-bg: $kendo-list-item-selected-hover-bg,
|
|
396
|
+
$kendo-list-item-selected-hover-text: $kendo-list-item-selected-hover-text,
|
|
388
397
|
$kendo-list-group-item-bg: $kendo-list-group-item-bg,
|
|
389
398
|
$kendo-list-group-item-text: $kendo-list-group-item-text,
|
|
390
399
|
$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
|
|
|
@@ -83,15 +83,9 @@ $kendo-pager-item-spacing: null !default;
|
|
|
83
83
|
/// @group pager
|
|
84
84
|
$kendo-pager-input-width: 5em !default;
|
|
85
85
|
|
|
86
|
-
/// The width of the DropDowns in the
|
|
86
|
+
/// The width of the DropDowns in the Pager.
|
|
87
87
|
/// @group pager
|
|
88
|
-
$kendo-pager-
|
|
89
|
-
/// The width of the DropDowns in the medium Pager.
|
|
90
|
-
/// @group pager
|
|
91
|
-
$kendo-pager-md-dropdown-width: 5em !default;
|
|
92
|
-
/// The width of the DropDowns in the large Pager.
|
|
93
|
-
/// @group pager
|
|
94
|
-
$kendo-pager-lg-dropdown-width: 5em !default;
|
|
88
|
+
$kendo-pager-dropdown-width: 5em !default;
|
|
95
89
|
|
|
96
90
|
/// The sizes map of the Pager.
|
|
97
91
|
/// @group pager
|
|
@@ -101,21 +95,18 @@ $kendo-pager-sizes: (
|
|
|
101
95
|
padding-y: $kendo-pager-sm-padding-y,
|
|
102
96
|
item-group-spacing: $kendo-pager-sm-item-group-spacing,
|
|
103
97
|
item-min-width: $kendo-pager-sm-item-min-width,
|
|
104
|
-
pager-dropdown-width: $kendo-pager-sm-dropdown-width
|
|
105
98
|
),
|
|
106
99
|
md: (
|
|
107
100
|
padding-x: $kendo-pager-md-padding-x,
|
|
108
101
|
padding-y: $kendo-pager-md-padding-y,
|
|
109
102
|
item-group-spacing: $kendo-pager-md-item-group-spacing,
|
|
110
103
|
item-min-width: $kendo-pager-md-item-min-width,
|
|
111
|
-
pager-dropdown-width: $kendo-pager-md-dropdown-width
|
|
112
104
|
),
|
|
113
105
|
lg: (
|
|
114
106
|
padding-x: $kendo-pager-lg-padding-x,
|
|
115
107
|
padding-y: $kendo-pager-lg-padding-y,
|
|
116
108
|
item-group-spacing: $kendo-pager-lg-item-group-spacing,
|
|
117
109
|
item-min-width: $kendo-pager-lg-item-min-width,
|
|
118
|
-
pager-dropdown-width: $kendo-pager-lg-dropdown-width
|
|
119
110
|
)
|
|
120
111
|
) !default;
|
|
121
112
|
|
|
@@ -144,8 +135,6 @@ $kendo-pager-sizes: (
|
|
|
144
135
|
$kendo-pager-item-border-width: $kendo-pager-item-border-width,
|
|
145
136
|
$kendo-pager-item-spacing: $kendo-pager-item-spacing,
|
|
146
137
|
$kendo-pager-input-width: $kendo-pager-input-width,
|
|
147
|
-
$kendo-pager-
|
|
148
|
-
$kendo-pager-md-dropdown-width: $kendo-pager-md-dropdown-width,
|
|
149
|
-
$kendo-pager-lg-dropdown-width: $kendo-pager-lg-dropdown-width,
|
|
138
|
+
$kendo-pager-dropdown-width: $kendo-pager-dropdown-width,
|
|
150
139
|
$kendo-pager-sizes: $kendo-pager-sizes
|
|
151
140
|
);
|