@progress/kendo-theme-default 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/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 +942 -510
- package/dist/meta/sassdoc-raw-data.json +427 -227
- package/dist/meta/variables.json +50 -10
- 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/menu/_variables.scss +2 -2
package/dist/meta/variables.json
CHANGED
|
@@ -2619,7 +2619,7 @@
|
|
|
2619
2619
|
},
|
|
2620
2620
|
"kendo-bubble-border-radius-sm": {
|
|
2621
2621
|
"type": "String",
|
|
2622
|
-
"value": "var(--kendo-border-radius-
|
|
2622
|
+
"value": "var(--kendo-border-radius-sm, 0.125rem)"
|
|
2623
2623
|
},
|
|
2624
2624
|
"kendo-bubble-padding-y": {
|
|
2625
2625
|
"type": "String",
|
|
@@ -13842,6 +13842,14 @@
|
|
|
13842
13842
|
"type": "String",
|
|
13843
13843
|
"value": "var(--kendo-spacing-4, 1rem)"
|
|
13844
13844
|
},
|
|
13845
|
+
"kendo-chat-status-min-size": {
|
|
13846
|
+
"type": "String",
|
|
13847
|
+
"value": "var(--kendo-spacing-1\\.5, 0.375rem)"
|
|
13848
|
+
},
|
|
13849
|
+
"kendo-chat-status-max-size": {
|
|
13850
|
+
"type": "String",
|
|
13851
|
+
"value": "var(--kendo-spacing-8, 2rem)"
|
|
13852
|
+
},
|
|
13845
13853
|
"kendo-chat-message-status-gap": {
|
|
13846
13854
|
"type": "String",
|
|
13847
13855
|
"value": "var(--kendo-spacing-1, 0.25rem)"
|
|
@@ -13970,17 +13978,37 @@
|
|
|
13970
13978
|
"type": "String",
|
|
13971
13979
|
"value": "var(--kendo-color-base-on-subtle, #3d3d3d)"
|
|
13972
13980
|
},
|
|
13973
|
-
"kendo-chat-file-width": {
|
|
13981
|
+
"kendo-chat-file-min-width": {
|
|
13974
13982
|
"type": "Number",
|
|
13975
|
-
"value": "
|
|
13983
|
+
"value": "96px"
|
|
13984
|
+
},
|
|
13985
|
+
"kendo-chat-file-max-width": {
|
|
13986
|
+
"type": "Number",
|
|
13987
|
+
"value": "160px"
|
|
13988
|
+
},
|
|
13989
|
+
"kendo-chat-file-name-font-size": {
|
|
13990
|
+
"type": "String",
|
|
13991
|
+
"value": "var(--kendo-font-size-sm, inherit)"
|
|
13992
|
+
},
|
|
13993
|
+
"kendo-chat-file-name-line-height": {
|
|
13994
|
+
"type": "String",
|
|
13995
|
+
"value": "var(--kendo-line-height-lg, normal)"
|
|
13996
|
+
},
|
|
13997
|
+
"kendo-chat-file-size-font-size": {
|
|
13998
|
+
"type": "String",
|
|
13999
|
+
"value": "var(--kendo-font-size-xs, inherit)"
|
|
14000
|
+
},
|
|
14001
|
+
"kendo-chat-file-size-line-height": {
|
|
14002
|
+
"type": "String",
|
|
14003
|
+
"value": "var(--kendo-line-height-xs, normal)"
|
|
13976
14004
|
},
|
|
13977
14005
|
"kendo-chat-file-padding-x": {
|
|
13978
14006
|
"type": "String",
|
|
13979
|
-
"value": "var(--kendo-spacing-
|
|
14007
|
+
"value": "var(--kendo-spacing-1, 0.25rem)"
|
|
13980
14008
|
},
|
|
13981
14009
|
"kendo-chat-file-padding-y": {
|
|
13982
14010
|
"type": "String",
|
|
13983
|
-
"value": "var(--kendo-spacing-
|
|
14011
|
+
"value": "var(--kendo-spacing-1, 0.25rem)"
|
|
13984
14012
|
},
|
|
13985
14013
|
"kendo-chat-file-gap": {
|
|
13986
14014
|
"type": "String",
|
|
@@ -13996,7 +14024,7 @@
|
|
|
13996
14024
|
},
|
|
13997
14025
|
"kendo-chat-file-bg": {
|
|
13998
14026
|
"type": "String",
|
|
13999
|
-
"value": "var(--kendo-color-base-subtle, #
|
|
14027
|
+
"value": "color-mix(in srgb, var(--kendo-color-base-on-subtle, #3d3d3d) 8%, transparent)"
|
|
14000
14028
|
},
|
|
14001
14029
|
"kendo-chat-file-text": {
|
|
14002
14030
|
"type": "String",
|
|
@@ -14004,19 +14032,31 @@
|
|
|
14004
14032
|
},
|
|
14005
14033
|
"kendo-chat-file-border": {
|
|
14006
14034
|
"type": "String",
|
|
14007
|
-
"value": "var(--kendo-color-base-subtle, #
|
|
14035
|
+
"value": "color-mix(in srgb, var(--kendo-color-base-on-subtle, #3d3d3d) 8%, transparent)"
|
|
14008
14036
|
},
|
|
14009
14037
|
"kendo-chat-file-border-radius": {
|
|
14010
14038
|
"type": "String",
|
|
14011
14039
|
"value": "var(--kendo-border-radius-md, 0.25rem)"
|
|
14012
14040
|
},
|
|
14013
14041
|
"kendo-chat-file-download-padding-x": {
|
|
14014
|
-
"type": "
|
|
14015
|
-
"value": "
|
|
14042
|
+
"type": "Null",
|
|
14043
|
+
"value": "null"
|
|
14016
14044
|
},
|
|
14017
14045
|
"kendo-chat-file-download-padding-y": {
|
|
14046
|
+
"type": "Null",
|
|
14047
|
+
"value": "null"
|
|
14048
|
+
},
|
|
14049
|
+
"kendo-chat-sender-file-bg": {
|
|
14018
14050
|
"type": "String",
|
|
14019
|
-
"value": "var(--kendo-
|
|
14051
|
+
"value": "color-mix(in srgb, var(--kendo-color-on-primary, #ffffff) 14%, transparent)"
|
|
14052
|
+
},
|
|
14053
|
+
"kendo-chat-sender-file-text": {
|
|
14054
|
+
"type": "String",
|
|
14055
|
+
"value": "var(--kendo-color-on-primary, #ffffff)"
|
|
14056
|
+
},
|
|
14057
|
+
"kendo-chat-sender-file-border": {
|
|
14058
|
+
"type": "String",
|
|
14059
|
+
"value": "color-mix(in srgb, var(--kendo-color-on-primary, #ffffff) 14%, transparent)"
|
|
14020
14060
|
},
|
|
14021
14061
|
"kendo-chat-message-pinned-border-width": {
|
|
14022
14062
|
"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.0",
|
|
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.0",
|
|
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.0",
|
|
57
|
+
"@progress/kendo-theme-utils": "12.2.0-dev.0"
|
|
58
58
|
},
|
|
59
59
|
"directories": {
|
|
60
60
|
"doc": "docs",
|
|
61
61
|
"lib": "lib"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "5a687d60086d3e91f182d65b18f54f969d760af6"
|
|
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,
|
|
@@ -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
|
|