@progress/kendo-theme-fluent 6.1.1-dev.1 → 6.1.1-dev.16

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));
@@ -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 > .k-hr {
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-block-end: var(--kendo-card-title-margin-bottom, 0.75rem);
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-popup > .k-column-menu-popup,
40816
- .k-popup > .k-grid-columnmenu-popup {
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/dist/all.scss CHANGED
@@ -1,4 +1 @@
1
- @use "../scss/index.scss" as kendo-theme;
2
-
3
- @include kendo-theme.config();
4
- @include kendo-theme.styles();
1
+ @use "../scss/all.scss";