@progress/kendo-theme-default 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 (42) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/all.scss +41 -22
  3. package/dist/default-blue.css +1 -1
  4. package/dist/default-dataviz-v4.css +1 -1
  5. package/dist/default-green.css +1 -1
  6. package/dist/default-main-dark.css +1 -1
  7. package/dist/default-main.css +1 -1
  8. package/dist/default-nordic.css +1 -1
  9. package/dist/default-ocean-blue-a11y.css +1 -1
  10. package/dist/default-ocean-blue.css +1 -1
  11. package/dist/default-orange.css +1 -1
  12. package/dist/default-purple.css +1 -1
  13. package/dist/default-turquoise.css +1 -1
  14. package/dist/default-urban.css +1 -1
  15. package/dist/meta/sassdoc-data.json +902 -578
  16. package/dist/meta/sassdoc-raw-data.json +406 -256
  17. package/dist/meta/variables.json +54 -34
  18. package/lib/swatches/default-blue.json +1 -1
  19. package/lib/swatches/default-dataviz-v4.json +1 -1
  20. package/lib/swatches/default-green.json +1 -1
  21. package/lib/swatches/default-main-dark.json +1 -1
  22. package/lib/swatches/default-main.json +1 -1
  23. package/lib/swatches/default-nordic.json +1 -1
  24. package/lib/swatches/default-ocean-blue-a11y.json +1 -1
  25. package/lib/swatches/default-ocean-blue.json +1 -1
  26. package/lib/swatches/default-orange.json +1 -1
  27. package/lib/swatches/default-purple.json +1 -1
  28. package/lib/swatches/default-turquoise.json +1 -1
  29. package/lib/swatches/default-urban.json +1 -1
  30. package/package.json +4 -4
  31. package/scss/bottom-navigation/_variables.scss +1 -1
  32. package/scss/card/_variables.scss +2 -2
  33. package/scss/chat/_layout.scss +4 -4
  34. package/scss/chat/_variables.scss +17 -3
  35. package/scss/drawer/_variables.scss +3 -1
  36. package/scss/forms/_variables.scss +3 -3
  37. package/scss/progressbar/_variables.scss +1 -1
  38. package/scss/timeselector/_variables.scss +1 -1
  39. package/scss/tooltip/_variables.scss +2 -2
  40. package/scss/upload/_layout.scss +1 -1
  41. package/scss/upload/_variables.scss +4 -1
  42. package/scss/window/_variables.scss +2 -2
package/dist/all.scss CHANGED
@@ -24027,14 +24027,14 @@ $kendo-tooltip-font-family: var( --kendo-font-family, inherit ) !default;
24027
24027
  $kendo-tooltip-font-size: var( --kendo-font-size, inherit ) !default;
24028
24028
  /// The line height of the Tooltip.
24029
24029
  /// @group tooltip
24030
- $kendo-tooltip-line-height: 1.25 !default;
24030
+ $kendo-tooltip-line-height: var( --kendo-line-height-sm, normal ) !default;
24031
24031
 
24032
24032
  /// The font size of the Tooltip title.
24033
24033
  /// @group tooltip
24034
24034
  $kendo-tooltip-title-font-size: calc( ( var( --kendo-font-size, .875rem ) * 1.25 ) ) !default;
24035
24035
  /// The line height of the Tooltip title.
24036
24036
  /// @group tooltip
24037
- $kendo-tooltip-title-line-height: 1 !default;
24037
+ $kendo-tooltip-title-line-height: var( --kendo-line-height-xs, normal ) !default;
24038
24038
 
24039
24039
  /// The size of the Tooltip callout.
24040
24040
  /// @group tooltip
@@ -24100,7 +24100,7 @@ $kendo-window-font-family: var( --kendo-font-family, inherit ) !default;
24100
24100
  $kendo-window-font-size: var( --kendo-font-size, inherit ) !default;
24101
24101
  /// The line height of the Window.
24102
24102
  /// @group window
24103
- $kendo-window-line-height: 1.25 !default;
24103
+ $kendo-window-line-height: var( --kendo-line-height-sm, normal ) !default;
24104
24104
 
24105
24105
  /// The horizontal padding of the Window titlebar.
24106
24106
  /// @group window
@@ -24120,7 +24120,7 @@ $kendo-window-titlebar-border-style: solid !default;
24120
24120
  $kendo-window-title-font-size: var( --kendo-font-size-lg, inherit ) !default;
24121
24121
  /// The line height of the title of the Window.
24122
24122
  /// @group window
24123
- $kendo-window-title-line-height: 1.25 !default;
24123
+ $kendo-window-title-line-height: var( --kendo-line-height-sm, normal ) !default;
24124
24124
 
24125
24125
  /// The spacing between the buttons in the Window titlebar.
24126
24126
  /// @group window
@@ -24246,7 +24246,7 @@ $kendo-form-legend-border-color: $kendo-component-border !default;
24246
24246
  $kendo-form-legend-width: 100% !default;
24247
24247
  /// The font size of the Form legend.
24248
24248
  /// @group form
24249
- $kendo-form-legend-font-size: 14px !default;
24249
+ $kendo-form-legend-font-size: var( --kendo-font-size, inherit ) !default;
24250
24250
  /// The text capitalization of the Form legend.
24251
24251
  /// @group form
24252
24252
  $kendo-form-legend-text-transform: uppercase !default;
@@ -24261,7 +24261,7 @@ $kendo-form-button-margin-x: k-spacing(2) !default;
24261
24261
 
24262
24262
  /// The font size of the Form hint.
24263
24263
  /// @group form
24264
- $kendo-form-hint-font-size: 12px !default;
24264
+ $kendo-form-hint-font-size: var( --kendo-font-size-sm, inherit ) !default;
24265
24265
  /// The font style of the Form hint.
24266
24266
  /// @group form
24267
24267
  $kendo-form-hint-font-style: italic !default;
@@ -24317,7 +24317,7 @@ $kendo-forms-invalid-color: $kendo-color-error !default;
24317
24317
  $kendo-label-optional-margin-x: k-spacing(1.5) !default;
24318
24318
  /// The font size of the optional label in the Form.
24319
24319
  /// @group form
24320
- $kendo-label-optional-font-size: 12px !default;
24320
+ $kendo-label-optional-font-size: var( --kendo-font-size-sm, inherit ) !default;
24321
24321
  /// The font style of the optional label in the Form.
24322
24322
  /// @group form
24323
24323
  $kendo-label-optional-font-style: italic !default;
@@ -27168,7 +27168,7 @@ $kendo-progressbar-font-family: var( --kendo-font-family, inherit ) !default;
27168
27168
  $kendo-progressbar-font-size: var( --kendo-font-size-sm, inherit ) !default;
27169
27169
  /// The line height of the ProgressBar.
27170
27170
  /// @group progressbar
27171
- $kendo-progressbar-line-height: 1 !default;
27171
+ $kendo-progressbar-line-height: var( --kendo-line-height-xs, normal ) !default;
27172
27172
 
27173
27173
  /// The background color of the ProgressBar.
27174
27174
  /// @group progressbar
@@ -29988,7 +29988,7 @@ $kendo-time-list-width: 4em !default;
29988
29988
  $kendo-time-list-height: 240px !default;
29989
29989
 
29990
29990
  $kendo-time-list-title-font-size: var( --kendo-font-size-sm, inherit ) !default;
29991
- $kendo-time-list-title-line-height: 1.5 !default;
29991
+ $kendo-time-list-title-line-height: var( --kendo-line-height-lg, normal ) !default;
29992
29992
  $kendo-time-list-title-height: calc( ( #{$kendo-time-list-title-font-size} ) * ( #{$kendo-time-list-title-line-height} ) ) !default;
29993
29993
  $kendo-time-list-title-text: $kendo-subtle-text !default;
29994
29994
  $kendo-time-list-title-focus-text: $kendo-component-text !default;
@@ -34872,7 +34872,10 @@ $kendo-upload-multiple-items-spacing: k-spacing(3) !default;
34872
34872
 
34873
34873
  /// The font size of the Upload validation message.
34874
34874
  /// @group upload
34875
- $kendo-upload-validation-font-size: 11px !default;
34875
+ $kendo-upload-validation-font-size: var( --kendo-font-size-sm, inherit ) !default;
34876
+ /// The line height of the Upload validation message.
34877
+ /// @group upload
34878
+ $kendo-upload-validation-line-height: var( --kendo-line-height-xs, normal ) !default;
34876
34879
  /// The horizontal spacing of the Upload status icon.
34877
34880
  /// @group upload
34878
34881
  $kendo-upload-icon-spacing: $kendo-icon-spacing !default;
@@ -35067,7 +35070,7 @@ $kendo-upload-focus-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
35067
35070
  .k-file-summary,
35068
35071
  .k-file-validation-message {
35069
35072
  font-size: $kendo-upload-validation-font-size;
35070
- line-height: 1;
35073
+ line-height: $kendo-upload-validation-line-height;
35071
35074
  }
35072
35075
 
35073
35076
 
@@ -37261,7 +37264,9 @@ $kendo-drawer-item-padding-x: k-spacing(4) !default;
37261
37264
  $kendo-drawer-item-padding-y: $kendo-padding-md-x !default;
37262
37265
  /// The font size of the Drawer item.
37263
37266
  /// @group drawer
37264
- $kendo-drawer-item-font-size: 16px !default;
37267
+ $kendo-drawer-item-font-size: var( --kendo-font-size-lg, inherit ) !default;
37268
+ /// The line height of the Drawer item.
37269
+ /// @group drawer
37265
37270
  $kendo-drawer-item-line-height: var( --kendo-line-height-lg, normal ) !default;
37266
37271
 
37267
37272
  /// The horizontal padding of the Drawer item in each level.
@@ -38009,7 +38014,7 @@ $kendo-card-title-font-size: var( --kendo-font-size-lg, inherit ) !default;
38009
38014
  $kendo-card-title-font-family: null !default;
38010
38015
  /// The line height of the Card title.
38011
38016
  /// @group card
38012
- $kendo-card-title-line-height: 1.25 !default;
38017
+ $kendo-card-title-line-height: var( --kendo-line-height-sm, normal ) !default;
38013
38018
  /// The font weight of the Card title.
38014
38019
  /// @group card
38015
38020
  $kendo-card-title-font-weight: var( --kendo-font-weight-normal, normal ) !default;
@@ -38028,7 +38033,7 @@ $kendo-card-subtitle-font-size: var( --kendo-font-size-sm, inherit ) !default;
38028
38033
  $kendo-card-subtitle-font-family: null !default;
38029
38034
  /// The line height of the Card subtitle.
38030
38035
  /// @group card
38031
- $kendo-card-subtitle-line-height: normal !default;
38036
+ $kendo-card-subtitle-line-height: var( --kendo-line-height-lg, normal ) !default;
38032
38037
  /// The font weight of the Card subtitle.
38033
38038
  /// @group card
38034
38039
  $kendo-card-subtitle-font-weight: var( --kendo-font-weight-normal, normal ) !default;
@@ -38990,7 +38995,7 @@ $kendo-bottom-nav-font-family: var( --kendo-font-family, inherit ) !default;
38990
38995
  $kendo-bottom-nav-font-size: var( --kendo-font-size, inherit ) !default;
38991
38996
  /// The line height of the BottomNavigation.
38992
38997
  /// @group bottom-navigation
38993
- $kendo-bottom-nav-line-height: var( --kendo-line-height-sm, normal ) !default;
38998
+ $kendo-bottom-nav-line-height: var( --kendo-line-height-xs, normal ) !default;
38994
38999
  /// The letter spacing of the BottomNavigation.
38995
39000
  /// @group bottom-navigation
38996
39001
  $kendo-bottom-nav-letter-spacing: .2px !default;
@@ -56158,10 +56163,10 @@ $kendo-chat-message-list-spacing: $kendo-chat-item-spacing-y !default;
56158
56163
 
56159
56164
  /// The font size of the Chat timestamp.
56160
56165
  /// @group chat
56161
- $kendo-chat-timestamp-font-size: smaller !default;
56166
+ $kendo-chat-timestamp-font-size: var( --kendo-font-size-sm, inherit ) !default;
56162
56167
  /// The line height of the Chat timestamp.
56163
56168
  /// @group chat
56164
- $kendo-chat-timestamp-line-height: null !default;
56169
+ $kendo-chat-timestamp-line-height: var( --kendo-line-height-lg, normal ) !default;
56165
56170
  /// The text transform of the Chat timestamp.
56166
56171
  /// @group chat
56167
56172
  $kendo-chat-timestamp-transform: uppercase !default;
@@ -56172,6 +56177,20 @@ $kendo-chat-timestamp-text: $kendo-subtle-text !default;
56172
56177
  /// @group chat
56173
56178
  $kendo-chat-timestamp-bg: null !default;
56174
56179
 
56180
+ /// The font size of the Chat message meta text.
56181
+ /// @group chat
56182
+ $kendo-chat-message-meta-font-size: var( --kendo-font-size-sm, inherit ) !default;
56183
+ /// The line height of the Chat message meta text.
56184
+ /// @group chat
56185
+ $kendo-chat-message-meta-line-height: var( --kendo-line-height-lg, normal ) !default;
56186
+
56187
+ /// The font size of the Chat author text.
56188
+ /// @group chat
56189
+ $kendo-chat-author-font-size: var( --kendo-font-size-sm, inherit ) !default;
56190
+ /// The line height of the Chat author text.
56191
+ /// @group chat
56192
+ $kendo-chat-author-line-height: var( --kendo-line-height-lg, normal ) !default;
56193
+
56175
56194
  /// The horizontal padding of the Chat bubble message.
56176
56195
  /// @group chat
56177
56196
  $kendo-chat-bubble-padding-x: k-spacing(3) !default;
@@ -56183,7 +56202,7 @@ $kendo-chat-bubble-padding-y: k-spacing(2) !default;
56183
56202
  $kendo-chat-bubble-spacing: k-spacing(0.5) !default;
56184
56203
  /// The line height of the Chat bubble message.
56185
56204
  /// @group chat
56186
- $kendo-chat-bubble-line-height: 18px !default;
56205
+ $kendo-chat-bubble-line-height: var( --kendo-line-height, normal ) !default;
56187
56206
 
56188
56207
  /// The border radius of the Chat bubble message.
56189
56208
  /// @group chat
@@ -56419,8 +56438,8 @@ $kendo-chat-quick-reply-hover-border: $kendo-color-primary !default;
56419
56438
  // Message meta
56420
56439
  .k-message-time,
56421
56440
  .k-message-status {
56422
- font-size: smaller;
56423
- line-height: normal;
56441
+ font-size: $kendo-chat-message-meta-font-size;
56442
+ line-height: $kendo-chat-message-meta-line-height;
56424
56443
  white-space: nowrap;
56425
56444
  pointer-events: none;
56426
56445
  position: absolute;
@@ -56502,8 +56521,8 @@ $kendo-chat-quick-reply-hover-border: $kendo-color-primary !default;
56502
56521
  // Author
56503
56522
  .k-author {
56504
56523
  margin: 0;
56505
- font-size: smaller;
56506
- line-height: normal;
56524
+ font-size: $kendo-chat-author-font-size;
56525
+ line-height: $kendo-chat-author-line-height;
56507
56526
  }
56508
56527
  .k-chat .k-author {
56509
56528
  margin: 0; // Duplicate styles because of typography module