@progress/kendo-theme-fluent 6.1.1-dev.4 → 6.1.1-dev.8

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 CHANGED
@@ -20675,7 +20675,7 @@ hr.k-separator {
20675
20675
  margin: var(--kendo-h4-margin, 0 0 var(--kendo-font-size, inherit));
20676
20676
  }
20677
20677
 
20678
- .k-h5, .k-card-header, .k-card-title, .k-popover-header {
20678
+ .k-h5 {
20679
20679
  font-size: var(--kendo-h5-font-size, 18px);
20680
20680
  font-family: var(--kendo-h5-font-family, var(--kendo-font-family, inherit));
20681
20681
  line-height: var(--kendo-h5-line-height, var(--kendo-line-height, normal));
@@ -20684,7 +20684,7 @@ hr.k-separator {
20684
20684
  margin: var(--kendo-h5-margin, 0 0 var(--kendo-font-size, inherit));
20685
20685
  }
20686
20686
 
20687
- .k-h6, .k-card-subtitle {
20687
+ .k-h6 {
20688
20688
  font-size: var(--kendo-h6-font-size, 16px);
20689
20689
  font-family: var(--kendo-h6-font-family, var(--kendo-font-family, inherit));
20690
20690
  line-height: var(--kendo-h6-line-height, var(--kendo-line-height, normal));
@@ -38624,11 +38624,17 @@ kendo-card-footer {
38624
38624
  }
38625
38625
 
38626
38626
  .k-card-title, .k-popover-header {
38627
+ font-size: var(--kendo-card-title-font-size, var(--kendo-font-size-lg, inherit));
38628
+ font-family: var(--kendo-card-title-font-family, var(--kendo-font-family, inherit));
38629
+ line-height: var(--kendo-card-title-line-height, var(--kendo-line-height, normal));
38627
38630
  font-weight: var(--kendo-card-title-font-weight, var(--kendo-font-weight, initial));
38628
- margin-block-end: var(--kendo-card-title-margin-bottom, 0.75rem);
38631
+ margin: 0 0 var(--kendo-card-title-margin-bottom, 0.75rem);
38629
38632
  }
38630
38633
 
38631
38634
  .k-card-subtitle {
38635
+ font-size: var(--kendo-card-subtitle-font-size, var(--kendo-font-size-sm, inherit));
38636
+ font-family: var(--kendo-card-subtitle-font-family, var(--kendo-font-family, inherit));
38637
+ line-height: var(--kendo-card-subtitle-line-height, var(--kendo-line-height, normal));
38632
38638
  font-weight: var(--kendo-card-title-font-weight, var(--kendo-font-weight, initial));
38633
38639
  margin-block-end: var(--kendo-card-subtitle-margin-bottom, 0.75rem);
38634
38640
  }
@@ -38637,6 +38643,9 @@ kendo-card-footer {
38637
38643
  }
38638
38644
 
38639
38645
  .k-card-header {
38646
+ font-size: var(--kendo-card-header-font-size, var(--kendo-font-size-lg, inherit));
38647
+ font-family: var(--kendo-card-header-font-family, var(--kendo-font-family, inherit));
38648
+ line-height: var(--kendo-card-header-line-height, var(--kendo-line-height, normal));
38640
38649
  font-weight: var(--kendo-card-title-font-weight, var(--kendo-font-weight, initial));
38641
38650
  margin: 0;
38642
38651
  padding-inline: var(--kendo-card-header-padding-x, 0.75rem);
@@ -47330,6 +47339,7 @@ kendo-scheduler .k-recurrence-editor {
47330
47339
  }
47331
47340
 
47332
47341
  .k-mediaplayer-titlebar {
47342
+ font-size: var(--kendo-media-player-title-font-size, var(--kendo-font-size-xl, inherit));
47333
47343
  padding-inline: var(--kendo-media-player-titlebar-padding-x, 0.5rem);
47334
47344
  padding-block: var(--kendo-media-player-titlebar-padding-y, 0.5rem);
47335
47345
  position: absolute;
@@ -49202,7 +49212,7 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
49202
49212
  }
49203
49213
  .k-orgchart-card .k-card-title, .k-orgchart-card .k-popover-header {
49204
49214
  margin-block-end: var(--kendo-orgchart-card-title-margin-y, 0px);
49205
- font-size: var(--kendo-orgchart-card-title-font-size, var(--kendo-font-size, inherit));
49215
+ font-size: var(--kendo-orgchart-card-title-font-size, var(--kendo-font-size-lg, inherit));
49206
49216
  line-height: var(--kendo-orgchart-card-title-line-height, var(--kendo-line-height, normal));
49207
49217
  }
49208
49218
  .k-orgchart-card .k-card-subtitle {
@@ -3,7 +3,7 @@
3
3
  "name": "All",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "6.1.1-dev.4",
6
+ "version": "6.1.1-dev.8+237a5fdca",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Fluent Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "6.1.1-dev.4",
6
+ "version": "6.1.1-dev.8+237a5fdca",
7
7
  "api": "modern",
8
8
  "previewColors": [
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": "6.1.1-dev.4",
4
+ "version": "6.1.1-dev.8+237a5fdca",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -50,8 +50,8 @@
50
50
  },
51
51
  "dependencies": {
52
52
  "@progress/kendo-font-icons": "1.4.0",
53
- "@progress/kendo-theme-core": "^6.1.1-dev.4",
54
- "@progress/kendo-theme-utils": "^6.1.1-dev.4"
53
+ "@progress/kendo-theme-core": "^6.1.1-dev.8+237a5fdca",
54
+ "@progress/kendo-theme-utils": "^6.1.1-dev.8+237a5fdca"
55
55
  },
56
- "gitHead": "7ebd1ea8443604e84851d505d81be33088fa0057"
56
+ "gitHead": "237a5fdca51516273f563421c40d03335734d230"
57
57
  }
@@ -53,15 +53,19 @@
53
53
 
54
54
  // Card title
55
55
  .k-card-title {
56
- @extend .k-h5;
56
+ font-size: var( --kendo-card-title-font-size, #{$kendo-card-title-font-size} );
57
+ font-family: var( --kendo-card-title-font-family, #{$kendo-card-title-font-family} );
58
+ line-height: var( --kendo-card-title-line-height, #{$kendo-card-title-line-height} );
57
59
  font-weight: var( --kendo-card-title-font-weight, #{$kendo-card-title-font-weight} );
58
- margin-block-end: var( --kendo-card-title-margin-bottom, #{$kendo-card-title-margin-bottom} );
60
+ margin: 0 0 var( --kendo-card-title-margin-bottom, #{$kendo-card-title-margin-bottom} );
59
61
  }
60
62
 
61
63
 
62
64
  // Card subtitle
63
65
  .k-card-subtitle {
64
- @extend .k-h6;
66
+ font-size: var( --kendo-card-subtitle-font-size, #{$kendo-card-subtitle-font-size} );
67
+ font-family: var( --kendo-card-subtitle-font-family, #{$kendo-card-subtitle-font-family} );
68
+ line-height: var( --kendo-card-subtitle-line-height, #{$kendo-card-subtitle-line-height} );
65
69
  font-weight: var( --kendo-card-title-font-weight, #{$kendo-card-title-font-weight} );
66
70
  margin-block-end: var( --kendo-card-subtitle-margin-bottom, #{$kendo-card-subtitle-margin-bottom} );
67
71
 
@@ -73,7 +77,9 @@
73
77
 
74
78
  // Header
75
79
  .k-card-header {
76
- @extend .k-h5;
80
+ font-size: var( --kendo-card-header-font-size, #{$kendo-card-header-font-size} );
81
+ font-family: var( --kendo-card-header-font-family, #{$kendo-card-header-font-family} );
82
+ line-height: var( --kendo-card-header-line-height, #{$kendo-card-header-line-height} );
77
83
  font-weight: var( --kendo-card-title-font-weight, #{$kendo-card-title-font-weight} );
78
84
  margin: 0;
79
85
  padding-inline: var( --kendo-card-header-padding-x, #{$kendo-card-header-padding-x} );
@@ -55,9 +55,18 @@ $kendo-card-focus-border: var( --kendo-component-border, initial ) !default;
55
55
  /// @group card
56
56
  $kendo-card-focus-shadow: var( --kendo-box-shadow-depth-3, none ) !default;
57
57
 
58
+ /// Text size of the card header.
59
+ /// @group card
60
+ $kendo-card-header-font-size: var( --kendo-font-size-lg, inherit ) !default;
61
+ /// Font family of the card header text.
62
+ /// @group card
63
+ $kendo-card-header-font-family: var( --kendo-font-family, inherit ) !default;
58
64
  /// Text weight of the card header.
59
65
  /// @group card
60
66
  $kendo-card-header-font-weight: var( --kendo-font-weight, initial ) !default;
67
+ /// Line height of the card header.
68
+ /// @group card
69
+ $kendo-card-header-line-height: var( --kendo-line-height, normal ) !default;
61
70
  /// Horizontal padding of the card header.
62
71
  /// @group card
63
72
  $kendo-card-header-padding-x: map.get( $kendo-spacing, 3 ) !default;
@@ -103,12 +112,30 @@ $kendo-card-footer-text: inherit !default; // $kendo-component-header-text
103
112
  /// @group card
104
113
  $kendo-card-footer-border: inherit !default; // $kendo-component-header-border
105
114
 
115
+ /// Text size of the card title.
116
+ /// @group card
117
+ $kendo-card-title-font-size: var( --kendo-font-size-lg, inherit ) !default;
118
+ /// Font family of the card title.
119
+ /// @group card
120
+ $kendo-card-title-font-family: var( --kendo-font-family, inherit ) !default;
106
121
  /// Text weight of the card title.
107
122
  /// @group card
108
123
  $kendo-card-title-font-weight: $kendo-card-header-font-weight !default;
124
+ /// Line height of the card title.
125
+ /// @group card
126
+ $kendo-card-title-line-height: var( --kendo-line-height, normal ) !default;
109
127
  /// Bottom margin of the card title.
110
128
  /// @group card
111
129
  $kendo-card-title-margin-bottom: map.get( $kendo-spacing, 3 ) !default;
130
+ /// Font size of the card subtitle.
131
+ /// @group card
132
+ $kendo-card-subtitle-font-size: var( --kendo-font-size-sm, inherit ) !default;
133
+ /// Font family of the card subtitle.
134
+ /// @group card
135
+ $kendo-card-subtitle-font-family: var( --kendo-font-family, inherit ) !default;
136
+ /// Line height of the card subtitle.
137
+ /// @group card
138
+ $kendo-card-subtitle-line-height: var( --kendo-line-height, normal ) !default;
112
139
  /// Bottom margin of the card subtitle.
113
140
  /// @group card
114
141
  $kendo-card-subtitle-margin-bottom: map.get( $kendo-spacing, 3 ) !default;
@@ -40,6 +40,7 @@
40
40
 
41
41
  // Title bar
42
42
  .k-mediaplayer-titlebar {
43
+ font-size: var( --kendo-media-player-title-font-size, #{$kendo-media-player-title-font-size} );
43
44
  padding-inline: var( --kendo-media-player-titlebar-padding-x, #{$kendo-media-player-titlebar-padding-x} );
44
45
  padding-block: var( --kendo-media-player-titlebar-padding-y, #{$kendo-media-player-titlebar-padding-y} );
45
46
  position: absolute;
@@ -32,6 +32,9 @@ $kendo-media-player-overlay-bg: get-theme-color-var( neutral-130 ) !default;
32
32
  /// @group mediaplayer
33
33
  $kendo-media-player-quality-border: get-theme-color-var( neutral-110 ) !default;
34
34
 
35
+ /// Media player title font size.
36
+ /// @group mediaplayer
37
+ $kendo-media-player-title-font-size: var( --kendo-font-size-xl, inherit ) !default;
35
38
  /// Mediaplayer titlebar horizontal padding.
36
39
  /// @group mediaplayer
37
40
  $kendo-media-player-titlebar-padding-x: map.get( $kendo-spacing, 2 ) !default;
@@ -106,7 +106,7 @@ $kendo-orgchart-card-focus-shadow: $kendo-card-focus-shadow !default;
106
106
  $kendo-orgchart-card-title-margin-y: 0px !default;
107
107
  /// Font size of the orgchart card title.
108
108
  /// @group orgchart
109
- $kendo-orgchart-card-title-font-size: var( --kendo-font-size, inherit ) !default;
109
+ $kendo-orgchart-card-title-font-size: $kendo-card-title-font-size !default;
110
110
  /// Line height of the orgchart card title.
111
111
  /// @group orgchart
112
112
  $kendo-orgchart-card-title-line-height: var( --kendo-line-height, normal ) !default;