@progress/kendo-theme-bootstrap 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.
@@ -2605,7 +2605,7 @@
2605
2605
  },
2606
2606
  "kendo-bubble-border-radius-sm": {
2607
2607
  "type": "String",
2608
- "value": "var(--kendo-border-radius-xs, 0.125rem)"
2608
+ "value": "var(--kendo-border-radius-sm, 0.25rem)"
2609
2609
  },
2610
2610
  "kendo-bubble-padding-y": {
2611
2611
  "type": "String",
@@ -13840,6 +13840,14 @@
13840
13840
  "type": "String",
13841
13841
  "value": "var(--kendo-spacing-4, 1rem)"
13842
13842
  },
13843
+ "kendo-chat-status-min-size": {
13844
+ "type": "String",
13845
+ "value": "var(--kendo-spacing-1\\.5, 0.375rem)"
13846
+ },
13847
+ "kendo-chat-status-max-size": {
13848
+ "type": "String",
13849
+ "value": "var(--kendo-spacing-8, 2rem)"
13850
+ },
13843
13851
  "kendo-chat-message-status-gap": {
13844
13852
  "type": "String",
13845
13853
  "value": "var(--kendo-spacing-1, 0.25rem)"
@@ -13968,17 +13976,37 @@
13968
13976
  "type": "String",
13969
13977
  "value": "var(--kendo-color-base-on-subtle, #212529)"
13970
13978
  },
13971
- "kendo-chat-file-width": {
13979
+ "kendo-chat-file-min-width": {
13972
13980
  "type": "Number",
13973
- "value": "240px"
13981
+ "value": "96px"
13982
+ },
13983
+ "kendo-chat-file-max-width": {
13984
+ "type": "Number",
13985
+ "value": "160px"
13986
+ },
13987
+ "kendo-chat-file-name-font-size": {
13988
+ "type": "String",
13989
+ "value": "var(--kendo-font-size-sm, inherit)"
13990
+ },
13991
+ "kendo-chat-file-name-line-height": {
13992
+ "type": "String",
13993
+ "value": "var(--kendo-line-height-sm, normal)"
13994
+ },
13995
+ "kendo-chat-file-size-font-size": {
13996
+ "type": "String",
13997
+ "value": "var(--kendo-font-size-xs, inherit)"
13998
+ },
13999
+ "kendo-chat-file-size-line-height": {
14000
+ "type": "String",
14001
+ "value": "var(--kendo-line-height-xs, normal)"
13974
14002
  },
13975
14003
  "kendo-chat-file-padding-x": {
13976
14004
  "type": "String",
13977
- "value": "var(--kendo-spacing-2, 0.5rem)"
14005
+ "value": "var(--kendo-spacing-1, 0.25rem)"
13978
14006
  },
13979
14007
  "kendo-chat-file-padding-y": {
13980
14008
  "type": "String",
13981
- "value": "var(--kendo-spacing-2, 0.5rem)"
14009
+ "value": "var(--kendo-spacing-1, 0.25rem)"
13982
14010
  },
13983
14011
  "kendo-chat-file-gap": {
13984
14012
  "type": "String",
@@ -13994,7 +14022,7 @@
13994
14022
  },
13995
14023
  "kendo-chat-file-bg": {
13996
14024
  "type": "String",
13997
- "value": "var(--kendo-color-base-subtle, #e9ecef)"
14025
+ "value": "color-mix(in srgb, var(--kendo-color-base-on-subtle, #212529) 8%, transparent)"
13998
14026
  },
13999
14027
  "kendo-chat-file-text": {
14000
14028
  "type": "String",
@@ -14002,19 +14030,31 @@
14002
14030
  },
14003
14031
  "kendo-chat-file-border": {
14004
14032
  "type": "String",
14005
- "value": "var(--kendo-color-base-subtle, #e9ecef)"
14033
+ "value": "color-mix(in srgb, var(--kendo-color-base-on-subtle, #212529) 8%, transparent)"
14006
14034
  },
14007
14035
  "kendo-chat-file-border-radius": {
14008
14036
  "type": "String",
14009
14037
  "value": "var(--kendo-border-radius-md, 0.375rem)"
14010
14038
  },
14011
14039
  "kendo-chat-file-download-padding-x": {
14012
- "type": "String",
14013
- "value": "var(--kendo-spacing-2, 0.5rem)"
14040
+ "type": "Null",
14041
+ "value": "null"
14014
14042
  },
14015
14043
  "kendo-chat-file-download-padding-y": {
14044
+ "type": "Null",
14045
+ "value": "null"
14046
+ },
14047
+ "kendo-chat-sender-file-bg": {
14016
14048
  "type": "String",
14017
- "value": "var(--kendo-spacing-2, 0.5rem)"
14049
+ "value": "color-mix(in srgb, var(--kendo-color-on-primary, #ffffff) 14%, transparent)"
14050
+ },
14051
+ "kendo-chat-sender-file-text": {
14052
+ "type": "String",
14053
+ "value": "var(--kendo-color-on-primary, #ffffff)"
14054
+ },
14055
+ "kendo-chat-sender-file-border": {
14056
+ "type": "String",
14057
+ "value": "color-mix(in srgb, var(--kendo-color-on-primary, #ffffff) 14%, transparent)"
14018
14058
  },
14019
14059
  "kendo-chat-message-pinned-border-width": {
14020
14060
  "type": "Number",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 3 Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "12.1.0-dev.5",
6
+ "version": "12.2.0-dev.0",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#222222",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 3",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "12.1.0-dev.5",
6
+ "version": "12.2.0-dev.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 4 Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "12.1.0-dev.5",
6
+ "version": "12.2.0-dev.0",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#212529",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "12.1.0-dev.5",
6
+ "version": "12.2.0-dev.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f8f9fa",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Dataviz v4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "12.1.0-dev.5",
6
+ "version": "12.2.0-dev.0",
7
7
  "previewColors": [
8
8
  "#0275d8",
9
9
  "#5bc0de",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "12.1.0-dev.5",
6
+ "version": "12.2.0-dev.0",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#212529",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "12.1.0-dev.5",
6
+ "version": "12.2.0-dev.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f8f9fa",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Nordic",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "12.1.0-dev.5",
6
+ "version": "12.2.0-dev.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f8f9fa",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Turquoise Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "12.1.0-dev.5",
6
+ "version": "12.2.0-dev.0",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#292b2c",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Turquoise",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "12.1.0-dev.5",
6
+ "version": "12.2.0-dev.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f2f2f2",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Urban",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "12.1.0-dev.5",
6
+ "version": "12.2.0-dev.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e3eef4",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Vintage",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "12.1.0-dev.5",
6
+ "version": "12.2.0-dev.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f2efe8",
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": "12.1.0-dev.5",
4
+ "version": "12.2.0-dev.0",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -54,12 +54,12 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@progress/kendo-svg-icons": "^4.5.0",
57
- "@progress/kendo-theme-core": "12.1.0-dev.5",
58
- "@progress/kendo-theme-utils": "12.1.0-dev.5"
57
+ "@progress/kendo-theme-core": "12.2.0-dev.0",
58
+ "@progress/kendo-theme-utils": "12.2.0-dev.0"
59
59
  },
60
60
  "directories": {
61
61
  "doc": "docs",
62
62
  "lib": "lib"
63
63
  },
64
- "gitHead": "c7571586f70cac80533d2678d2cdcd2e71fa7f16"
64
+ "gitHead": "5a687d60086d3e91f182d65b18f54f969d760af6"
65
65
  }
@@ -6,7 +6,7 @@
6
6
  $kendo-bubble-border-radius: k-border-radius(xl) !default;
7
7
  /// The small border radius of the Bubble.
8
8
  /// @group bubble
9
- $kendo-bubble-border-radius-sm: k-border-radius(xs) !default;
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;
@@ -51,6 +51,12 @@ $kendo-chat-message-list-padding-y: $kendo-chat-padding-y !default;
51
51
  /// @group chat
52
52
  $kendo-chat-message-list-spacing: $kendo-chat-item-spacing-y !default;
53
53
 
54
+ /// The minimum size of the Chat message status.
55
+ /// @group chat
56
+ $kendo-chat-status-min-size: k-spacing(1.5) !default;
57
+ /// The maximum size of the Chat message status.
58
+ /// @group chat
59
+ $kendo-chat-status-max-size: k-spacing(8) !default;
54
60
  /// The spacing between the icon and text in the Chat message status.
55
61
  /// @group chat
56
62
  $kendo-chat-message-status-gap: k-spacing(1) !default;
@@ -157,15 +163,30 @@ $kendo-chat-alt-bubble-focus-shadow: 0 0 0 2px color-mix(in srgb, k-color(primar
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: 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.
161
173
  /// @group chat
162
- $kendo-chat-file-width: 240px !default;
174
+ $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-line-height-sm, normal ) !default;
178
+ /// The font size of the Chat file size.
179
+ /// @group chat
180
+ $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-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(2) !default;
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(2) !default;
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,7 +200,7 @@ $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;
@@ -190,12 +211,15 @@ $kendo-chat-file-border: $kendo-chat-file-bg !default;
190
211
  /// @group chat
191
212
  $kendo-chat-file-border-radius: k-border-radius(md) !default;
192
213
 
193
- /// The horizontal padding of the file download wrapper.
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-download-padding-x: k-spacing(2) !default;
196
- /// The vertical padding of the file download wrapper.
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-download-padding-y: k-spacing(2) !default;
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-emphasis) !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-emphasis) !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-emphasis) !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-download-padding-x: $kendo-chat-file-download-padding-x,
288
- $kendo-chat-file-download-padding-y: $kendo-chat-file-download-padding-y,
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,
@@ -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