@progress/kendo-theme-default 8.1.0-dev.0 → 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.
Files changed (154) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/all.scss +1036 -1285
  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-dark.scss +138 -138
  8. package/dist/default-main.css +1 -1
  9. package/dist/default-nordic.css +1 -1
  10. package/dist/default-ocean-blue-a11y.css +1 -1
  11. package/dist/default-ocean-blue.css +1 -1
  12. package/dist/default-orange.css +1 -1
  13. package/dist/default-purple.css +1 -1
  14. package/dist/default-turquoise.css +1 -1
  15. package/dist/default-urban.css +1 -1
  16. package/dist/meta/sassdoc-data.json +2066 -920
  17. package/dist/meta/sassdoc-raw-data.json +946 -421
  18. package/dist/meta/variables.json +143 -68
  19. package/lib/swatches/default-blue.json +1 -1
  20. package/lib/swatches/default-dataviz-v4.json +1 -1
  21. package/lib/swatches/default-green.json +1 -1
  22. package/lib/swatches/default-main-dark.json +149 -149
  23. package/lib/swatches/default-main.json +1 -1
  24. package/lib/swatches/default-nordic.json +1 -1
  25. package/lib/swatches/default-ocean-blue-a11y.json +1 -1
  26. package/lib/swatches/default-ocean-blue.json +1 -1
  27. package/lib/swatches/default-orange.json +1 -1
  28. package/lib/swatches/default-purple.json +1 -1
  29. package/lib/swatches/default-turquoise.json +1 -1
  30. package/lib/swatches/default-urban.json +1 -1
  31. package/package.json +4 -4
  32. package/scss/_variables.scss +2 -15
  33. package/scss/action-buttons/_index.scss +0 -1
  34. package/scss/action-sheet/_index.scss +0 -1
  35. package/scss/appbar/_index.scss +0 -1
  36. package/scss/autocomplete/_index.scss +0 -1
  37. package/scss/avatar/_index.scss +0 -1
  38. package/scss/bottom-navigation/_index.scss +0 -1
  39. package/scss/bottom-navigation/_variables.scss +1 -1
  40. package/scss/breadcrumb/_index.scss +0 -1
  41. package/scss/button/_layout.scss +1 -1
  42. package/scss/calendar/_index.scss +0 -1
  43. package/scss/captcha/_index.scss +0 -1
  44. package/scss/card/_index.scss +0 -1
  45. package/scss/card/_variables.scss +2 -2
  46. package/scss/chat/_index.scss +0 -1
  47. package/scss/chat/_layout.scss +4 -4
  48. package/scss/chat/_variables.scss +17 -3
  49. package/scss/checkbox/_layout.scss +1 -1
  50. package/scss/coloreditor/_index.scss +0 -1
  51. package/scss/colorgradient/_index.scss +0 -1
  52. package/scss/colorpalette/_index.scss +0 -1
  53. package/scss/combobox/_index.scss +0 -1
  54. package/scss/core/color-system/_swatch-legacy.scss +13 -1
  55. package/scss/core/color-system/_swatch.scss +0 -3
  56. package/scss/dataviz/_index.scss +0 -1
  57. package/scss/daterangepicker/_index.scss +0 -1
  58. package/scss/dialog/_index.scss +0 -1
  59. package/scss/drawer/_index.scss +0 -1
  60. package/scss/drawer/_variables.scss +3 -1
  61. package/scss/dropdowngrid/_index.scss +0 -1
  62. package/scss/dropdownlist/_index.scss +0 -1
  63. package/scss/dropdowntree/_index.scss +0 -1
  64. package/scss/dropzone/_index.scss +0 -1
  65. package/scss/editor/_index.scss +0 -1
  66. package/scss/expansion-panel/_index.scss +0 -1
  67. package/scss/fab/_index.scss +0 -1
  68. package/scss/filemanager/_index.scss +0 -1
  69. package/scss/filter/_index.scss +0 -1
  70. package/scss/floating-label/_index.scss +0 -1
  71. package/scss/forms/_index.scss +0 -1
  72. package/scss/forms/_layout.scss +1 -1
  73. package/scss/forms/_variables.scss +3 -3
  74. package/scss/gantt/_index.scss +1 -1
  75. package/scss/grid/_index.scss +0 -1
  76. package/scss/imageeditor/_index.scss +0 -1
  77. package/scss/index.scss +3 -1
  78. package/scss/input/_index.scss +0 -1
  79. package/scss/input/_layout.scss +2 -2
  80. package/scss/list/_index.scss +0 -1
  81. package/scss/listbox/_index.scss +0 -1
  82. package/scss/listgroup/_index.scss +0 -1
  83. package/scss/listview/_index.scss +0 -1
  84. package/scss/loader/_index.scss +0 -1
  85. package/scss/loader/_layout.scss +87 -2
  86. package/scss/loader/_variables.scss +3 -0
  87. package/scss/map/_index.scss +0 -1
  88. package/scss/maskedtextbox/_index.scss +0 -1
  89. package/scss/mediaplayer/_index.scss +0 -1
  90. package/scss/menu/_index.scss +0 -1
  91. package/scss/messagebox/_index.scss +0 -1
  92. package/scss/multiselect/_index.scss +0 -1
  93. package/scss/notification/_index.scss +0 -1
  94. package/scss/numerictextbox/_index.scss +0 -1
  95. package/scss/orgchart/_index.scss +0 -1
  96. package/scss/pager/_index.scss +0 -1
  97. package/scss/panel/_index.scss +36 -0
  98. package/scss/panel/_layout.scss +30 -0
  99. package/scss/panel/_theme.scss +23 -0
  100. package/scss/panel/_variables.scss +34 -0
  101. package/scss/panelbar/_index.scss +0 -1
  102. package/scss/pdf-viewer/_index.scss +0 -1
  103. package/scss/pivotgrid/_index.scss +0 -1
  104. package/scss/popover/_index.scss +0 -1
  105. package/scss/popup/_index.scss +0 -1
  106. package/scss/popup/_layout.scss +25 -8
  107. package/scss/progressbar/_index.scss +0 -1
  108. package/scss/progressbar/_variables.scss +1 -1
  109. package/scss/prompt/_index.scss +0 -5
  110. package/scss/radio/_layout.scss +1 -1
  111. package/scss/rating/_index.scss +0 -1
  112. package/scss/responsivepanel/_index.scss +0 -1
  113. package/scss/ripple/_index.scss +0 -1
  114. package/scss/scheduler/_index.scss +1 -1
  115. package/scss/scroller/_index.scss +0 -1
  116. package/scss/scrollview/_index.scss +0 -1
  117. package/scss/slider/_index.scss +0 -1
  118. package/scss/splitter/_index.scss +0 -1
  119. package/scss/spreadsheet/_index.scss +0 -1
  120. package/scss/stepper/_index.scss +0 -1
  121. package/scss/stepper/_variables.scss +2 -2
  122. package/scss/switch/_index.scss +0 -1
  123. package/scss/table/_index.scss +0 -1
  124. package/scss/tabstrip/_index.scss +0 -1
  125. package/scss/taskboard/_index.scss +0 -1
  126. package/scss/taskboard/_theme.scss +1 -1
  127. package/scss/textarea/_index.scss +0 -1
  128. package/scss/textbox/_index.scss +0 -1
  129. package/scss/tilelayout/_index.scss +0 -1
  130. package/scss/time-marker/_index.scss +32 -0
  131. package/scss/time-marker/_layout.scss +21 -0
  132. package/scss/time-marker/_theme.scss +24 -0
  133. package/scss/time-marker/_variables.scss +6 -0
  134. package/scss/timeline/_index.scss +0 -1
  135. package/scss/timeselector/_variables.scss +1 -1
  136. package/scss/toolbar/_index.scss +0 -1
  137. package/scss/tooltip/_index.scss +0 -1
  138. package/scss/tooltip/_variables.scss +2 -2
  139. package/scss/treelist/_index.scss +0 -1
  140. package/scss/treeview/_index.scss +0 -1
  141. package/scss/upload/_index.scss +0 -1
  142. package/scss/upload/_layout.scss +1 -1
  143. package/scss/upload/_variables.scss +4 -1
  144. package/scss/validator/_index.scss +0 -1
  145. package/scss/window/_index.scss +0 -1
  146. package/scss/window/_variables.scss +2 -2
  147. package/scss/wizard/_index.scss +0 -1
  148. package/scss/common/_animations.scss +0 -712
  149. package/scss/common/_base.scss +0 -198
  150. package/scss/common/_dragdrop.scss +0 -74
  151. package/scss/common/_index.scss +0 -5
  152. package/scss/common/_indicators.scss +0 -37
  153. package/scss/common/_resizing.scss +0 -124
  154. package/scss/common/_scrollbar.scss +0 -27
package/dist/all.scss CHANGED
@@ -1885,6 +1885,8 @@ $kendo-use-input-spinner-icon-offset: false !default;
1885
1885
 
1886
1886
  $kendo-auto-bootstrap: true !default;
1887
1887
 
1888
+ $kendo-nested-disabled: true !default;
1889
+
1888
1890
  /// Icon size.
1889
1891
  /// @group common
1890
1892
  $kendo-icon-size: 16px !default;
@@ -1912,7 +1914,6 @@ $kendo-icon-size-xxxl: calc( #{$kendo-icon-size} * 3 ) !default;
1912
1914
 
1913
1915
  $kendo-zindex-popup: 1 !default;
1914
1916
  $kendo-zindex-window: 2 !default;
1915
- $kendo-zindex-loading: 100 !default;
1916
1917
 
1917
1918
 
1918
1919
  // Color settings
@@ -1927,20 +1928,6 @@ $kendo-focus-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
1927
1928
  $kendo-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out !default;
1928
1929
 
1929
1930
 
1930
- /// Filter used for disabled items.
1931
- $kendo-disabled-filter: grayscale(.1) !default;
1932
- /// Opacity used for disabled items.
1933
- $kendo-disabled-opacity: .6 !default;
1934
-
1935
- $kendo-disabled-styling: (
1936
- opacity: $kendo-disabled-opacity,
1937
- filter: $kendo-disabled-filter
1938
- ) !default;
1939
-
1940
-
1941
- // Loading
1942
- $kendo-loading-opacity: .3 !default;
1943
- $kendo-zindex-loading: 100 !default;
1944
1931
 
1945
1932
  // #endregion
1946
1933
 
@@ -2883,9 +2870,6 @@ $kendo-selected-hover-border: $kendo-base-border !default;
2883
2870
  /// The gradient of selected and hovered items.
2884
2871
  $kendo-selected-hover-gradient: $kendo-base-gradient !default;
2885
2872
 
2886
- /// Text color of disabled items.
2887
- $kendo-disabled-text: #8f8f8f !default;
2888
-
2889
2873
  // Generic styles
2890
2874
 
2891
2875
  /// Background color of the component header.
@@ -4727,13 +4711,26 @@ $kendo-invalid-border: null !default;
4727
4711
  $kendo-invalid-shadow: null !default;
4728
4712
 
4729
4713
  // Disabled Styling
4714
+
4715
+ /// The background color of disabled items.
4730
4716
  $kendo-disabled-bg: null !default;
4717
+ /// The text color of disabled items.
4731
4718
  $kendo-disabled-text: null !default;
4719
+ /// The border color of disabled items.
4732
4720
  $kendo-disabled-border: null !default;
4721
+ /// The opacity of disabled items.
4722
+ $kendo-disabled-opacity: null !default;
4723
+ /// The filter of disabled items.
4724
+ $kendo-disabled-filter: null !default;
4725
+
4726
+ $kendo-disabled-styling: (
4727
+ bg: $kendo-disabled-bg,
4728
+ color: $kendo-disabled-text,
4729
+ border: $kendo-disabled-border,
4730
+ opacity: $kendo-disabled-opacity,
4731
+ filter: $kendo-disabled-filter
4732
+ ) !default;
4733
4733
 
4734
- // Loading
4735
- $kendo-loading-bg: null !default;
4736
- $kendo-loading-text: null !default;
4737
4734
 
4738
4735
  $kendo-palettes: () !default;
4739
4736
  $kendo-theme-colors: () !default;
@@ -4861,21 +4858,15 @@ $_kendo-data-uris: () !default;
4861
4858
  // #endregion
4862
4859
  // #region @import "./_disabled.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/mixins/_disabled.scss
4863
4860
  // Disabled
4864
- @mixin disabled( $kendo-disabled-styling ) {
4865
- outline: none;
4866
- cursor: default;
4867
- opacity: k-map-get($kendo-disabled-styling, opacity);
4868
- filter: k-map-get($kendo-disabled-styling, filter);
4869
- pointer-events: none;
4870
- box-shadow: none;
4871
- }
4872
4861
 
4873
- @mixin disabled-color( $color: null, $bg: null, $border: null ) {
4862
+ @mixin disabled( $color: null, $bg: null, $border: null, $opacity: null, $filter: null ) {
4874
4863
  outline: none;
4875
4864
  cursor: default;
4876
- background-color: $bg;
4877
4865
  color: $color;
4866
+ background-color: $bg;
4878
4867
  border-color: $border;
4868
+ opacity: $opacity;
4869
+ filter: $filter;
4879
4870
  pointer-events: none;
4880
4871
  box-shadow: none;
4881
4872
  }
@@ -5047,6 +5038,7 @@ $kendo-components: (
5047
5038
  "loader",
5048
5039
  "skeleton",
5049
5040
  "tooltip",
5041
+ "time-marker",
5050
5042
 
5051
5043
  // Native forms
5052
5044
  "button",
@@ -5123,6 +5115,7 @@ $kendo-components: (
5123
5115
  // Layout & containers
5124
5116
  "card",
5125
5117
  "expander",
5118
+ "panel",
5126
5119
  "panelbar",
5127
5120
  "splitter",
5128
5121
  "tile-layout",
@@ -5366,7 +5359,8 @@ $_kendo-dependencies: (
5366
5359
  "splitter",
5367
5360
  "treelist",
5368
5361
  "validator",
5369
- "window"
5362
+ "window",
5363
+ "time-marker"
5370
5364
  ),
5371
5365
  grid: (
5372
5366
  "actions",
@@ -5465,6 +5459,7 @@ $_kendo-dependencies: (
5465
5459
  "list",
5466
5460
  "toolbar"
5467
5461
  ),
5462
+ panel: (),
5468
5463
  panelbar: (
5469
5464
  "icon"
5470
5465
  ),
@@ -5506,7 +5501,8 @@ $_kendo-dependencies: (
5506
5501
  "dialog",
5507
5502
  "dropdown-list",
5508
5503
  "toolbar",
5509
- "tooltip"
5504
+ "tooltip",
5505
+ "time-marker"
5510
5506
  ),
5511
5507
  scroller: (),
5512
5508
  scrollview: (
@@ -5578,6 +5574,7 @@ $_kendo-dependencies: (
5578
5574
  tile-layout: (
5579
5575
  "card"
5580
5576
  ),
5577
+ time-marker: (),
5581
5578
  time-duration-picker: (
5582
5579
  "button",
5583
5580
  "icon",
@@ -5723,920 +5720,10 @@ $_imported: () !default;
5723
5720
  }
5724
5721
 
5725
5722
  // #endregion
5726
- // #region @import "./_asp-fallback.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_asp-fallback.scss
5727
- @mixin kendo-core--styles--asp-fallback() {
5728
-
5729
- .k-theme-test-class,
5730
- .k-common-test-class {
5731
- opacity: 0;
5732
- }
5733
-
5734
- }
5735
-
5736
- // #endregion
5737
- // #region @import "./_layout.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_layout.scss
5738
- @mixin kendo-core--styles--layout() {
5739
- // Basic layout
5740
- .k-hstack {
5741
- display: flex;
5742
- flex-flow: row nowrap;
5743
- }
5744
- .k-vstack {
5745
- display: flex;
5746
- flex-flow: column nowrap;
5747
- }
5748
-
5749
- // Spacer
5750
- .k-spacer {
5751
- flex: 1 1 auto;
5752
- }
5753
- .k-spacer-sized {
5754
- flex: none;
5755
- }
5756
-
5757
-
5758
- // Float wrap
5759
- .k-float-wrap::after {
5760
- content: "";
5761
- display: block;
5762
- clear: both;
5763
- }
5764
-
5765
-
5766
- // Stack layout
5767
- .k-stack-layout {}
5768
-
5769
-
5770
- // Flex layout
5771
- .k-flex-layout {
5772
- display: flex;
5773
- }
5774
-
5775
-
5776
- // Grid layout
5777
- .k-grid-layout {
5778
- display: grid;
5779
- }
5780
-
5781
-
5782
- // Separator
5783
- .k-separator {
5784
- width: auto;
5785
- height: 0;
5786
- border-width: 1px 0 0;
5787
- border-style: solid;
5788
- border-color: inherit;
5789
- display: block;
5790
- flex-grow: 0 !important; // stylelint-disable-line declaration-no-important
5791
- flex-shrink: 0 !important; // stylelint-disable-line declaration-no-important
5792
- align-self: stretch;
5793
- }
5794
- .k-separator-horizontal,
5795
- .k-vstack > .k-separator {
5796
- width: auto;
5797
- height: 0;
5798
- border-width: 1px 0 0;
5799
- }
5800
- .k-separator-vertical,
5801
- .k-hstack > .k-separator {
5802
- width: 0;
5803
- height: auto;
5804
- border-width: 0 0 0 1px;
5805
- }
5806
-
5807
- hr.k-separator {
5808
- margin: 0;
5809
- padding: 0;
5810
- }
5811
-
5812
-
5813
- // Hidden
5814
- .k-hidden {
5815
- display: none !important; // stylelint-disable-line declaration-no-important
5816
- }
5817
-
5818
-
5819
- // RTL
5820
- .k-rtl {
5821
- direction: rtl;
5822
- }
5823
-
5824
-
5825
- // Legacy aliases
5826
- .k-hbox { @extend .k-hstack !optional; }
5827
- .k-vbox { @extend .k-vstack !optional; }
5828
- .k-floatwrap { @extend .k-float-wrap !optional; }
5829
- .k-flex { @extend .k-spacer !optional; }
5830
-
5831
- }
5832
-
5833
- // #endregion
5834
- // #region @import "./_normalize.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_normalize.scss
5835
- @mixin kendo-core--styles--normalize() {
5836
-
5837
- // Hidden attribute
5838
- [hidden] {
5839
- display: none !important; // stylelint-disable-line declaration-no-important
5840
- }
5841
-
5842
-
5843
- // Hide script tags
5844
- // see https://github.com/telerik/kendo-themes/issues/2360
5845
- script {
5846
- display: none !important; // stylelint-disable-line declaration-no-important
5847
- }
5848
-
5849
- }
5850
-
5851
- // #endregion
5852
- // #region @import "./_base.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_base.scss
5853
- @mixin kendo-core--styles--base() {
5854
- // Disabled state
5855
- .k-disabled,
5856
- .k-widget[disabled],
5857
- .k-disabled {
5858
- @include disabled-color(
5859
- $color: var( --kendo-disabled-text, inherit ),
5860
- $border: var( --kendo-disabled-border, inherit )
5861
- );
5862
-
5863
- .k-link {
5864
- cursor: default;
5865
- outline: 0;
5866
- }
5867
- }
5868
-
5869
- // Horizontal line
5870
- .k-hr {
5871
- margin-block: k-spacing(4);
5872
- padding: 0;
5873
- height: 0;
5874
- border-width: 1px 0 0;
5875
- border-style: solid;
5876
- border-color: var( --kendo-component-border, inherit );
5877
- display: block;
5878
- float: none;
5879
- clear: both;
5880
- }
5881
-
5882
- // Horizontal rule
5883
- .k-d-flex-row > .k-hr {
5884
- margin: 0;
5885
- width: 0;
5886
- height: auto;
5887
- border-width: 0 0 0 1px;
5888
- flex: 0 0 auto;
5889
- }
5890
-
5891
- // Vertical rule
5892
- .k-d-flex-col > .k-hr {
5893
- margin: 0;
5894
- flex: 0 0 auto;
5895
- }
5896
-
5897
- .k-sprite {
5898
- display: inline-block;
5899
- width: 1rem;
5900
- height: 1rem;
5901
- overflow: hidden;
5902
- background-repeat: no-repeat;
5903
- font-size: 0;
5904
- line-height: 0;
5905
- text-align: center;
5906
- }
5907
-
5908
- .k-image {
5909
- display: inline-block;
5910
- }
5911
-
5912
- // Layout
5913
- .k-reset {
5914
- margin: 0;
5915
- padding: 0;
5916
- border-width: 0;
5917
- outline: 0;
5918
- text-decoration: none;
5919
- font: inherit;
5920
- list-style: none;
5921
- }
5922
-
5923
- kendo-sortable {
5924
- display: block;
5925
- }
5926
-
5927
-
5928
- // Links
5929
- .k-link,
5930
- .k-link:hover {
5931
- color: inherit;
5932
- text-decoration: none;
5933
- outline: 0;
5934
- cursor: pointer;
5935
- }
5936
-
5937
- // Outline
5938
- .k-content {
5939
- outline: 0;
5940
- }
5941
-
5942
- // Centering
5943
- .k-centered {
5944
- position: absolute;
5945
- top: 50%;
5946
- left: 50%;
5947
- transform: translate(-50%, -50%);
5948
- }
5949
-
5950
- // Disable mouse events
5951
- .k-no-click {
5952
- pointer-events: none;
5953
- }
5954
-
5955
- // Off-screen container used during PDF export
5956
- .k-pdf-export-shadow {
5957
- position: absolute;
5958
- overflow: hidden;
5959
- left: -15000px;
5960
- width: 14400px;
5961
- }
5962
-
5963
- // PDF export icons fix
5964
- .kendo-pdf-hide-pseudo-elements::before,
5965
- .kendo-pdf-hide-pseudo-elements::after {
5966
- display: none !important; // stylelint-disable-line declaration-no-important
5967
- }
5968
-
5969
- // Dirty indicator
5970
- .k-dirty {
5971
- margin: 0;
5972
- padding: 0;
5973
- width: 0;
5974
- height: 0;
5975
- border-width: 3px;
5976
- border-style: solid;
5977
- border-block-start-color: currentColor;
5978
- border-block-end-color: transparent;
5979
- border-inline-start-color: transparent;
5980
- border-inline-end-color: currentColor;
5981
- position: absolute;
5982
- inset-block-start: 0;
5983
- inset-inline-end: 0;
5984
- }
5985
- }
5986
-
5987
- // #endregion
5988
- // #region @import "./_loading.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_loading.scss
5989
- @mixin kendo-core--styles--loading() {
5990
- // Loading mask
5991
- .k-loading-mask,
5992
- .k-loading-image,
5993
- .k-loading-color {
5994
- width: 100%;
5995
- height: 100%;
5996
- box-sizing: border-box;
5997
- position: absolute;
5998
- top: 0;
5999
- left: 0;
6000
-
6001
- *,
6002
- *::before,
6003
- *::after,
6004
- &::before,
6005
- &::after {
6006
- box-sizing: border-box;
6007
- }
6008
- }
6009
-
6010
- .k-loading-mask {
6011
- z-index: $kendo-zindex-loading;
6012
-
6013
- &.k-opaque {
6014
- .k-loading-color {
6015
- opacity: 1;
6016
- }
6017
- }
6018
- }
6019
- .k-loading-text {
6020
- text-indent: -4000px;
6021
- text-align: center;
6022
- position: absolute;
6023
- color: $kendo-loading-text;
6024
- }
6025
- .k-loading-image {
6026
- z-index: 2;
6027
- color: $kendo-loading-text;
6028
- }
6029
- .k-loading-color {
6030
- background-color: $kendo-loading-bg;
6031
- opacity: $kendo-loading-opacity;
6032
- }
6033
-
6034
- // Loading indicator
6035
- .k-i-loading {
6036
- width: 1em;
6037
- height: 1em;
6038
- line-height: 1;
6039
- display: inline-flex;
6040
- flex-flow: row nowrap;
6041
- align-items: center;
6042
- justify-content: center;
6043
- vertical-align: middle;
6044
- position: relative;
6045
- background-color: transparent;
6046
- box-sizing: border-box;
6047
- color: $kendo-loading-text;
6048
-
6049
- &::before,
6050
- &::after {
6051
- box-sizing: border-box;
6052
- }
6053
- }
6054
-
6055
- .k-i-loading::before,
6056
- .k-i-loading::after,
6057
- .k-loading-image::before,
6058
- .k-loading-image::after {
6059
- position: absolute;
6060
- top: 50%;
6061
- left: 50%;
6062
- display: inline-block;
6063
- content: "";
6064
- box-sizing: inherit;
6065
- border-radius: 50%;
6066
- border-width: .05em;
6067
- border-style: solid;
6068
- border-color: currentColor;
6069
- border-top-color: transparent;
6070
- border-bottom-color: transparent;
6071
- background-color: transparent;
6072
- }
6073
-
6074
- .k-icon.k-i-loading::before,
6075
- .k-icon.k-i-loading::after {
6076
- content: "";
6077
- }
6078
-
6079
- .k-i-loading::before,
6080
- .k-loading-image::before {
6081
- margin-top: -.5em;
6082
- margin-left: -.5em;
6083
- width: 1em;
6084
- height: 1em;
6085
- animation: k-loading-animation .7s linear infinite;
6086
- }
6087
-
6088
- .k-i-loading::after,
6089
- .k-loading-image::after {
6090
- margin-top: -.25em;
6091
- margin-left: -.25em;
6092
- width: .5em;
6093
- height: .5em;
6094
- animation: k-loading-animation reverse 1.4s linear infinite;
6095
- }
6096
-
6097
- .k-loading-image::before,
6098
- .k-loading-image::after {
6099
- content: "";
6100
- // See https://github.com/telerik/kendo-themes/issues/1925
6101
- border-width: 1px; // TODO: Remove once we drop IE support
6102
- border-width: clamp( .015em, 1px, 1px );
6103
- font-size: 4em;
6104
- }
6105
-
6106
- // Loading animation
6107
- @keyframes k-loading-animation {
6108
- 0% {
6109
- transform: rotate(0deg);
6110
- }
6111
- 100% {
6112
- transform: rotate(360deg);
6113
- }
6114
- }
6115
- }
6116
-
6117
- // #endregion
6118
- // #region @import "./_selection.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_selection.scss
6119
- @mixin kendo-core--styles--selection() {
6120
- .k-marquee {
6121
- position: absolute;
6122
- z-index: 100000;
6123
- }
6124
-
6125
- .k-marquee-color,
6126
- .k-marquee-text {
6127
- position: absolute;
6128
- top: 0;
6129
- left: 0;
6130
- width: 100%;
6131
- height: 100%;
6132
- }
6133
-
6134
- .k-marquee-color {
6135
- color: $kendo-selected-text;
6136
- background-color: k-get-theme-color-var( primary-60, #{$kendo-selected-bg} );
6137
- border-color: k-get-theme-color-var( primary-100, #{$kendo-selected-border} );
6138
- opacity: .6;
6139
- }
6140
- .k-marquee-text {
6141
- color: $kendo-selected-text;
6142
- }
6143
- }
6144
- // #endregion
6145
- // #region @import "./_colors.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_colors.scss
6146
- @mixin kendo-core--styles--colors() {
6147
- @if ($kendo-enable-color-system) {
6148
- @include color-system--styles();
6149
- }
6150
- }
6151
-
6152
- // #endregion
6153
-
6154
- @mixin kendo-core--styles() {
6155
- @include kendo-core--styles--colors();
6156
- @include kendo-core--styles--accessibility();
6157
- @include kendo-core--styles--asp-fallback();
6158
- @include kendo-core--styles--layout();
6159
- @include kendo-core--styles--normalize();
6160
- @include kendo-core--styles--base();
6161
- @include kendo-core--styles--loading();
6162
- @include kendo-core--styles--selection();
6163
- }
6164
-
6165
- // #endregion
6166
- // #region @import "./elevation/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/elevation/index.import.scss
6167
- // #region @import "../functions/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/functions/index.import.scss
6168
- // File already imported_once. Skipping output.
6169
- // #endregion
6170
-
6171
- $_default-elevation: (
6172
- 1: (
6173
- 0 2px 3px rgba(0, 0, 0, .04),
6174
- 0 4px 16px rgba(0, 0, 0, .12)
6175
- ),
6176
- 2: (
6177
- 0 4px 6px rgba(0, 0, 0, .06),
6178
- 0 4px 16px rgba(0, 0, 0, .12)
6179
- ),
6180
- 3: (
6181
- 0 6px 8px rgba(0, 0, 0, .08),
6182
- 0 4px 16px rgba(0, 0, 0, .12)
6183
- ),
6184
- 4: (
6185
- 0 8px 10px rgba(0, 0, 0, .12),
6186
- 0 4px 16px rgba(0, 0, 0, .12)
6187
- ),
6188
- 5: (
6189
- 0 10px 12px rgba(0, 0, 0, .16),
6190
- 0 4px 16px rgba(0, 0, 0, .12)
6191
- ),
6192
- 6: (
6193
- 0 12px 14px rgba(0, 0, 0, .2),
6194
- 0 4px 16px rgba(0, 0, 0, .12)
6195
- ),
6196
- 7: (
6197
- 0 14px 16px rgba(0, 0, 0, .24),
6198
- 0 4px 16px rgba(0, 0, 0, .12)
6199
- ),
6200
- 8: (
6201
- 0 16px 18px rgba(0, 0, 0, .28),
6202
- 0 4px 16px rgba(0, 0, 0, .12)
6203
- ),
6204
- 9: (
6205
- 0 32px 34px rgba(0, 0, 0, .32),
6206
- 0 4px 16px rgba(0, 0, 0, .12)
6207
- )
6208
- ) !default;
6209
-
6210
- /// The global default Elevation map.
6211
- /// @group elevation
6212
- $kendo-elevation: $_default-elevation !default;
6213
-
6214
- $kendo-elevation: k-map-merge($_default-elevation, $kendo-elevation);
6215
-
6216
- @function k-shadow-filter($shadow) {
6217
- $result: '';
6218
- @each $value in $shadow {
6219
- $result: $result + "drop-shadow(" + $value + ") ";
6220
- }
6221
- @return #{$result};
6222
- }
6223
-
6224
- @function k-elevation($level) {
6225
- @return var(--kendo-elevation-#{$level}, k-map-get($kendo-elevation, $level));
6226
- }
6227
-
6228
-
6229
- @mixin kendo-elevation--styles() {
6230
- :root {
6231
- @each $level, $shadow in $kendo-elevation {
6232
- --kendo-elevation-#{$level}: #{$shadow};
6233
- }
6234
- }
6235
- }
6236
-
6237
- // #endregion
6238
- // #region @import "./typography/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/typography/index.import.scss
6239
- // File already imported_once. Skipping output.
6240
- // #endregion
6241
- // #region @import "./spacing/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/spacing/index.import.scss
6242
- // File already imported_once. Skipping output.
6243
- // #endregion
6244
- // #region @import "./border-radii/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/border-radii/index.import.scss
6245
- /// The none border radius used across the Components.
6246
- /// @group radii
6247
- $kendo-border-radius-none: k-map-get($kendo-spacing, 0) !default;
6248
- /// The extra small border radius used across the Components.
6249
- /// @group radii
6250
- $kendo-border-radius-xs: k-map-get($kendo-spacing, 1px) !default;
6251
- /// The small border radius used across the Components.
6252
- /// @group radii
6253
- $kendo-border-radius-sm: k-map-get($kendo-spacing, 0.5) !default;
6254
- /// The medium border radius used across the Components.
6255
- /// @group radii
6256
- $kendo-border-radius-md: k-map-get($kendo-spacing, 1) !default;
6257
- /// The large border radius used across the Components.
6258
- /// @group radii
6259
- $kendo-border-radius-lg: k-map-get($kendo-spacing, 1.5) !default;
6260
- /// The extra large border radius used across the Components.
6261
- /// @group radii
6262
- $kendo-border-radius-xl: k-map-get($kendo-spacing, 2) !default;
6263
- /// The third largest border radius used across the Components.
6264
- /// @group radii
6265
- $kendo-border-radius-xxl: k-map-get($kendo-spacing, 3) !default;
6266
- /// The second largest border radius used across the Components.
6267
- /// @group radii
6268
- $kendo-border-radius-xxxl: k-map-get($kendo-spacing, 4) !default;
6269
- /// The largest border radius used across the Components.
6270
- /// @group radii
6271
- $kendo-border-radius-full: 9999px !default;
6272
-
6273
-
6274
- $_default-border-radii: (
6275
- none: $kendo-border-radius-none,
6276
- xs: $kendo-border-radius-xs,
6277
- sm: $kendo-border-radius-sm,
6278
- md: $kendo-border-radius-md,
6279
- lg: $kendo-border-radius-lg,
6280
- xl: $kendo-border-radius-xl,
6281
- xxl: $kendo-border-radius-xxl,
6282
- xxxl: $kendo-border-radius-xxxl,
6283
- full: $kendo-border-radius-full
6284
-
6285
- ) !default;
6286
-
6287
- $kendo-border-radii: $_default-border-radii !default;
6288
-
6289
- /// The global radii Map.
6290
- /// @group radii
6291
- $kendo-border-radii: k-map-merge($_default-border-radii, $kendo-border-radii);
6292
-
6293
-
6294
- @function k-border-radius($key) {
6295
- $_border-radius: k-map-get($kendo-border-radii, $key);
6296
- @return var(--kendo-border-radius-#{$key}, $_border-radius);
6297
- }
6298
-
6299
- @mixin kendo-border-radius--styles() {
6300
- :root {
6301
- @each $key, $value in $kendo-border-radii {
6302
- --kendo-border-radius-#{$key}: #{$value};
6303
- }
6304
- }
6305
- }
6306
-
6307
- // #endregion
6308
- // #region @import "./_variables.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/_variables.scss
6309
- // #region @import "./functions/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/functions/index.import.scss
6310
- // File already imported_once. Skipping output.
6311
- // #endregion
6312
-
6313
- // Options
6314
- $kendo-enable-shadows: true !default;
6315
- $kendo-enable-rounded: true !default;
6316
- $kendo-enable-gradients: true !default;
6317
- $kendo-enable-transitions: true !default;
6318
-
6319
- // Equilateral triangle variables
6320
- // stylelint-disable number-max-precision
6321
- $equilateral-index: 1.7320508076 !default;
6322
- $equilateral-height: 0.8660254038 !default;
6323
- // stylelint-enable number-max-precision
6324
-
6325
- // Loading
6326
- $kendo-loading-opacity: .3 !default;
6327
- $kendo-zindex-loading: 100 !default;
6328
-
6329
- // #endregion
6330
-
6331
- // #endregion
6332
-
6333
- // Backward compatibility
6334
- // #region @import "./color-system/_swatch-legacy.scss"; -> scss/core/color-system/_swatch-legacy.scss
6335
- @if ($kendo-enable-color-system) {
6336
- $kendo-color-primary: k-color( primary );
6337
- $kendo-color-primary-contrast: k-color( on-primary );
6338
- $kendo-color-secondary: k-color( secondary );
6339
- $kendo-color-tertiary: k-color( tertiary );
6340
- $kendo-color-info: k-color( info );
6341
- $kendo-color-success: k-color( success );
6342
- $kendo-color-warning: k-color( warning );
6343
- $kendo-color-error: k-color( error );
6344
- $kendo-color-dark: k-color( dark );
6345
- $kendo-color-light: k-color( light );
6346
- $kendo-color-inverse: $kendo-color-dark;
6347
- $kendo-body-bg: k-color( app-surface );
6348
- $kendo-body-text: k-color( on-app-surface );
6349
- $kendo-subtle-text: k-color( subtle );
6350
- $kendo-app-bg: k-color( surface );
6351
- $kendo-app-text: $kendo-body-text;
6352
- $kendo-app-border: k-color( border );
6353
- $kendo-link-text: $kendo-color-primary;
6354
- $kendo-link-hover-text: k-color( primary-hover );
6355
- $kendo-component-bg: k-color( surface-alt );
6356
- $kendo-component-text: $kendo-body-text;
6357
- $kendo-component-border: $kendo-app-border;
6358
- $kendo-base-bg: k-color( surface );
6359
- $kendo-base-text: $kendo-body-text;
6360
- $kendo-base-border: $kendo-app-border;
6361
- $kendo-base-gradient: null;
6362
- $kendo-hover-bg: k-color( base-hover );
6363
- $kendo-hover-text: $kendo-base-text;
6364
- $kendo-hover-border: $kendo-base-border;
6365
- $kendo-hover-gradient: null;
6366
- $kendo-selected-bg: $kendo-color-primary;
6367
- $kendo-selected-text: $kendo-color-primary-contrast;
6368
- $kendo-selected-border: $kendo-base-border;
6369
- $kendo-selected-gradient: $kendo-base-gradient;
6370
- $kendo-selected-hover-bg: k-color( primary-hover );
6371
- $kendo-selected-hover-text: $kendo-selected-text;
6372
- $kendo-selected-hover-border: $kendo-base-border;
6373
- $kendo-selected-hover-gradient: $kendo-base-gradient;
6374
- $kendo-disabled-text: k-color( on-app-surface );
6375
- $kendo-component-header-bg: $kendo-base-bg;
6376
- $kendo-component-header-text: $kendo-base-text;
6377
- $kendo-component-header-border: $kendo-base-border;
6378
- $kendo-component-header-gradient: null;
6379
- $kendo-invalid-bg: null;
6380
- $kendo-invalid-text: $kendo-color-error;
6381
- $kendo-invalid-border: $kendo-color-error;
6382
- $kendo-invalid-shadow: null;
6383
-
6384
- $kendo-theme-colors: (
6385
- "primary": $kendo-color-primary,
6386
- "secondary": $kendo-color-secondary,
6387
- "tertiary": $kendo-color-tertiary,
6388
- "info": $kendo-color-info,
6389
- "success": $kendo-color-success,
6390
- "warning": $kendo-color-warning,
6391
- "error": $kendo-color-error,
6392
- "dark": $kendo-color-dark,
6393
- "light": $kendo-color-light,
6394
- "inverse": $kendo-color-inverse,
6395
- );
6396
- }
6397
-
6398
- // #endregion
6399
-
6400
- // Expose
6401
- @include exports("kendo-core-styles") {
6402
- @include kendo-core--styles();
6403
-
6404
- // Elevation System
6405
- @include kendo-elevation--styles();
6406
- // Typography
6407
- @include kendo-core--typography--styles();
6408
- // Spacing
6409
- @include kendo-spacing--styles();
6410
- // Radii
6411
- @include kendo-border-radius--styles();
6412
- }
6413
-
6414
- // #endregion
6415
- // #region @import "./common/_index.scss"; -> scss/common/_index.scss
6416
- // #region @import "./_base.scss"; -> scss/common/_base.scss
6417
- @include exports( "common/layout" ) {
6418
-
6419
- // Layout
6420
- .k-reset {
6421
- margin: 0;
6422
- padding: 0;
6423
- border-width: 0;
6424
- outline: 0;
6425
- text-decoration: none;
6426
- font: inherit;
6427
- list-style: none;
6428
- }
6429
-
6430
- kendo-sortable {
6431
- display: block;
6432
- }
6433
-
6434
-
6435
- // Links
6436
- .k-link,
6437
- .k-link:hover {
6438
- color: inherit;
6439
- text-decoration: none;
6440
- outline: 0;
6441
- cursor: pointer;
6442
- }
6443
-
6444
- // Outline
6445
- .k-content {
6446
- outline: 0;
6447
- }
6448
-
6449
-
6450
- // Centering
6451
- .k-centered {
6452
- position: absolute;
6453
- top: 50%;
6454
- left: 50%;
6455
- transform: translate(-50%, -50%);
6456
- }
6457
-
6458
-
6459
- // Disable mouse events
6460
- .k-no-click {
6461
- pointer-events: none;
6462
- }
6463
-
6464
-
6465
- // Off-screen container used during PDF export
6466
- .k-pdf-export-shadow {
6467
- position: absolute;
6468
- overflow: hidden;
6469
- left: -15000px;
6470
- width: 14400px;
6471
- }
6472
-
6473
- // PDF export icons fix
6474
- .kendo-pdf-hide-pseudo-elements::before,
6475
- .kendo-pdf-hide-pseudo-elements::after {
6476
- display: none !important; // stylelint-disable-line declaration-no-important
6477
- }
6478
- }
6479
-
6480
-
6481
- @include exports( "common/theme" ) {
6482
-
6483
- // Text selection
6484
- .k-text-selection {
6485
- ::selection {
6486
- background-color: $kendo-color-primary;
6487
- color: $kendo-color-primary-contrast;
6488
- }
6489
- }
6490
-
6491
- // Panels
6492
- .k-block,
6493
- .k-panel {
6494
- @include border-radius( k-border-radius(md) );
6495
- @include fill(
6496
- $kendo-component-text,
6497
- $kendo-component-bg,
6498
- $kendo-component-border
6499
- );
6500
- padding: 0;
6501
- border-width: 1px;
6502
- border-style: solid;
6503
- box-sizing: border-box;
6504
-
6505
- > .k-header {
6506
- @include border-top-radius( k-border-radius(md) );
6507
- @include fill(
6508
- $kendo-component-header-text,
6509
- $kendo-component-header-bg,
6510
- $kendo-component-header-border,
6511
- $kendo-component-header-gradient
6512
- );
6513
- padding-inline: k-spacing(2);
6514
- padding-block: k-spacing(1);
6515
- }
6516
- > .k-content {
6517
- padding-inline: k-spacing(2);
6518
- padding-block: k-spacing(1);
6519
- }
6520
- }
6521
- .k-content {
6522
- @include fill(
6523
- $kendo-component-text,
6524
- $kendo-component-bg,
6525
- $kendo-component-border
6526
- );
6527
- }
6528
-
6529
- }
6530
-
6531
-
6532
- @include exports( "common/disabled" ) {
6533
-
6534
- // Disabled state
6535
- .k-disabled,
6536
- .k-widget[disabled] {
6537
- @include disabled( $kendo-disabled-styling );
6538
-
6539
-
6540
- .k-link {
6541
- cursor: default;
6542
- outline: 0;
6543
- }
6544
-
6545
-
6546
- // Nested disabled
6547
- [disabled],
6548
- .k-disabled {
6549
- opacity: 1;
6550
- filter: grayscale(0);
6551
- }
6552
- }
6553
-
6554
- }
6555
-
6556
-
6557
- @include exports( "common/misc/hr" ) {
6558
-
6559
- .k-hr {
6560
- margin: k-spacing(4) auto;
6561
- padding: 0;
6562
- height: 0;
6563
- border-width: 1px 0 0;
6564
- border-style: solid;
6565
- border-color: $kendo-component-border;
6566
- display: block;
6567
- float: none;
6568
- clear: both;
6569
- }
6570
-
6571
- // Horizontal rule
6572
- .k-d-flex-row > .k-hr {
6573
- margin: 0;
6574
- width: 0;
6575
- height: auto;
6576
- border-width: 0 0 0 1px;
6577
- flex: 0 0 auto;
6578
- }
6579
-
6580
- // Vertical rule
6581
- .k-d-flex-col > .k-hr {
6582
- margin: 0;
6583
- flex: 0 0 auto;
6584
- }
6585
-
6586
- }
6587
-
6588
-
6589
- @include exports( "common/misc/dirty" ) {
6590
-
6591
- // Dirty indicator
6592
- .k-dirty {
6593
- margin: 0;
6594
- padding: 0;
6595
- width: 0;
6596
- height: 0;
6597
- border-width: 3px;
6598
- border-style: solid;
6599
- border-color: $kendo-color-error $kendo-color-error transparent transparent;
6600
- position: absolute;
6601
- top: 0;
6602
- right: 0;
6603
- }
6604
-
6605
- [dir="rtl"],
6606
- .k-rtl {
6607
- .k-dirty {
6608
- border-color: transparent transparent $kendo-color-error $kendo-color-error;
6609
- right: auto;
6610
- left: 0;
6611
- }
6612
- }
6613
-
6614
- }
6615
-
6616
- // #endregion
6617
- // #region @import "./_animations.scss"; -> scss/common/_animations.scss
6618
- @include exports("animation/container") {
6619
-
6620
- .k-animation-container {
6621
- position: absolute;
6622
- overflow: hidden;
6623
- z-index: 100;
6624
-
6625
- &-fixed {
6626
- position: fixed;
6627
- }
6628
-
6629
- &-relative {
6630
- position: relative;
6631
- display: inline-block;
6632
- }
6633
- }
6634
-
6635
- }
6636
-
6637
-
6638
- @include exports("animation/effect") {
5723
+ // #region @import "./_animations.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_animations.scss
5724
+ @mixin kendo-core--styles--animations() {
6639
5725
 
5726
+ // Animations
6640
5727
  .k-push-right {
6641
5728
  &-enter,
6642
5729
  &-appear {
@@ -6992,10 +6079,9 @@ $kendo-zindex-loading: 100 !default;
6992
6079
  transition: max-width 300ms ease-in-out;
6993
6080
  }
6994
6081
  }
6995
- }
6996
6082
 
6997
6083
 
6998
- @include exports("animation/fx") {
6084
+ // FX
6999
6085
  $fx-duration: 350ms;
7000
6086
 
7001
6087
  .k-fx-end .k-fx-next,
@@ -7326,51 +6412,356 @@ $kendo-zindex-loading: 100 !default;
7326
6412
  }
7327
6413
  }
7328
6414
  }
6415
+
7329
6416
  }
7330
6417
 
7331
6418
  // #endregion
7332
- // #region @import "./_indicators.scss"; -> scss/common/_indicators.scss
7333
- @include exports( "common/indicators/current-time" ) {
6419
+ // #region @import "./_asp-fallback.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_asp-fallback.scss
6420
+ @mixin kendo-core--styles--asp-fallback() {
7334
6421
 
7335
- $kendo-current-time-color: #ff0000 !default;
6422
+ .k-theme-test-class,
6423
+ .k-common-test-class {
6424
+ opacity: 0;
6425
+ }
7336
6426
 
7337
- // Layout
7338
- .k-current-time {
7339
- position: absolute;
6427
+ }
7340
6428
 
7341
- &.k-current-time-arrow-left,
7342
- &.k-current-time-arrow-right,
7343
- &.k-current-time-arrow-down {
7344
- width: 0;
7345
- height: 0;
7346
- background: transparent;
7347
- border: 4px solid transparent;
7348
- }
6429
+ // #endregion
6430
+ // #region @import "./_layout.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_layout.scss
6431
+ @mixin kendo-core--styles--layout() {
6432
+ // Basic layout
6433
+ .k-hstack {
6434
+ display: flex;
6435
+ flex-flow: row nowrap;
6436
+ }
6437
+ .k-vstack {
6438
+ display: flex;
6439
+ flex-flow: column nowrap;
7349
6440
  }
7350
6441
 
6442
+ // Spacer
6443
+ .k-spacer {
6444
+ flex: 1 1 auto;
6445
+ }
6446
+ .k-spacer-sized {
6447
+ flex: none;
6448
+ }
7351
6449
 
7352
- // Theme
7353
- .k-current-time {
7354
- background: $kendo-current-time-color;
7355
6450
 
7356
- &.k-current-time-arrow-left {
7357
- border-right-color: $kendo-current-time-color;
6451
+ // Float wrap
6452
+ .k-float-wrap::after {
6453
+ content: "";
6454
+ display: block;
6455
+ clear: both;
6456
+ }
6457
+
6458
+
6459
+ // Stack layout
6460
+ .k-stack-layout {}
6461
+
6462
+
6463
+ // Flex layout
6464
+ .k-flex-layout {
6465
+ display: flex;
6466
+ }
6467
+
6468
+
6469
+ // Grid layout
6470
+ .k-grid-layout {
6471
+ display: grid;
6472
+ }
6473
+
6474
+
6475
+ // Separator
6476
+ .k-separator {
6477
+ width: auto;
6478
+ height: 0;
6479
+ border-width: 1px 0 0;
6480
+ border-style: solid;
6481
+ border-color: inherit;
6482
+ display: block;
6483
+ flex-grow: 0 !important; // stylelint-disable-line declaration-no-important
6484
+ flex-shrink: 0 !important; // stylelint-disable-line declaration-no-important
6485
+ align-self: stretch;
6486
+ }
6487
+ .k-separator-horizontal,
6488
+ .k-vstack > .k-separator {
6489
+ width: auto;
6490
+ height: 0;
6491
+ border-width: 1px 0 0;
6492
+ }
6493
+ .k-separator-vertical,
6494
+ .k-hstack > .k-separator {
6495
+ width: 0;
6496
+ height: auto;
6497
+ border-width: 0 0 0 1px;
6498
+ }
6499
+
6500
+ hr.k-separator {
6501
+ margin: 0;
6502
+ padding: 0;
6503
+ }
6504
+
6505
+
6506
+ // Hidden
6507
+ .k-hidden {
6508
+ display: none !important; // stylelint-disable-line declaration-no-important
6509
+ }
6510
+
6511
+
6512
+ // RTL
6513
+ .k-rtl {
6514
+ direction: rtl;
6515
+ }
6516
+
6517
+
6518
+ // Legacy aliases
6519
+ .k-hbox { @extend .k-hstack !optional; }
6520
+ .k-vbox { @extend .k-vstack !optional; }
6521
+ .k-floatwrap { @extend .k-float-wrap !optional; }
6522
+ .k-flex { @extend .k-spacer !optional; }
6523
+
6524
+ }
6525
+
6526
+ // #endregion
6527
+ // #region @import "./_normalize.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_normalize.scss
6528
+ @mixin kendo-core--styles--normalize() {
6529
+
6530
+ // Hidden attribute
6531
+ [hidden] {
6532
+ display: none !important; // stylelint-disable-line declaration-no-important
6533
+ }
6534
+
6535
+
6536
+ // Hide script tags
6537
+ // see https://github.com/telerik/kendo-themes/issues/2360
6538
+ script {
6539
+ display: none !important; // stylelint-disable-line declaration-no-important
6540
+ }
6541
+
6542
+ }
6543
+
6544
+ // #endregion
6545
+ // #region @import "./_base.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_base.scss
6546
+ @mixin kendo-core--styles--base() {
6547
+
6548
+ // Disabled state
6549
+ .k-disabled,
6550
+ .k-widget[disabled],
6551
+ .k-disabled {
6552
+ @include disabled(
6553
+ $color: var( --kendo-disabled-text, #{$kendo-disabled-text}),
6554
+ $bg: var( --kendo-disabled-bg, #{$kendo-disabled-bg}),
6555
+ $border: var( --kendo-disabled-border, #{$kendo-disabled-border}),
6556
+ $opacity: var( --kendo-disabled-opacity, #{$kendo-disabled-opacity}),
6557
+ $filter: var( --kendo-disabled-filter, #{$kendo-disabled-filter})
6558
+ );
6559
+
6560
+ .k-link {
6561
+ cursor: default;
6562
+ outline: 0;
7358
6563
  }
7359
6564
 
7360
- &.k-current-time-arrow-right {
7361
- border-left-color: $kendo-current-time-color;
6565
+ // Nested disabled
6566
+ [disabled],
6567
+ .k-disabled {
6568
+ @if $kendo-nested-disabled {
6569
+ --kendo-disabled-opacity: 1;
6570
+ --kendo-disabled-filter: grayscale(0);
6571
+ }
7362
6572
  }
6573
+ }
7363
6574
 
7364
- &.k-current-time-arrow-down {
7365
- border-top-color: $kendo-current-time-color;
6575
+ // Horizontal line
6576
+ .k-hr {
6577
+ margin-block: k-spacing(4);
6578
+ padding: 0;
6579
+ height: 0;
6580
+ border-width: 1px 0 0;
6581
+ border-style: solid;
6582
+ border-color: var( --kendo-component-border, #{$kendo-component-border} );
6583
+ display: block;
6584
+ float: none;
6585
+ clear: both;
6586
+ }
6587
+
6588
+ // Horizontal rule
6589
+ .k-d-flex-row > .k-hr {
6590
+ margin: 0;
6591
+ width: 0;
6592
+ height: auto;
6593
+ border-width: 0 0 0 1px;
6594
+ flex: 0 0 auto;
6595
+ }
6596
+
6597
+ // Vertical rule
6598
+ .k-d-flex-col > .k-hr {
6599
+ margin: 0;
6600
+ flex: 0 0 auto;
6601
+ }
6602
+
6603
+ .k-sprite {
6604
+ display: inline-block;
6605
+ width: 1rem;
6606
+ height: 1rem;
6607
+ overflow: hidden;
6608
+ background-repeat: no-repeat;
6609
+ font-size: 0;
6610
+ line-height: 0;
6611
+ text-align: center;
6612
+ }
6613
+
6614
+ .k-image {
6615
+ display: inline-block;
6616
+ }
6617
+
6618
+ // Layout
6619
+ .k-reset {
6620
+ margin: 0;
6621
+ padding: 0;
6622
+ border-width: 0;
6623
+ outline: 0;
6624
+ text-decoration: none;
6625
+ font: inherit;
6626
+ list-style: none;
6627
+ }
6628
+
6629
+ kendo-sortable {
6630
+ display: block;
6631
+ }
6632
+
6633
+
6634
+ // Links
6635
+ .k-link,
6636
+ .k-link:hover {
6637
+ color: inherit;
6638
+ text-decoration: none;
6639
+ outline: 0;
6640
+ cursor: pointer;
6641
+ }
6642
+
6643
+ // Outline
6644
+ .k-content {
6645
+ outline: 0;
6646
+ }
6647
+
6648
+ // Centering
6649
+ .k-centered {
6650
+ position: absolute;
6651
+ top: 50%;
6652
+ left: 50%;
6653
+ transform: translate(-50%, -50%);
6654
+ }
6655
+
6656
+ // Disable mouse events
6657
+ .k-no-click {
6658
+ pointer-events: none;
6659
+ }
6660
+
6661
+ // Off-screen container used during PDF export
6662
+ .k-pdf-export-shadow {
6663
+ position: absolute;
6664
+ overflow: hidden;
6665
+ left: -15000px;
6666
+ width: 14400px;
6667
+ }
6668
+
6669
+ // PDF export icons fix
6670
+ .kendo-pdf-hide-pseudo-elements::before,
6671
+ .kendo-pdf-hide-pseudo-elements::after {
6672
+ display: none !important; // stylelint-disable-line declaration-no-important
6673
+ }
6674
+
6675
+ // Dirty indicator
6676
+ .k-dirty {
6677
+ margin: 0;
6678
+ padding: 0;
6679
+ width: 0;
6680
+ height: 0;
6681
+ border-width: 3px;
6682
+ border-style: solid;
6683
+ border-block-start-color: currentColor;
6684
+ border-block-end-color: transparent;
6685
+ border-inline-start-color: transparent;
6686
+ border-inline-end-color: currentColor;
6687
+ position: absolute;
6688
+ inset-block-start: 0;
6689
+ inset-inline-end: 0;
6690
+ }
6691
+ }
6692
+
6693
+ // #endregion
6694
+ // #region @import "./_selection.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_selection.scss
6695
+ @mixin kendo-core--styles--selection() {
6696
+
6697
+ // Marquee
6698
+ .k-marquee {
6699
+ position: absolute;
6700
+ z-index: 100000;
6701
+ }
6702
+
6703
+ .k-marquee-color,
6704
+ .k-marquee-text {
6705
+ position: absolute;
6706
+ top: 0;
6707
+ left: 0;
6708
+ width: 100%;
6709
+ height: 100%;
6710
+ }
6711
+
6712
+ .k-marquee-color {
6713
+ color: k-get-theme-color-var( neutral-160, #{$kendo-selected-text} );
6714
+ background-color: k-get-theme-color-var( primary-60, #{$kendo-selected-bg} );
6715
+ border-color: k-get-theme-color-var( primary-100, #{$kendo-selected-border} );
6716
+ opacity: .6;
6717
+ }
6718
+ .k-marquee-text {
6719
+ color: k-get-theme-color-var( neutral-160, #{$kendo-selected-text} );
6720
+ }
6721
+
6722
+ // Text selection
6723
+ .k-text-selection {
6724
+ ::selection {
6725
+ background-color: if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ));
6726
+ color: if($kendo-enable-color-system, k-color( on-primary ), $kendo-selected-text);
7366
6727
  }
7367
6728
  }
7368
6729
 
7369
6730
  }
7370
6731
 
7371
6732
  // #endregion
7372
- // #region @import "./_resizing.scss"; -> scss/common/_resizing.scss
7373
- @include exports( "common/resizing" ) {
6733
+ // #region @import "./_scrollbar.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_scrollbar.scss
6734
+ @mixin kendo-core--styles--scrollbar() {
6735
+
6736
+ // virtual scrollbar
6737
+ .k-scrollbar {
6738
+ position: absolute;
6739
+ overflow: scroll;
6740
+ }
6741
+
6742
+ .k-scrollbar-vertical {
6743
+ top: 0;
6744
+ right: 0;
6745
+ width: 17px; // scrollbar width
6746
+ height: 100%;
6747
+ overflow-x: hidden;
6748
+ }
6749
+
6750
+ .k-touch-scrollbar {
6751
+ display: none;
6752
+ position: absolute;
6753
+ z-index: 200000;
6754
+ height: 8px;
6755
+ width: 8px;
6756
+ border: 1px solid #8a8a8a;
6757
+ background-color: #858585;
6758
+ }
6759
+
6760
+ }
6761
+
6762
+ // #endregion
6763
+ // #region @import "./_resizing.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_resizing.scss
6764
+ @mixin kendo-core--styles--resizing() {
7374
6765
 
7375
6766
  // Resize handle
7376
6767
  .k-resize-handle,
@@ -7458,7 +6849,7 @@ $kendo-zindex-loading: 100 !default;
7458
6849
  cursor: col-resize;
7459
6850
  }
7460
6851
 
7461
-
6852
+ // Resize hint
7462
6853
  .k-resize-hint {
7463
6854
  display: flex;
7464
6855
  flex-direction: column;
@@ -7496,37 +6887,286 @@ $kendo-zindex-loading: 100 !default;
7496
6887
  }
7497
6888
 
7498
6889
  // #endregion
7499
- // #region @import "./_scrollbar.scss"; -> scss/common/_scrollbar.scss
7500
- @include exports( "common/scrollbar" ) {
6890
+ // #region @import "./_colors.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_colors.scss
6891
+ @mixin kendo-core--styles--colors() {
6892
+ @if ($kendo-enable-color-system) {
6893
+ @include color-system--styles();
6894
+ }
6895
+ }
7501
6896
 
7502
- // virtual scrollbar
7503
- .k-scrollbar {
7504
- position: absolute;
7505
- overflow: scroll;
6897
+ // #endregion
6898
+
6899
+ @mixin kendo-core--styles() {
6900
+ @include kendo-core--styles--colors();
6901
+ @include kendo-core--styles--accessibility();
6902
+ @include kendo-core--styles--animations();
6903
+ @include kendo-core--styles--asp-fallback();
6904
+ @include kendo-core--styles--layout();
6905
+ @include kendo-core--styles--normalize();
6906
+ @include kendo-core--styles--base();
6907
+ @include kendo-core--styles--selection();
6908
+ @include kendo-core--styles--scrollbar();
6909
+ @include kendo-core--styles--resizing();
6910
+ }
6911
+
6912
+ // #endregion
6913
+ // #region @import "./elevation/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/elevation/index.import.scss
6914
+ // #region @import "../functions/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/functions/index.import.scss
6915
+ // File already imported_once. Skipping output.
6916
+ // #endregion
6917
+
6918
+ $_default-elevation: (
6919
+ 1: (
6920
+ 0 2px 3px rgba(0, 0, 0, .04),
6921
+ 0 4px 16px rgba(0, 0, 0, .12)
6922
+ ),
6923
+ 2: (
6924
+ 0 4px 6px rgba(0, 0, 0, .06),
6925
+ 0 4px 16px rgba(0, 0, 0, .12)
6926
+ ),
6927
+ 3: (
6928
+ 0 6px 8px rgba(0, 0, 0, .08),
6929
+ 0 4px 16px rgba(0, 0, 0, .12)
6930
+ ),
6931
+ 4: (
6932
+ 0 8px 10px rgba(0, 0, 0, .12),
6933
+ 0 4px 16px rgba(0, 0, 0, .12)
6934
+ ),
6935
+ 5: (
6936
+ 0 10px 12px rgba(0, 0, 0, .16),
6937
+ 0 4px 16px rgba(0, 0, 0, .12)
6938
+ ),
6939
+ 6: (
6940
+ 0 12px 14px rgba(0, 0, 0, .2),
6941
+ 0 4px 16px rgba(0, 0, 0, .12)
6942
+ ),
6943
+ 7: (
6944
+ 0 14px 16px rgba(0, 0, 0, .24),
6945
+ 0 4px 16px rgba(0, 0, 0, .12)
6946
+ ),
6947
+ 8: (
6948
+ 0 16px 18px rgba(0, 0, 0, .28),
6949
+ 0 4px 16px rgba(0, 0, 0, .12)
6950
+ ),
6951
+ 9: (
6952
+ 0 32px 34px rgba(0, 0, 0, .32),
6953
+ 0 4px 16px rgba(0, 0, 0, .12)
6954
+ )
6955
+ ) !default;
6956
+
6957
+ /// The global default Elevation map.
6958
+ /// @group elevation
6959
+ $kendo-elevation: $_default-elevation !default;
6960
+
6961
+ $kendo-elevation: k-map-merge($_default-elevation, $kendo-elevation);
6962
+
6963
+ @function k-shadow-filter($shadow) {
6964
+ $result: '';
6965
+ @each $value in $shadow {
6966
+ $result: $result + "drop-shadow(" + $value + ") ";
7506
6967
  }
6968
+ @return #{$result};
6969
+ }
7507
6970
 
7508
- .k-scrollbar-vertical {
7509
- top: 0;
7510
- right: 0;
7511
- width: 17px; // scrollbar width
7512
- height: 100%;
7513
- overflow-x: hidden;
6971
+ @function k-elevation($level) {
6972
+ @return var(--kendo-elevation-#{$level}, k-map-get($kendo-elevation, $level));
6973
+ }
6974
+
6975
+
6976
+ @mixin kendo-elevation--styles() {
6977
+ :root {
6978
+ @each $level, $shadow in $kendo-elevation {
6979
+ --kendo-elevation-#{$level}: #{$shadow};
6980
+ }
7514
6981
  }
6982
+ }
7515
6983
 
7516
- .k-touch-scrollbar {
7517
- display: none;
7518
- position: absolute;
7519
- z-index: 200000;
7520
- height: 8px;
7521
- width: 8px;
7522
- border: 1px solid #8a8a8a;
7523
- background-color: #858585;
6984
+ // #endregion
6985
+ // #region @import "./typography/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/typography/index.import.scss
6986
+ // File already imported_once. Skipping output.
6987
+ // #endregion
6988
+ // #region @import "./spacing/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/spacing/index.import.scss
6989
+ // File already imported_once. Skipping output.
6990
+ // #endregion
6991
+ // #region @import "./border-radii/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/border-radii/index.import.scss
6992
+ /// The none border radius used across the Components.
6993
+ /// @group radii
6994
+ $kendo-border-radius-none: k-map-get($kendo-spacing, 0) !default;
6995
+ /// The extra small border radius used across the Components.
6996
+ /// @group radii
6997
+ $kendo-border-radius-xs: k-map-get($kendo-spacing, 1px) !default;
6998
+ /// The small border radius used across the Components.
6999
+ /// @group radii
7000
+ $kendo-border-radius-sm: k-map-get($kendo-spacing, 0.5) !default;
7001
+ /// The medium border radius used across the Components.
7002
+ /// @group radii
7003
+ $kendo-border-radius-md: k-map-get($kendo-spacing, 1) !default;
7004
+ /// The large border radius used across the Components.
7005
+ /// @group radii
7006
+ $kendo-border-radius-lg: k-map-get($kendo-spacing, 1.5) !default;
7007
+ /// The extra large border radius used across the Components.
7008
+ /// @group radii
7009
+ $kendo-border-radius-xl: k-map-get($kendo-spacing, 2) !default;
7010
+ /// The third largest border radius used across the Components.
7011
+ /// @group radii
7012
+ $kendo-border-radius-xxl: k-map-get($kendo-spacing, 3) !default;
7013
+ /// The second largest border radius used across the Components.
7014
+ /// @group radii
7015
+ $kendo-border-radius-xxxl: k-map-get($kendo-spacing, 4) !default;
7016
+ /// The largest border radius used across the Components.
7017
+ /// @group radii
7018
+ $kendo-border-radius-full: 9999px !default;
7019
+
7020
+
7021
+ $_default-border-radii: (
7022
+ none: $kendo-border-radius-none,
7023
+ xs: $kendo-border-radius-xs,
7024
+ sm: $kendo-border-radius-sm,
7025
+ md: $kendo-border-radius-md,
7026
+ lg: $kendo-border-radius-lg,
7027
+ xl: $kendo-border-radius-xl,
7028
+ xxl: $kendo-border-radius-xxl,
7029
+ xxxl: $kendo-border-radius-xxxl,
7030
+ full: $kendo-border-radius-full
7031
+
7032
+ ) !default;
7033
+
7034
+ $kendo-border-radii: $_default-border-radii !default;
7035
+
7036
+ /// The global radii Map.
7037
+ /// @group radii
7038
+ $kendo-border-radii: k-map-merge($_default-border-radii, $kendo-border-radii);
7039
+
7040
+
7041
+ @function k-border-radius($key) {
7042
+ $_border-radius: k-map-get($kendo-border-radii, $key);
7043
+ @return var(--kendo-border-radius-#{$key}, $_border-radius);
7044
+ }
7045
+
7046
+ @mixin kendo-border-radius--styles() {
7047
+ :root {
7048
+ @each $key, $value in $kendo-border-radii {
7049
+ --kendo-border-radius-#{$key}: #{$value};
7050
+ }
7524
7051
  }
7052
+ }
7053
+
7054
+ // #endregion
7055
+ // #region @import "./_variables.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/_variables.scss
7056
+ // #region @import "./functions/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/functions/index.import.scss
7057
+ // File already imported_once. Skipping output.
7058
+ // #endregion
7059
+
7060
+ // Options
7061
+ $kendo-enable-shadows: true !default;
7062
+ $kendo-enable-rounded: true !default;
7063
+ $kendo-enable-gradients: true !default;
7064
+ $kendo-enable-transitions: true !default;
7065
+ $kendo-nested-disabled: false !default;
7066
+
7067
+ // Equilateral triangle variables
7068
+ // stylelint-disable number-max-precision
7069
+ $equilateral-index: 1.7320508076 !default;
7070
+ $equilateral-height: 0.8660254038 !default;
7071
+ // stylelint-enable number-max-precision
7072
+
7073
+ // #endregion
7074
+
7075
+ // #endregion
7076
+
7077
+ // Backward compatibility
7078
+ // #region @import "./color-system/_swatch-legacy.scss"; -> scss/core/color-system/_swatch-legacy.scss
7079
+ @if ($kendo-enable-color-system) {
7080
+ $kendo-color-primary: k-color( primary );
7081
+ $kendo-color-primary-contrast: k-color( on-primary );
7082
+ $kendo-color-secondary: k-color( secondary );
7083
+ $kendo-color-tertiary: k-color( tertiary );
7084
+ $kendo-color-info: k-color( info );
7085
+ $kendo-color-success: k-color( success );
7086
+ $kendo-color-warning: k-color( warning );
7087
+ $kendo-color-error: k-color( error );
7088
+ $kendo-color-dark: k-color( dark );
7089
+ $kendo-color-light: k-color( light );
7090
+ $kendo-color-inverse: $kendo-color-dark;
7091
+ $kendo-body-bg: k-color( app-surface );
7092
+ $kendo-body-text: k-color( on-app-surface );
7093
+ $kendo-subtle-text: k-color( subtle );
7094
+ $kendo-app-bg: k-color( surface );
7095
+ $kendo-app-text: $kendo-body-text;
7096
+ $kendo-app-border: k-color( border );
7097
+ $kendo-link-text: $kendo-color-primary;
7098
+ $kendo-link-hover-text: k-color( primary-hover );
7099
+ $kendo-component-bg: k-color( surface-alt );
7100
+ $kendo-component-text: $kendo-body-text;
7101
+ $kendo-component-border: $kendo-app-border;
7102
+ $kendo-base-bg: k-color( surface );
7103
+ $kendo-base-text: $kendo-body-text;
7104
+ $kendo-base-border: $kendo-app-border;
7105
+ $kendo-base-gradient: null;
7106
+ $kendo-hover-bg: k-color( base-hover );
7107
+ $kendo-hover-text: $kendo-base-text;
7108
+ $kendo-hover-border: $kendo-base-border;
7109
+ $kendo-hover-gradient: null;
7110
+ $kendo-selected-bg: $kendo-color-primary;
7111
+ $kendo-selected-text: $kendo-color-primary-contrast;
7112
+ $kendo-selected-border: $kendo-base-border;
7113
+ $kendo-selected-gradient: $kendo-base-gradient;
7114
+ $kendo-selected-hover-bg: k-color( primary-hover );
7115
+ $kendo-selected-hover-text: $kendo-selected-text;
7116
+ $kendo-selected-hover-border: $kendo-base-border;
7117
+ $kendo-selected-hover-gradient: $kendo-base-gradient;
7118
+ $kendo-disabled-text: null;
7119
+ $kendo-disabled-bg: null;
7120
+ $kendo-disabled-border: null;
7121
+ $kendo-disabled-opacity: .6;
7122
+ $kendo-disabled-filter: grayscale(.1);
7123
+ $kendo-component-header-bg: $kendo-base-bg;
7124
+ $kendo-component-header-text: $kendo-base-text;
7125
+ $kendo-component-header-border: $kendo-base-border;
7126
+ $kendo-component-header-gradient: null;
7127
+ $kendo-invalid-bg: null;
7128
+ $kendo-invalid-text: $kendo-color-error;
7129
+ $kendo-invalid-border: $kendo-color-error;
7130
+ $kendo-invalid-shadow: null;
7131
+
7132
+ $kendo-theme-colors: (
7133
+ "primary": $kendo-color-primary,
7134
+ "secondary": $kendo-color-secondary,
7135
+ "tertiary": $kendo-color-tertiary,
7136
+ "info": $kendo-color-info,
7137
+ "success": $kendo-color-success,
7138
+ "warning": $kendo-color-warning,
7139
+ "error": $kendo-color-error,
7140
+ "dark": $kendo-color-dark,
7141
+ "light": $kendo-color-light,
7142
+ "inverse": $kendo-color-inverse,
7143
+ );
7525
7144
 
7145
+ $kendo-disabled-styling: (
7146
+ bg: $kendo-disabled-bg,
7147
+ color: $kendo-disabled-text,
7148
+ border: $kendo-disabled-border,
7149
+ opacity: $kendo-disabled-opacity,
7150
+ filter: $kendo-disabled-filter
7151
+ );
7526
7152
  }
7527
7153
 
7528
7154
  // #endregion
7529
7155
 
7156
+ // Expose
7157
+ @include exports("kendo-core-styles") {
7158
+ @include kendo-core--styles();
7159
+
7160
+ // Elevation System
7161
+ @include kendo-elevation--styles();
7162
+ // Typography
7163
+ @include kendo-core--typography--styles();
7164
+ // Spacing
7165
+ @include kendo-spacing--styles();
7166
+ // Radii
7167
+ @include kendo-border-radius--styles();
7168
+ }
7169
+
7530
7170
  // #endregion
7531
7171
 
7532
7172
 
@@ -16213,9 +15853,6 @@ $_kendo-module-meta: (
16213
15853
 
16214
15854
 
16215
15855
  // Dependencies
16216
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
16217
- // File already imported_once. Skipping output.
16218
- // #endregion
16219
15856
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
16220
15857
  // File already imported_once. Skipping output.
16221
15858
  // #endregion
@@ -16568,9 +16205,6 @@ $_kendo-module-meta: (
16568
16205
 
16569
16206
 
16570
16207
  // Dependencies
16571
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
16572
- // File already imported_once. Skipping output.
16573
- // #endregion
16574
16208
  // #region @import "../checkbox/_index.scss"; -> scss/checkbox/_index.scss
16575
16209
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
16576
16210
  // File already imported_once. Skipping output.
@@ -17115,7 +16749,7 @@ $kendo-checkbox-ripple-opacity: .25 !default;
17115
16749
  // Disabled state
17116
16750
  .k-checkbox:disabled,
17117
16751
  .k-checkbox.k-disabled {
17118
- @include disabled( $kendo-disabled-styling );
16752
+ @include disabled( $kendo-disabled-styling... );
17119
16753
  }
17120
16754
 
17121
16755
 
@@ -17814,9 +17448,6 @@ $_kendo-module-meta: (
17814
17448
 
17815
17449
 
17816
17450
  // Dependencies
17817
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
17818
- // File already imported_once. Skipping output.
17819
- // #endregion
17820
17451
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
17821
17452
  // File already imported_once. Skipping output.
17822
17453
  // #endregion
@@ -18188,9 +17819,6 @@ $_kendo-module-meta: (
18188
17819
 
18189
17820
 
18190
17821
  // Dependencies
18191
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
18192
- // File already imported_once. Skipping output.
18193
- // #endregion
18194
17822
 
18195
17823
 
18196
17824
  // Component
@@ -18239,6 +17867,31 @@ $kendo-popup-shadow: k-elevation(4) !default;
18239
17867
  // #region @import "./_layout.scss"; -> scss/popup/_layout.scss
18240
17868
  @mixin kendo-popup--layout-base() {
18241
17869
 
17870
+ // Animation Container
17871
+ .k-animation-container {
17872
+ position: absolute;
17873
+ overflow: hidden;
17874
+ z-index: 100;
17875
+
17876
+ &-fixed {
17877
+ position: fixed;
17878
+ }
17879
+
17880
+ &-relative {
17881
+ position: relative;
17882
+ display: inline-block;
17883
+ }
17884
+ }
17885
+
17886
+ .k-animation-container {
17887
+ @include border-bottom-radius-only( $kendo-border-radius-md );
17888
+ }
17889
+
17890
+ .k-animation-container-shown {
17891
+ overflow: visible;
17892
+ }
17893
+
17894
+ // Popup
18242
17895
  .k-popup {
18243
17896
  @include border-radius( $kendo-popup-border-radius );
18244
17897
  margin: 0;
@@ -18258,13 +17911,6 @@ $kendo-popup-shadow: k-elevation(4) !default;
18258
17911
  outline: none;
18259
17912
  }
18260
17913
  }
18261
- .k-animation-container {
18262
- @include border-bottom-radius-only( k-border-radius(md) );
18263
- }
18264
-
18265
- .k-animation-container-shown {
18266
- overflow: visible;
18267
- }
18268
17914
 
18269
17915
  .k-popup > .k-colorpalette {
18270
17916
  padding-block: $kendo-popup-content-padding-y;
@@ -18289,7 +17935,6 @@ $kendo-popup-shadow: k-elevation(4) !default;
18289
17935
  border-width: 0;
18290
17936
  }
18291
17937
 
18292
-
18293
17938
  // Legacy shadow
18294
17939
  .k-shadow {
18295
17940
  box-shadow: $kendo-popup-shadow;
@@ -18366,9 +18011,6 @@ $_kendo-module-meta: (
18366
18011
 
18367
18012
 
18368
18013
  // Dependencies
18369
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
18370
- // File already imported_once. Skipping output.
18371
- // #endregion
18372
18014
 
18373
18015
 
18374
18016
  // Component
@@ -18487,9 +18129,6 @@ $_kendo-module-meta: (
18487
18129
 
18488
18130
 
18489
18131
  // Dependencies
18490
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
18491
- // File already imported_once. Skipping output.
18492
- // #endregion
18493
18132
 
18494
18133
 
18495
18134
  // Component
@@ -19184,9 +18823,6 @@ $_kendo-module-meta: (
19184
18823
 
19185
18824
 
19186
18825
  // Dependencies
19187
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
19188
- // File already imported_once. Skipping output.
19189
- // #endregion
19190
18826
 
19191
18827
 
19192
18828
  // Component
@@ -20696,9 +20332,6 @@ $_kendo-module-meta: (
20696
20332
 
20697
20333
 
20698
20334
  // Dependencies
20699
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
20700
- // File already imported_once. Skipping output.
20701
- // #endregion
20702
20335
  // #region @import "../overlay/_index.scss"; -> scss/overlay/_index.scss
20703
20336
  // File already imported_once. Skipping output.
20704
20337
  // #endregion
@@ -20832,6 +20465,9 @@ $kendo-loading-text: currentColor !default;
20832
20465
  /// The opacity of the Loading indicator.
20833
20466
  /// @group loading
20834
20467
  $kendo-loading-opacity: .3 !default;
20468
+ /// The z-index of the Loading indicator.
20469
+ /// @group loading
20470
+ $kendo-zindex-loading: 100 !default;
20835
20471
 
20836
20472
  // #endregion
20837
20473
  // #region @import "./_layout.scss"; -> scss/loader/_layout.scss
@@ -21281,8 +20917,11 @@ $kendo-loading-opacity: .3 !default;
21281
20917
  }
21282
20918
  }
21283
20919
 
20920
+ }
21284
20921
 
21285
-
20922
+ // Legacy implementation of the loading icon inside inputs and pickers
20923
+ // Replace with loader component
20924
+ @mixin kendo-loading--layout-base() {
21286
20925
 
21287
20926
  // Loading mask
21288
20927
  .k-loading-mask,
@@ -21328,11 +20967,93 @@ $kendo-loading-opacity: .3 !default;
21328
20967
  opacity: $kendo-loading-opacity;
21329
20968
  }
21330
20969
 
21331
- }
20970
+ // Loading indicator
20971
+ .k-i-loading {
20972
+ width: 1em;
20973
+ height: 1em;
20974
+ line-height: 1;
20975
+ display: inline-flex;
20976
+ flex-flow: row nowrap;
20977
+ align-items: center;
20978
+ justify-content: center;
20979
+ vertical-align: middle;
20980
+ position: relative;
20981
+ background-color: transparent;
20982
+ box-sizing: border-box;
20983
+ color: $kendo-loading-text;
20984
+
20985
+ &::before,
20986
+ &::after {
20987
+ box-sizing: border-box;
20988
+ }
20989
+ }
21332
20990
 
20991
+ .k-i-loading::before,
20992
+ .k-i-loading::after,
20993
+ .k-loading-image::before,
20994
+ .k-loading-image::after {
20995
+ position: absolute;
20996
+ top: 50%;
20997
+ left: 50%;
20998
+ display: inline-block;
20999
+ content: "";
21000
+ box-sizing: inherit;
21001
+ border-radius: 50%;
21002
+ border-width: .05em;
21003
+ border-style: solid;
21004
+ border-color: currentColor;
21005
+ border-top-color: transparent;
21006
+ border-bottom-color: transparent;
21007
+ background-color: transparent;
21008
+ }
21009
+
21010
+ .k-icon.k-i-loading::before,
21011
+ .k-icon.k-i-loading::after {
21012
+ content: "";
21013
+ }
21014
+
21015
+ .k-i-loading::before,
21016
+ .k-loading-image::before {
21017
+ margin-top: -.5em;
21018
+ margin-left: -.5em;
21019
+ width: 1em;
21020
+ height: 1em;
21021
+ animation: k-loading-animation .7s linear infinite;
21022
+ }
21023
+
21024
+ .k-i-loading::after,
21025
+ .k-loading-image::after {
21026
+ margin-top: -.25em;
21027
+ margin-left: -.25em;
21028
+ width: .5em;
21029
+ height: .5em;
21030
+ animation: k-loading-animation reverse 1.4s linear infinite;
21031
+ }
21032
+
21033
+ .k-loading-image::before,
21034
+ .k-loading-image::after {
21035
+ content: "";
21036
+ // See https://github.com/telerik/kendo-themes/issues/1925
21037
+ border-width: 1px; // TODO: Remove once we drop IE support
21038
+ border-width: clamp( .015em, 1px, 1px );
21039
+ font-size: 4em;
21040
+ }
21041
+
21042
+ // Loading animation
21043
+ @keyframes k-loading-animation {
21044
+ 0% {
21045
+ transform: rotate(0deg);
21046
+ }
21047
+ 100% {
21048
+ transform: rotate(360deg);
21049
+ }
21050
+ }
21051
+
21052
+ }
21333
21053
 
21334
21054
  @mixin kendo-loader--layout() {
21335
21055
  @include kendo-loader--layout-base();
21056
+ @include kendo-loading--layout-base();
21336
21057
  }
21337
21058
 
21338
21059
  // #endregion
@@ -21584,6 +21305,102 @@ $kendo-skeleton-wave-bg: rgba( black, .04 ) !default;
21584
21305
  @include kendo-skeleton--styles();
21585
21306
  }
21586
21307
 
21308
+ // #endregion
21309
+ // #region @import "./time-marker/_index.scss"; -> scss/time-marker/_index.scss
21310
+ // #region @import "../core/_index.scss"; -> scss/core/_index.scss
21311
+ // File already imported_once. Skipping output.
21312
+ // #endregion
21313
+
21314
+
21315
+ // Module meta
21316
+ $_kendo-module-meta: (
21317
+ name: "time-marker",
21318
+ dependencies: ()
21319
+ );
21320
+
21321
+ // Dependencies
21322
+
21323
+
21324
+ // Component
21325
+ // #region @import "./_variables.scss"; -> scss/time-marker/_variables.scss
21326
+ /// The border width of the current time indicator.
21327
+ /// @group time-marker
21328
+ $kendo-current-time-width: 1px !default;
21329
+ /// The color of the current time indicator.
21330
+ /// @group time-marker
21331
+ $kendo-current-time-color: #ff0000 !default;
21332
+
21333
+ // #endregion
21334
+ // #region @import "./_layout.scss"; -> scss/time-marker/_layout.scss
21335
+ @mixin kendo-time-marker--layout-base() {
21336
+
21337
+ .k-current-time {
21338
+ width: $kendo-current-time-width;
21339
+ position: absolute;
21340
+
21341
+ &.k-current-time-arrow-left,
21342
+ &.k-current-time-arrow-right,
21343
+ &.k-current-time-arrow-down {
21344
+ width: 0;
21345
+ height: 0;
21346
+ background: transparent;
21347
+ border: 4px solid transparent;
21348
+ }
21349
+ }
21350
+
21351
+ }
21352
+
21353
+ @mixin kendo-time-marker--layout() {
21354
+ @include kendo-time-marker--layout-base();
21355
+ }
21356
+
21357
+ // #endregion
21358
+ // #region @import "./_theme.scss"; -> scss/time-marker/_theme.scss
21359
+ @mixin kendo-time-marker--theme-base() {
21360
+
21361
+ .k-current-time {
21362
+ background: $kendo-current-time-color;
21363
+
21364
+ &.k-current-time-arrow-left {
21365
+ border-right-color: $kendo-current-time-color;
21366
+ }
21367
+
21368
+ &.k-current-time-arrow-right {
21369
+ border-left-color: $kendo-current-time-color;
21370
+ }
21371
+
21372
+ &.k-current-time-arrow-down {
21373
+ border-top-color: $kendo-current-time-color;
21374
+ }
21375
+ }
21376
+
21377
+ }
21378
+
21379
+
21380
+ @mixin kendo-time-marker--theme() {
21381
+ @include kendo-time-marker--theme-base();
21382
+ }
21383
+
21384
+ // #endregion
21385
+
21386
+ // Register
21387
+ // #region @import "../core/module-system/index.import.scss"; -> scss/core/module-system/index.import.scss
21388
+ // File already imported_once. Skipping output.
21389
+ // #endregion
21390
+ @include module-register( $_kendo-module-meta... );
21391
+
21392
+ // Expose
21393
+ @mixin kendo-time-marker--styles() {
21394
+ @include module-render( "time-marker" ) {
21395
+ @include kendo-time-marker--layout();
21396
+ @include kendo-time-marker--theme();
21397
+ }
21398
+ }
21399
+
21400
+ @if $kendo-auto-bootstrap {
21401
+ @include kendo-time-marker--styles();
21402
+ }
21403
+
21587
21404
  // #endregion
21588
21405
 
21589
21406
 
@@ -21609,9 +21426,6 @@ $_kendo-module-meta: (
21609
21426
 
21610
21427
 
21611
21428
  // Dependencies // TODO: extract variables
21612
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
21613
- // File already imported_once. Skipping output.
21614
- // #endregion
21615
21429
  // #region @import "../toolbar/_index.scss"; -> scss/toolbar/_index.scss
21616
21430
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
21617
21431
  // File already imported_once. Skipping output.
@@ -21634,9 +21448,6 @@ $_kendo-module-meta: (
21634
21448
 
21635
21449
 
21636
21450
  // Dependencies
21637
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
21638
- // File already imported_once. Skipping output.
21639
- // #endregion
21640
21451
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
21641
21452
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
21642
21453
  // File already imported_once. Skipping output.
@@ -21704,7 +21515,7 @@ $_kendo-module-meta: (
21704
21515
 
21705
21516
  &:disabled,
21706
21517
  &.k-disabled {
21707
- @include disabled( $kendo-disabled-styling );
21518
+ @include disabled( $kendo-disabled-styling... );
21708
21519
  }
21709
21520
 
21710
21521
  &::-moz-focus-inner {
@@ -22405,9 +22216,6 @@ $_kendo-module-meta: (
22405
22216
 
22406
22217
 
22407
22218
  // Dependencies
22408
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
22409
- // File already imported_once. Skipping output.
22410
- // #endregion
22411
22219
  // #region @import "../popup/_index.scss"; -> scss/popup/_index.scss
22412
22220
  // File already imported_once. Skipping output.
22413
22221
  // #endregion
@@ -23608,9 +23416,6 @@ $_kendo-module-meta: (
23608
23416
 
23609
23417
 
23610
23418
  // Dependencies
23611
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
23612
- // File already imported_once. Skipping output.
23613
- // #endregion
23614
23419
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
23615
23420
  // File already imported_once. Skipping output.
23616
23421
  // #endregion
@@ -24222,14 +24027,14 @@ $kendo-tooltip-font-family: var( --kendo-font-family, inherit ) !default;
24222
24027
  $kendo-tooltip-font-size: var( --kendo-font-size, inherit ) !default;
24223
24028
  /// The line height of the Tooltip.
24224
24029
  /// @group tooltip
24225
- $kendo-tooltip-line-height: 1.25 !default;
24030
+ $kendo-tooltip-line-height: var( --kendo-line-height-sm, normal ) !default;
24226
24031
 
24227
24032
  /// The font size of the Tooltip title.
24228
24033
  /// @group tooltip
24229
24034
  $kendo-tooltip-title-font-size: calc( ( var( --kendo-font-size, .875rem ) * 1.25 ) ) !default;
24230
24035
  /// The line height of the Tooltip title.
24231
24036
  /// @group tooltip
24232
- $kendo-tooltip-title-line-height: 1 !default;
24037
+ $kendo-tooltip-title-line-height: var( --kendo-line-height-xs, normal ) !default;
24233
24038
 
24234
24039
  /// The size of the Tooltip callout.
24235
24040
  /// @group tooltip
@@ -24295,7 +24100,7 @@ $kendo-window-font-family: var( --kendo-font-family, inherit ) !default;
24295
24100
  $kendo-window-font-size: var( --kendo-font-size, inherit ) !default;
24296
24101
  /// The line height of the Window.
24297
24102
  /// @group window
24298
- $kendo-window-line-height: 1.25 !default;
24103
+ $kendo-window-line-height: var( --kendo-line-height-sm, normal ) !default;
24299
24104
 
24300
24105
  /// The horizontal padding of the Window titlebar.
24301
24106
  /// @group window
@@ -24315,7 +24120,7 @@ $kendo-window-titlebar-border-style: solid !default;
24315
24120
  $kendo-window-title-font-size: var( --kendo-font-size-lg, inherit ) !default;
24316
24121
  /// The line height of the title of the Window.
24317
24122
  /// @group window
24318
- $kendo-window-title-line-height: 1.25 !default;
24123
+ $kendo-window-title-line-height: var( --kendo-line-height-sm, normal ) !default;
24319
24124
 
24320
24125
  /// The spacing between the buttons in the Window titlebar.
24321
24126
  /// @group window
@@ -24441,7 +24246,7 @@ $kendo-form-legend-border-color: $kendo-component-border !default;
24441
24246
  $kendo-form-legend-width: 100% !default;
24442
24247
  /// The font size of the Form legend.
24443
24248
  /// @group form
24444
- $kendo-form-legend-font-size: 14px !default;
24249
+ $kendo-form-legend-font-size: var( --kendo-font-size, inherit ) !default;
24445
24250
  /// The text capitalization of the Form legend.
24446
24251
  /// @group form
24447
24252
  $kendo-form-legend-text-transform: uppercase !default;
@@ -24456,7 +24261,7 @@ $kendo-form-button-margin-x: k-spacing(2) !default;
24456
24261
 
24457
24262
  /// The font size of the Form hint.
24458
24263
  /// @group form
24459
- $kendo-form-hint-font-size: 12px !default;
24264
+ $kendo-form-hint-font-size: var( --kendo-font-size-sm, inherit ) !default;
24460
24265
  /// The font style of the Form hint.
24461
24266
  /// @group form
24462
24267
  $kendo-form-hint-font-style: italic !default;
@@ -24512,7 +24317,7 @@ $kendo-forms-invalid-color: $kendo-color-error !default;
24512
24317
  $kendo-label-optional-margin-x: k-spacing(1.5) !default;
24513
24318
  /// The font size of the optional label in the Form.
24514
24319
  /// @group form
24515
- $kendo-label-optional-font-size: 12px !default;
24320
+ $kendo-label-optional-font-size: var( --kendo-font-size-sm, inherit ) !default;
24516
24321
  /// The font style of the optional label in the Form.
24517
24322
  /// @group form
24518
24323
  $kendo-label-optional-font-style: italic !default;
@@ -24668,7 +24473,7 @@ $kendo-form-sizes: (
24668
24473
  .k-form-field-disabled {
24669
24474
  .k-label,
24670
24475
  .k-form-label {
24671
- @include disabled( $kendo-disabled-styling );
24476
+ @include disabled( $kendo-disabled-styling... );
24672
24477
  }
24673
24478
  }
24674
24479
 
@@ -25032,9 +24837,6 @@ $_kendo-module-meta: (
25032
24837
 
25033
24838
 
25034
24839
  // Dependencies
25035
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
25036
- // File already imported_once. Skipping output.
25037
- // #endregion
25038
24840
  // #region @import "../tooltip/_index.scss"; -> scss/tooltip/_index.scss
25039
24841
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
25040
24842
  // File already imported_once. Skipping output.
@@ -25055,9 +24857,6 @@ $_kendo-module-meta: (
25055
24857
 
25056
24858
 
25057
24859
  // Dependencies
25058
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
25059
- // File already imported_once. Skipping output.
25060
- // #endregion
25061
24860
  // #region @import "../popup/_index.scss"; -> scss/popup/_index.scss
25062
24861
  // File already imported_once. Skipping output.
25063
24862
  // #endregion
@@ -25347,9 +25146,6 @@ $_kendo-module-meta: (
25347
25146
 
25348
25147
 
25349
25148
  // Dependencies
25350
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
25351
- // File already imported_once. Skipping output.
25352
- // #endregion
25353
25149
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
25354
25150
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
25355
25151
  // File already imported_once. Skipping output.
@@ -25370,9 +25166,6 @@ $_kendo-module-meta: (
25370
25166
 
25371
25167
 
25372
25168
  // Dependencies
25373
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
25374
- // File already imported_once. Skipping output.
25375
- // #endregion
25376
25169
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
25377
25170
  // File already imported_once. Skipping output.
25378
25171
  // #endregion
@@ -25449,7 +25242,7 @@ $_kendo-module-meta: (
25449
25242
 
25450
25243
  &:disabled,
25451
25244
  &[disabled] {
25452
- @include disabled( $kendo-disabled-styling );
25245
+ @include disabled( $kendo-disabled-styling... );
25453
25246
 
25454
25247
  [disabled] &,
25455
25248
  .k-disabled & {
@@ -25474,7 +25267,7 @@ $_kendo-module-meta: (
25474
25267
 
25475
25268
  &:disabled,
25476
25269
  &[disabled] {
25477
- @include disabled( $kendo-disabled-styling );
25270
+ @include disabled( $kendo-disabled-styling... );
25478
25271
 
25479
25272
  [disabled] &,
25480
25273
  .k-disabled & {
@@ -26953,9 +26746,6 @@ $_kendo-module-meta: (
26953
26746
 
26954
26747
 
26955
26748
  // Dependencies
26956
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
26957
- // File already imported_once. Skipping output.
26958
- // #endregion
26959
26749
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
26960
26750
  // File already imported_once. Skipping output.
26961
26751
  // #endregion
@@ -27039,9 +26829,6 @@ $_kendo-module-meta: (
27039
26829
 
27040
26830
 
27041
26831
  // Dependencies
27042
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
27043
- // File already imported_once. Skipping output.
27044
- // #endregion
27045
26832
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
27046
26833
  // File already imported_once. Skipping output.
27047
26834
  // #endregion
@@ -27132,9 +26919,6 @@ $_kendo-module-meta: (
27132
26919
 
27133
26920
 
27134
26921
  // Dependencies
27135
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
27136
- // File already imported_once. Skipping output.
27137
- // #endregion
27138
26922
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
27139
26923
  // File already imported_once. Skipping output.
27140
26924
  // #endregion
@@ -27358,9 +27142,6 @@ $_kendo-module-meta: (
27358
27142
 
27359
27143
 
27360
27144
  // Dependencies
27361
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
27362
- // File already imported_once. Skipping output.
27363
- // #endregion
27364
27145
 
27365
27146
 
27366
27147
  // Component
@@ -27387,7 +27168,7 @@ $kendo-progressbar-font-family: var( --kendo-font-family, inherit ) !default;
27387
27168
  $kendo-progressbar-font-size: var( --kendo-font-size-sm, inherit ) !default;
27388
27169
  /// The line height of the ProgressBar.
27389
27170
  /// @group progressbar
27390
- $kendo-progressbar-line-height: 1 !default;
27171
+ $kendo-progressbar-line-height: var( --kendo-line-height-xs, normal ) !default;
27391
27172
 
27392
27173
  /// The background color of the ProgressBar.
27393
27174
  /// @group progressbar
@@ -28042,7 +27823,7 @@ $kendo-radio-ripple-opacity: .25 !default;
28042
27823
  // Disabled state
28043
27824
  .k-radio:disabled,
28044
27825
  .k-radio.k-disabled {
28045
- @include disabled( $kendo-disabled-styling );
27826
+ @include disabled( $kendo-disabled-styling... );
28046
27827
  }
28047
27828
  .k-radio:disabled:checked,
28048
27829
  .k-radio.k-disabled.k-checked {
@@ -28340,9 +28121,6 @@ $_kendo-module-meta: (
28340
28121
 
28341
28122
 
28342
28123
  // Dependencies
28343
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
28344
- // File already imported_once. Skipping output.
28345
- // #endregion
28346
28124
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
28347
28125
  // File already imported_once. Skipping output.
28348
28126
  // #endregion
@@ -29020,9 +28798,6 @@ $_kendo-module-meta: (
29020
28798
 
29021
28799
 
29022
28800
  // Dependencies
29023
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
29024
- // File already imported_once. Skipping output.
29025
- // #endregion
29026
28801
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
29027
28802
  // File already imported_once. Skipping output.
29028
28803
  // #endregion
@@ -30213,7 +29988,7 @@ $kendo-time-list-width: 4em !default;
30213
29988
  $kendo-time-list-height: 240px !default;
30214
29989
 
30215
29990
  $kendo-time-list-title-font-size: var( --kendo-font-size-sm, inherit ) !default;
30216
- $kendo-time-list-title-line-height: 1.5 !default;
29991
+ $kendo-time-list-title-line-height: var( --kendo-line-height-lg, normal ) !default;
30217
29992
  $kendo-time-list-title-height: calc( ( #{$kendo-time-list-title-font-size} ) * ( #{$kendo-time-list-title-line-height} ) ) !default;
30218
29993
  $kendo-time-list-title-text: $kendo-subtle-text !default;
30219
29994
  $kendo-time-list-title-focus-text: $kendo-component-text !default;
@@ -30657,9 +30432,6 @@ $_kendo-module-meta: (
30657
30432
 
30658
30433
 
30659
30434
  // Dependencies
30660
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
30661
- // File already imported_once. Skipping output.
30662
- // #endregion
30663
30435
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
30664
30436
  // File already imported_once. Skipping output.
30665
30437
  // #endregion
@@ -30758,9 +30530,6 @@ $_kendo-module-meta: (
30758
30530
 
30759
30531
  // Dependencies
30760
30532
  // @import "../utils/_index.scss";
30761
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
30762
- // File already imported_once. Skipping output.
30763
- // #endregion
30764
30533
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
30765
30534
  // File already imported_once. Skipping output.
30766
30535
  // #endregion
@@ -30960,9 +30729,6 @@ $_kendo-module-meta: (
30960
30729
 
30961
30730
 
30962
30731
  // Dependencies
30963
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
30964
- // File already imported_once. Skipping output.
30965
- // #endregion
30966
30732
  // @import "../utils/_flex.scss";
30967
30733
 
30968
30734
 
@@ -31136,9 +30902,6 @@ $_kendo-module-meta: (
31136
30902
 
31137
30903
 
31138
30904
  // Dependencies
31139
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
31140
- // File already imported_once. Skipping output.
31141
- // #endregion
31142
30905
  // @import "../utils/_flex.scss";
31143
30906
  // @import "../utils/_spacer.scss";
31144
30907
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
@@ -31173,9 +30936,6 @@ $_kendo-module-meta: (
31173
30936
 
31174
30937
 
31175
30938
  // Dependencies
31176
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
31177
- // File already imported_once. Skipping output.
31178
- // #endregion
31179
30939
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
31180
30940
  // File already imported_once. Skipping output.
31181
30941
  // #endregion
@@ -31727,9 +31487,6 @@ $_kendo-module-meta: (
31727
31487
 
31728
31488
 
31729
31489
  // Dependencies
31730
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
31731
- // File already imported_once. Skipping output.
31732
- // #endregion
31733
31490
  // #region @import "../action-buttons/_index.scss"; -> scss/action-buttons/_index.scss
31734
31491
  // File already imported_once. Skipping output.
31735
31492
  // #endregion
@@ -32096,9 +31853,6 @@ $_kendo-module-meta: (
32096
31853
 
32097
31854
 
32098
31855
  // Dependencies
32099
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
32100
- // File already imported_once. Skipping output.
32101
- // #endregion
32102
31856
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
32103
31857
  // File already imported_once. Skipping output.
32104
31858
  // #endregion
@@ -32720,9 +32474,6 @@ $_kendo-module-meta: (
32720
32474
 
32721
32475
 
32722
32476
  // Dependencies
32723
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
32724
- // File already imported_once. Skipping output.
32725
- // #endregion
32726
32477
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
32727
32478
  // File already imported_once. Skipping output.
32728
32479
  // #endregion
@@ -32852,9 +32603,6 @@ $_kendo-module-meta: (
32852
32603
 
32853
32604
 
32854
32605
  // Dependencies
32855
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
32856
- // File already imported_once. Skipping output.
32857
- // #endregion
32858
32606
  // #region @import "../floating-label/_index.scss"; -> scss/floating-label/_index.scss
32859
32607
  // File already imported_once. Skipping output.
32860
32608
  // #endregion
@@ -32958,9 +32706,6 @@ $_kendo-module-meta: (
32958
32706
 
32959
32707
 
32960
32708
  // Dependencies
32961
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
32962
- // File already imported_once. Skipping output.
32963
- // #endregion
32964
32709
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
32965
32710
  // File already imported_once. Skipping output.
32966
32711
  // #endregion
@@ -33087,9 +32832,6 @@ $_kendo-module-meta: (
33087
32832
 
33088
32833
 
33089
32834
  // Dependencies
33090
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
33091
- // File already imported_once. Skipping output.
33092
- // #endregion
33093
32835
  // #region @import "../floating-label/_index.scss"; -> scss/floating-label/_index.scss
33094
32836
  // File already imported_once. Skipping output.
33095
32837
  // #endregion
@@ -33120,9 +32862,6 @@ $_kendo-module-meta: (
33120
32862
 
33121
32863
 
33122
32864
  // Dependencies
33123
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
33124
- // File already imported_once. Skipping output.
33125
- // #endregion
33126
32865
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
33127
32866
  // File already imported_once. Skipping output.
33128
32867
  // #endregion
@@ -33221,9 +32960,6 @@ $_kendo-module-meta: (
33221
32960
 
33222
32961
 
33223
32962
  // Dependencies
33224
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
33225
- // File already imported_once. Skipping output.
33226
- // #endregion
33227
32963
  // #region @import "../checkbox/_index.scss"; -> scss/checkbox/_index.scss
33228
32964
  // File already imported_once. Skipping output.
33229
32965
  // #endregion
@@ -33849,9 +33585,6 @@ $_kendo-module-meta: (
33849
33585
 
33850
33586
 
33851
33587
  // Dependencies
33852
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
33853
- // File already imported_once. Skipping output.
33854
- // #endregion
33855
33588
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
33856
33589
  // File already imported_once. Skipping output.
33857
33590
  // #endregion
@@ -33943,9 +33676,6 @@ $_kendo-module-meta: (
33943
33676
 
33944
33677
 
33945
33678
  // Dependencies
33946
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
33947
- // File already imported_once. Skipping output.
33948
- // #endregion
33949
33679
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
33950
33680
  // File already imported_once. Skipping output.
33951
33681
  // #endregion
@@ -34283,9 +34013,6 @@ $_kendo-module-meta: (
34283
34013
 
34284
34014
 
34285
34015
  // Dependencies
34286
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
34287
- // File already imported_once. Skipping output.
34288
- // #endregion
34289
34016
  // @import "../utils/_border.scss";
34290
34017
 
34291
34018
 
@@ -34865,9 +34592,6 @@ $_kendo-module-meta: (
34865
34592
 
34866
34593
 
34867
34594
  // Dependencies
34868
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
34869
- // File already imported_once. Skipping output.
34870
- // #endregion
34871
34595
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
34872
34596
  // File already imported_once. Skipping output.
34873
34597
  // #endregion
@@ -34894,9 +34618,6 @@ $_kendo-module-meta: (
34894
34618
 
34895
34619
 
34896
34620
  // Dependencies
34897
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
34898
- // File already imported_once. Skipping output.
34899
- // #endregion
34900
34621
 
34901
34622
 
34902
34623
  // Component
@@ -35151,7 +34872,10 @@ $kendo-upload-multiple-items-spacing: k-spacing(3) !default;
35151
34872
 
35152
34873
  /// The font size of the Upload validation message.
35153
34874
  /// @group upload
35154
- $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;
35155
34879
  /// The horizontal spacing of the Upload status icon.
35156
34880
  /// @group upload
35157
34881
  $kendo-upload-icon-spacing: $kendo-icon-spacing !default;
@@ -35346,7 +35070,7 @@ $kendo-upload-focus-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
35346
35070
  .k-file-summary,
35347
35071
  .k-file-validation-message {
35348
35072
  font-size: $kendo-upload-validation-font-size;
35349
- line-height: 1;
35073
+ line-height: $kendo-upload-validation-line-height;
35350
35074
  }
35351
35075
 
35352
35076
 
@@ -35595,9 +35319,6 @@ $_kendo-module-meta: (
35595
35319
 
35596
35320
 
35597
35321
  // Dependencies
35598
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
35599
- // File already imported_once. Skipping output.
35600
- // #endregion
35601
35322
 
35602
35323
 
35603
35324
  // Component
@@ -35857,9 +35578,6 @@ $_kendo-module-meta: (
35857
35578
 
35858
35579
 
35859
35580
  // Dependencies
35860
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
35861
- // File already imported_once. Skipping output.
35862
- // #endregion
35863
35581
  // @import "../utils/_position.scss";
35864
35582
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
35865
35583
  // File already imported_once. Skipping output.
@@ -36378,9 +36096,6 @@ $_kendo-module-meta: (
36378
36096
 
36379
36097
 
36380
36098
  // Dependencies
36381
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
36382
- // File already imported_once. Skipping output.
36383
- // #endregion
36384
36099
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
36385
36100
  // File already imported_once. Skipping output.
36386
36101
  // #endregion
@@ -37005,9 +36720,6 @@ $_kendo-module-meta: (
37005
36720
 
37006
36721
 
37007
36722
  // Dependencies
37008
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
37009
- // File already imported_once. Skipping output.
37010
- // #endregion
37011
36723
  // #region @import "../window/_index.scss"; -> scss/window/_index.scss
37012
36724
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
37013
36725
  // File already imported_once. Skipping output.
@@ -37031,9 +36743,6 @@ $_kendo-module-meta: (
37031
36743
 
37032
36744
 
37033
36745
  // Dependencies
37034
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
37035
- // File already imported_once. Skipping output.
37036
- // #endregion
37037
36746
  // #region @import "../overlay/_index.scss"; -> scss/overlay/_index.scss
37038
36747
  // File already imported_once. Skipping output.
37039
36748
  // #endregion
@@ -37485,9 +37194,6 @@ $_kendo-module-meta: (
37485
37194
 
37486
37195
 
37487
37196
  // Dependencies
37488
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
37489
- // File already imported_once. Skipping output.
37490
- // #endregion
37491
37197
  // #region @import "../overlay/_index.scss"; -> scss/overlay/_index.scss
37492
37198
  // File already imported_once. Skipping output.
37493
37199
  // #endregion
@@ -37558,7 +37264,9 @@ $kendo-drawer-item-padding-x: k-spacing(4) !default;
37558
37264
  $kendo-drawer-item-padding-y: $kendo-padding-md-x !default;
37559
37265
  /// The font size of the Drawer item.
37560
37266
  /// @group drawer
37561
- $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
37562
37270
  $kendo-drawer-item-line-height: var( --kendo-line-height-lg, normal ) !default;
37563
37271
 
37564
37272
  /// The horizontal padding of the Drawer item in each level.
@@ -37926,9 +37634,6 @@ $_kendo-module-meta: (
37926
37634
 
37927
37635
 
37928
37636
  // Dependencies
37929
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
37930
- // File already imported_once. Skipping output.
37931
- // #endregion
37932
37637
  // #region @import "../popup/_index.scss"; -> scss/popup/_index.scss
37933
37638
  // File already imported_once. Skipping output.
37934
37639
  // #endregion
@@ -38152,9 +37857,6 @@ $_kendo-module-meta: (
38152
37857
 
38153
37858
 
38154
37859
  // Dependencies
38155
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
38156
- // File already imported_once. Skipping output.
38157
- // #endregion
38158
37860
  // #region @import "../card/_index.scss"; -> scss/card/_index.scss
38159
37861
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
38160
37862
  // File already imported_once. Skipping output.
@@ -38177,9 +37879,6 @@ $_kendo-module-meta: (
38177
37879
 
38178
37880
 
38179
37881
  // Dependencies
38180
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
38181
- // File already imported_once. Skipping output.
38182
- // #endregion
38183
37882
  // @import "../utils/_flex.scss";
38184
37883
  // @import "../utils/_grid.scss";
38185
37884
  // #region @import "../action-buttons/_index.scss"; -> scss/action-buttons/_index.scss
@@ -38315,7 +38014,7 @@ $kendo-card-title-font-size: var( --kendo-font-size-lg, inherit ) !default;
38315
38014
  $kendo-card-title-font-family: null !default;
38316
38015
  /// The line height of the Card title.
38317
38016
  /// @group card
38318
- $kendo-card-title-line-height: 1.25 !default;
38017
+ $kendo-card-title-line-height: var( --kendo-line-height-sm, normal ) !default;
38319
38018
  /// The font weight of the Card title.
38320
38019
  /// @group card
38321
38020
  $kendo-card-title-font-weight: var( --kendo-font-weight-normal, normal ) !default;
@@ -38334,7 +38033,7 @@ $kendo-card-subtitle-font-size: var( --kendo-font-size-sm, inherit ) !default;
38334
38033
  $kendo-card-subtitle-font-family: null !default;
38335
38034
  /// The line height of the Card subtitle.
38336
38035
  /// @group card
38337
- $kendo-card-subtitle-line-height: normal !default;
38036
+ $kendo-card-subtitle-line-height: var( --kendo-line-height-lg, normal ) !default;
38338
38037
  /// The font weight of the Card subtitle.
38339
38038
  /// @group card
38340
38039
  $kendo-card-subtitle-font-weight: var( --kendo-font-weight-normal, normal ) !default;
@@ -39137,9 +38836,6 @@ $_kendo-module-meta: (
39137
38836
 
39138
38837
 
39139
38838
  // Dependencies
39140
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
39141
- // File already imported_once. Skipping output.
39142
- // #endregion
39143
38839
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
39144
38840
  // File already imported_once. Skipping output.
39145
38841
  // #endregion
@@ -39269,9 +38965,6 @@ $_kendo-module-meta: (
39269
38965
 
39270
38966
 
39271
38967
  // Dependencies
39272
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
39273
- // File already imported_once. Skipping output.
39274
- // #endregion
39275
38968
  // @import "../utils/_position.scss";
39276
38969
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
39277
38970
  // File already imported_once. Skipping output.
@@ -39302,7 +38995,7 @@ $kendo-bottom-nav-font-family: var( --kendo-font-family, inherit ) !default;
39302
38995
  $kendo-bottom-nav-font-size: var( --kendo-font-size, inherit ) !default;
39303
38996
  /// The line height of the BottomNavigation.
39304
38997
  /// @group bottom-navigation
39305
- $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;
39306
38999
  /// The letter spacing of the BottomNavigation.
39307
39000
  /// @group bottom-navigation
39308
39001
  $kendo-bottom-nav-letter-spacing: .2px !default;
@@ -39569,9 +39262,6 @@ $_kendo-module-meta: (
39569
39262
 
39570
39263
 
39571
39264
  // Dependencies
39572
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
39573
- // File already imported_once. Skipping output.
39574
- // #endregion
39575
39265
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
39576
39266
  // File already imported_once. Skipping output.
39577
39267
  // #endregion
@@ -40099,9 +39789,6 @@ $_kendo-module-meta: (
40099
39789
 
40100
39790
 
40101
39791
  // Dependencies
40102
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
40103
- // File already imported_once. Skipping output.
40104
- // #endregion
40105
39792
  // #region @import "../dropdownlist/_index.scss"; -> scss/dropdownlist/_index.scss
40106
39793
  // File already imported_once. Skipping output.
40107
39794
  // #endregion
@@ -40542,9 +40229,6 @@ $_kendo-module-meta: (
40542
40229
 
40543
40230
 
40544
40231
  // Dependencies
40545
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
40546
- // File already imported_once. Skipping output.
40547
- // #endregion
40548
40232
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
40549
40233
  // File already imported_once. Skipping output.
40550
40234
  // #endregion
@@ -40660,7 +40344,7 @@ $kendo-stepper-indicator-hover-border: null !default;
40660
40344
  $kendo-stepper-indicator-disabled-bg: null !default;
40661
40345
  /// The text color of the disabled Stepper indicator.
40662
40346
  /// @group stepper
40663
- $kendo-stepper-indicator-disabled-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), $kendo-disabled-text) !default;
40347
+ $kendo-stepper-indicator-disabled-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), #8f8f8f) !default;
40664
40348
  /// The border color of the disabled Stepper indicator.
40665
40349
  /// @group stepper
40666
40350
  $kendo-stepper-indicator-disabled-border: null !default;
@@ -40739,7 +40423,7 @@ $kendo-stepper-label-error-text: $kendo-color-error !default;
40739
40423
  $kendo-stepper-label-hover-text: if($kendo-enable-color-system, k-color( on-base ), k-try-shade( $kendo-stepper-text, 2 )) !default;
40740
40424
  /// The text color of the disabled Stepper label.
40741
40425
  /// @group stepper
40742
- $kendo-stepper-label-disabled-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), $kendo-disabled-text) !default;
40426
+ $kendo-stepper-label-disabled-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), #8f8f8f) !default;
40743
40427
 
40744
40428
  /// The text color of the optional Stepper label.
40745
40429
  /// @group stepper
@@ -41362,9 +41046,6 @@ $_kendo-module-meta: (
41362
41046
 
41363
41047
 
41364
41048
  // Dependencies
41365
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
41366
- // File already imported_once. Skipping output.
41367
- // #endregion
41368
41049
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
41369
41050
  // File already imported_once. Skipping output.
41370
41051
  // #endregion
@@ -42079,9 +41760,6 @@ $_kendo-module-meta: (
42079
41760
 
42080
41761
 
42081
41762
  // Dependencies
42082
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
42083
- // File already imported_once. Skipping output.
42084
- // #endregion
42085
41763
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
42086
41764
  // File already imported_once. Skipping output.
42087
41765
  // #endregion
@@ -42330,9 +42008,6 @@ $_kendo-module-meta: (
42330
42008
 
42331
42009
 
42332
42010
  // Dependencies
42333
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
42334
- // File already imported_once. Skipping output.
42335
- // #endregion
42336
42011
  // @import "../utils/_display.scss";
42337
42012
  // @import "../utils/_spacer.scss";
42338
42013
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
@@ -42581,6 +42256,144 @@ $kendo-expander-content-padding-y: k-spacing(4) !default;
42581
42256
  @include kendo-expander--styles();
42582
42257
  }
42583
42258
 
42259
+ // #endregion
42260
+ // #region @import "./panel/_index.scss"; -> scss/panel/_index.scss
42261
+ // #region @import "../core/_index.scss"; -> scss/core/_index.scss
42262
+ // File already imported_once. Skipping output.
42263
+ // #endregion
42264
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
42265
+ // File already imported_once. Skipping output.
42266
+ // #endregion
42267
+
42268
+
42269
+ // Module meta
42270
+ $_kendo-module-meta: (
42271
+ name: "panel",
42272
+ dependencies: ()
42273
+ );
42274
+
42275
+
42276
+ // Dependencies
42277
+
42278
+
42279
+ // Component
42280
+ // #region @import "./_variables.scss"; -> scss/panel/_variables.scss
42281
+
42282
+ /// The border radius of the Panel.
42283
+ /// @group panel
42284
+ $kendo-panel-border-radius: k-border-radius(md);
42285
+ /// The width of the border around the Panel.
42286
+ /// @group panel
42287
+ $kendo-panel-border-width: 1px;
42288
+ /// The style of the border around the Panel.
42289
+ /// @group panel
42290
+ $kendo-panel-border-style: solid;
42291
+
42292
+ /// The inline padding of the Panel header.
42293
+ /// @group panel
42294
+ $kendo-panel-header-padding-inline: k-spacing(2);
42295
+ /// The block padding of the Panel header.
42296
+ /// @group panel
42297
+ $kendo-panel-header-padding-block: k-spacing(1);
42298
+
42299
+ /// The inline padding of the Panel content.
42300
+ /// @group panel
42301
+ $kendo-panel-content-padding-inline: k-spacing(2);
42302
+ /// The block padding of the Panel content.
42303
+ /// @group panel
42304
+ $kendo-panel-content-padding-block: k-spacing(1);
42305
+
42306
+ /// The text color of the Panel.
42307
+ /// @group panel
42308
+ $kendo-panel-text: var(--kendo-component-text, #{$kendo-component-text});
42309
+ /// The background color of the Panel.
42310
+ /// @group panel
42311
+ $kendo-panel-bg: var(--kendo-component-bg, #{$kendo-component-bg});
42312
+ /// The color of the border around the Panel.
42313
+ /// @group panel
42314
+ $kendo-panel-border: var(--kendo-component-border, #{$kendo-component-border});
42315
+
42316
+ // #endregion
42317
+ // #region @import "./_layout.scss"; -> scss/panel/_layout.scss
42318
+ @mixin kendo-panel--layout--base() {
42319
+ // Panels
42320
+ .k-block,
42321
+ .k-panel {
42322
+ @include border-radius( $kendo-panel-border-radius );
42323
+ padding: 0;
42324
+ border-width: $kendo-panel-border-width;
42325
+ border-style: $kendo-panel-border-style;
42326
+ box-sizing: border-box;
42327
+
42328
+ > .k-header {
42329
+ @include border-top-radius( $kendo-panel-border-radius );
42330
+ @include fill(
42331
+ var( --kendo-component-text, #{$kendo-component-text} ),
42332
+ var( --kendo-component-bg, #{$kendo-component-bg} ),
42333
+ var( --kendo-component-border, #{$kendo-component-border} )
42334
+ );
42335
+ padding-inline: $kendo-panel-header-padding-inline;
42336
+ padding-block: $kendo-panel-header-padding-block;
42337
+ }
42338
+ > .k-content {
42339
+ padding-inline: $kendo-panel-content-padding-inline;
42340
+ padding-block: $kendo-panel-content-padding-block;
42341
+ }
42342
+ }
42343
+ }
42344
+
42345
+ @mixin kendo-panel--layout() {
42346
+ @include kendo-panel--layout--base();
42347
+ }
42348
+
42349
+ // #endregion
42350
+ // #region @import "./_theme.scss"; -> scss/panel/_theme.scss
42351
+ @mixin kendo-panel--theme--base() {
42352
+ // Panels
42353
+ .k-block,
42354
+ .k-panel {
42355
+ @include fill(
42356
+ $kendo-panel-text,
42357
+ $kendo-panel-bg,
42358
+ $kendo-panel-border
42359
+ );
42360
+ }
42361
+
42362
+ :where(.k-content) {
42363
+ @include fill(
42364
+ $kendo-panel-text,
42365
+ $kendo-panel-bg,
42366
+ $kendo-panel-border
42367
+ );
42368
+ }
42369
+ }
42370
+
42371
+ @mixin kendo-panel--theme() {
42372
+ @include kendo-panel--theme--base();
42373
+ }
42374
+
42375
+ // #endregion
42376
+
42377
+
42378
+ // Register
42379
+ // #region @import "../core/module-system/index.import.scss"; -> scss/core/module-system/index.import.scss
42380
+ // File already imported_once. Skipping output.
42381
+ // #endregion
42382
+ @include module-register( $_kendo-module-meta... );
42383
+
42384
+
42385
+ // Expose
42386
+ @mixin kendo-panel--styles() {
42387
+ @include module-render( "panel" ) {
42388
+ @include kendo-panel--layout();
42389
+ @include kendo-panel--theme();
42390
+ }
42391
+ }
42392
+
42393
+ @if $kendo-auto-bootstrap {
42394
+ @include kendo-panel--styles();
42395
+ }
42396
+
42584
42397
  // #endregion
42585
42398
  // #region @import "./panelbar/_index.scss"; -> scss/panelbar/_index.scss
42586
42399
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
@@ -42602,9 +42415,6 @@ $_kendo-module-meta: (
42602
42415
 
42603
42416
 
42604
42417
  // Dependencies
42605
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
42606
- // File already imported_once. Skipping output.
42607
- // #endregion
42608
42418
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
42609
42419
  // File already imported_once. Skipping output.
42610
42420
  // #endregion
@@ -43292,9 +43102,6 @@ $_kendo-module-meta: (
43292
43102
 
43293
43103
 
43294
43104
  // Dependencies
43295
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
43296
- // File already imported_once. Skipping output.
43297
- // #endregion
43298
43105
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
43299
43106
  // File already imported_once. Skipping output.
43300
43107
  // #endregion
@@ -43647,9 +43454,6 @@ $_kendo-module-meta: (
43647
43454
 
43648
43455
 
43649
43456
  // Dependencies
43650
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
43651
- // File already imported_once. Skipping output.
43652
- // #endregion
43653
43457
  // #region @import "../card/_index.scss"; -> scss/card/_index.scss
43654
43458
  // File already imported_once. Skipping output.
43655
43459
  // #endregion
@@ -44286,9 +44090,6 @@ $_kendo-module-meta: (
44286
44090
 
44287
44091
 
44288
44092
  // Dependencies
44289
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
44290
- // File already imported_once. Skipping output.
44291
- // #endregion
44292
44093
  // #region @import "../adaptive/_index.scss"; -> scss/adaptive/_index.scss
44293
44094
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
44294
44095
  // File already imported_once. Skipping output.
@@ -47332,9 +47133,6 @@ $_kendo-module-meta: (
47332
47133
 
47333
47134
 
47334
47135
  // Dependencies
47335
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
47336
- // File already imported_once. Skipping output.
47337
- // #endregion
47338
47136
  // @import "../utils/_flex.scss";
47339
47137
  // @import "../utils/_grid.scss";
47340
47138
  // #region @import "../pager/_index.scss"; -> scss/pager/_index.scss
@@ -47659,9 +47457,6 @@ $_kendo-module-meta: (
47659
47457
 
47660
47458
 
47661
47459
  // Dependencies
47662
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
47663
- // File already imported_once. Skipping output.
47664
- // #endregion
47665
47460
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
47666
47461
  // File already imported_once. Skipping output.
47667
47462
  // #endregion
@@ -49145,9 +48940,6 @@ $_kendo-module-meta: (
49145
48940
 
49146
48941
 
49147
48942
  // Dependencies
49148
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
49149
- // File already imported_once. Skipping output.
49150
- // #endregion
49151
48943
  // #region @import "../dialog/_index.scss"; -> scss/dialog/_index.scss
49152
48944
  // File already imported_once. Skipping output.
49153
48945
  // #endregion
@@ -50237,9 +50029,6 @@ $_kendo-module-meta: (
50237
50029
 
50238
50030
 
50239
50031
  // Dependencies
50240
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
50241
- // File already imported_once. Skipping output.
50242
- // #endregion
50243
50032
  // @import "../utils/_text.scss";
50244
50033
  // #region @import "../grid/_index.scss"; -> scss/grid/_index.scss
50245
50034
  // File already imported_once. Skipping output.
@@ -50445,9 +50234,6 @@ $_kendo-module-meta: (
50445
50234
 
50446
50235
 
50447
50236
  // Dependencies
50448
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
50449
- // File already imported_once. Skipping output.
50450
- // #endregion
50451
50237
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
50452
50238
  // File already imported_once. Skipping output.
50453
50239
  // #endregion
@@ -50692,9 +50478,6 @@ $_kendo-module-meta: (
50692
50478
 
50693
50479
 
50694
50480
  // Dependencies
50695
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
50696
- // File already imported_once. Skipping output.
50697
- // #endregion
50698
50481
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
50699
50482
  // File already imported_once. Skipping output.
50700
50483
  // #endregion
@@ -51324,9 +51107,6 @@ $_kendo-module-meta: (
51324
51107
 
51325
51108
  // Dependencies
51326
51109
  // @import "../utils/_index.scss";
51327
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
51328
- // File already imported_once. Skipping output.
51329
- // #endregion
51330
51110
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
51331
51111
  // File already imported_once. Skipping output.
51332
51112
  // #endregion
@@ -51917,7 +51697,7 @@ $kendo-taskboard-drag-placeholder-border: $kendo-component-border !default;
51917
51697
  }
51918
51698
 
51919
51699
  &.k-disabled {
51920
- @include disabled( $kendo-disabled-styling );
51700
+ @include disabled( $kendo-disabled-styling... );
51921
51701
  }
51922
51702
  }
51923
51703
 
@@ -51990,9 +51770,6 @@ $_kendo-module-meta: (
51990
51770
 
51991
51771
 
51992
51772
  // Dependencies
51993
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
51994
- // File already imported_once. Skipping output.
51995
- // #endregion
51996
51773
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
51997
51774
  // File already imported_once. Skipping output.
51998
51775
  // #endregion
@@ -52875,9 +52652,6 @@ $_kendo-module-meta: (
52875
52652
 
52876
52653
 
52877
52654
  // Dependencies
52878
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
52879
- // File already imported_once. Skipping output.
52880
- // #endregion
52881
52655
  // #region @import "../toolbar/_index.scss"; -> scss/toolbar/_index.scss
52882
52656
  // File already imported_once. Skipping output.
52883
52657
  // #endregion
@@ -53210,14 +52984,12 @@ $_kendo-module-meta: (
53210
52984
  "treelist",
53211
52985
  "validator",
53212
52986
  "window",
52987
+ "time-marker"
53213
52988
  )
53214
52989
  );
53215
52990
 
53216
52991
 
53217
52992
  // Dependencies
53218
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
53219
- // File already imported_once. Skipping output.
53220
- // #endregion
53221
52993
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
53222
52994
  // File already imported_once. Skipping output.
53223
52995
  // #endregion
@@ -54728,14 +54500,12 @@ $_kendo-module-meta: (
54728
54500
  "dropdown-list",
54729
54501
  "icon",
54730
54502
  "tooltip",
54503
+ "time-marker"
54731
54504
  )
54732
54505
  );
54733
54506
 
54734
54507
 
54735
54508
  // Dependencies
54736
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
54737
- // File already imported_once. Skipping output.
54738
- // #endregion
54739
54509
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
54740
54510
  // File already imported_once. Skipping output.
54741
54511
  // #endregion
@@ -56331,9 +56101,6 @@ $_kendo-module-meta: (
56331
56101
 
56332
56102
 
56333
56103
  // Dependencies
56334
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
56335
- // File already imported_once. Skipping output.
56336
- // #endregion
56337
56104
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
56338
56105
  // File already imported_once. Skipping output.
56339
56106
  // #endregion
@@ -56396,10 +56163,10 @@ $kendo-chat-message-list-spacing: $kendo-chat-item-spacing-y !default;
56396
56163
 
56397
56164
  /// The font size of the Chat timestamp.
56398
56165
  /// @group chat
56399
- $kendo-chat-timestamp-font-size: smaller !default;
56166
+ $kendo-chat-timestamp-font-size: var( --kendo-font-size-sm, inherit ) !default;
56400
56167
  /// The line height of the Chat timestamp.
56401
56168
  /// @group chat
56402
- $kendo-chat-timestamp-line-height: null !default;
56169
+ $kendo-chat-timestamp-line-height: var( --kendo-line-height-lg, normal ) !default;
56403
56170
  /// The text transform of the Chat timestamp.
56404
56171
  /// @group chat
56405
56172
  $kendo-chat-timestamp-transform: uppercase !default;
@@ -56410,6 +56177,20 @@ $kendo-chat-timestamp-text: $kendo-subtle-text !default;
56410
56177
  /// @group chat
56411
56178
  $kendo-chat-timestamp-bg: null !default;
56412
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
+
56413
56194
  /// The horizontal padding of the Chat bubble message.
56414
56195
  /// @group chat
56415
56196
  $kendo-chat-bubble-padding-x: k-spacing(3) !default;
@@ -56421,7 +56202,7 @@ $kendo-chat-bubble-padding-y: k-spacing(2) !default;
56421
56202
  $kendo-chat-bubble-spacing: k-spacing(0.5) !default;
56422
56203
  /// The line height of the Chat bubble message.
56423
56204
  /// @group chat
56424
- $kendo-chat-bubble-line-height: 18px !default;
56205
+ $kendo-chat-bubble-line-height: var( --kendo-line-height, normal ) !default;
56425
56206
 
56426
56207
  /// The border radius of the Chat bubble message.
56427
56208
  /// @group chat
@@ -56657,8 +56438,8 @@ $kendo-chat-quick-reply-hover-border: $kendo-color-primary !default;
56657
56438
  // Message meta
56658
56439
  .k-message-time,
56659
56440
  .k-message-status {
56660
- font-size: smaller;
56661
- line-height: normal;
56441
+ font-size: $kendo-chat-message-meta-font-size;
56442
+ line-height: $kendo-chat-message-meta-line-height;
56662
56443
  white-space: nowrap;
56663
56444
  pointer-events: none;
56664
56445
  position: absolute;
@@ -56740,8 +56521,8 @@ $kendo-chat-quick-reply-hover-border: $kendo-color-primary !default;
56740
56521
  // Author
56741
56522
  .k-author {
56742
56523
  margin: 0;
56743
- font-size: smaller;
56744
- line-height: normal;
56524
+ font-size: $kendo-chat-author-font-size;
56525
+ line-height: $kendo-chat-author-line-height;
56745
56526
  }
56746
56527
  .k-chat .k-author {
56747
56528
  margin: 0; // Duplicate styles because of typography module
@@ -57152,9 +56933,6 @@ $_kendo-module-meta: (
57152
56933
 
57153
56934
 
57154
56935
  // Dependencies
57155
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
57156
- // File already imported_once. Skipping output.
57157
- // #endregion
57158
56936
  // #region @import "../slider/_index.scss"; -> scss/slider/_index.scss
57159
56937
  // File already imported_once. Skipping output.
57160
56938
  // #endregion
@@ -57366,9 +57144,6 @@ $_kendo-module-meta: (
57366
57144
 
57367
57145
 
57368
57146
  // Dependencies
57369
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
57370
- // File already imported_once. Skipping output.
57371
- // #endregion
57372
57147
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
57373
57148
  // File already imported_once. Skipping output.
57374
57149
  // #endregion
@@ -58121,9 +57896,6 @@ $_kendo-module-meta: (
58121
57896
 
58122
57897
 
58123
57898
  // Dependencies
58124
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
58125
- // File already imported_once. Skipping output.
58126
- // #endregion
58127
57899
  // @import "../utils/_index.scss";
58128
57900
  // #region @import "../combobox/_index.scss"; -> scss/combobox/_index.scss
58129
57901
  // File already imported_once. Skipping output.
@@ -58539,9 +58311,6 @@ $_kendo-module-meta: (
58539
58311
 
58540
58312
 
58541
58313
  // Dependencies
58542
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
58543
- // File already imported_once. Skipping output.
58544
- // #endregion
58545
58314
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
58546
58315
  // File already imported_once. Skipping output.
58547
58316
  // #endregion
@@ -58699,9 +58468,6 @@ $_kendo-module-meta: (
58699
58468
 
58700
58469
 
58701
58470
  // Dependencies
58702
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
58703
- // File already imported_once. Skipping output.
58704
- // #endregion
58705
58471
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
58706
58472
  // File already imported_once. Skipping output.
58707
58473
  // #endregion
@@ -59110,13 +58876,6 @@ $_kendo-module-meta: (
59110
58876
  dependencies: ()
59111
58877
  );
59112
58878
 
59113
-
59114
- // Dependencies
59115
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
59116
- // File already imported_once. Skipping output.
59117
- // #endregion
59118
-
59119
-
59120
58879
  // Component
59121
58880
  // #region @import "./_variables.scss"; -> scss/prompt/_variables.scss
59122
58881
  // Prompt
@@ -59350,9 +59109,6 @@ $_kendo-module-meta: (
59350
59109
 
59351
59110
 
59352
59111
  // Dependencies
59353
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
59354
- // File already imported_once. Skipping output.
59355
- // #endregion
59356
59112
  // #region @import "../popup/_index.scss"; -> scss/popup/_index.scss
59357
59113
  // File already imported_once. Skipping output.
59358
59114
  // #endregion
@@ -60197,9 +59953,6 @@ $_kendo-module-meta: (
60197
59953
 
60198
59954
 
60199
59955
  // Dependencies
60200
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
60201
- // File already imported_once. Skipping output.
60202
- // #endregion
60203
59956
  // @import "../utils/_position.scss";
60204
59957
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
60205
59958
  // File already imported_once. Skipping output.
@@ -60478,9 +60231,6 @@ $_kendo-module-meta: (
60478
60231
 
60479
60232
  // Dependencies
60480
60233
  // @import "../utils/_index.scss";
60481
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
60482
- // File already imported_once. Skipping output.
60483
- // #endregion
60484
60234
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
60485
60235
  // File already imported_once. Skipping output.
60486
60236
  // #endregion
@@ -61100,6 +60850,7 @@ $kendo-signature-maximized-line-width: 3px !default;
61100
60850
  @include kendo-loader--styles();
61101
60851
  @include kendo-skeleton--styles();
61102
60852
  @include kendo-tooltip--styles();
60853
+ @include kendo-time-marker--styles();
61103
60854
 
61104
60855
 
61105
60856
  // Form helpers