@progress/kendo-theme-fluent 13.0.0-dev.1 → 13.0.0-dev.3

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.
Files changed (46) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/fluent-1-dark.css +1 -1
  3. package/dist/fluent-1.css +1 -1
  4. package/dist/fluent-main-dark.css +1 -1
  5. package/dist/fluent-main.css +1 -1
  6. package/dist/meta/sassdoc-data.json +6788 -2566
  7. package/dist/meta/sassdoc-raw-data.json +3092 -1183
  8. package/dist/meta/variables.json +464 -125
  9. package/lib/swatches/all.json +1 -1
  10. package/lib/swatches/fluent-1-dark.json +1 -1
  11. package/lib/swatches/fluent-1.json +1 -1
  12. package/lib/swatches/fluent-main-dark.json +1 -1
  13. package/lib/swatches/fluent-main.json +1 -1
  14. package/package.json +4 -4
  15. package/scss/bubble/_variables.scss +2 -2
  16. package/scss/chat/_index.scss +2 -0
  17. package/scss/chat/_layout.scss +0 -8
  18. package/scss/chat/_theme.scss +1 -20
  19. package/scss/chat/_variables.scss +73 -100
  20. package/scss/core/motion/_index.scss +1 -0
  21. package/scss/dropdowntree/_variables.scss +12 -3
  22. package/scss/file-box/_index.scss +16 -0
  23. package/scss/file-box/_layout.scss +6 -0
  24. package/scss/file-box/_theme.scss +6 -0
  25. package/scss/file-box/_variables.scss +73 -0
  26. package/scss/grid/_index.scss +2 -0
  27. package/scss/icons/_variables.scss +5 -1
  28. package/scss/index.scss +12 -0
  29. package/scss/list/_layout.scss +0 -20
  30. package/scss/list/_variables.scss +33 -8
  31. package/scss/prompt-box/_index.scss +24 -0
  32. package/scss/prompt-box/_layout.scss +6 -0
  33. package/scss/prompt-box/_theme.scss +6 -0
  34. package/scss/prompt-box/_variables.scss +34 -0
  35. package/scss/segmented-control/_index.scss +16 -0
  36. package/scss/segmented-control/_layout.scss +6 -0
  37. package/scss/segmented-control/_theme.scss +14 -0
  38. package/scss/segmented-control/_variables.scss +146 -0
  39. package/scss/smart-box/_index.scss +24 -0
  40. package/scss/smart-box/_layout.scss +6 -0
  41. package/scss/smart-box/_theme.scss +6 -0
  42. package/scss/smart-box/_variables.scss +70 -0
  43. package/scss/suggestion/_variables.scss +14 -4
  44. package/scss/toolbar/_variables.scss +5 -1
  45. package/scss/tooltip/_functions.scss +2 -1
  46. package/scss/treeview/_variables.scss +14 -1
@@ -3,7 +3,7 @@
3
3
  "name": "All",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "13.0.0-dev.1",
6
+ "version": "13.0.0-dev.3",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Fluent 1 Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "13.0.0-dev.1",
6
+ "version": "13.0.0-dev.3",
7
7
  "previewColors": [
8
8
  "#1b1a19",
9
9
  "#21201f",
@@ -3,7 +3,7 @@
3
3
  "name": "Fluent 1",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "13.0.0-dev.1",
6
+ "version": "13.0.0-dev.3",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#faf9f8",
@@ -3,7 +3,7 @@
3
3
  "name": "Fluent Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "13.0.0-dev.1",
6
+ "version": "13.0.0-dev.3",
7
7
  "previewColors": [
8
8
  "#1F1F1F",
9
9
  "#292929",
@@ -3,7 +3,7 @@
3
3
  "name": "Fluent Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "13.0.0-dev.1",
6
+ "version": "13.0.0-dev.3",
7
7
  "previewColors": [
8
8
  "#fafafa",
9
9
  "#ffffff",
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": "13.0.0-dev.1",
4
+ "version": "13.0.0-dev.3",
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.8.0",
58
- "@progress/kendo-theme-core": "13.0.0-dev.1",
59
- "@progress/kendo-theme-utils": "13.0.0-dev.1"
58
+ "@progress/kendo-theme-core": "13.0.0-dev.3",
59
+ "@progress/kendo-theme-utils": "13.0.0-dev.3"
60
60
  },
61
61
  "directories": {
62
62
  "doc": "docs",
63
63
  "lib": "lib"
64
64
  },
65
- "gitHead": "c1e883bc20fcf4b83398d27c582cd0fcb3e6f71f"
65
+ "gitHead": "e416202d88c228d1ab3f6f310633e644b141e642"
66
66
  }
@@ -2,13 +2,13 @@
2
2
 
3
3
  /// The border radius of the Bubble.
4
4
  /// @group bubble
5
- $kendo-bubble-border-radius: k-border-radius(xl) !default;
5
+ $kendo-bubble-border-radius: k-border-radius(xxl) !default;
6
6
  /// The small border radius of the Bubble.
7
7
  /// @group bubble
8
8
  $kendo-bubble-border-radius-sm: k-border-radius(sm) !default;
9
9
  /// The vertical padding of the Bubble.
10
10
  /// @group bubble
11
- $kendo-bubble-padding-y: k-spacing(2) !default;
11
+ $kendo-bubble-padding-y: k-spacing(2.5) !default;
12
12
  /// The horizontal padding of the Bubble.
13
13
  /// @group bubble
14
14
  $kendo-bubble-padding-x: k-spacing(3) !default;
@@ -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();
@@ -29,14 +29,6 @@
29
29
  }
30
30
 
31
31
  // Message states
32
- .k-message:has(.k-selected) {
33
-
34
- .k-message-time,
35
- .k-message-status {
36
- gap: $kendo-chat-bubble-spacing;
37
- }
38
- }
39
-
40
32
  .k-chat .k-card-deck {
41
33
  margin-inline: calc( #{$kendo-chat-message-list-padding-x} * -1 );
42
34
  padding-block-start: $kendo-chat-message-list-padding-y;
@@ -5,27 +5,8 @@
5
5
 
6
6
  @mixin kendo-chat--theme() {
7
7
  @include kendo-chat--theme-base();
8
-
9
- // Bubbles
10
- .k-message-group-sender .k-chat-bubble {
11
-
12
- &:focus,
13
- &.k-focus {
14
- @include focus-indicator( $kendo-chat-alt-bubble-focus-shadow, true, true );
15
- }
16
-
17
- &:hover,
18
- &.k-hover {
19
- @include fill( $bg: $kendo-chat-alt-bubble-hover-bg, $border: $kendo-chat-alt-bubble-hover-border );
20
- }
21
- }
22
-
8
+
23
9
  .k-message-time {
24
10
  color: $kendo-chat-timestamp-text;
25
11
  }
26
-
27
- .k-message-reference .k-chat-file {
28
- background-color: $kendo-chat-file-bg;
29
- border-color: $kendo-chat-file-border;
30
- }
31
12
  }
@@ -6,16 +6,16 @@
6
6
 
7
7
  /// The horizontal padding of the Chat.
8
8
  /// @group chat
9
- $kendo-chat-padding-x: var( --kendo-chat-padding-x, #{k-spacing(4)} ) !default;
9
+ $kendo-chat-padding-x: var( --kendo-chat-padding-x, #{k-spacing(5)} ) !default;
10
10
  /// The vertical padding of the Chat.
11
11
  /// @group chat
12
- $kendo-chat-padding-y: k-spacing(4) !default;
12
+ $kendo-chat-padding-y: var( --kendo-chat-padding-y, #{k-spacing(5)} ) !default;
13
13
  /// The minimum width of the Chat.
14
14
  /// @group chat
15
- $kendo-chat-width: 280px !default;
15
+ $kendo-chat-width: var( --kendo-chat-width, 280px ) !default;
16
16
  /// The minimum height of the Chat.
17
17
  /// @group chat
18
- $kendo-chat-height: var( --kendo-chat-height, 600px ) !default;
18
+ $kendo-chat-height: var( --kendo-chat-height, 320px ) !default;
19
19
  /// The border width of the Chat.
20
20
  /// @group chat
21
21
  $kendo-chat-border-width: var( --kendo-chat-border-width, 1px ) !default;
@@ -31,24 +31,31 @@ $kendo-chat-line-height: var( --kendo-chat-line-height, var( --kendo-line-height
31
31
 
32
32
  /// The vertical spacing between the items of the Chat.
33
33
  /// @group chat
34
- $kendo-chat-item-spacing-y: k-spacing(4) !default;
34
+ $kendo-chat-item-spacing-y: var( --kendo-chat-item-spacing-y, #{k-spacing(4)} ) !default;
35
35
 
36
36
  /// The maximum width of the Chat message.
37
37
  /// @group chat
38
- $kendo-chat-message-max-width: min(75%, 460px) !default;
38
+ $kendo-chat-message-max-width: var( --kendo-chat-message-max-width, min(75%, 460px) ) !default;
39
39
  /// The spacing between the items of the Chat message.
40
40
  /// @group chat
41
- $kendo-chat-message-gap: k-spacing(2) !default;
41
+ $kendo-chat-message-gap: var( --kendo-chat-message-gap, #{k-spacing(2)} ) !default;
42
+
43
+ /// The border radius of sequential Chat messages.
44
+ /// @group chat
45
+ $kendo-sequential-messages-border-radius: var( --kendo-sequential-messages-border-radius, #{k-border-radius(sm)} ) !default;
42
46
 
43
47
  /// The horizontal padding of the Chat message list.
44
48
  /// @group chat
45
- $kendo-chat-message-list-padding-x: $kendo-chat-padding-x !default;
49
+ $kendo-chat-message-list-padding-x: var( --kendo-chat-message-list-padding-x, #{k-spacing(5)} ) !default;
46
50
  /// The vertical padding of the Chat message list.
47
51
  /// @group chat
48
- $kendo-chat-message-list-padding-y: $kendo-chat-padding-y !default;
52
+ $kendo-chat-message-list-padding-y: var( --kendo-chat-message-list-padding-y, #{k-spacing(5)} ) !default;
49
53
  /// The spacing of the Chat message list.
50
54
  /// @group chat
51
- $kendo-chat-message-list-spacing: $kendo-chat-item-spacing-y !default;
55
+ $kendo-chat-message-list-spacing: var( --kendo-chat-message-list-spacing, #{k-spacing(4)} ) !default;
56
+ /// The spacing of the Chat message box wrapper.
57
+ /// @group chat
58
+ $kendo-chat-message-box-wrapper-spacing: var( --kendo-chat-message-box-wrapper-spacing, #{k-spacing(4)} ) !default;
52
59
 
53
60
  /// The minimum size of the Chat message status.
54
61
  /// @group chat
@@ -58,7 +65,7 @@ $kendo-chat-status-min-size: var(--kendo-chat-status-min-size, #{k-spacing(1.5)}
58
65
  $kendo-chat-status-max-size: var(--kendo-chat-status-max-size, #{k-spacing(8)}) !default;
59
66
  /// The spacing between the icon and text in the Chat message status.
60
67
  /// @group chat
61
- $kendo-chat-message-status-gap: k-spacing(1) !default;
68
+ $kendo-chat-message-status-gap: var( --kendo-chat-message-status-gap, #{k-spacing(1)} ) !default;
62
69
 
63
70
  /// The font size of the Chat timestamp.
64
71
  /// @group chat
@@ -68,55 +75,55 @@ $kendo-chat-timestamp-font-size: var( --kendo-chat-timestamp-font-size, var( --k
68
75
  $kendo-chat-timestamp-line-height: var( --kendo-chat-timestamp-line-height, var( --kendo-line-height-lg, normal ) ) !default;
69
76
  /// The text transform of the Chat timestamp.
70
77
  /// @group chat
71
- $kendo-chat-timestamp-transform: none !default;
78
+ $kendo-chat-timestamp-transform: var( --kendo-chat-timestamp-transform, none ) !default;
72
79
  /// The text color of the Chat timestamp.
73
80
  /// @group chat
74
81
  $kendo-chat-timestamp-text: var( --kendo-chat-timestamp-text, #{k-color(subtle)} ) !default;
75
82
  /// The background color of the Chat timestamp.
76
83
  /// @group chat
77
- $kendo-chat-timestamp-bg: transparent !default;
84
+ $kendo-chat-timestamp-bg: var( --kendo-chat-timestamp-bg, transparent ) !default;
78
85
  /// The background color of the Chat timestamp separator.
79
86
  /// @group chat
80
- $kendo-chat-timestamp-separator-bg: color-mix(in srgb, k-color(border) 26%, transparent) !default;
87
+ $kendo-chat-timestamp-separator-bg: var( --kendo-chat-timestamp-separator-bg, #{color-mix(in srgb, k-color(border) 26%, transparent)} ) !default;
81
88
  /// The spacing between the Chat timestamp and its separator.
82
89
  /// @group chat
83
- $kendo-chat-timestamp-separator-spacing: k-spacing(1) !default;
90
+ $kendo-chat-timestamp-separator-spacing: var( --kendo-chat-timestamp-separator-spacing, #{k-spacing(1)} ) !default;
84
91
 
85
92
  /// The font size of the Chat message meta text.
86
93
  /// @group chat
87
94
  $kendo-chat-message-meta-font-size: var( --kendo-chat-message-meta-font-size, var( --kendo-font-size-sm, inherit ) ) !default;
88
95
  /// The line height of the Chat message meta text.
89
96
  /// @group chat
90
- $kendo-chat-message-meta-line-height: var( --kendo-chat-message-meta-line-height, var( --kendo-line-height-lg, normal ) ) !default;
97
+ $kendo-chat-message-meta-line-height: var( --kendo-chat-message-meta-line-height, var( --kendo-line-height-xs, normal ) ) !default;
91
98
 
92
99
  /// The font size of the Chat author text.
93
100
  /// @group chat
94
101
  $kendo-chat-author-font-size: var( --kendo-chat-author-font-size, var( --kendo-font-size-sm, inherit ) ) !default;
95
102
  /// The line height of the Chat author text.
96
103
  /// @group chat
97
- $kendo-chat-author-line-height: var( --kendo-line-height-xs, normal ) !default;
104
+ $kendo-chat-author-line-height: var( --kendo-chat-author-line-height, var( --kendo-line-height-xs, normal ) ) !default;
98
105
 
99
106
  /// The text color of the Chat status.
100
107
  /// @group chat
101
- $kendo-chat-status-text: k-color(subtle) !default;
108
+ $kendo-chat-status-text: var( --kendo-chat-status-text, #{k-color(subtle)} ) !default;
102
109
 
103
110
  /// The spacing of the Chat bubble message.
104
111
  /// @group chat
105
- $kendo-chat-bubble-spacing: k-spacing(2) !default;
112
+ $kendo-chat-bubble-spacing: var( --kendo-chat-bubble-spacing, #{k-spacing(1)} ) !default;
106
113
 
107
114
  /// The background color of the Chat Toolbar.
108
115
  /// @group chat
109
- $kendo-chat-toolbar-bg: var( --kendo-chat-toolbar-bg, #{$kendo-toolbar-bg} ) !default;
116
+ $kendo-chat-toolbar-bg: var( --kendo-chat-toolbar-bg, $kendo-toolbar-bg ) !default;
110
117
  /// The text color of the Chat Toolbar.
111
118
  /// @group chat
112
- $kendo-chat-toolbar-text: var( --kendo-chat-toolbar-text, #{$kendo-toolbar-text} ) !default;
119
+ $kendo-chat-toolbar-text: var( --kendo-chat-toolbar-text, $kendo-toolbar-text ) !default;
113
120
  /// The border color of the Chat Toolbar.
114
121
  /// @group chat
115
122
  $kendo-chat-toolbar-border: var( --kendo-chat-toolbar-border, inherit ) !default;
116
123
 
117
124
  /// The background color of the Chat.
118
125
  /// @group chat
119
- $kendo-chat-bg: var( --kendo-chat-bg, #{k-color(surface)} ) !default;
126
+ $kendo-chat-bg: var( --kendo-chat-bg, transparent ) !default;
120
127
  /// The text color of the Chat.
121
128
  /// @group chat
122
129
  $kendo-chat-text: var( --kendo-chat-text, #{k-color(on-app-surface)} ) !default;
@@ -132,124 +139,97 @@ $kendo-chat-alt-bubble-bg: var( --kendo-chat-alt-bubble-bg, #{k-color(primary)}
132
139
  $kendo-chat-alt-bubble-text: var( --kendo-chat-alt-bubble-text, #{k-color(surface-alt)} ) !default;
133
140
  /// The border color of the Chat alt bubble.
134
141
  /// @group chat
135
- $kendo-chat-alt-bubble-border: var( --kendo-chat-alt-bubble-border, #{$kendo-chat-alt-bubble-bg} ) !default;
142
+ $kendo-chat-alt-bubble-border: var( --kendo-chat-alt-bubble-border, $kendo-chat-alt-bubble-bg ) !default;
136
143
  /// The shadow of the Chat alt bubble.
137
144
  /// @group chat
138
- $kendo-chat-alt-bubble-shadow: none !default;
145
+ $kendo-chat-alt-bubble-shadow: var( --kendo-chat-alt-bubble-shadow, none ) !default;
139
146
 
140
147
  /// The background color of the hovered alt Bubble.
141
148
  /// @group bubble
142
- $kendo-chat-alt-bubble-hover-bg: k-color(primary-hover) !default;
149
+ $kendo-chat-alt-bubble-hover-bg: var( --kendo-chat-alt-bubble-hover-bg, #{k-color(primary-hover)} ) !default;
143
150
  /// The border color of the hovered alt Bubble.
144
151
  /// @group bubble
145
- $kendo-chat-alt-bubble-hover-border: $kendo-chat-alt-bubble-hover-bg !default;
152
+ $kendo-chat-alt-bubble-hover-border: var( --kendo-chat-alt-bubble-hover-border, $kendo-chat-alt-bubble-hover-bg ) !default;
146
153
  /// The background color of the active Bubble.
147
154
  /// @group bubble
148
- $kendo-chat-alt-bubble-active-bg: k-color(primary-active) !default;
155
+ $kendo-chat-alt-bubble-active-bg: var( --kendo-chat-alt-bubble-active-bg, #{k-color(primary-active)} ) !default;
149
156
  /// The border color of the active alt Bubble.
150
157
  /// @group bubble
151
- $kendo-chat-alt-bubble-active-border: $kendo-chat-alt-bubble-active-bg !default;
158
+ $kendo-chat-alt-bubble-active-border: var( --kendo-chat-alt-bubble-active-border, $kendo-chat-alt-bubble-active-bg ) !default;
152
159
  /// The background color of the focused alt Bubble.
153
160
  /// @group bubble
154
- $kendo-chat-alt-bubble-focus-bg: $kendo-chat-alt-bubble-bg !default;
161
+ $kendo-chat-alt-bubble-focus-bg: var( --kendo-chat-alt-bubble-focus-bg, $kendo-chat-alt-bubble-bg ) !default;
155
162
  /// The border color of the focused alt Bubble.
156
163
  /// @group bubble
157
- $kendo-chat-alt-bubble-focus-border: k-color(on-base) !default;
164
+ $kendo-chat-alt-bubble-focus-border: var( --kendo-chat-alt-bubble-focus-border, #{k-color(on-base)} ) !default;
158
165
  /// The box shadow of the focused alt Bubble.
159
166
  /// @group bubble
160
- $kendo-chat-alt-bubble-focus-shadow: inset 0 0 0 #{$kendo-chat-border-width} k-color(on-base), inset 0 0 0 calc( #{$kendo-chat-border-width} * 2 ) k-color(surface) !default;
161
-
162
- /// The color of the typing indicator dots.
163
- /// @group chat
164
- $kendo-chat-typing-indicator-text: k-color(base-on-subtle) !default;
167
+ $kendo-chat-alt-bubble-focus-shadow: var( --kendo-chat-alt-bubble-focus-shadow, inset 0 0 0 #{$kendo-chat-border-width} k-color(on-base), inset 0 0 0 calc( #{$kendo-chat-border-width} * 2 ) k-color(surface) ) !default;
165
168
 
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.
169
+ /// The text color of the bubble of the failed Chat message.
173
170
  /// @group chat
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.
171
+ $kendo-chat-failed-bubble-text: var(--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-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.
174
+ $kendo-chat-failed-bubble-bg: var(--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-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.
177
+ $kendo-chat-failed-bubble-border: var(--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-file-size-line-height: var(--kendo-chat-file-size-line-height, var( --kendo-line-height-xs, normal )) !default;
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: var(--kendo-chat-failed-content-color, k-color(error-on-surface)) !default;
193
181
 
194
- /// The border width of the Chat file.
195
- /// @group chat
196
- $kendo-chat-file-border-width: 1px !default;
197
- /// The border style of the Chat file.
182
+ /// The background color of the hovered bubble of the failed Chat message.
198
183
  /// @group chat
199
- $kendo-chat-file-border-style: solid !default;
184
+ $kendo-chat-failed-bubble-hover-bg: var( --kendo-chat-failed-bubble-hover-bg, #{k-color(error-subtle-hover)} ) !default;
200
185
 
201
- /// The background color of the Chat file.
186
+ /// The background color of the selected bubble of the failed Chat message.
202
187
  /// @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.
205
- /// @group chat
206
- $kendo-chat-file-text: k-color(base-on-subtle) !default;
207
- /// The border color of the Chat file.
208
- /// @group chat
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: var( --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-file-border-radius: k-border-radius(md) !default;
192
+ $kendo-chat-typing-indicator-text: var( --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
216
- $kendo-chat-sender-file-bg: color-mix(in srgb, k-color(on-primary) 14%, transparent) !default;
196
+ $kendo-chat-sender-file-bg: var( --kendo-chat-sender-file-bg, #{color-mix(in srgb, k-color(on-primary) 14%, transparent)} ) !default;
217
197
  /// The text color of the Chat sender file.
218
198
  /// @group chat
219
- $kendo-chat-sender-file-text: k-color(on-primary) !default;
199
+ $kendo-chat-sender-file-text: var( --kendo-chat-sender-file-text, #{k-color(on-primary)} ) !default;
220
200
  /// The border color of the Chat sender file.
221
201
  /// @group chat
222
- $kendo-chat-sender-file-border: $kendo-chat-sender-file-bg !default;
202
+ $kendo-chat-sender-file-border: var( --kendo-chat-sender-file-border, $kendo-chat-sender-file-bg ) !default;
223
203
 
224
204
  /// The border width of the Chat pinned message;
225
205
  /// @group chat
226
- $kendo-chat-message-pinned-border-width: 1px !default;
206
+ $kendo-chat-message-pinned-border-width: var( --kendo-chat-message-pinned-border-width, 1px ) !default;
227
207
  /// The border style of the Chat pinned message;
228
208
  /// @group chat
229
- $kendo-chat-message-pinned-border-style: solid !default;
209
+ $kendo-chat-message-pinned-border-style: var( --kendo-chat-message-pinned-border-style, solid ) !default;
230
210
  /// The border color of the Chat pinned message;
231
211
  /// @group chat
232
- $kendo-chat-message-pinned-border-color: color-mix(in srgb, k-color(border) 16%, transparent) !default;
212
+ $kendo-chat-message-pinned-border-color: var( --kendo-chat-message-pinned-border-color, #{color-mix(in srgb, k-color(border) 16%, transparent)} ) !default;
233
213
 
234
214
  /// The horizontal padding of the Chat message reference.
235
215
  /// @group chat
236
- $kendo-chat-message-reference-padding-x: k-spacing(1) !default;
216
+ $kendo-chat-message-reference-padding-x: var( --kendo-chat-message-reference-padding-x, #{k-spacing(1)} ) !default;
237
217
  /// The vertical padding of the Chat message reference.
238
218
  /// @group chat
239
- $kendo-chat-message-reference-padding-y: k-spacing(1) !default;
219
+ $kendo-chat-message-reference-padding-y: var( --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: var( --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
- $kendo-chat-message-reference-text: k-color(on-app-surface) !default;
226
+ $kendo-chat-message-reference-text: var( --kendo-chat-message-reference-text, #{k-color(on-app-surface)} ) !default;
247
227
  /// The background color of the message reference marker.
248
228
  /// @group chat
249
- $kendo-chat-message-reference-marker-bg: k-color(base-emphasis) !default;
229
+ $kendo-chat-message-reference-marker-bg: var( --kendo-chat-message-reference-marker-bg, #{k-color(base-emphasis)} ) !default;
250
230
  /// The background color of the message reference alt marker.
251
231
  /// @group chat
252
- $kendo-chat-message-reference-marker-alt-bg: k-color(primary) !default;
232
+ $kendo-chat-message-reference-marker-alt-bg: var( --kendo-chat-message-reference-marker-alt-bg, #{k-color(primary)} ) !default;
253
233
 
254
234
  @forward "@progress/kendo-theme-core/scss/components/chat/_variables.scss" with (
255
235
  $kendo-chat-padding-x: $kendo-chat-padding-x,
@@ -263,9 +243,11 @@ $kendo-chat-message-reference-marker-alt-bg: k-color(primary) !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) !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,
@@ -9,6 +9,7 @@ $default-easings: (
9
9
  sharp: cubic-bezier(0.75, 0, 0.25, 1),
10
10
  bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55),
11
11
  elastic: cubic-bezier(0.5, -0.5, 0.5, 1.5),
12
+ stretchy: cubic-bezier(.07, 1.81, .3, .81)
12
13
  ) !default;
13
14
 
14
15
  $default-durations: (
@@ -4,12 +4,21 @@
4
4
 
5
5
  /// The horizontal padding of the DropdownTree popup
6
6
  /// @group dropdowntree
7
- $kendo-dropdowntree-popup-padding-x: $kendo-popup-content-padding-x !default;
7
+ $kendo-dropdowntree-popup-padding-x: k-spacing(1) !default;
8
8
  /// The vertical padding of the DropdownTree popup
9
9
  /// @group dropdowntree
10
- $kendo-dropdowntree-popup-padding-y: $kendo-popup-content-padding-y !default;
10
+ $kendo-dropdowntree-popup-padding-y: k-spacing(1) !default;
11
+
12
+ /// The horizontal padding of the DropdownTree check all
13
+ /// @group dropdowntree
14
+ $kendo-dropdowntree-check-all-padding-x: var(--kendo-dropdowntree-check-all-padding-x, k-spacing(2)) !default;
15
+ /// The vertical padding of the DropdownTree check all
16
+ /// @group dropdowntree
17
+ $kendo-dropdowntree-check-all-padding-y: var(--kendo-dropdowntree-check-all-padding-y, k-spacing(2)) !default;
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,6 @@
1
+ @use "@progress/kendo-theme-core/scss/components/file-box/_layout.scss" as *;
2
+
3
+
4
+ @mixin kendo-file-box--layout() {
5
+ @include kendo-file-box--layout-base();
6
+ }
@@ -0,0 +1,6 @@
1
+ @use "@progress/kendo-theme-core/scss/components/file-box/_theme.scss" as *;
2
+
3
+
4
+ @mixin kendo-file-box--theme() {
5
+ @include kendo-file-box--theme-base();
6
+ }
@@ -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: var(--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: var(--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: var(--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: var(--kendo-file-box-min-width, var(--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: var(--kendo-file-box-max-width, var(--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: var(--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: var(--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: var(--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-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-file-box-name-line-height, var( --kendo-line-height-lg, 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-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-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: var(--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: var(--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: var(--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: var(--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
+ );