@progress/kendo-theme-material 12.1.0 → 12.2.0-dev.0
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/material-2-dark.css +1 -1
- package/dist/material-2.css +1 -1
- package/dist/material-aqua-dark.css +1 -1
- package/dist/material-arctic.css +1 -1
- package/dist/material-burnt-teal.css +1 -1
- package/dist/material-dataviz-v4.css +1 -1
- package/dist/material-eggplant.css +1 -1
- package/dist/material-lime-dark.css +1 -1
- package/dist/material-lime.css +1 -1
- package/dist/material-main-dark.css +1 -1
- package/dist/material-main.css +1 -1
- package/dist/material-nova.css +1 -1
- package/dist/material-pacific-dark.css +1 -1
- package/dist/material-pacific.css +1 -1
- package/dist/material-sky-dark.css +1 -1
- package/dist/material-sky.css +1 -1
- package/dist/material-smoke.css +1 -1
- package/dist/meta/sassdoc-data.json +942 -510
- package/dist/meta/sassdoc-raw-data.json +427 -227
- package/dist/meta/variables.json +50 -10
- package/lib/swatches/material-2-dark.json +1 -1
- package/lib/swatches/material-2.json +1 -1
- package/lib/swatches/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.json +1 -1
- package/package.json +4 -4
- package/scss/bubble/_variables.scss +1 -1
- package/scss/chat/_layout.scss +0 -4
- package/scss/chat/_theme.scss +0 -5
- package/scss/chat/_variables.scss +44 -12
- package/scss/menu/_variables.scss +2 -2
package/dist/meta/variables.json
CHANGED
|
@@ -2609,7 +2609,7 @@
|
|
|
2609
2609
|
},
|
|
2610
2610
|
"kendo-bubble-border-radius-sm": {
|
|
2611
2611
|
"type": "String",
|
|
2612
|
-
"value": "var(--kendo-border-radius-
|
|
2612
|
+
"value": "var(--kendo-border-radius-sm, 0.125rem)"
|
|
2613
2613
|
},
|
|
2614
2614
|
"kendo-bubble-padding-y": {
|
|
2615
2615
|
"type": "String",
|
|
@@ -13889,6 +13889,14 @@
|
|
|
13889
13889
|
"type": "String",
|
|
13890
13890
|
"value": "var(--kendo-spacing-4, 1rem)"
|
|
13891
13891
|
},
|
|
13892
|
+
"kendo-chat-status-min-size": {
|
|
13893
|
+
"type": "String",
|
|
13894
|
+
"value": "var(--kendo-spacing-1\\.5, 0.375rem)"
|
|
13895
|
+
},
|
|
13896
|
+
"kendo-chat-status-max-size": {
|
|
13897
|
+
"type": "String",
|
|
13898
|
+
"value": "var(--kendo-spacing-8, 2rem)"
|
|
13899
|
+
},
|
|
13892
13900
|
"kendo-chat-message-status-gap": {
|
|
13893
13901
|
"type": "String",
|
|
13894
13902
|
"value": "var(--kendo-spacing-1, 0.25rem)"
|
|
@@ -14017,17 +14025,37 @@
|
|
|
14017
14025
|
"type": "String",
|
|
14018
14026
|
"value": "var(--kendo-color-base-on-subtle, #4A4459)"
|
|
14019
14027
|
},
|
|
14020
|
-
"kendo-chat-file-width": {
|
|
14028
|
+
"kendo-chat-file-min-width": {
|
|
14021
14029
|
"type": "Number",
|
|
14022
|
-
"value": "
|
|
14030
|
+
"value": "96px"
|
|
14031
|
+
},
|
|
14032
|
+
"kendo-chat-file-max-width": {
|
|
14033
|
+
"type": "Number",
|
|
14034
|
+
"value": "160px"
|
|
14035
|
+
},
|
|
14036
|
+
"kendo-chat-file-name-font-size": {
|
|
14037
|
+
"type": "String",
|
|
14038
|
+
"value": "var(--kendo-font-size-sm, inherit)"
|
|
14039
|
+
},
|
|
14040
|
+
"kendo-chat-file-name-line-height": {
|
|
14041
|
+
"type": "String",
|
|
14042
|
+
"value": "var(--kendo-line-height-sm, normal)"
|
|
14043
|
+
},
|
|
14044
|
+
"kendo-chat-file-size-font-size": {
|
|
14045
|
+
"type": "String",
|
|
14046
|
+
"value": "var(--kendo-font-size-xs, inherit)"
|
|
14047
|
+
},
|
|
14048
|
+
"kendo-chat-file-size-line-height": {
|
|
14049
|
+
"type": "String",
|
|
14050
|
+
"value": "var(--kendo-line-height-xs, normal)"
|
|
14023
14051
|
},
|
|
14024
14052
|
"kendo-chat-file-padding-x": {
|
|
14025
14053
|
"type": "String",
|
|
14026
|
-
"value": "var(--kendo-spacing-
|
|
14054
|
+
"value": "var(--kendo-spacing-1, 0.25rem)"
|
|
14027
14055
|
},
|
|
14028
14056
|
"kendo-chat-file-padding-y": {
|
|
14029
14057
|
"type": "String",
|
|
14030
|
-
"value": "var(--kendo-spacing-
|
|
14058
|
+
"value": "var(--kendo-spacing-1, 0.25rem)"
|
|
14031
14059
|
},
|
|
14032
14060
|
"kendo-chat-file-gap": {
|
|
14033
14061
|
"type": "String",
|
|
@@ -14043,7 +14071,7 @@
|
|
|
14043
14071
|
},
|
|
14044
14072
|
"kendo-chat-file-bg": {
|
|
14045
14073
|
"type": "String",
|
|
14046
|
-
"value": "var(--kendo-color-base-subtle, #
|
|
14074
|
+
"value": "color-mix(in srgb, var(--kendo-color-base-on-subtle, #4A4459) 8%, transparent)"
|
|
14047
14075
|
},
|
|
14048
14076
|
"kendo-chat-file-text": {
|
|
14049
14077
|
"type": "String",
|
|
@@ -14051,19 +14079,31 @@
|
|
|
14051
14079
|
},
|
|
14052
14080
|
"kendo-chat-file-border": {
|
|
14053
14081
|
"type": "String",
|
|
14054
|
-
"value": "var(--kendo-color-base-subtle, #
|
|
14082
|
+
"value": "color-mix(in srgb, var(--kendo-color-base-on-subtle, #4A4459) 8%, transparent)"
|
|
14055
14083
|
},
|
|
14056
14084
|
"kendo-chat-file-border-radius": {
|
|
14057
14085
|
"type": "String",
|
|
14058
14086
|
"value": "var(--kendo-border-radius-md, 0.25rem)"
|
|
14059
14087
|
},
|
|
14060
14088
|
"kendo-chat-file-download-padding-x": {
|
|
14061
|
-
"type": "
|
|
14062
|
-
"value": "
|
|
14089
|
+
"type": "Null",
|
|
14090
|
+
"value": "null"
|
|
14063
14091
|
},
|
|
14064
14092
|
"kendo-chat-file-download-padding-y": {
|
|
14093
|
+
"type": "Null",
|
|
14094
|
+
"value": "null"
|
|
14095
|
+
},
|
|
14096
|
+
"kendo-chat-sender-file-bg": {
|
|
14065
14097
|
"type": "String",
|
|
14066
|
-
"value": "var(--kendo-
|
|
14098
|
+
"value": "color-mix(in srgb, var(--kendo-color-on-primary, #ffffff) 14%, transparent)"
|
|
14099
|
+
},
|
|
14100
|
+
"kendo-chat-sender-file-text": {
|
|
14101
|
+
"type": "String",
|
|
14102
|
+
"value": "var(--kendo-color-on-primary, #ffffff)"
|
|
14103
|
+
},
|
|
14104
|
+
"kendo-chat-sender-file-border": {
|
|
14105
|
+
"type": "String",
|
|
14106
|
+
"value": "color-mix(in srgb, var(--kendo-color-on-primary, #ffffff) 14%, transparent)"
|
|
14067
14107
|
},
|
|
14068
14108
|
"kendo-chat-message-pinned-border-width": {
|
|
14069
14109
|
"type": "Number",
|
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.
|
|
4
|
+
"version": "12.2.0-dev.0",
|
|
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.
|
|
59
|
-
"@progress/kendo-theme-utils": "12.
|
|
58
|
+
"@progress/kendo-theme-core": "12.2.0-dev.0",
|
|
59
|
+
"@progress/kendo-theme-utils": "12.2.0-dev.0"
|
|
60
60
|
},
|
|
61
61
|
"directories": {
|
|
62
62
|
"doc": "docs",
|
|
63
63
|
"lib": "lib"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "5a687d60086d3e91f182d65b18f54f969d760af6"
|
|
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(
|
|
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;
|
package/scss/chat/_layout.scss
CHANGED
package/scss/chat/_theme.scss
CHANGED
|
@@ -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-
|
|
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(
|
|
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(
|
|
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
|
|
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-
|
|
198
|
-
/// The
|
|
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-
|
|
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-
|
|
290
|
-
$kendo-chat-file-
|
|
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,
|
|
@@ -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
|
|