@progress/kendo-theme-fluent 12.1.0-dev.5 → 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/fluent-1-dark.css +1 -1
- package/dist/fluent-1.css +1 -1
- package/dist/fluent-main-dark.css +1 -1
- package/dist/fluent-main.css +1 -1
- package/dist/meta/sassdoc-data.json +943 -511
- package/dist/meta/sassdoc-raw-data.json +425 -225
- package/dist/meta/variables.json +51 -11
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-1-dark.json +1 -1
- package/lib/swatches/fluent-1.json +1 -1
- package/lib/swatches/fluent-main-dark.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +4 -4
- package/scss/bubble/_variables.scss +1 -1
- package/scss/chat/_variables.scss +45 -13
package/dist/meta/variables.json
CHANGED
|
@@ -2815,7 +2815,7 @@
|
|
|
2815
2815
|
},
|
|
2816
2816
|
"kendo-bubble-border-radius-sm": {
|
|
2817
2817
|
"type": "String",
|
|
2818
|
-
"value": "var(--kendo-border-radius-
|
|
2818
|
+
"value": "var(--kendo-border-radius-sm, 0.125rem)"
|
|
2819
2819
|
},
|
|
2820
2820
|
"kendo-bubble-padding-y": {
|
|
2821
2821
|
"type": "String",
|
|
@@ -15905,6 +15905,14 @@
|
|
|
15905
15905
|
"type": "String",
|
|
15906
15906
|
"value": "var(--kendo-spacing-4, 1rem)"
|
|
15907
15907
|
},
|
|
15908
|
+
"kendo-chat-status-min-size": {
|
|
15909
|
+
"type": "String",
|
|
15910
|
+
"value": "var(--kendo-chat-status-min-size, var(--kendo-spacing-1\\.5, 0.375rem))"
|
|
15911
|
+
},
|
|
15912
|
+
"kendo-chat-status-max-size": {
|
|
15913
|
+
"type": "String",
|
|
15914
|
+
"value": "var(--kendo-chat-status-max-size, var(--kendo-spacing-8, 2rem))"
|
|
15915
|
+
},
|
|
15908
15916
|
"kendo-chat-message-status-gap": {
|
|
15909
15917
|
"type": "String",
|
|
15910
15918
|
"value": "var(--kendo-spacing-1, 0.25rem)"
|
|
@@ -16033,17 +16041,37 @@
|
|
|
16033
16041
|
"type": "String",
|
|
16034
16042
|
"value": "var(--kendo-color-base-on-subtle, #242424)"
|
|
16035
16043
|
},
|
|
16036
|
-
"kendo-chat-file-width": {
|
|
16037
|
-
"type": "
|
|
16038
|
-
"value": "
|
|
16044
|
+
"kendo-chat-file-min-width": {
|
|
16045
|
+
"type": "String",
|
|
16046
|
+
"value": "var(--kendo-chat-file-min-width, 96px)"
|
|
16047
|
+
},
|
|
16048
|
+
"kendo-chat-file-max-width": {
|
|
16049
|
+
"type": "String",
|
|
16050
|
+
"value": "var(--kendo-chat-file-max-width, 160px)"
|
|
16051
|
+
},
|
|
16052
|
+
"kendo-chat-file-name-font-size": {
|
|
16053
|
+
"type": "String",
|
|
16054
|
+
"value": "var(--kendo-chat-file-name-font-size, var(--kendo-font-size-sm, inherit))"
|
|
16055
|
+
},
|
|
16056
|
+
"kendo-chat-file-name-line-height": {
|
|
16057
|
+
"type": "String",
|
|
16058
|
+
"value": "var(--kendo-chat-file-name-line-height, var(--kendo-line-height-lg, normal))"
|
|
16059
|
+
},
|
|
16060
|
+
"kendo-chat-file-size-font-size": {
|
|
16061
|
+
"type": "String",
|
|
16062
|
+
"value": "var(--kendo-chat-file-size-font-size, var(--kendo-font-size-xs, inherit))"
|
|
16063
|
+
},
|
|
16064
|
+
"kendo-chat-file-size-line-height": {
|
|
16065
|
+
"type": "String",
|
|
16066
|
+
"value": "var(--kendo-chat-file-size-line-height, var(--kendo-line-height-xs, normal))"
|
|
16039
16067
|
},
|
|
16040
16068
|
"kendo-chat-file-padding-x": {
|
|
16041
16069
|
"type": "String",
|
|
16042
|
-
"value": "var(--kendo-spacing-
|
|
16070
|
+
"value": "var(--kendo-spacing-1, 0.25rem)"
|
|
16043
16071
|
},
|
|
16044
16072
|
"kendo-chat-file-padding-y": {
|
|
16045
16073
|
"type": "String",
|
|
16046
|
-
"value": "var(--kendo-spacing-
|
|
16074
|
+
"value": "var(--kendo-spacing-1, 0.25rem)"
|
|
16047
16075
|
},
|
|
16048
16076
|
"kendo-chat-file-gap": {
|
|
16049
16077
|
"type": "String",
|
|
@@ -16059,7 +16087,7 @@
|
|
|
16059
16087
|
},
|
|
16060
16088
|
"kendo-chat-file-bg": {
|
|
16061
16089
|
"type": "String",
|
|
16062
|
-
"value": "var(--kendo-color-base-subtle, #
|
|
16090
|
+
"value": "color-mix(in srgb, var(--kendo-color-base-on-subtle, #242424) 8%, transparent)"
|
|
16063
16091
|
},
|
|
16064
16092
|
"kendo-chat-file-text": {
|
|
16065
16093
|
"type": "String",
|
|
@@ -16067,19 +16095,31 @@
|
|
|
16067
16095
|
},
|
|
16068
16096
|
"kendo-chat-file-border": {
|
|
16069
16097
|
"type": "String",
|
|
16070
|
-
"value": "var(--kendo-color-base-subtle, #
|
|
16098
|
+
"value": "color-mix(in srgb, var(--kendo-color-base-on-subtle, #242424) 8%, transparent)"
|
|
16071
16099
|
},
|
|
16072
16100
|
"kendo-chat-file-border-radius": {
|
|
16073
16101
|
"type": "String",
|
|
16074
16102
|
"value": "var(--kendo-border-radius-md, 0.25rem)"
|
|
16075
16103
|
},
|
|
16076
16104
|
"kendo-chat-file-download-padding-x": {
|
|
16077
|
-
"type": "
|
|
16078
|
-
"value": "
|
|
16105
|
+
"type": "Null",
|
|
16106
|
+
"value": "null"
|
|
16079
16107
|
},
|
|
16080
16108
|
"kendo-chat-file-download-padding-y": {
|
|
16109
|
+
"type": "Null",
|
|
16110
|
+
"value": "null"
|
|
16111
|
+
},
|
|
16112
|
+
"kendo-chat-sender-file-bg": {
|
|
16081
16113
|
"type": "String",
|
|
16082
|
-
"value": "var(--kendo-
|
|
16114
|
+
"value": "color-mix(in srgb, var(--kendo-color-on-primary, #ffffff) 14%, transparent)"
|
|
16115
|
+
},
|
|
16116
|
+
"kendo-chat-sender-file-text": {
|
|
16117
|
+
"type": "String",
|
|
16118
|
+
"value": "var(--kendo-color-on-primary, #ffffff)"
|
|
16119
|
+
},
|
|
16120
|
+
"kendo-chat-sender-file-border": {
|
|
16121
|
+
"type": "String",
|
|
16122
|
+
"value": "color-mix(in srgb, var(--kendo-color-on-primary, #ffffff) 14%, transparent)"
|
|
16083
16123
|
},
|
|
16084
16124
|
"kendo-chat-message-pinned-border-width": {
|
|
16085
16125
|
"type": "Number",
|
package/lib/swatches/all.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-fluent",
|
|
3
3
|
"description": "A css variables based theme for Kendo UI that follows the Fluent design system guidelines.",
|
|
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
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
$kendo-bubble-border-radius: k-border-radius(xl) !default;
|
|
6
6
|
/// The small border radius of the Bubble.
|
|
7
7
|
/// @group bubble
|
|
8
|
-
$kendo-bubble-border-radius-sm: k-border-radius(
|
|
8
|
+
$kendo-bubble-border-radius-sm: k-border-radius(sm) !default;
|
|
9
9
|
/// The vertical padding of the Bubble.
|
|
10
10
|
/// @group bubble
|
|
11
11
|
$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: var(--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: var(--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;
|
|
@@ -157,15 +163,30 @@ $kendo-chat-alt-bubble-focus-shadow: inset 0 0 0 #{$kendo-chat-border-width} k-c
|
|
|
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: var(--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: var(--kendo-chat-file-max-width, 160px) !default;
|
|
172
|
+
/// The font size of the Chat file name.
|
|
161
173
|
/// @group chat
|
|
162
|
-
$kendo-chat-file-
|
|
174
|
+
$kendo-chat-file-name-font-size: var(--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-chat-file-name-line-height, var( --kendo-line-height-lg, normal )) !default;
|
|
178
|
+
/// The font size of the Chat file size.
|
|
179
|
+
/// @group chat
|
|
180
|
+
$kendo-chat-file-size-font-size: var(--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-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(
|
|
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(
|
|
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,23 +200,26 @@ $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;
|
|
186
207
|
/// The border color of the Chat file.
|
|
187
208
|
/// @group chat
|
|
188
|
-
$kendo-chat-file-border:
|
|
209
|
+
$kendo-chat-file-border: $kendo-chat-file-bg !default;
|
|
189
210
|
/// The border-radius of the Chat file.
|
|
190
211
|
/// @group chat
|
|
191
212
|
$kendo-chat-file-border-radius: k-border-radius(md) !default;
|
|
192
213
|
|
|
193
|
-
/// The
|
|
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-
|
|
196
|
-
/// The
|
|
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-
|
|
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) !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) !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) !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-
|
|
288
|
-
$kendo-chat-file-
|
|
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,
|