@progress/kendo-theme-fluent 6.1.1-dev.0 → 6.1.1-dev.11
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 +21 -8
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +4 -4
- package/scss/action-sheet/_layout.scss +1 -2
- package/scss/action-sheet/_theme.scss +5 -0
- package/scss/card/_layout.scss +10 -4
- package/scss/card/_variables.scss +27 -0
- package/scss/grid/_layout.scss +1 -1
- package/scss/mediaplayer/_layout.scss +1 -0
- package/scss/mediaplayer/_variables.scss +3 -0
- package/scss/orgchart/_variables.scss +1 -1
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
|
|
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
|
|
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));
|
|
@@ -35923,9 +35923,8 @@ k-datetimepicker[dir=rtl] .k-time-tab .k-datetime-selector, .k-rtl k-datetimepic
|
|
|
35923
35923
|
font-size: var(--kendo-actionsheet-item-description-font-size, var(--kendo-font-size-sm, inherit));
|
|
35924
35924
|
}
|
|
35925
35925
|
|
|
35926
|
-
.k-actionsheet
|
|
35926
|
+
.k-actionsheet .k-hr {
|
|
35927
35927
|
margin: 0;
|
|
35928
|
-
border-color: inherit;
|
|
35929
35928
|
flex: none;
|
|
35930
35929
|
}
|
|
35931
35930
|
|
|
@@ -36134,6 +36133,10 @@ k-datetimepicker[dir=rtl] .k-time-tab .k-datetime-selector, .k-rtl k-datetimepic
|
|
|
36134
36133
|
color: inherit;
|
|
36135
36134
|
}
|
|
36136
36135
|
|
|
36136
|
+
.k-actionsheet .k-hr {
|
|
36137
|
+
border-color: var(--kendo-actionsheet-border, var(--kendo-component-border, initial));
|
|
36138
|
+
}
|
|
36139
|
+
|
|
36137
36140
|
.k-adaptive-actionsheet .k-actionsheet-titlebar, .k-adaptive-actionsheet .k-actionsheet-jq .k-actionsheet-header, .k-actionsheet-jq .k-adaptive-actionsheet .k-actionsheet-header {
|
|
36138
36141
|
border-color: var(--kendo-adaptive-actionsheet-header-border, var(--kendo-component-border, initial));
|
|
36139
36142
|
}
|
|
@@ -38621,11 +38624,17 @@ kendo-card-footer {
|
|
|
38621
38624
|
}
|
|
38622
38625
|
|
|
38623
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));
|
|
38624
38630
|
font-weight: var(--kendo-card-title-font-weight, var(--kendo-font-weight, initial));
|
|
38625
|
-
margin
|
|
38631
|
+
margin: 0 0 var(--kendo-card-title-margin-bottom, 0.75rem);
|
|
38626
38632
|
}
|
|
38627
38633
|
|
|
38628
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));
|
|
38629
38638
|
font-weight: var(--kendo-card-title-font-weight, var(--kendo-font-weight, initial));
|
|
38630
38639
|
margin-block-end: var(--kendo-card-subtitle-margin-bottom, 0.75rem);
|
|
38631
38640
|
}
|
|
@@ -38634,6 +38643,9 @@ kendo-card-footer {
|
|
|
38634
38643
|
}
|
|
38635
38644
|
|
|
38636
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));
|
|
38637
38649
|
font-weight: var(--kendo-card-title-font-weight, var(--kendo-font-weight, initial));
|
|
38638
38650
|
margin: 0;
|
|
38639
38651
|
padding-inline: var(--kendo-card-header-padding-x, 0.75rem);
|
|
@@ -40812,8 +40824,8 @@ div.k-grid-norecords {
|
|
|
40812
40824
|
width: var(--kendo-grid-column-menu-width, 230px);
|
|
40813
40825
|
box-sizing: border-box;
|
|
40814
40826
|
}
|
|
40815
|
-
.k-
|
|
40816
|
-
.k-
|
|
40827
|
+
.k-column-menu-popup.k-popup,
|
|
40828
|
+
.k-grid-columnmenu-popup.k-popup {
|
|
40817
40829
|
max-width: 100%;
|
|
40818
40830
|
}
|
|
40819
40831
|
.k-column-menu-popup .k-actions, .k-column-menu-popup .k-edit-buttons,
|
|
@@ -47327,6 +47339,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
47327
47339
|
}
|
|
47328
47340
|
|
|
47329
47341
|
.k-mediaplayer-titlebar {
|
|
47342
|
+
font-size: var(--kendo-media-player-title-font-size, var(--kendo-font-size-xl, inherit));
|
|
47330
47343
|
padding-inline: var(--kendo-media-player-titlebar-padding-x, 0.5rem);
|
|
47331
47344
|
padding-block: var(--kendo-media-player-titlebar-padding-y, 0.5rem);
|
|
47332
47345
|
position: absolute;
|
|
@@ -49199,7 +49212,7 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
49199
49212
|
}
|
|
49200
49213
|
.k-orgchart-card .k-card-title, .k-orgchart-card .k-popover-header {
|
|
49201
49214
|
margin-block-end: var(--kendo-orgchart-card-title-margin-y, 0px);
|
|
49202
|
-
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));
|
|
49203
49216
|
line-height: var(--kendo-orgchart-card-title-line-height, var(--kendo-line-height, normal));
|
|
49204
49217
|
}
|
|
49205
49218
|
.k-orgchart-card .k-card-subtitle {
|
package/lib/swatches/all.json
CHANGED
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
|
+
"version": "6.1.1-dev.11+a056ff586",
|
|
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.
|
|
54
|
-
"@progress/kendo-theme-utils": "^6.1.1-dev.
|
|
53
|
+
"@progress/kendo-theme-core": "^6.1.1-dev.11+a056ff586",
|
|
54
|
+
"@progress/kendo-theme-utils": "^6.1.1-dev.11+a056ff586"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "a056ff5860c51449a5ce6f770399c0f1fce97e1f"
|
|
57
57
|
}
|
|
@@ -89,6 +89,11 @@
|
|
|
89
89
|
}
|
|
90
90
|
}
|
|
91
91
|
|
|
92
|
+
// Actionsheet separator
|
|
93
|
+
.k-actionsheet .k-hr {
|
|
94
|
+
border-color: var( --kendo-actionsheet-border, #{$kendo-actionsheet-border} );
|
|
95
|
+
}
|
|
96
|
+
|
|
92
97
|
// Adaptive Actionsheet
|
|
93
98
|
.k-adaptive-actionsheet .k-actionsheet-titlebar {
|
|
94
99
|
border-color: var( --kendo-adaptive-actionsheet-header-border, #{$kendo-adaptive-actionsheet-header-border} );
|
package/scss/card/_layout.scss
CHANGED
|
@@ -53,15 +53,19 @@
|
|
|
53
53
|
|
|
54
54
|
// Card title
|
|
55
55
|
.k-card-title {
|
|
56
|
-
|
|
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
|
|
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
|
-
|
|
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
|
-
|
|
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;
|
package/scss/grid/_layout.scss
CHANGED
|
@@ -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:
|
|
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;
|