@progress/kendo-theme-bootstrap 8.1.0-dev.1 → 8.1.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.
Files changed (39) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/all.scss +33 -16
  3. package/dist/bootstrap-3-dark.css +1 -1
  4. package/dist/bootstrap-3.css +1 -1
  5. package/dist/bootstrap-4-dark.css +1 -1
  6. package/dist/bootstrap-4.css +1 -1
  7. package/dist/bootstrap-dataviz-v4.css +1 -1
  8. package/dist/bootstrap-main-dark.css +1 -1
  9. package/dist/bootstrap-main.css +1 -1
  10. package/dist/bootstrap-nordic.css +1 -1
  11. package/dist/bootstrap-turquoise-dark.css +1 -1
  12. package/dist/bootstrap-turquoise.css +1 -1
  13. package/dist/bootstrap-urban.css +1 -1
  14. package/dist/bootstrap-vintage.css +1 -1
  15. package/dist/meta/sassdoc-data.json +710 -440
  16. package/dist/meta/sassdoc-raw-data.json +323 -198
  17. package/dist/meta/variables.json +43 -23
  18. package/lib/swatches/bootstrap-3-dark.json +1 -1
  19. package/lib/swatches/bootstrap-3.json +1 -1
  20. package/lib/swatches/bootstrap-4-dark.json +1 -1
  21. package/lib/swatches/bootstrap-4.json +1 -1
  22. package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
  23. package/lib/swatches/bootstrap-main-dark.json +1 -1
  24. package/lib/swatches/bootstrap-main.json +1 -1
  25. package/lib/swatches/bootstrap-nordic.json +1 -1
  26. package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
  27. package/lib/swatches/bootstrap-turquoise.json +1 -1
  28. package/lib/swatches/bootstrap-urban.json +1 -1
  29. package/lib/swatches/bootstrap-vintage.json +1 -1
  30. package/package.json +5 -5
  31. package/scss/bottom-navigation/_variables.scss +1 -1
  32. package/scss/calendar/_variables.scss +1 -1
  33. package/scss/chat/_variables.scss +17 -3
  34. package/scss/drawer/_variables.scss +1 -1
  35. package/scss/progressbar/_variables.scss +1 -1
  36. package/scss/timeselector/_variables.scss +1 -1
  37. package/scss/tooltip/_variables.scss +1 -1
  38. package/scss/upload/_variables.scss +4 -1
  39. package/scss/window/_variables.scss +1 -1
package/dist/all.scss CHANGED
@@ -26512,7 +26512,7 @@ $kendo-tooltip-line-height: var( --kendo-line-height, normal ) !default;
26512
26512
  $kendo-tooltip-title-font-size: calc( var( --kendo-font-size-sm, #{$kendo-font-size-sm} ) * 1.25 ) !default;
26513
26513
  /// The line height of the Tooltip title.
26514
26514
  /// @group tooltip
26515
- $kendo-tooltip-title-line-height: 1 !default;
26515
+ $kendo-tooltip-title-line-height: var( --kendo-line-height-xs, normal ) !default;
26516
26516
 
26517
26517
  /// The size of the Tooltip callout.
26518
26518
  /// @group tooltip
@@ -26598,7 +26598,7 @@ $kendo-window-titlebar-border-style: solid !default;
26598
26598
  $kendo-window-title-font-size: var( --kendo-font-size-lg, inherit ) !default;
26599
26599
  /// The line height of the title of the Window.
26600
26600
  /// @group window
26601
- $kendo-window-title-line-height: 1.5 !default;
26601
+ $kendo-window-title-line-height: var( --kendo-line-height, normal ) !default;
26602
26602
 
26603
26603
  /// The spacing between the buttons in the Window titlebar.
26604
26604
  /// @group window
@@ -29856,7 +29856,7 @@ $kendo-progressbar-font-family: var( --kendo-font-family, inherit ) !default;
29856
29856
  $kendo-progressbar-font-size: $progress-font-size !default;
29857
29857
  /// The line height of the ProgressBar.
29858
29858
  /// @group progressbar
29859
- $kendo-progressbar-line-height: 1 !default;
29859
+ $kendo-progressbar-line-height: var( --kendo-line-height-xs, normal ) !default;
29860
29860
 
29861
29861
  /// The background color of the ProgressBar.
29862
29862
  /// @group progressbar
@@ -31649,7 +31649,7 @@ $kendo-calendar-header-cell-height: $kendo-calendar-cell-size !default;
31649
31649
  $kendo-calendar-header-cell-font-size: var( --kendo-font-size-sm, inherit ) !default;
31650
31650
  /// The line height of the header cells in the Calendar.
31651
31651
  /// @group calendar
31652
- $kendo-calendar-header-cell-line-height: 2 !default;
31652
+ $kendo-calendar-header-cell-line-height: var( --kendo-line-height-lg, normal ) !default;
31653
31653
 
31654
31654
  /// The background color of the header cells in the Calendar.
31655
31655
  /// @group calendar
@@ -32741,7 +32741,7 @@ $kendo-time-list-width: 4em !default;
32741
32741
  $kendo-time-list-height: 240px !default;
32742
32742
 
32743
32743
  $kendo-time-list-title-font-size: var( --kendo-font-size-sm, inherit ) !default;
32744
- $kendo-time-list-title-line-height: 1.5 !default;
32744
+ $kendo-time-list-title-line-height: var( --kendo-line-height, normal ) !default;
32745
32745
  $kendo-time-list-title-height: calc( #{$kendo-time-list-title-font-size} * #{$kendo-time-list-title-line-height} ) !default;
32746
32746
  $kendo-time-list-title-text: $kendo-subtle-text !default;
32747
32747
  $kendo-time-list-title-focus-text: $kendo-component-text !default;
@@ -38039,7 +38039,10 @@ $kendo-upload-multiple-items-spacing: k-spacing(3) !default;
38039
38039
 
38040
38040
  /// The font size of the Upload validation message.
38041
38041
  /// @group upload
38042
- $kendo-upload-validation-font-size: 11px !default;
38042
+ $kendo-upload-validation-font-size: var( --kendo-font-size-xs, inherit ) !default;
38043
+ /// The line height of the Upload validation message.
38044
+ /// @group upload
38045
+ $kendo-upload-validation-line-height: var( --kendo-line-height-xs, normal ) !default;
38043
38046
  /// The horizontal spacing of the Upload status icon.
38044
38047
  /// @group upload
38045
38048
  $kendo-upload-icon-spacing: $kendo-icon-spacing !default;
@@ -38235,7 +38238,7 @@ $kendo-upload-focus-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
38235
38238
  .k-file-summary,
38236
38239
  .k-file-validation-message {
38237
38240
  font-size: $kendo-upload-validation-font-size;
38238
- line-height: 1;
38241
+ line-height: $kendo-upload-validation-line-height;
38239
38242
  }
38240
38243
 
38241
38244
 
@@ -40642,7 +40645,7 @@ $kendo-drawer-item-padding-x: $kendo-padding-md-x !default;
40642
40645
  $kendo-drawer-item-padding-y: $kendo-padding-md-y !default;
40643
40646
  /// The font size of the Drawer item.
40644
40647
  /// @group drawer
40645
- $kendo-drawer-item-font-size: 16px !default;
40648
+ $kendo-drawer-item-font-size: var( --kendo-font-size, inherit ) !default;
40646
40649
  /// The line height of the Drawer item.
40647
40650
  /// @group drawer
40648
40651
  $kendo-drawer-item-line-height: $kendo-line-height-lg !default;
@@ -42452,7 +42455,7 @@ $kendo-bottom-nav-font-family: var( --kendo-font-family, inherit ) !default;
42452
42455
  $kendo-bottom-nav-font-size: var( --kendo-font-size, inherit ) !default;
42453
42456
  /// The line height of the BottomNavigation.
42454
42457
  /// @group bottom-navigation
42455
- $kendo-bottom-nav-line-height: var( --kendo-line-height-sm, normal ) !default;
42458
+ $kendo-bottom-nav-line-height: var( --kendo-line-height-xs, normal ) !default;
42456
42459
  /// The letter spacing of the BottomNavigation.
42457
42460
  /// @group bottom-navigation
42458
42461
  $kendo-bottom-nav-letter-spacing: .2px !default;
@@ -60647,10 +60650,10 @@ $kendo-chat-message-list-spacing: $kendo-chat-item-spacing-y !default;
60647
60650
 
60648
60651
  /// The font size of the Chat timestamp.
60649
60652
  /// @group chat
60650
- $kendo-chat-timestamp-font-size: smaller !default;
60653
+ $kendo-chat-timestamp-font-size: var( --kendo-font-size-sm, inherit ) !default;
60651
60654
  /// The line height of the Chat timestamp.
60652
60655
  /// @group chat
60653
- $kendo-chat-timestamp-line-height: null !default;
60656
+ $kendo-chat-timestamp-line-height: var( --kendo-line-height, normal ) !default;
60654
60657
  /// The text transform of the Chat timestamp.
60655
60658
  /// @group chat
60656
60659
  $kendo-chat-timestamp-transform: uppercase !default;
@@ -60661,6 +60664,20 @@ $kendo-chat-timestamp-text: $kendo-subtle-text !default;
60661
60664
  /// @group chat
60662
60665
  $kendo-chat-timestamp-bg: null !default;
60663
60666
 
60667
+ /// The font size of the Chat message meta text.
60668
+ /// @group chat
60669
+ $kendo-chat-message-meta-font-size: var( --kendo-font-size-sm, inherit ) !default;
60670
+ /// The line height of the Chat message meta text.
60671
+ /// @group chat
60672
+ $kendo-chat-message-meta-line-height: var( --kendo-line-height-xs, normal ) !default;
60673
+
60674
+ /// The font size of the Chat author text.
60675
+ /// @group chat
60676
+ $kendo-chat-author-font-size: var( --kendo-font-size-sm, inherit ) !default;
60677
+ /// The line height of the Chat author text.
60678
+ /// @group chat
60679
+ $kendo-chat-author-line-height: var( --kendo-line-height-xs, normal ) !default;
60680
+
60664
60681
  /// The horizontal padding of the Chat bubble message.
60665
60682
  /// @group chat
60666
60683
  $kendo-chat-bubble-padding-x: k-spacing(4) !default;
@@ -60672,7 +60689,7 @@ $kendo-chat-bubble-padding-y: k-spacing(2) !default;
60672
60689
  $kendo-chat-bubble-spacing: k-spacing(0.5) !default;
60673
60690
  /// The line height of the Chat bubble message.
60674
60691
  /// @group chat
60675
- $kendo-chat-bubble-line-height: 1.25 !default;
60692
+ $kendo-chat-bubble-line-height: var( --kendo-line-height, normal ) !default;
60676
60693
 
60677
60694
  /// The border radius of the Chat bubble message.
60678
60695
  /// @group chat
@@ -60909,8 +60926,8 @@ $kendo-chat-quick-reply-hover-border: $kendo-color-primary !default;
60909
60926
  // Message meta
60910
60927
  .k-message-time,
60911
60928
  .k-message-status {
60912
- font-size: smaller;
60913
- line-height: normal;
60929
+ font-size: $kendo-chat-message-meta-font-size;
60930
+ line-height: $kendo-chat-message-meta-line-height;
60914
60931
  white-space: nowrap;
60915
60932
  pointer-events: none;
60916
60933
  position: absolute;
@@ -60992,8 +61009,8 @@ $kendo-chat-quick-reply-hover-border: $kendo-color-primary !default;
60992
61009
  // Author
60993
61010
  .k-author {
60994
61011
  margin: 0;
60995
- font-size: smaller;
60996
- line-height: normal;
61012
+ font-size: $kendo-chat-author-font-size;
61013
+ line-height: $kendo-chat-author-line-height;
60997
61014
  }
60998
61015
  .k-chat .k-author {
60999
61016
  margin: 0; // Duplicate styles because of typography module