@progress/kendo-theme-classic 8.1.0-dev.1 → 8.1.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/all.scss +38 -21
- package/dist/classic-green-dark.css +1 -1
- package/dist/classic-green.css +1 -1
- package/dist/classic-lavender-dark.css +1 -1
- package/dist/classic-lavender.css +1 -1
- package/dist/classic-main-dark.css +1 -1
- package/dist/classic-main.css +1 -1
- package/dist/classic-metro-dark.css +1 -1
- package/dist/classic-metro.css +1 -1
- package/dist/classic-moonlight.css +1 -1
- package/dist/classic-opal-dark.css +1 -1
- package/dist/classic-opal.css +1 -1
- package/dist/classic-silver-dark.css +1 -1
- package/dist/classic-silver.css +1 -1
- package/dist/classic-uniform.css +1 -1
- package/dist/meta/sassdoc-data.json +738 -468
- package/dist/meta/sassdoc-raw-data.json +328 -203
- package/dist/meta/variables.json +52 -32
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +1 -1
- package/lib/swatches/classic-lavender.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +1 -1
- package/lib/swatches/classic-metro.json +1 -1
- package/lib/swatches/classic-moonlight.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/lib/swatches/classic-uniform.json +1 -1
- package/package.json +5 -5
- package/scss/bottom-navigation/_variables.scss +1 -1
- package/scss/card/_variables.scss +2 -2
- package/scss/chat/_variables.scss +17 -3
- package/scss/drawer/_variables.scss +1 -1
- package/scss/forms/_variables.scss +3 -3
- package/scss/progressbar/_variables.scss +1 -1
- package/scss/timeselector/_variables.scss +1 -1
- package/scss/tooltip/_variables.scss +2 -2
- package/scss/upload/_variables.scss +4 -1
- package/scss/window/_variables.scss +1 -1
package/dist/all.scss
CHANGED
|
@@ -24384,14 +24384,14 @@ $kendo-tooltip-font-family: var( --kendo-font-family, inherit ) !default;
|
|
|
24384
24384
|
$kendo-tooltip-font-size: var( --kendo-font-size, inherit ) !default;
|
|
24385
24385
|
/// The line height of the Tooltip.
|
|
24386
24386
|
/// @group tooltip
|
|
24387
|
-
$kendo-tooltip-line-height:
|
|
24387
|
+
$kendo-tooltip-line-height: var( --kendo-line-height-sm, normal ) !default;
|
|
24388
24388
|
|
|
24389
24389
|
/// The font size of the Tooltip title.
|
|
24390
24390
|
/// @group tooltip
|
|
24391
24391
|
$kendo-tooltip-title-font-size: calc( var( --kendo-font-size, .875rem ) * 1.25 ) !default;
|
|
24392
24392
|
/// The line height of the Tooltip title.
|
|
24393
24393
|
/// @group tooltip
|
|
24394
|
-
$kendo-tooltip-title-line-height:
|
|
24394
|
+
$kendo-tooltip-title-line-height: var( --kendo-line-height-xs, normal ) !default;
|
|
24395
24395
|
|
|
24396
24396
|
/// The size of the Tooltip callout.
|
|
24397
24397
|
/// @group tooltip
|
|
@@ -24477,7 +24477,7 @@ $kendo-window-titlebar-border-style: solid !default;
|
|
|
24477
24477
|
$kendo-window-title-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
24478
24478
|
/// The line height of the title of the Window.
|
|
24479
24479
|
/// @group window
|
|
24480
|
-
$kendo-window-title-line-height:
|
|
24480
|
+
$kendo-window-title-line-height: var( --kendo-line-height-sm, normal ) !default;
|
|
24481
24481
|
|
|
24482
24482
|
/// The spacing between the buttons in the Window titlebar.
|
|
24483
24483
|
/// @group window
|
|
@@ -24603,7 +24603,7 @@ $kendo-form-legend-border-color: $kendo-component-border !default;
|
|
|
24603
24603
|
$kendo-form-legend-width: 100% !default;
|
|
24604
24604
|
/// The font size of the Form legend.
|
|
24605
24605
|
/// @group form
|
|
24606
|
-
$kendo-form-legend-font-size:
|
|
24606
|
+
$kendo-form-legend-font-size: var( --kendo-font-size, inherit ) !default;
|
|
24607
24607
|
/// The text capitalization of the Form legend.
|
|
24608
24608
|
/// @group form
|
|
24609
24609
|
$kendo-form-legend-text-transform: uppercase !default;
|
|
@@ -24618,7 +24618,7 @@ $kendo-form-button-margin-x: k-spacing(2) !default;
|
|
|
24618
24618
|
|
|
24619
24619
|
/// The font size of the Form hint.
|
|
24620
24620
|
/// @group form
|
|
24621
|
-
$kendo-form-hint-font-size:
|
|
24621
|
+
$kendo-form-hint-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
24622
24622
|
/// The font style of the Form hint.
|
|
24623
24623
|
/// @group form
|
|
24624
24624
|
$kendo-form-hint-font-style: italic !default;
|
|
@@ -24674,7 +24674,7 @@ $kendo-forms-invalid-color: $kendo-color-error !default;
|
|
|
24674
24674
|
$kendo-label-optional-margin-x: k-spacing(1.5) !default;
|
|
24675
24675
|
/// The font size of the optional label in the Form.
|
|
24676
24676
|
/// @group form
|
|
24677
|
-
$kendo-label-optional-font-size:
|
|
24677
|
+
$kendo-label-optional-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
24678
24678
|
/// The font style of the optional label in the Form.
|
|
24679
24679
|
/// @group form
|
|
24680
24680
|
$kendo-label-optional-font-style: italic !default;
|
|
@@ -27685,7 +27685,7 @@ $kendo-progressbar-font-family: var( --kendo-font-family, inherit ) !default;
|
|
|
27685
27685
|
$kendo-progressbar-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
27686
27686
|
/// The line height of the ProgressBar.
|
|
27687
27687
|
/// @group progressbar
|
|
27688
|
-
$kendo-progressbar-line-height:
|
|
27688
|
+
$kendo-progressbar-line-height: var( --kendo-line-height-xs, normal ) !default;
|
|
27689
27689
|
|
|
27690
27690
|
/// The background color of the ProgressBar.
|
|
27691
27691
|
/// @group progressbar
|
|
@@ -30569,7 +30569,7 @@ $kendo-time-list-width: 4em !default;
|
|
|
30569
30569
|
$kendo-time-list-height: 240px !default;
|
|
30570
30570
|
|
|
30571
30571
|
$kendo-time-list-title-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
30572
|
-
$kendo-time-list-title-line-height:
|
|
30572
|
+
$kendo-time-list-title-line-height: var( --kendo-line-height-lg, normal ) !default;
|
|
30573
30573
|
$kendo-time-list-title-height: calc( #{$kendo-time-list-title-font-size} * #{$kendo-time-list-title-line-height} ) !default;
|
|
30574
30574
|
$kendo-time-list-title-text: $kendo-subtle-text !default;
|
|
30575
30575
|
$kendo-time-list-title-focus-text: $kendo-component-text !default;
|
|
@@ -35848,7 +35848,10 @@ $kendo-upload-multiple-items-spacing: k-spacing(3) !default;
|
|
|
35848
35848
|
|
|
35849
35849
|
/// The font size of the Upload validation message.
|
|
35850
35850
|
/// @group upload
|
|
35851
|
-
$kendo-upload-validation-font-size:
|
|
35851
|
+
$kendo-upload-validation-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
35852
|
+
/// The line height of the Upload validation message.
|
|
35853
|
+
/// @group upload
|
|
35854
|
+
$kendo-upload-validation-line-height: var( --kendo-line-height-xs, normal ) !default;
|
|
35852
35855
|
/// The horizontal spacing of the Upload status icon.
|
|
35853
35856
|
/// @group upload
|
|
35854
35857
|
$kendo-upload-icon-spacing: $kendo-icon-spacing !default;
|
|
@@ -36044,7 +36047,7 @@ $kendo-upload-focus-shadow: 0 0 0 2px rgba( black, .13 ) !default;
|
|
|
36044
36047
|
.k-file-summary,
|
|
36045
36048
|
.k-file-validation-message {
|
|
36046
36049
|
font-size: $kendo-upload-validation-font-size;
|
|
36047
|
-
line-height:
|
|
36050
|
+
line-height: $kendo-upload-validation-line-height;
|
|
36048
36051
|
}
|
|
36049
36052
|
|
|
36050
36053
|
|
|
@@ -38333,7 +38336,7 @@ $kendo-drawer-item-padding-x: k-spacing(4) !default;
|
|
|
38333
38336
|
$kendo-drawer-item-padding-y: $kendo-padding-md-x !default;
|
|
38334
38337
|
/// The font size of the Drawer item.
|
|
38335
38338
|
/// @group drawer
|
|
38336
|
-
$kendo-drawer-item-font-size:
|
|
38339
|
+
$kendo-drawer-item-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
38337
38340
|
/// The line height of the Drawer item.
|
|
38338
38341
|
/// @group drawer
|
|
38339
38342
|
$kendo-drawer-item-line-height: $kendo-line-height-lg !default;
|
|
@@ -39116,7 +39119,7 @@ $kendo-card-title-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
|
39116
39119
|
$kendo-card-title-font-family: null !default;
|
|
39117
39120
|
/// The line height of the Card title.
|
|
39118
39121
|
/// @group card
|
|
39119
|
-
$kendo-card-title-line-height:
|
|
39122
|
+
$kendo-card-title-line-height: var( --kendo-line-height-sm, normal ) !default;
|
|
39120
39123
|
/// The font weight of the Card title.
|
|
39121
39124
|
/// @group card
|
|
39122
39125
|
$kendo-card-title-font-weight: var( --kendo-font-weight-normal, normal ) !default;
|
|
@@ -39135,7 +39138,7 @@ $kendo-card-subtitle-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
|
39135
39138
|
$kendo-card-subtitle-font-family: null !default;
|
|
39136
39139
|
/// The line height of the Card subtitle.
|
|
39137
39140
|
/// @group card
|
|
39138
|
-
$kendo-card-subtitle-line-height: normal !default;
|
|
39141
|
+
$kendo-card-subtitle-line-height: var( --kendo-line-height-lg, normal ) !default;
|
|
39139
39142
|
/// The font weight of the Card subtitle.
|
|
39140
39143
|
/// @group card
|
|
39141
39144
|
$kendo-card-subtitle-font-weight: var( --kendo-font-weight-normal, normal ) !default;
|
|
@@ -40145,7 +40148,7 @@ $kendo-bottom-nav-font-family: var( --kendo-font-family, inherit ) !default;
|
|
|
40145
40148
|
$kendo-bottom-nav-font-size: var( --kendo-font-size, inherit ) !default;
|
|
40146
40149
|
/// The line height of the BottomNavigation.
|
|
40147
40150
|
/// @group bottom-navigation
|
|
40148
|
-
$kendo-bottom-nav-line-height: var( --kendo-line-height-
|
|
40151
|
+
$kendo-bottom-nav-line-height: var( --kendo-line-height-xs, normal ) !default;
|
|
40149
40152
|
/// The letter spacing of the BottomNavigation.
|
|
40150
40153
|
/// @group bottom-navigation
|
|
40151
40154
|
$kendo-bottom-nav-letter-spacing: .2px !default;
|
|
@@ -57719,10 +57722,10 @@ $kendo-chat-message-list-spacing: $kendo-chat-item-spacing-y !default;
|
|
|
57719
57722
|
|
|
57720
57723
|
/// The font size of the Chat timestamp.
|
|
57721
57724
|
/// @group chat
|
|
57722
|
-
$kendo-chat-timestamp-font-size:
|
|
57725
|
+
$kendo-chat-timestamp-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
57723
57726
|
/// The line height of the Chat timestamp.
|
|
57724
57727
|
/// @group chat
|
|
57725
|
-
$kendo-chat-timestamp-line-height:
|
|
57728
|
+
$kendo-chat-timestamp-line-height: var( --kendo-line-height-lg, normal ) !default;
|
|
57726
57729
|
/// The text transform of the Chat timestamp.
|
|
57727
57730
|
/// @group chat
|
|
57728
57731
|
$kendo-chat-timestamp-transform: uppercase !default;
|
|
@@ -57733,6 +57736,20 @@ $kendo-chat-timestamp-text: $kendo-subtle-text !default;
|
|
|
57733
57736
|
/// @group chat
|
|
57734
57737
|
$kendo-chat-timestamp-bg: null !default;
|
|
57735
57738
|
|
|
57739
|
+
/// The font size of the Chat message meta text.
|
|
57740
|
+
/// @group chat
|
|
57741
|
+
$kendo-chat-message-meta-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
57742
|
+
/// The line height of the Chat message meta text.
|
|
57743
|
+
/// @group chat
|
|
57744
|
+
$kendo-chat-message-meta-line-height: var( --kendo-line-height-lg, normal ) !default;
|
|
57745
|
+
|
|
57746
|
+
/// The font size of the Chat author text.
|
|
57747
|
+
/// @group chat
|
|
57748
|
+
$kendo-chat-author-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
57749
|
+
/// The line height of the Chat author text.
|
|
57750
|
+
/// @group chat
|
|
57751
|
+
$kendo-chat-author-line-height: var( --kendo-line-height-lg, normal ) !default;
|
|
57752
|
+
|
|
57736
57753
|
/// The horizontal padding of the Chat bubble message.
|
|
57737
57754
|
/// @group chat
|
|
57738
57755
|
$kendo-chat-bubble-padding-x: k-spacing(3) !default;
|
|
@@ -57744,7 +57761,7 @@ $kendo-chat-bubble-padding-y: k-spacing(2) !default;
|
|
|
57744
57761
|
$kendo-chat-bubble-spacing: k-spacing(0.5) !default;
|
|
57745
57762
|
/// The line height of the Chat bubble message.
|
|
57746
57763
|
/// @group chat
|
|
57747
|
-
$kendo-chat-bubble-line-height:
|
|
57764
|
+
$kendo-chat-bubble-line-height: var( --kendo-line-height, normal ) !default;
|
|
57748
57765
|
|
|
57749
57766
|
/// The border radius of the Chat bubble message.
|
|
57750
57767
|
/// @group chat
|
|
@@ -57981,8 +57998,8 @@ $kendo-chat-quick-reply-hover-border: $kendo-color-primary !default;
|
|
|
57981
57998
|
// Message meta
|
|
57982
57999
|
.k-message-time,
|
|
57983
58000
|
.k-message-status {
|
|
57984
|
-
font-size:
|
|
57985
|
-
line-height:
|
|
58001
|
+
font-size: $kendo-chat-message-meta-font-size;
|
|
58002
|
+
line-height: $kendo-chat-message-meta-line-height;
|
|
57986
58003
|
white-space: nowrap;
|
|
57987
58004
|
pointer-events: none;
|
|
57988
58005
|
position: absolute;
|
|
@@ -58064,8 +58081,8 @@ $kendo-chat-quick-reply-hover-border: $kendo-color-primary !default;
|
|
|
58064
58081
|
// Author
|
|
58065
58082
|
.k-author {
|
|
58066
58083
|
margin: 0;
|
|
58067
|
-
font-size:
|
|
58068
|
-
line-height:
|
|
58084
|
+
font-size: $kendo-chat-author-font-size;
|
|
58085
|
+
line-height: $kendo-chat-author-line-height;
|
|
58069
58086
|
}
|
|
58070
58087
|
.k-chat .k-author {
|
|
58071
58088
|
margin: 0; // Duplicate styles because of typography module
|