@progress/kendo-theme-bootstrap 13.0.0-dev.0 → 13.0.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/bootstrap-3-dark.css +1 -1
- package/dist/bootstrap-3.css +1 -1
- package/dist/bootstrap-4-dark.css +1 -1
- package/dist/bootstrap-4.css +1 -1
- package/dist/bootstrap-dataviz-v4.css +1 -1
- package/dist/bootstrap-main-dark.css +1 -1
- package/dist/bootstrap-main.css +1 -1
- package/dist/bootstrap-nordic.css +1 -1
- package/dist/bootstrap-turquoise-dark.css +1 -1
- package/dist/bootstrap-turquoise.css +1 -1
- package/dist/bootstrap-urban.css +1 -1
- package/dist/bootstrap-vintage.css +1 -1
- package/dist/meta/sassdoc-data.json +7160 -2668
- package/dist/meta/sassdoc-raw-data.json +3284 -1250
- package/dist/meta/variables.json +461 -106
- package/lib/swatches/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +5 -5
- package/scss/bubble/_variables.scss +1 -1
- package/scss/chat/_index.scss +2 -0
- package/scss/chat/_variables.scss +35 -62
- package/scss/core/motion/index.scss +1 -0
- package/scss/dropdowntree/_variables.scss +12 -3
- package/scss/file-box/_index.scss +16 -0
- package/scss/file-box/_layout.scss +6 -0
- package/scss/file-box/_theme.scss +6 -0
- package/scss/file-box/_variables.scss +73 -0
- package/scss/grid/_index.scss +2 -0
- package/scss/grid/_theme.scss +9 -0
- package/scss/grid/_variables.scss +11 -1
- package/scss/icons/_variables.scss +5 -1
- package/scss/index.scss +12 -0
- package/scss/list/_variables.scss +53 -13
- package/scss/prompt-box/_index.scss +16 -0
- package/scss/prompt-box/_layout.scss +6 -0
- package/scss/prompt-box/_theme.scss +6 -0
- package/scss/prompt-box/_variables.scss +34 -0
- package/scss/segmented-control/_index.scss +16 -0
- package/scss/segmented-control/_layout.scss +6 -0
- package/scss/segmented-control/_theme.scss +6 -0
- package/scss/segmented-control/_variables.scss +144 -0
- package/scss/smart-box/_index.scss +24 -0
- package/scss/smart-box/_layout.scss +6 -0
- package/scss/smart-box/_theme.scss +13 -0
- package/scss/smart-box/_variables.scss +71 -0
- package/scss/suggestion/_variables.scss +12 -2
- package/scss/toolbar/_variables.scss +4 -0
- package/scss/treeview/_theme.scss +13 -0
- package/scss/treeview/_variables.scss +14 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-bootstrap",
|
|
3
3
|
"description": "Bootstrap theme for Kendo UI",
|
|
4
|
-
"version": "13.0.0-dev.
|
|
4
|
+
"version": "13.0.0-dev.2",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -53,13 +53,13 @@
|
|
|
53
53
|
"postpublish": "echo 'no postpublish for bootstrap theme'"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@progress/kendo-svg-icons": "^4.
|
|
57
|
-
"@progress/kendo-theme-core": "13.0.0-dev.
|
|
58
|
-
"@progress/kendo-theme-utils": "13.0.0-dev.
|
|
56
|
+
"@progress/kendo-svg-icons": "^4.8.0",
|
|
57
|
+
"@progress/kendo-theme-core": "13.0.0-dev.2",
|
|
58
|
+
"@progress/kendo-theme-utils": "13.0.0-dev.2"
|
|
59
59
|
},
|
|
60
60
|
"directories": {
|
|
61
61
|
"doc": "docs",
|
|
62
62
|
"lib": "lib"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "fbb2123e3f2c61d5b960c897b969af8cba3549ae"
|
|
65
65
|
}
|
|
@@ -9,7 +9,7 @@ $kendo-bubble-border-radius: k-border-radius(xl) !default;
|
|
|
9
9
|
$kendo-bubble-border-radius-sm: k-border-radius(sm) !default;
|
|
10
10
|
/// The vertical padding of the Bubble.
|
|
11
11
|
/// @group bubble
|
|
12
|
-
$kendo-bubble-padding-y: k-spacing(
|
|
12
|
+
$kendo-bubble-padding-y: k-spacing(3) !default;
|
|
13
13
|
/// The horizontal padding of the Bubble.
|
|
14
14
|
/// @group bubble
|
|
15
15
|
$kendo-bubble-padding-x: k-spacing(4) !default;
|
package/scss/chat/_index.scss
CHANGED
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
@use "../speech-to-text-button/_index.scss" as *;
|
|
13
13
|
@use "../suggestion/_index.scss" as *;
|
|
14
14
|
@use "../skeleton/_index.scss" as *;
|
|
15
|
+
@use "../prompt-box/_index.scss" as *;
|
|
15
16
|
|
|
16
17
|
// Component
|
|
17
18
|
@forward "./_variables.scss";
|
|
@@ -33,6 +34,7 @@
|
|
|
33
34
|
@include kendo-upload--styles();
|
|
34
35
|
@include kendo-dropzone--styles();
|
|
35
36
|
@include kendo-avatar--styles();
|
|
37
|
+
@include kendo-prompt-box--styles();
|
|
36
38
|
@include kendo-speech-to-text-button--styles();
|
|
37
39
|
@include kendo-chat--layout();
|
|
38
40
|
@include kendo-chat--theme();
|
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|
|
|
8
8
|
/// The horizontal padding of the Chat.
|
|
9
9
|
/// @group chat
|
|
10
|
-
$kendo-chat-padding-x: k-spacing(
|
|
10
|
+
$kendo-chat-padding-x: k-spacing(5) !default;
|
|
11
11
|
/// The vertical padding of the Chat.
|
|
12
12
|
/// @group chat
|
|
13
|
-
$kendo-chat-padding-y: k-spacing(
|
|
13
|
+
$kendo-chat-padding-y: k-spacing(5) !default;
|
|
14
14
|
/// The minimum width of the Chat.
|
|
15
15
|
/// @group chat
|
|
16
16
|
$kendo-chat-width: 280px !default;
|
|
@@ -41,6 +41,10 @@ $kendo-chat-message-max-width: min(75%, 460px) !default;
|
|
|
41
41
|
/// @group chat
|
|
42
42
|
$kendo-chat-message-gap: k-spacing(2) !default;
|
|
43
43
|
|
|
44
|
+
/// The border radius of sequential Chat messages.
|
|
45
|
+
/// @group chat
|
|
46
|
+
$kendo-sequential-messages-border-radius: k-border-radius(xs) !default;
|
|
47
|
+
|
|
44
48
|
/// The horizontal padding of the Chat message list.
|
|
45
49
|
/// @group chat
|
|
46
50
|
$kendo-chat-message-list-padding-x: $kendo-chat-padding-x !default;
|
|
@@ -50,6 +54,9 @@ $kendo-chat-message-list-padding-y: $kendo-chat-padding-y !default;
|
|
|
50
54
|
/// The spacing of the Chat message list.
|
|
51
55
|
/// @group chat
|
|
52
56
|
$kendo-chat-message-list-spacing: $kendo-chat-item-spacing-y !default;
|
|
57
|
+
/// The spacing of the Chat message box wrapper.
|
|
58
|
+
/// @group chat
|
|
59
|
+
$kendo-chat-message-box-wrapper-spacing: k-spacing(3) !default;
|
|
53
60
|
|
|
54
61
|
/// The minimum size of the Chat message status.
|
|
55
62
|
/// @group chat
|
|
@@ -103,7 +110,7 @@ $kendo-chat-status-text: k-color(subtle) !default;
|
|
|
103
110
|
|
|
104
111
|
/// The spacing of the Chat bubble message.
|
|
105
112
|
/// @group chat
|
|
106
|
-
$kendo-chat-bubble-spacing: k-spacing(
|
|
113
|
+
$kendo-chat-bubble-spacing: k-spacing(1) !default;
|
|
107
114
|
|
|
108
115
|
/// The background color of the Chat Toolbar.
|
|
109
116
|
/// @group chat
|
|
@@ -117,7 +124,7 @@ $kendo-chat-toolbar-border: inherit !default;
|
|
|
117
124
|
|
|
118
125
|
/// The background color of the Chat.
|
|
119
126
|
/// @group chat
|
|
120
|
-
$kendo-chat-bg:
|
|
127
|
+
$kendo-chat-bg: transparent !default;
|
|
121
128
|
/// The text color of the Chat.
|
|
122
129
|
/// @group chat
|
|
123
130
|
$kendo-chat-text: k-color(on-app-surface) !default;
|
|
@@ -159,57 +166,30 @@ $kendo-chat-alt-bubble-focus-border: $kendo-chat-alt-bubble-focus-bg !default;
|
|
|
159
166
|
/// @group bubble
|
|
160
167
|
$kendo-chat-alt-bubble-focus-shadow: 0 0 0 2px color-mix(in srgb, k-color(primary) 16%, transparent) !default;
|
|
161
168
|
|
|
162
|
-
/// The color of the
|
|
163
|
-
/// @group chat
|
|
164
|
-
$kendo-chat-typing-indicator-text: k-color(base-on-subtle) !default;
|
|
165
|
-
|
|
166
|
-
/// The minimum width of a file in the Chat Textarea.
|
|
167
|
-
/// @group chat
|
|
168
|
-
$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: 160px !default;
|
|
172
|
-
/// The font size of the Chat file name.
|
|
169
|
+
/// The text color of the bubble of the failed Chat message.
|
|
173
170
|
/// @group chat
|
|
174
|
-
$kendo-chat-
|
|
175
|
-
/// The
|
|
171
|
+
$kendo-chat-failed-bubble-text: k-color(base-on-subtle) !default;
|
|
172
|
+
/// The background color of the bubble of the failed Chat message.
|
|
176
173
|
/// @group chat
|
|
177
|
-
$kendo-chat-
|
|
178
|
-
/// The
|
|
174
|
+
$kendo-chat-failed-bubble-bg: k-color(error-subtle) !default;
|
|
175
|
+
/// The border color of the bubble of the failed Chat message.
|
|
179
176
|
/// @group chat
|
|
180
|
-
$kendo-chat-
|
|
181
|
-
/// The
|
|
177
|
+
$kendo-chat-failed-bubble-border: k-color(error-emphasis) !default;
|
|
178
|
+
/// The text color of the failed Chat message content.
|
|
182
179
|
/// @group chat
|
|
183
|
-
$kendo-chat-
|
|
184
|
-
/// The horizontal padding of the Chat file.
|
|
185
|
-
/// @group chat
|
|
186
|
-
$kendo-chat-file-padding-x: k-spacing(1) !default;
|
|
187
|
-
/// The vertical padding of the Chat file.
|
|
188
|
-
/// @group chat
|
|
189
|
-
$kendo-chat-file-padding-y: k-spacing(1) !default;
|
|
190
|
-
/// The spacing between the elements of the Chat file.
|
|
191
|
-
/// @group chat
|
|
192
|
-
$kendo-chat-file-gap: k-spacing(1) !default;
|
|
180
|
+
$kendo-chat-failed-content-color: k-color(error-on-surface) !default;
|
|
193
181
|
|
|
194
|
-
/// The
|
|
182
|
+
/// The background color of the hovered bubble of the failed Chat message.
|
|
195
183
|
/// @group chat
|
|
196
|
-
$kendo-chat-
|
|
197
|
-
/// The border style of the Chat file.
|
|
198
|
-
/// @group chat
|
|
199
|
-
$kendo-chat-file-border-style: solid !default;
|
|
184
|
+
$kendo-chat-failed-bubble-hover-bg: k-color(error-subtle-hover) !default;
|
|
200
185
|
|
|
201
|
-
/// The background color of the Chat
|
|
202
|
-
/// @group chat
|
|
203
|
-
$kendo-chat-file-bg: color-mix(in srgb, k-color(base-on-subtle) 8%, transparent) !default;
|
|
204
|
-
/// The text color of the Chat file.
|
|
186
|
+
/// The background color of the selected bubble of the failed Chat message.
|
|
205
187
|
/// @group chat
|
|
206
|
-
$kendo-chat-
|
|
207
|
-
|
|
208
|
-
///
|
|
209
|
-
$kendo-chat-file-border: $kendo-chat-file-bg !default;
|
|
210
|
-
/// The border-radius of the Chat file.
|
|
188
|
+
$kendo-chat-failed-bubble-selected-bg: k-color(error-subtle-active) !default;
|
|
189
|
+
|
|
190
|
+
/// The color of the typing indicator dots.
|
|
211
191
|
/// @group chat
|
|
212
|
-
$kendo-chat-
|
|
192
|
+
$kendo-chat-typing-indicator-text: k-color(base-on-subtle) !default;
|
|
213
193
|
|
|
214
194
|
/// The background color of the Chat sender file.
|
|
215
195
|
/// @group chat
|
|
@@ -240,7 +220,7 @@ $kendo-chat-message-reference-padding-y: k-spacing(1) !default;
|
|
|
240
220
|
|
|
241
221
|
/// The background color of the Chat message reference.
|
|
242
222
|
/// @group chat
|
|
243
|
-
$kendo-chat-message-reference-bg: k-color(surface) !default;
|
|
223
|
+
$kendo-chat-message-reference-bg: color-mix(in srgb, k-color(surface) 90%, transparent) !default;
|
|
244
224
|
/// The text color of the Chat message reference.
|
|
245
225
|
/// @group chat
|
|
246
226
|
$kendo-chat-message-reference-text: k-color(on-app-surface) !default;
|
|
@@ -263,9 +243,11 @@ $kendo-chat-message-reference-marker-alt-bg: k-color(primary-emphasis) !default;
|
|
|
263
243
|
$kendo-chat-item-spacing-y: $kendo-chat-item-spacing-y,
|
|
264
244
|
$kendo-chat-message-max-width: $kendo-chat-message-max-width,
|
|
265
245
|
$kendo-chat-message-gap: $kendo-chat-message-gap,
|
|
246
|
+
$kendo-sequential-messages-border-radius: $kendo-sequential-messages-border-radius,
|
|
266
247
|
$kendo-chat-message-list-padding-x: $kendo-chat-message-list-padding-x,
|
|
267
248
|
$kendo-chat-message-list-padding-y: $kendo-chat-message-list-padding-y,
|
|
268
249
|
$kendo-chat-message-list-spacing: $kendo-chat-message-list-spacing,
|
|
250
|
+
$kendo-chat-message-box-wrapper-spacing: $kendo-chat-message-box-wrapper-spacing,
|
|
269
251
|
$kendo-chat-status-min-size: $kendo-chat-status-min-size,
|
|
270
252
|
$kendo-chat-status-max-size: $kendo-chat-status-max-size,
|
|
271
253
|
$kendo-chat-message-status-gap: $kendo-chat-message-status-gap,
|
|
@@ -299,22 +281,13 @@ $kendo-chat-message-reference-marker-alt-bg: k-color(primary-emphasis) !default;
|
|
|
299
281
|
$kendo-chat-alt-bubble-focus-bg: $kendo-chat-alt-bubble-focus-bg,
|
|
300
282
|
$kendo-chat-alt-bubble-focus-border: $kendo-chat-alt-bubble-focus-border,
|
|
301
283
|
$kendo-chat-alt-bubble-focus-shadow: $kendo-chat-alt-bubble-focus-shadow,
|
|
284
|
+
$kendo-chat-failed-bubble-text: $kendo-chat-failed-bubble-text,
|
|
285
|
+
$kendo-chat-failed-bubble-bg: $kendo-chat-failed-bubble-bg,
|
|
286
|
+
$kendo-chat-failed-bubble-border: $kendo-chat-failed-bubble-border,
|
|
287
|
+
$kendo-chat-failed-content-color: $kendo-chat-failed-content-color,
|
|
288
|
+
$kendo-chat-failed-bubble-hover-bg: $kendo-chat-failed-bubble-hover-bg,
|
|
289
|
+
$kendo-chat-failed-bubble-selected-bg: $kendo-chat-failed-bubble-selected-bg,
|
|
302
290
|
$kendo-chat-typing-indicator-text: $kendo-chat-typing-indicator-text,
|
|
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,
|
|
309
|
-
$kendo-chat-file-padding-x: $kendo-chat-file-padding-x,
|
|
310
|
-
$kendo-chat-file-padding-y: $kendo-chat-file-padding-y,
|
|
311
|
-
$kendo-chat-file-gap: $kendo-chat-file-gap,
|
|
312
|
-
$kendo-chat-file-border-width: $kendo-chat-file-border-width,
|
|
313
|
-
$kendo-chat-file-border-style: $kendo-chat-file-border-style,
|
|
314
|
-
$kendo-chat-file-bg: $kendo-chat-file-bg,
|
|
315
|
-
$kendo-chat-file-text: $kendo-chat-file-text,
|
|
316
|
-
$kendo-chat-file-border: $kendo-chat-file-border,
|
|
317
|
-
$kendo-chat-file-border-radius: $kendo-chat-file-border-radius,
|
|
318
291
|
$kendo-chat-sender-file-bg: $kendo-chat-sender-file-bg,
|
|
319
292
|
$kendo-chat-sender-file-text: $kendo-chat-sender-file-text,
|
|
320
293
|
$kendo-chat-sender-file-border: $kendo-chat-sender-file-border,
|
|
@@ -3,13 +3,22 @@
|
|
|
3
3
|
|
|
4
4
|
/// The horizontal padding of the DropdownTree popup
|
|
5
5
|
/// @group dropdowntree
|
|
6
|
-
$kendo-dropdowntree-popup-padding-x:
|
|
6
|
+
$kendo-dropdowntree-popup-padding-x: null !default;
|
|
7
7
|
/// The vertical padding of the DropdownTree popup
|
|
8
8
|
/// @group dropdowntree
|
|
9
|
-
$kendo-dropdowntree-popup-padding-y:
|
|
9
|
+
$kendo-dropdowntree-popup-padding-y: null !default;
|
|
10
|
+
|
|
11
|
+
/// The horizontal padding of the DropdownTree check all
|
|
12
|
+
/// @group dropdowntree
|
|
13
|
+
$kendo-dropdowntree-check-all-padding-x: k-spacing(2) !default;
|
|
14
|
+
/// The vertical padding of the DropdownTree check all
|
|
15
|
+
/// @group dropdowntree
|
|
16
|
+
$kendo-dropdowntree-check-all-padding-y: k-spacing(2) !default;
|
|
10
17
|
|
|
11
18
|
|
|
12
19
|
@forward "@progress/kendo-theme-core/scss/components/dropdowntree/_variables.scss" with (
|
|
13
20
|
$kendo-dropdowntree-popup-padding-x: $kendo-dropdowntree-popup-padding-x,
|
|
14
|
-
$kendo-dropdowntree-popup-padding-y: $kendo-dropdowntree-popup-padding-y
|
|
21
|
+
$kendo-dropdowntree-popup-padding-y: $kendo-dropdowntree-popup-padding-y,
|
|
22
|
+
$kendo-dropdowntree-check-all-padding-x: $kendo-dropdowntree-check-all-padding-x,
|
|
23
|
+
$kendo-dropdowntree-check-all-padding-y: $kendo-dropdowntree-check-all-padding-y
|
|
15
24
|
);
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
|
|
4
|
+
// Component
|
|
5
|
+
@forward "./_variables.scss";
|
|
6
|
+
@use "./_layout.scss" as *;
|
|
7
|
+
@use "./_theme.scss" as *;
|
|
8
|
+
|
|
9
|
+
// Expose
|
|
10
|
+
@mixin kendo-file-box--styles() {
|
|
11
|
+
@include import-once( "file-box" ) {
|
|
12
|
+
@include core-styles();
|
|
13
|
+
@include kendo-file-box--layout();
|
|
14
|
+
@include kendo-file-box--theme();
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
|
|
3
|
+
// File Box
|
|
4
|
+
|
|
5
|
+
/// The horizontal padding of the File Box.
|
|
6
|
+
/// @group file-box
|
|
7
|
+
$kendo-file-box-padding-x: k-spacing(1) !default;
|
|
8
|
+
/// The vertical padding of the File Box.
|
|
9
|
+
/// @group file-box
|
|
10
|
+
$kendo-file-box-padding-y: k-spacing(1) !default;
|
|
11
|
+
/// The spacing between the elements of the File Box.
|
|
12
|
+
/// @group file-box
|
|
13
|
+
$kendo-file-box-gap: k-spacing(1) !default;
|
|
14
|
+
/// The minimum width of the File Box.
|
|
15
|
+
/// @group file-box
|
|
16
|
+
$kendo-file-box-min-width: 96px !default;
|
|
17
|
+
/// The maximum width of the File Box.
|
|
18
|
+
/// @group file-box
|
|
19
|
+
$kendo-file-box-max-width: 160px !default;
|
|
20
|
+
/// The border width of the File Box.
|
|
21
|
+
/// @group file-box
|
|
22
|
+
$kendo-file-box-border-width: 1px !default;
|
|
23
|
+
/// The border style of the File Box.
|
|
24
|
+
/// @group file-box
|
|
25
|
+
$kendo-file-box-border-style: solid !default;
|
|
26
|
+
/// The border-radius of the File Box.
|
|
27
|
+
/// @group file-box
|
|
28
|
+
$kendo-file-box-border-radius: k-border-radius(md) !default;
|
|
29
|
+
/// The font size of the File Box file name.
|
|
30
|
+
/// @group file-box
|
|
31
|
+
$kendo-file-box-name-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
32
|
+
/// The line height of the File Box file name.
|
|
33
|
+
/// @group file-box
|
|
34
|
+
$kendo-file-box-name-line-height: var( --kendo-line-height-sm, normal ) !default;
|
|
35
|
+
/// The font size of the File Box file size.
|
|
36
|
+
/// @group file-box
|
|
37
|
+
$kendo-file-box-size-font-size: var( --kendo-font-size-xs, inherit ) !default;
|
|
38
|
+
/// The line height of the File Box file size.
|
|
39
|
+
/// @group file-box
|
|
40
|
+
$kendo-file-box-size-line-height: var( --kendo-line-height-xs, normal ) !default;
|
|
41
|
+
|
|
42
|
+
/// The background color of the File Box.
|
|
43
|
+
/// @group file-box
|
|
44
|
+
$kendo-file-box-bg: color-mix(in srgb, k-color(base-on-subtle) 8%, transparent) !default;
|
|
45
|
+
/// The text color of the File Box.
|
|
46
|
+
/// @group file-box
|
|
47
|
+
$kendo-file-box-text: k-color(base-on-subtle) !default;
|
|
48
|
+
/// The border color of the File Box.
|
|
49
|
+
/// @group file-box
|
|
50
|
+
$kendo-file-box-border: $kendo-file-box-bg !default;
|
|
51
|
+
|
|
52
|
+
/// The gradient used for the File Box wrapper scrolling indicator.
|
|
53
|
+
/// @group file-box
|
|
54
|
+
$kendo-file-box-wrapper-scroll-gradient: rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 1) 100% !default;
|
|
55
|
+
|
|
56
|
+
@forward "@progress/kendo-theme-core/scss/components/file-box/_variables.scss" with (
|
|
57
|
+
$kendo-file-box-padding-x: $kendo-file-box-padding-x,
|
|
58
|
+
$kendo-file-box-padding-y: $kendo-file-box-padding-y,
|
|
59
|
+
$kendo-file-box-gap: $kendo-file-box-gap,
|
|
60
|
+
$kendo-file-box-min-width: $kendo-file-box-min-width,
|
|
61
|
+
$kendo-file-box-max-width: $kendo-file-box-max-width,
|
|
62
|
+
$kendo-file-box-border-width: $kendo-file-box-border-width,
|
|
63
|
+
$kendo-file-box-border-style: $kendo-file-box-border-style,
|
|
64
|
+
$kendo-file-box-border-radius: $kendo-file-box-border-radius,
|
|
65
|
+
$kendo-file-box-name-font-size: $kendo-file-box-name-font-size,
|
|
66
|
+
$kendo-file-box-name-line-height: $kendo-file-box-name-line-height,
|
|
67
|
+
$kendo-file-box-size-font-size: $kendo-file-box-size-font-size,
|
|
68
|
+
$kendo-file-box-size-line-height: $kendo-file-box-size-line-height,
|
|
69
|
+
$kendo-file-box-bg: $kendo-file-box-bg,
|
|
70
|
+
$kendo-file-box-text: $kendo-file-box-text,
|
|
71
|
+
$kendo-file-box-border: $kendo-file-box-border,
|
|
72
|
+
$kendo-file-box-wrapper-scroll-gradient: $kendo-file-box-wrapper-scroll-gradient
|
|
73
|
+
);
|
package/scss/grid/_index.scss
CHANGED
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
@use "../table/_index.scss" as *;
|
|
25
25
|
@use "../tabstrip/_index.scss" as *;
|
|
26
26
|
@use "../column-menu/_index.scss" as *;
|
|
27
|
+
@use "../smart-box/_index.scss" as *;
|
|
27
28
|
|
|
28
29
|
// Component
|
|
29
30
|
@forward "./_variables.scss";
|
|
@@ -56,6 +57,7 @@
|
|
|
56
57
|
@include kendo-list--styles();
|
|
57
58
|
@include kendo-table--styles();
|
|
58
59
|
@include kendo-tabstrip--styles();
|
|
60
|
+
@include kendo-smart-box--styles();
|
|
59
61
|
@include kendo-grid--layout();
|
|
60
62
|
@include kendo-grid--theme();
|
|
61
63
|
@include kendo-utils--interactivity--touch-action();
|
package/scss/grid/_theme.scss
CHANGED
|
@@ -309,6 +309,15 @@
|
|
|
309
309
|
@include fill( $kendo-grid-header-text, $kendo-grid-header-bg, $kendo-grid-header-border );
|
|
310
310
|
}
|
|
311
311
|
|
|
312
|
+
.k-grid-sticky-container {
|
|
313
|
+
background-color: inherit;
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
.k-grid-sticky-top-container:has(> .k-grid-group-sticky-header-table),
|
|
317
|
+
.k-grid-sticky-bottom-container:has(> .k-grid-group-sticky-footer-table) {
|
|
318
|
+
border-color: $kendo-grid-sticky-border;
|
|
319
|
+
}
|
|
320
|
+
|
|
312
321
|
.k-column-list-item:hover,
|
|
313
322
|
.k-columnmenu-item:hover {
|
|
314
323
|
@include fill(
|
|
@@ -351,6 +351,10 @@ $kendo-grid-sticky-footer-bg: $kendo-grid-header-bg !default;
|
|
|
351
351
|
/// @group grid
|
|
352
352
|
$kendo-grid-sticky-footer-hover-bg: $kendo-grid-sticky-footer-bg !default;
|
|
353
353
|
|
|
354
|
+
/// The box shadow of the sticky container in the Grid.
|
|
355
|
+
/// @group grid
|
|
356
|
+
$kendo-grid-sticky-container-shadow: k-elevation(2) !default;
|
|
357
|
+
|
|
354
358
|
/// The width of the Grid column menu.
|
|
355
359
|
/// @group grid
|
|
356
360
|
$kendo-grid-column-menu-width: 250px !default;
|
|
@@ -492,6 +496,10 @@ $kendo-grid-stack-focus-outline: color-mix(in srgb, k-color(on-app-surface) 15%,
|
|
|
492
496
|
/// @group grid
|
|
493
497
|
$kendo-grid-stack-expandable-shadow: k-elevation(2) !default;
|
|
494
498
|
|
|
499
|
+
/// The font weight of the pinned source row in the Grid.
|
|
500
|
+
/// @group grid
|
|
501
|
+
$kendo-grid-pinned-source-font-weight: var( --kendo-font-weight-bold, 700 ) !default;
|
|
502
|
+
|
|
495
503
|
|
|
496
504
|
@forward "@progress/kendo-theme-core/scss/components/grid/_variables.scss" with (
|
|
497
505
|
$kendo-grid-default-size: $kendo-grid-default-size,
|
|
@@ -632,5 +640,7 @@ $kendo-grid-stack-expandable-shadow: k-elevation(2) !default;
|
|
|
632
640
|
$kendo-grid-stack-expandable-shadow-height: $kendo-grid-stack-expandable-shadow-height,
|
|
633
641
|
$kendo-grid-stack-header-color: $kendo-grid-stack-header-color,
|
|
634
642
|
$kendo-grid-stack-focus-outline: $kendo-grid-stack-focus-outline,
|
|
635
|
-
$kendo-grid-stack-expandable-shadow: $kendo-grid-stack-expandable-shadow
|
|
643
|
+
$kendo-grid-stack-expandable-shadow: $kendo-grid-stack-expandable-shadow,
|
|
644
|
+
$kendo-grid-pinned-source-font-weight: $kendo-grid-pinned-source-font-weight,
|
|
645
|
+
$kendo-grid-sticky-container-shadow: $kendo-grid-sticky-container-shadow
|
|
636
646
|
);
|
|
@@ -38,6 +38,9 @@ $kendo-icon-spacing: k-spacing(2) !default;
|
|
|
38
38
|
/// Padding of the action icons container.
|
|
39
39
|
/// @group icon
|
|
40
40
|
$kendo-icon-padding: k-spacing(1) !default;
|
|
41
|
+
/// The color of accent icons.
|
|
42
|
+
/// @group icon
|
|
43
|
+
$kendo-accent-icon-color: k-color(tertiary) !default;
|
|
41
44
|
|
|
42
45
|
@forward "@progress/kendo-theme-core/scss/components/icons/_variables.scss" with (
|
|
43
46
|
$kendo-icon-default-size: $kendo-icon-default-size,
|
|
@@ -50,5 +53,6 @@ $kendo-icon-padding: k-spacing(1) !default;
|
|
|
50
53
|
$kendo-icon-size-xxl: $kendo-icon-size-xxl,
|
|
51
54
|
$kendo-icon-size-xxxl: $kendo-icon-size-xxxl,
|
|
52
55
|
$kendo-icon-spacing: $kendo-icon-spacing,
|
|
53
|
-
$kendo-icon-padding: $kendo-icon-padding
|
|
56
|
+
$kendo-icon-padding: $kendo-icon-padding,
|
|
57
|
+
$kendo-accent-icon-color: $kendo-accent-icon-color
|
|
54
58
|
);
|
package/scss/index.scss
CHANGED
|
@@ -105,6 +105,7 @@
|
|
|
105
105
|
@forward "./imageeditor/_index.scss";
|
|
106
106
|
@forward "./gantt/_index.scss";
|
|
107
107
|
@forward "./scheduler/_index.scss";
|
|
108
|
+
@forward "./file-box/_index.scss";
|
|
108
109
|
@forward "./chat/_index.scss";
|
|
109
110
|
@forward "./mediaplayer/_index.scss";
|
|
110
111
|
@forward "./timeline/_index.scss";
|
|
@@ -113,6 +114,8 @@
|
|
|
113
114
|
@forward "./scrollview/_index.scss";
|
|
114
115
|
@forward "./speech-to-text-button/_index.scss";
|
|
115
116
|
@forward "./prompt/_index.scss";
|
|
117
|
+
@forward "./segmented-control/_index.scss";
|
|
118
|
+
@forward "./prompt-box/_index.scss";
|
|
116
119
|
@forward "./dataviz/_index.scss";
|
|
117
120
|
@forward "./chart-wizard/_index.scss";
|
|
118
121
|
@forward "./map/_index.scss";
|
|
@@ -121,6 +124,7 @@
|
|
|
121
124
|
@forward "./otp/_index.scss";
|
|
122
125
|
@forward "./column-menu/_index.scss";
|
|
123
126
|
@forward "./marquee/_index.scss";
|
|
127
|
+
@forward "./smart-box/_index.scss";
|
|
124
128
|
|
|
125
129
|
|
|
126
130
|
// Use component modules
|
|
@@ -277,6 +281,7 @@
|
|
|
277
281
|
// Misc
|
|
278
282
|
|
|
279
283
|
@use "./adaptive/_index.scss" as *;
|
|
284
|
+
@use "./file-box/_index.scss" as *;
|
|
280
285
|
@use "./chat/_index.scss" as *;
|
|
281
286
|
@use "./mediaplayer/_index.scss" as *;
|
|
282
287
|
@use "./timeline/_index.scss" as *;
|
|
@@ -284,6 +289,9 @@
|
|
|
284
289
|
@use "./scroller/_index.scss" as *;
|
|
285
290
|
@use "./scrollview/_index.scss" as *;
|
|
286
291
|
@use "./prompt/_index.scss" as *;
|
|
292
|
+
@use "./segmented-control/_index.scss" as *;
|
|
293
|
+
@use "./smart-box/_index.scss" as *;
|
|
294
|
+
@use "./prompt-box/_index.scss" as *;
|
|
287
295
|
|
|
288
296
|
// Dataviz
|
|
289
297
|
|
|
@@ -457,6 +465,7 @@
|
|
|
457
465
|
|
|
458
466
|
// Misc
|
|
459
467
|
@include kendo-adaptive--styles();
|
|
468
|
+
@include kendo-file-box--styles();
|
|
460
469
|
@include kendo-chat--styles();
|
|
461
470
|
@include kendo-media-player--styles();
|
|
462
471
|
@include kendo-timeline--styles();
|
|
@@ -464,6 +473,9 @@
|
|
|
464
473
|
@include kendo-scroller--styles();
|
|
465
474
|
@include kendo-scrollview--styles();
|
|
466
475
|
@include kendo-prompt--styles();
|
|
476
|
+
@include kendo-segmented-control--styles();
|
|
477
|
+
@include kendo-smart-box--styles();
|
|
478
|
+
@include kendo-prompt-box--styles();
|
|
467
479
|
|
|
468
480
|
|
|
469
481
|
// Dataviz
|