@progress/kendo-theme-classic 8.1.0-dev.0 → 8.1.0-dev.1

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 (137) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/all.scss +1018 -1271
  3. package/dist/classic-green-dark.css +1 -1
  4. package/dist/classic-green.css +1 -1
  5. package/dist/classic-lavender-dark.css +1 -1
  6. package/dist/classic-lavender.css +1 -1
  7. package/dist/classic-main-dark.css +1 -1
  8. package/dist/classic-main.css +1 -1
  9. package/dist/classic-metro-dark.css +1 -1
  10. package/dist/classic-metro.css +1 -1
  11. package/dist/classic-moonlight.css +1 -1
  12. package/dist/classic-opal-dark.css +1 -1
  13. package/dist/classic-opal.css +1 -1
  14. package/dist/classic-silver-dark.css +1 -1
  15. package/dist/classic-silver.css +1 -1
  16. package/dist/classic-uniform.css +1 -1
  17. package/dist/meta/sassdoc-data.json +1066 -136
  18. package/dist/meta/sassdoc-raw-data.json +500 -75
  19. package/dist/meta/variables.json +89 -34
  20. package/lib/swatches/classic-green-dark.json +1 -1
  21. package/lib/swatches/classic-green.json +1 -1
  22. package/lib/swatches/classic-lavender-dark.json +1 -1
  23. package/lib/swatches/classic-lavender.json +1 -1
  24. package/lib/swatches/classic-main-dark.json +1 -1
  25. package/lib/swatches/classic-main.json +1 -1
  26. package/lib/swatches/classic-metro-dark.json +1 -1
  27. package/lib/swatches/classic-metro.json +1 -1
  28. package/lib/swatches/classic-moonlight.json +1 -1
  29. package/lib/swatches/classic-opal-dark.json +1 -1
  30. package/lib/swatches/classic-opal.json +1 -1
  31. package/lib/swatches/classic-silver-dark.json +1 -1
  32. package/lib/swatches/classic-silver.json +1 -1
  33. package/lib/swatches/classic-uniform.json +1 -1
  34. package/package.json +5 -5
  35. package/scss/_variables.scss +2 -16
  36. package/scss/action-buttons/_index.scss +0 -1
  37. package/scss/action-sheet/_index.scss +0 -1
  38. package/scss/appbar/_index.scss +0 -1
  39. package/scss/autocomplete/_index.scss +0 -1
  40. package/scss/avatar/_index.scss +0 -1
  41. package/scss/bottom-navigation/_index.scss +0 -1
  42. package/scss/breadcrumb/_index.scss +0 -1
  43. package/scss/calendar/_index.scss +0 -1
  44. package/scss/captcha/_index.scss +0 -1
  45. package/scss/card/_index.scss +0 -1
  46. package/scss/chat/_index.scss +0 -1
  47. package/scss/coloreditor/_index.scss +0 -1
  48. package/scss/colorgradient/_index.scss +0 -1
  49. package/scss/colorpalette/_index.scss +0 -1
  50. package/scss/combobox/_index.scss +0 -1
  51. package/scss/core/color-system/_swatch-legacy.scss +13 -1
  52. package/scss/core/color-system/_swatch.scss +0 -3
  53. package/scss/dataviz/_index.scss +0 -1
  54. package/scss/daterangepicker/_index.scss +0 -1
  55. package/scss/dialog/_index.scss +0 -1
  56. package/scss/drawer/_index.scss +0 -1
  57. package/scss/dropdowngrid/_index.scss +0 -1
  58. package/scss/dropdownlist/_index.scss +0 -1
  59. package/scss/dropdowntree/_index.scss +0 -1
  60. package/scss/dropzone/_index.scss +0 -1
  61. package/scss/editor/_index.scss +0 -1
  62. package/scss/expansion-panel/_index.scss +0 -1
  63. package/scss/fab/_index.scss +0 -1
  64. package/scss/filemanager/_index.scss +0 -1
  65. package/scss/filter/_index.scss +0 -1
  66. package/scss/floating-label/_index.scss +0 -1
  67. package/scss/forms/_index.scss +0 -1
  68. package/scss/gantt/_index.scss +1 -1
  69. package/scss/grid/_index.scss +0 -1
  70. package/scss/imageeditor/_index.scss +0 -1
  71. package/scss/index.scss +3 -1
  72. package/scss/input/_index.scss +0 -1
  73. package/scss/list/_index.scss +0 -1
  74. package/scss/listbox/_index.scss +0 -1
  75. package/scss/listgroup/_index.scss +0 -1
  76. package/scss/listview/_index.scss +0 -1
  77. package/scss/loader/_index.scss +0 -1
  78. package/scss/loader/_layout.scss +1 -0
  79. package/scss/loader/_variables.scss +3 -0
  80. package/scss/map/_index.scss +0 -1
  81. package/scss/maskedtextbox/_index.scss +0 -1
  82. package/scss/mediaplayer/_index.scss +0 -1
  83. package/scss/menu/_index.scss +0 -1
  84. package/scss/messagebox/_index.scss +0 -1
  85. package/scss/multiselect/_index.scss +0 -1
  86. package/scss/notification/_index.scss +0 -1
  87. package/scss/numerictextbox/_index.scss +0 -1
  88. package/scss/orgchart/_index.scss +0 -1
  89. package/scss/pager/_index.scss +0 -1
  90. package/scss/panel/_index.scss +36 -0
  91. package/scss/panel/_layout.scss +5 -0
  92. package/scss/panel/_theme.scss +5 -0
  93. package/scss/panel/_variables.scss +34 -0
  94. package/scss/panelbar/_index.scss +0 -1
  95. package/scss/pdf-viewer/_index.scss +0 -1
  96. package/scss/pivotgrid/_index.scss +0 -1
  97. package/scss/popover/_index.scss +0 -1
  98. package/scss/popup/_index.scss +0 -1
  99. package/scss/progressbar/_index.scss +0 -1
  100. package/scss/prompt/_index.scss +0 -4
  101. package/scss/rating/_index.scss +0 -1
  102. package/scss/responsivepanel/_index.scss +0 -1
  103. package/scss/ripple/_index.scss +0 -1
  104. package/scss/scheduler/_index.scss +1 -1
  105. package/scss/scroller/_index.scss +0 -1
  106. package/scss/scrollview/_index.scss +0 -1
  107. package/scss/slider/_index.scss +0 -1
  108. package/scss/splitter/_index.scss +0 -1
  109. package/scss/spreadsheet/_index.scss +0 -1
  110. package/scss/stepper/_index.scss +0 -1
  111. package/scss/stepper/_variables.scss +2 -2
  112. package/scss/switch/_index.scss +0 -1
  113. package/scss/table/_index.scss +0 -1
  114. package/scss/tabstrip/_index.scss +0 -1
  115. package/scss/taskboard/_index.scss +0 -1
  116. package/scss/textarea/_index.scss +0 -1
  117. package/scss/textbox/_index.scss +0 -1
  118. package/scss/tilelayout/_index.scss +0 -1
  119. package/scss/time-marker/_index.scss +32 -0
  120. package/scss/time-marker/_layout.scss +5 -0
  121. package/scss/time-marker/_theme.scss +6 -0
  122. package/scss/time-marker/_variables.scss +6 -0
  123. package/scss/timeline/_index.scss +0 -1
  124. package/scss/toolbar/_index.scss +0 -1
  125. package/scss/tooltip/_index.scss +0 -1
  126. package/scss/treelist/_index.scss +0 -1
  127. package/scss/treeview/_index.scss +0 -1
  128. package/scss/upload/_index.scss +0 -1
  129. package/scss/validator/_index.scss +0 -1
  130. package/scss/window/_index.scss +0 -1
  131. package/scss/wizard/_index.scss +0 -1
  132. package/scss/common/_animations.scss +0 -1
  133. package/scss/common/_base.scss +0 -1
  134. package/scss/common/_index.scss +0 -5
  135. package/scss/common/_indicators.scss +0 -1
  136. package/scss/common/_resizing.scss +0 -1
  137. package/scss/common/_scrollbar.scss +0 -1
package/dist/all.scss CHANGED
@@ -2824,9 +2824,6 @@ $kendo-selected-hover-border: $kendo-selected-border !default;
2824
2824
  /// The gradient of selected and hovered items.
2825
2825
  $kendo-selected-hover-gradient: $kendo-selected-gradient !default;
2826
2826
 
2827
- /// Text color of disabled items.
2828
- $kendo-disabled-text: #8d8d8d !default;
2829
-
2830
2827
  // Generic styles
2831
2828
 
2832
2829
  /// Background color of the component header.
@@ -3131,6 +3128,8 @@ $kendo-use-input-spinner-icon-offset: false !default;
3131
3128
 
3132
3129
  $kendo-auto-bootstrap: true !default;
3133
3130
 
3131
+ $kendo-nested-disabled: true !default;
3132
+
3134
3133
  // Icons
3135
3134
  $kendo-icon-size: 16px !default;
3136
3135
 
@@ -3144,7 +3143,6 @@ $kendo-icon-size-xxxl: calc( #{$kendo-icon-size} * 3 ) !default;
3144
3143
 
3145
3144
  $kendo-zindex-popup: 1 !default;
3146
3145
  $kendo-zindex-window: 2 !default;
3147
- $kendo-zindex-loading: 100 !default;
3148
3146
 
3149
3147
 
3150
3148
  // Color settings
@@ -3154,21 +3152,6 @@ $kendo-focus-shadow: inset 0 0 0 2px rgba( black, .13 ) !default;
3154
3152
 
3155
3153
  $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;
3156
3154
 
3157
-
3158
- // Disabled mixin variables
3159
- $kendo-disabled-filter: grayscale(.1) !default;
3160
- $kendo-disabled-opacity: .6 !default;
3161
-
3162
- $kendo-disabled-styling: (
3163
- opacity: $kendo-disabled-opacity,
3164
- filter: $kendo-disabled-filter
3165
- ) !default;
3166
-
3167
-
3168
- // Loading
3169
- $kendo-loading-opacity: .3 !default;
3170
- $kendo-zindex-loading: 100 !default;
3171
-
3172
3155
  // #endregion
3173
3156
 
3174
3157
  // Spacing
@@ -4716,13 +4699,26 @@ $kendo-invalid-border: null !default;
4716
4699
  $kendo-invalid-shadow: null !default;
4717
4700
 
4718
4701
  // Disabled Styling
4702
+
4703
+ /// The background color of disabled items.
4719
4704
  $kendo-disabled-bg: null !default;
4705
+ /// The text color of disabled items.
4720
4706
  $kendo-disabled-text: null !default;
4707
+ /// The border color of disabled items.
4721
4708
  $kendo-disabled-border: null !default;
4709
+ /// The opacity of disabled items.
4710
+ $kendo-disabled-opacity: null !default;
4711
+ /// The filter of disabled items.
4712
+ $kendo-disabled-filter: null !default;
4713
+
4714
+ $kendo-disabled-styling: (
4715
+ bg: $kendo-disabled-bg,
4716
+ color: $kendo-disabled-text,
4717
+ border: $kendo-disabled-border,
4718
+ opacity: $kendo-disabled-opacity,
4719
+ filter: $kendo-disabled-filter
4720
+ ) !default;
4722
4721
 
4723
- // Loading
4724
- $kendo-loading-bg: null !default;
4725
- $kendo-loading-text: null !default;
4726
4722
 
4727
4723
  $kendo-palettes: () !default;
4728
4724
  $kendo-theme-colors: () !default;
@@ -4850,21 +4846,15 @@ $_kendo-data-uris: () !default;
4850
4846
  // #endregion
4851
4847
  // #region @import "./_disabled.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/mixins/_disabled.scss
4852
4848
  // Disabled
4853
- @mixin disabled( $kendo-disabled-styling ) {
4854
- outline: none;
4855
- cursor: default;
4856
- opacity: k-map-get($kendo-disabled-styling, opacity);
4857
- filter: k-map-get($kendo-disabled-styling, filter);
4858
- pointer-events: none;
4859
- box-shadow: none;
4860
- }
4861
4849
 
4862
- @mixin disabled-color( $color: null, $bg: null, $border: null ) {
4850
+ @mixin disabled( $color: null, $bg: null, $border: null, $opacity: null, $filter: null ) {
4863
4851
  outline: none;
4864
4852
  cursor: default;
4865
- background-color: $bg;
4866
4853
  color: $color;
4854
+ background-color: $bg;
4867
4855
  border-color: $border;
4856
+ opacity: $opacity;
4857
+ filter: $filter;
4868
4858
  pointer-events: none;
4869
4859
  box-shadow: none;
4870
4860
  }
@@ -5036,6 +5026,7 @@ $kendo-components: (
5036
5026
  "loader",
5037
5027
  "skeleton",
5038
5028
  "tooltip",
5029
+ "time-marker",
5039
5030
 
5040
5031
  // Native forms
5041
5032
  "button",
@@ -5112,6 +5103,7 @@ $kendo-components: (
5112
5103
  // Layout & containers
5113
5104
  "card",
5114
5105
  "expander",
5106
+ "panel",
5115
5107
  "panelbar",
5116
5108
  "splitter",
5117
5109
  "tile-layout",
@@ -5355,7 +5347,8 @@ $_kendo-dependencies: (
5355
5347
  "splitter",
5356
5348
  "treelist",
5357
5349
  "validator",
5358
- "window"
5350
+ "window",
5351
+ "time-marker"
5359
5352
  ),
5360
5353
  grid: (
5361
5354
  "actions",
@@ -5454,6 +5447,7 @@ $_kendo-dependencies: (
5454
5447
  "list",
5455
5448
  "toolbar"
5456
5449
  ),
5450
+ panel: (),
5457
5451
  panelbar: (
5458
5452
  "icon"
5459
5453
  ),
@@ -5495,7 +5489,8 @@ $_kendo-dependencies: (
5495
5489
  "dialog",
5496
5490
  "dropdown-list",
5497
5491
  "toolbar",
5498
- "tooltip"
5492
+ "tooltip",
5493
+ "time-marker"
5499
5494
  ),
5500
5495
  scroller: (),
5501
5496
  scrollview: (
@@ -5567,6 +5562,7 @@ $_kendo-dependencies: (
5567
5562
  tile-layout: (
5568
5563
  "card"
5569
5564
  ),
5565
+ time-marker: (),
5570
5566
  time-duration-picker: (
5571
5567
  "button",
5572
5568
  "icon",
@@ -5712,924 +5708,10 @@ $_imported: () !default;
5712
5708
  }
5713
5709
 
5714
5710
  // #endregion
5715
- // #region @import "./_asp-fallback.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_asp-fallback.scss
5716
- @mixin kendo-core--styles--asp-fallback() {
5717
-
5718
- .k-theme-test-class,
5719
- .k-common-test-class {
5720
- opacity: 0;
5721
- }
5722
-
5723
- }
5724
-
5725
- // #endregion
5726
- // #region @import "./_layout.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_layout.scss
5727
- @mixin kendo-core--styles--layout() {
5728
- // Basic layout
5729
- .k-hstack {
5730
- display: flex;
5731
- flex-flow: row nowrap;
5732
- }
5733
- .k-vstack {
5734
- display: flex;
5735
- flex-flow: column nowrap;
5736
- }
5737
-
5738
- // Spacer
5739
- .k-spacer {
5740
- flex: 1 1 auto;
5741
- }
5742
- .k-spacer-sized {
5743
- flex: none;
5744
- }
5745
-
5746
-
5747
- // Float wrap
5748
- .k-float-wrap::after {
5749
- content: "";
5750
- display: block;
5751
- clear: both;
5752
- }
5753
-
5754
-
5755
- // Stack layout
5756
- .k-stack-layout {}
5757
-
5758
-
5759
- // Flex layout
5760
- .k-flex-layout {
5761
- display: flex;
5762
- }
5763
-
5764
-
5765
- // Grid layout
5766
- .k-grid-layout {
5767
- display: grid;
5768
- }
5769
-
5770
-
5771
- // Separator
5772
- .k-separator {
5773
- width: auto;
5774
- height: 0;
5775
- border-width: 1px 0 0;
5776
- border-style: solid;
5777
- border-color: inherit;
5778
- display: block;
5779
- flex-grow: 0 !important; // stylelint-disable-line declaration-no-important
5780
- flex-shrink: 0 !important; // stylelint-disable-line declaration-no-important
5781
- align-self: stretch;
5782
- }
5783
- .k-separator-horizontal,
5784
- .k-vstack > .k-separator {
5785
- width: auto;
5786
- height: 0;
5787
- border-width: 1px 0 0;
5788
- }
5789
- .k-separator-vertical,
5790
- .k-hstack > .k-separator {
5791
- width: 0;
5792
- height: auto;
5793
- border-width: 0 0 0 1px;
5794
- }
5795
-
5796
- hr.k-separator {
5797
- margin: 0;
5798
- padding: 0;
5799
- }
5800
-
5801
-
5802
- // Hidden
5803
- .k-hidden {
5804
- display: none !important; // stylelint-disable-line declaration-no-important
5805
- }
5806
-
5807
-
5808
- // RTL
5809
- .k-rtl {
5810
- direction: rtl;
5811
- }
5812
-
5813
-
5814
- // Legacy aliases
5815
- .k-hbox { @extend .k-hstack !optional; }
5816
- .k-vbox { @extend .k-vstack !optional; }
5817
- .k-floatwrap { @extend .k-float-wrap !optional; }
5818
- .k-flex { @extend .k-spacer !optional; }
5819
-
5820
- }
5821
-
5822
- // #endregion
5823
- // #region @import "./_normalize.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_normalize.scss
5824
- @mixin kendo-core--styles--normalize() {
5825
-
5826
- // Hidden attribute
5827
- [hidden] {
5828
- display: none !important; // stylelint-disable-line declaration-no-important
5829
- }
5830
-
5831
-
5832
- // Hide script tags
5833
- // see https://github.com/telerik/kendo-themes/issues/2360
5834
- script {
5835
- display: none !important; // stylelint-disable-line declaration-no-important
5836
- }
5837
-
5838
- }
5839
-
5840
- // #endregion
5841
- // #region @import "./_base.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_base.scss
5842
- @mixin kendo-core--styles--base() {
5843
- // Disabled state
5844
- .k-disabled,
5845
- .k-widget[disabled],
5846
- .k-disabled {
5847
- @include disabled-color(
5848
- $color: var( --kendo-disabled-text, inherit ),
5849
- $border: var( --kendo-disabled-border, inherit )
5850
- );
5851
-
5852
- .k-link {
5853
- cursor: default;
5854
- outline: 0;
5855
- }
5856
- }
5857
-
5858
- // Horizontal line
5859
- .k-hr {
5860
- margin-block: k-spacing(4);
5861
- padding: 0;
5862
- height: 0;
5863
- border-width: 1px 0 0;
5864
- border-style: solid;
5865
- border-color: var( --kendo-component-border, inherit );
5866
- display: block;
5867
- float: none;
5868
- clear: both;
5869
- }
5870
-
5871
- // Horizontal rule
5872
- .k-d-flex-row > .k-hr {
5873
- margin: 0;
5874
- width: 0;
5875
- height: auto;
5876
- border-width: 0 0 0 1px;
5877
- flex: 0 0 auto;
5878
- }
5879
-
5880
- // Vertical rule
5881
- .k-d-flex-col > .k-hr {
5882
- margin: 0;
5883
- flex: 0 0 auto;
5884
- }
5885
-
5886
- .k-sprite {
5887
- display: inline-block;
5888
- width: 1rem;
5889
- height: 1rem;
5890
- overflow: hidden;
5891
- background-repeat: no-repeat;
5892
- font-size: 0;
5893
- line-height: 0;
5894
- text-align: center;
5895
- }
5896
-
5897
- .k-image {
5898
- display: inline-block;
5899
- }
5900
-
5901
- // Layout
5902
- .k-reset {
5903
- margin: 0;
5904
- padding: 0;
5905
- border-width: 0;
5906
- outline: 0;
5907
- text-decoration: none;
5908
- font: inherit;
5909
- list-style: none;
5910
- }
5911
-
5912
- kendo-sortable {
5913
- display: block;
5914
- }
5915
-
5916
-
5917
- // Links
5918
- .k-link,
5919
- .k-link:hover {
5920
- color: inherit;
5921
- text-decoration: none;
5922
- outline: 0;
5923
- cursor: pointer;
5924
- }
5925
-
5926
- // Outline
5927
- .k-content {
5928
- outline: 0;
5929
- }
5930
-
5931
- // Centering
5932
- .k-centered {
5933
- position: absolute;
5934
- top: 50%;
5935
- left: 50%;
5936
- transform: translate(-50%, -50%);
5937
- }
5938
-
5939
- // Disable mouse events
5940
- .k-no-click {
5941
- pointer-events: none;
5942
- }
5943
-
5944
- // Off-screen container used during PDF export
5945
- .k-pdf-export-shadow {
5946
- position: absolute;
5947
- overflow: hidden;
5948
- left: -15000px;
5949
- width: 14400px;
5950
- }
5951
-
5952
- // PDF export icons fix
5953
- .kendo-pdf-hide-pseudo-elements::before,
5954
- .kendo-pdf-hide-pseudo-elements::after {
5955
- display: none !important; // stylelint-disable-line declaration-no-important
5956
- }
5957
-
5958
- // Dirty indicator
5959
- .k-dirty {
5960
- margin: 0;
5961
- padding: 0;
5962
- width: 0;
5963
- height: 0;
5964
- border-width: 3px;
5965
- border-style: solid;
5966
- border-block-start-color: currentColor;
5967
- border-block-end-color: transparent;
5968
- border-inline-start-color: transparent;
5969
- border-inline-end-color: currentColor;
5970
- position: absolute;
5971
- inset-block-start: 0;
5972
- inset-inline-end: 0;
5973
- }
5974
- }
5975
-
5976
- // #endregion
5977
- // #region @import "./_loading.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_loading.scss
5978
- @mixin kendo-core--styles--loading() {
5979
- // Loading mask
5980
- .k-loading-mask,
5981
- .k-loading-image,
5982
- .k-loading-color {
5983
- width: 100%;
5984
- height: 100%;
5985
- box-sizing: border-box;
5986
- position: absolute;
5987
- top: 0;
5988
- left: 0;
5989
-
5990
- *,
5991
- *::before,
5992
- *::after,
5993
- &::before,
5994
- &::after {
5995
- box-sizing: border-box;
5996
- }
5997
- }
5998
-
5999
- .k-loading-mask {
6000
- z-index: $kendo-zindex-loading;
6001
-
6002
- &.k-opaque {
6003
- .k-loading-color {
6004
- opacity: 1;
6005
- }
6006
- }
6007
- }
6008
- .k-loading-text {
6009
- text-indent: -4000px;
6010
- text-align: center;
6011
- position: absolute;
6012
- color: $kendo-loading-text;
6013
- }
6014
- .k-loading-image {
6015
- z-index: 2;
6016
- color: $kendo-loading-text;
6017
- }
6018
- .k-loading-color {
6019
- background-color: $kendo-loading-bg;
6020
- opacity: $kendo-loading-opacity;
6021
- }
6022
-
6023
- // Loading indicator
6024
- .k-i-loading {
6025
- width: 1em;
6026
- height: 1em;
6027
- line-height: 1;
6028
- display: inline-flex;
6029
- flex-flow: row nowrap;
6030
- align-items: center;
6031
- justify-content: center;
6032
- vertical-align: middle;
6033
- position: relative;
6034
- background-color: transparent;
6035
- box-sizing: border-box;
6036
- color: $kendo-loading-text;
6037
-
6038
- &::before,
6039
- &::after {
6040
- box-sizing: border-box;
6041
- }
6042
- }
6043
-
6044
- .k-i-loading::before,
6045
- .k-i-loading::after,
6046
- .k-loading-image::before,
6047
- .k-loading-image::after {
6048
- position: absolute;
6049
- top: 50%;
6050
- left: 50%;
6051
- display: inline-block;
6052
- content: "";
6053
- box-sizing: inherit;
6054
- border-radius: 50%;
6055
- border-width: .05em;
6056
- border-style: solid;
6057
- border-color: currentColor;
6058
- border-top-color: transparent;
6059
- border-bottom-color: transparent;
6060
- background-color: transparent;
6061
- }
6062
-
6063
- .k-icon.k-i-loading::before,
6064
- .k-icon.k-i-loading::after {
6065
- content: "";
6066
- }
6067
-
6068
- .k-i-loading::before,
6069
- .k-loading-image::before {
6070
- margin-top: -.5em;
6071
- margin-left: -.5em;
6072
- width: 1em;
6073
- height: 1em;
6074
- animation: k-loading-animation .7s linear infinite;
6075
- }
6076
-
6077
- .k-i-loading::after,
6078
- .k-loading-image::after {
6079
- margin-top: -.25em;
6080
- margin-left: -.25em;
6081
- width: .5em;
6082
- height: .5em;
6083
- animation: k-loading-animation reverse 1.4s linear infinite;
6084
- }
6085
-
6086
- .k-loading-image::before,
6087
- .k-loading-image::after {
6088
- content: "";
6089
- // See https://github.com/telerik/kendo-themes/issues/1925
6090
- border-width: 1px; // TODO: Remove once we drop IE support
6091
- border-width: clamp( .015em, 1px, 1px );
6092
- font-size: 4em;
6093
- }
6094
-
6095
- // Loading animation
6096
- @keyframes k-loading-animation {
6097
- 0% {
6098
- transform: rotate(0deg);
6099
- }
6100
- 100% {
6101
- transform: rotate(360deg);
6102
- }
6103
- }
6104
- }
6105
-
6106
- // #endregion
6107
- // #region @import "./_selection.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_selection.scss
6108
- @mixin kendo-core--styles--selection() {
6109
- .k-marquee {
6110
- position: absolute;
6111
- z-index: 100000;
6112
- }
6113
-
6114
- .k-marquee-color,
6115
- .k-marquee-text {
6116
- position: absolute;
6117
- top: 0;
6118
- left: 0;
6119
- width: 100%;
6120
- height: 100%;
6121
- }
6122
-
6123
- .k-marquee-color {
6124
- color: $kendo-selected-text;
6125
- background-color: k-get-theme-color-var( primary-60, #{$kendo-selected-bg} );
6126
- border-color: k-get-theme-color-var( primary-100, #{$kendo-selected-border} );
6127
- opacity: .6;
6128
- }
6129
- .k-marquee-text {
6130
- color: $kendo-selected-text;
6131
- }
6132
- }
6133
- // #endregion
6134
- // #region @import "./_colors.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_colors.scss
6135
- @mixin kendo-core--styles--colors() {
6136
- @if ($kendo-enable-color-system) {
6137
- @include color-system--styles();
6138
- }
6139
- }
6140
-
6141
- // #endregion
6142
-
6143
- @mixin kendo-core--styles() {
6144
- @include kendo-core--styles--colors();
6145
- @include kendo-core--styles--accessibility();
6146
- @include kendo-core--styles--asp-fallback();
6147
- @include kendo-core--styles--layout();
6148
- @include kendo-core--styles--normalize();
6149
- @include kendo-core--styles--base();
6150
- @include kendo-core--styles--loading();
6151
- @include kendo-core--styles--selection();
6152
- }
6153
-
6154
- // #endregion
6155
- // #region @import "./elevation/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/elevation/index.import.scss
6156
- // #region @import "../functions/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/functions/index.import.scss
6157
- // File already imported_once. Skipping output.
6158
- // #endregion
6159
-
6160
- $_default-elevation: (
6161
- 1: (
6162
- 0 2px 3px rgba(0, 0, 0, .04),
6163
- 0 4px 16px rgba(0, 0, 0, .12)
6164
- ),
6165
- 2: (
6166
- 0 4px 6px rgba(0, 0, 0, .06),
6167
- 0 4px 16px rgba(0, 0, 0, .12)
6168
- ),
6169
- 3: (
6170
- 0 6px 8px rgba(0, 0, 0, .08),
6171
- 0 4px 16px rgba(0, 0, 0, .12)
6172
- ),
6173
- 4: (
6174
- 0 8px 10px rgba(0, 0, 0, .12),
6175
- 0 4px 16px rgba(0, 0, 0, .12)
6176
- ),
6177
- 5: (
6178
- 0 10px 12px rgba(0, 0, 0, .16),
6179
- 0 4px 16px rgba(0, 0, 0, .12)
6180
- ),
6181
- 6: (
6182
- 0 12px 14px rgba(0, 0, 0, .2),
6183
- 0 4px 16px rgba(0, 0, 0, .12)
6184
- ),
6185
- 7: (
6186
- 0 14px 16px rgba(0, 0, 0, .24),
6187
- 0 4px 16px rgba(0, 0, 0, .12)
6188
- ),
6189
- 8: (
6190
- 0 16px 18px rgba(0, 0, 0, .28),
6191
- 0 4px 16px rgba(0, 0, 0, .12)
6192
- ),
6193
- 9: (
6194
- 0 32px 34px rgba(0, 0, 0, .32),
6195
- 0 4px 16px rgba(0, 0, 0, .12)
6196
- )
6197
- ) !default;
6198
-
6199
- /// The global default Elevation map.
6200
- /// @group elevation
6201
- $kendo-elevation: $_default-elevation !default;
6202
-
6203
- $kendo-elevation: k-map-merge($_default-elevation, $kendo-elevation);
6204
-
6205
- @function k-shadow-filter($shadow) {
6206
- $result: '';
6207
- @each $value in $shadow {
6208
- $result: $result + "drop-shadow(" + $value + ") ";
6209
- }
6210
- @return #{$result};
6211
- }
6212
-
6213
- @function k-elevation($level) {
6214
- @return var(--kendo-elevation-#{$level}, k-map-get($kendo-elevation, $level));
6215
- }
6216
-
6217
-
6218
- @mixin kendo-elevation--styles() {
6219
- :root {
6220
- @each $level, $shadow in $kendo-elevation {
6221
- --kendo-elevation-#{$level}: #{$shadow};
6222
- }
6223
- }
6224
- }
6225
-
6226
- // #endregion
6227
- // #region @import "./typography/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/typography/index.import.scss
6228
- // File already imported_once. Skipping output.
6229
- // #endregion
6230
- // #region @import "./spacing/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/spacing/index.import.scss
6231
- // File already imported_once. Skipping output.
6232
- // #endregion
6233
- // #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
6234
- /// The none border radius used across the Components.
6235
- /// @group radii
6236
- $kendo-border-radius-none: k-map-get($kendo-spacing, 0) !default;
6237
- /// The extra small border radius used across the Components.
6238
- /// @group radii
6239
- $kendo-border-radius-xs: k-map-get($kendo-spacing, 1px) !default;
6240
- /// The small border radius used across the Components.
6241
- /// @group radii
6242
- $kendo-border-radius-sm: k-map-get($kendo-spacing, 0.5) !default;
6243
- /// The medium border radius used across the Components.
6244
- /// @group radii
6245
- $kendo-border-radius-md: k-map-get($kendo-spacing, 1) !default;
6246
- /// The large border radius used across the Components.
6247
- /// @group radii
6248
- $kendo-border-radius-lg: k-map-get($kendo-spacing, 1.5) !default;
6249
- /// The extra large border radius used across the Components.
6250
- /// @group radii
6251
- $kendo-border-radius-xl: k-map-get($kendo-spacing, 2) !default;
6252
- /// The third largest border radius used across the Components.
6253
- /// @group radii
6254
- $kendo-border-radius-xxl: k-map-get($kendo-spacing, 3) !default;
6255
- /// The second largest border radius used across the Components.
6256
- /// @group radii
6257
- $kendo-border-radius-xxxl: k-map-get($kendo-spacing, 4) !default;
6258
- /// The largest border radius used across the Components.
6259
- /// @group radii
6260
- $kendo-border-radius-full: 9999px !default;
6261
-
6262
-
6263
- $_default-border-radii: (
6264
- none: $kendo-border-radius-none,
6265
- xs: $kendo-border-radius-xs,
6266
- sm: $kendo-border-radius-sm,
6267
- md: $kendo-border-radius-md,
6268
- lg: $kendo-border-radius-lg,
6269
- xl: $kendo-border-radius-xl,
6270
- xxl: $kendo-border-radius-xxl,
6271
- xxxl: $kendo-border-radius-xxxl,
6272
- full: $kendo-border-radius-full
6273
-
6274
- ) !default;
6275
-
6276
- $kendo-border-radii: $_default-border-radii !default;
6277
-
6278
- /// The global radii Map.
6279
- /// @group radii
6280
- $kendo-border-radii: k-map-merge($_default-border-radii, $kendo-border-radii);
6281
-
6282
-
6283
- @function k-border-radius($key) {
6284
- $_border-radius: k-map-get($kendo-border-radii, $key);
6285
- @return var(--kendo-border-radius-#{$key}, $_border-radius);
6286
- }
6287
-
6288
- @mixin kendo-border-radius--styles() {
6289
- :root {
6290
- @each $key, $value in $kendo-border-radii {
6291
- --kendo-border-radius-#{$key}: #{$value};
6292
- }
6293
- }
6294
- }
6295
-
6296
- // #endregion
6297
- // #region @import "./_variables.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/_variables.scss
6298
- // #region @import "./functions/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/functions/index.import.scss
6299
- // File already imported_once. Skipping output.
6300
- // #endregion
6301
-
6302
- // Options
6303
- $kendo-enable-shadows: true !default;
6304
- $kendo-enable-rounded: true !default;
6305
- $kendo-enable-gradients: true !default;
6306
- $kendo-enable-transitions: true !default;
6307
-
6308
- // Equilateral triangle variables
6309
- // stylelint-disable number-max-precision
6310
- $equilateral-index: 1.7320508076 !default;
6311
- $equilateral-height: 0.8660254038 !default;
6312
- // stylelint-enable number-max-precision
6313
-
6314
- // Loading
6315
- $kendo-loading-opacity: .3 !default;
6316
- $kendo-zindex-loading: 100 !default;
6317
-
6318
- // #endregion
6319
-
6320
- // #endregion
6321
-
6322
- // Backward compatibility
6323
- // #region @import "./color-system/_swatch-legacy.scss"; -> scss/core/color-system/_swatch-legacy.scss
6324
- @if ($kendo-enable-color-system) {
6325
- $kendo-color-primary: k-color( primary );
6326
- $kendo-color-primary-contrast: k-color( on-primary );
6327
- $kendo-color-secondary: k-color( secondary );
6328
- $kendo-color-tertiary: k-color( tertiary );
6329
- $kendo-color-info: k-color( info );
6330
- $kendo-color-success: k-color( success );
6331
- $kendo-color-warning: k-color( warning );
6332
- $kendo-color-error: k-color( error );
6333
- $kendo-color-dark: k-color( dark );
6334
- $kendo-color-light: k-color( light );
6335
- $kendo-color-inverse: $kendo-color-dark;
6336
- $kendo-body-bg: k-color( app-surface );
6337
- $kendo-body-text: k-color( on-app-surface );
6338
- $kendo-subtle-text: k-color( subtle );
6339
- $kendo-app-bg: $kendo-body-bg;
6340
- $kendo-app-text: $kendo-body-text;
6341
- $kendo-app-border: k-color( border );
6342
- $kendo-link-text: $kendo-color-primary;
6343
- $kendo-link-hover-text: k-color( primary-hover );
6344
- $kendo-component-bg: k-color( surface-alt );
6345
- $kendo-component-text: $kendo-body-text;
6346
- $kendo-component-border: $kendo-app-border;
6347
- $kendo-base-bg: k-color( surface );
6348
- $kendo-base-text: $kendo-body-text;
6349
- $kendo-base-border: $kendo-app-border;
6350
- $kendo-base-gradient: null;
6351
- $kendo-hover-bg: k-color( base-hover );
6352
- $kendo-hover-text: $kendo-base-text;
6353
- $kendo-hover-border: $kendo-base-border;
6354
- $kendo-hover-gradient: null;
6355
- $kendo-selected-bg: $kendo-color-primary;
6356
- $kendo-selected-text: $kendo-color-primary-contrast;
6357
- $kendo-selected-border: k-color( primary );
6358
- $kendo-selected-gradient: $kendo-base-gradient;
6359
- $kendo-selected-hover-bg: k-color( primary-hover );
6360
- $kendo-selected-hover-text: $kendo-selected-text;
6361
- $kendo-selected-hover-border: k-color( primary-hover );
6362
- $kendo-selected-hover-gradient: $kendo-base-gradient;
6363
- $kendo-disabled-text: k-color( on-app-surface );
6364
- $kendo-component-header-bg: $kendo-base-bg;
6365
- $kendo-component-header-text: $kendo-base-text;
6366
- $kendo-component-header-border: $kendo-base-border;
6367
- $kendo-component-header-gradient: $kendo-base-gradient;
6368
- $kendo-invalid-bg: null;
6369
- $kendo-invalid-text: $kendo-color-error;
6370
- $kendo-invalid-border: $kendo-color-error;
6371
- $kendo-invalid-shadow: null;
6372
-
6373
- $kendo-theme-colors: (
6374
- "primary": $kendo-color-primary,
6375
- "secondary": $kendo-color-secondary,
6376
- "tertiary": $kendo-color-tertiary,
6377
- "info": $kendo-color-info,
6378
- "success": $kendo-color-success,
6379
- "warning": $kendo-color-warning,
6380
- "error": $kendo-color-error,
6381
- "dark": $kendo-color-dark,
6382
- "light": $kendo-color-light,
6383
- "inverse": $kendo-color-inverse,
6384
- );
6385
- }
6386
-
6387
- // #endregion
6388
-
6389
- // Expose
6390
- @include exports("kendo-core-styles") {
6391
- @include kendo-core--styles();
6392
-
6393
- // Elevation System
6394
- @include kendo-elevation--styles();
6395
- // Typography
6396
- @include kendo-core--typography--styles();
6397
- // Spacing
6398
- @include kendo-spacing--styles();
6399
- // Radii
6400
- @include kendo-border-radius--styles();
6401
- }
6402
-
6403
- // #endregion
6404
- // #region @import "./common/_index.scss"; -> scss/common/_index.scss
6405
- // #region @import "./_base.scss"; -> scss/common/_base.scss
6406
- // #region @import "@progress/kendo-theme-default/scss/common/_base.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-default/scss/common/_base.scss
6407
- @include exports( "common/layout" ) {
6408
-
6409
- // Layout
6410
- .k-reset {
6411
- margin: 0;
6412
- padding: 0;
6413
- border-width: 0;
6414
- outline: 0;
6415
- text-decoration: none;
6416
- font: inherit;
6417
- list-style: none;
6418
- }
6419
-
6420
- kendo-sortable {
6421
- display: block;
6422
- }
6423
-
6424
-
6425
- // Links
6426
- .k-link,
6427
- .k-link:hover {
6428
- color: inherit;
6429
- text-decoration: none;
6430
- outline: 0;
6431
- cursor: pointer;
6432
- }
6433
-
6434
- // Outline
6435
- .k-content {
6436
- outline: 0;
6437
- }
6438
-
6439
-
6440
- // Centering
6441
- .k-centered {
6442
- position: absolute;
6443
- top: 50%;
6444
- left: 50%;
6445
- transform: translate(-50%, -50%);
6446
- }
6447
-
6448
-
6449
- // Disable mouse events
6450
- .k-no-click {
6451
- pointer-events: none;
6452
- }
6453
-
6454
-
6455
- // Off-screen container used during PDF export
6456
- .k-pdf-export-shadow {
6457
- position: absolute;
6458
- overflow: hidden;
6459
- left: -15000px;
6460
- width: 14400px;
6461
- }
6462
-
6463
- // PDF export icons fix
6464
- .kendo-pdf-hide-pseudo-elements::before,
6465
- .kendo-pdf-hide-pseudo-elements::after {
6466
- display: none !important; // stylelint-disable-line declaration-no-important
6467
- }
6468
- }
6469
-
6470
-
6471
- @include exports( "common/theme" ) {
6472
-
6473
- // Text selection
6474
- .k-text-selection {
6475
- ::selection {
6476
- background-color: $kendo-color-primary;
6477
- color: $kendo-color-primary-contrast;
6478
- }
6479
- }
6480
-
6481
- // Panels
6482
- .k-block,
6483
- .k-panel {
6484
- @include border-radius( k-border-radius(md) );
6485
- @include fill(
6486
- $kendo-component-text,
6487
- $kendo-component-bg,
6488
- $kendo-component-border
6489
- );
6490
- padding: 0;
6491
- border-width: 1px;
6492
- border-style: solid;
6493
- box-sizing: border-box;
6494
-
6495
- > .k-header {
6496
- @include border-top-radius( k-border-radius(md) );
6497
- @include fill(
6498
- $kendo-component-header-text,
6499
- $kendo-component-header-bg,
6500
- $kendo-component-header-border,
6501
- $kendo-component-header-gradient
6502
- );
6503
- padding-inline: k-spacing(2);
6504
- padding-block: k-spacing(1);
6505
- }
6506
- > .k-content {
6507
- padding-inline: k-spacing(2);
6508
- padding-block: k-spacing(1);
6509
- }
6510
- }
6511
- .k-content {
6512
- @include fill(
6513
- $kendo-component-text,
6514
- $kendo-component-bg,
6515
- $kendo-component-border
6516
- );
6517
- }
6518
-
6519
- }
6520
-
6521
-
6522
- @include exports( "common/disabled" ) {
6523
-
6524
- // Disabled state
6525
- .k-disabled,
6526
- .k-widget[disabled] {
6527
- @include disabled( $kendo-disabled-styling );
6528
-
6529
-
6530
- .k-link {
6531
- cursor: default;
6532
- outline: 0;
6533
- }
6534
-
6535
-
6536
- // Nested disabled
6537
- [disabled],
6538
- .k-disabled {
6539
- opacity: 1;
6540
- filter: grayscale(0);
6541
- }
6542
- }
6543
-
6544
- }
6545
-
6546
-
6547
- @include exports( "common/misc/hr" ) {
6548
-
6549
- .k-hr {
6550
- margin: k-spacing(4) auto;
6551
- padding: 0;
6552
- height: 0;
6553
- border-width: 1px 0 0;
6554
- border-style: solid;
6555
- border-color: $kendo-component-border;
6556
- display: block;
6557
- float: none;
6558
- clear: both;
6559
- }
6560
-
6561
- // Horizontal rule
6562
- .k-d-flex-row > .k-hr {
6563
- margin: 0;
6564
- width: 0;
6565
- height: auto;
6566
- border-width: 0 0 0 1px;
6567
- flex: 0 0 auto;
6568
- }
6569
-
6570
- // Vertical rule
6571
- .k-d-flex-col > .k-hr {
6572
- margin: 0;
6573
- flex: 0 0 auto;
6574
- }
6575
-
6576
- }
6577
-
6578
-
6579
- @include exports( "common/misc/dirty" ) {
6580
-
6581
- // Dirty indicator
6582
- .k-dirty {
6583
- margin: 0;
6584
- padding: 0;
6585
- width: 0;
6586
- height: 0;
6587
- border-width: 3px;
6588
- border-style: solid;
6589
- border-color: $kendo-color-error $kendo-color-error transparent transparent;
6590
- position: absolute;
6591
- top: 0;
6592
- right: 0;
6593
- }
6594
-
6595
- [dir="rtl"],
6596
- .k-rtl {
6597
- .k-dirty {
6598
- border-color: transparent transparent $kendo-color-error $kendo-color-error;
6599
- right: auto;
6600
- left: 0;
6601
- }
6602
- }
6603
-
6604
- }
6605
-
6606
- // #endregion
6607
-
6608
- // #endregion
6609
- // #region @import "./_animations.scss"; -> scss/common/_animations.scss
6610
- // #region @import "@progress/kendo-theme-default/scss/common/_animations.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-default/scss/common/_animations.scss
6611
- @include exports("animation/container") {
6612
-
6613
- .k-animation-container {
6614
- position: absolute;
6615
- overflow: hidden;
6616
- z-index: 100;
6617
-
6618
- &-fixed {
6619
- position: fixed;
6620
- }
6621
-
6622
- &-relative {
6623
- position: relative;
6624
- display: inline-block;
6625
- }
6626
- }
6627
-
6628
- }
6629
-
6630
-
6631
- @include exports("animation/effect") {
5711
+ // #region @import "./_animations.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_animations.scss
5712
+ @mixin kendo-core--styles--animations() {
6632
5713
 
5714
+ // Animations
6633
5715
  .k-push-right {
6634
5716
  &-enter,
6635
5717
  &-appear {
@@ -6985,10 +6067,9 @@ $kendo-zindex-loading: 100 !default;
6985
6067
  transition: max-width 300ms ease-in-out;
6986
6068
  }
6987
6069
  }
6988
- }
6989
6070
 
6990
6071
 
6991
- @include exports("animation/fx") {
6072
+ // FX
6992
6073
  $fx-duration: 350ms;
6993
6074
 
6994
6075
  .k-fx-end .k-fx-next,
@@ -7319,57 +6400,356 @@ $kendo-zindex-loading: 100 !default;
7319
6400
  }
7320
6401
  }
7321
6402
  }
6403
+
7322
6404
  }
7323
6405
 
7324
6406
  // #endregion
6407
+ // #region @import "./_asp-fallback.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_asp-fallback.scss
6408
+ @mixin kendo-core--styles--asp-fallback() {
6409
+
6410
+ .k-theme-test-class,
6411
+ .k-common-test-class {
6412
+ opacity: 0;
6413
+ }
6414
+
6415
+ }
7325
6416
 
7326
6417
  // #endregion
7327
- // #region @import "./_indicators.scss"; -> scss/common/_indicators.scss
7328
- // #region @import "@progress/kendo-theme-default/scss/common/_indicators.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-default/scss/common/_indicators.scss
7329
- @include exports( "common/indicators/current-time" ) {
6418
+ // #region @import "./_layout.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_layout.scss
6419
+ @mixin kendo-core--styles--layout() {
6420
+ // Basic layout
6421
+ .k-hstack {
6422
+ display: flex;
6423
+ flex-flow: row nowrap;
6424
+ }
6425
+ .k-vstack {
6426
+ display: flex;
6427
+ flex-flow: column nowrap;
6428
+ }
7330
6429
 
7331
- $kendo-current-time-color: #ff0000 !default;
6430
+ // Spacer
6431
+ .k-spacer {
6432
+ flex: 1 1 auto;
6433
+ }
6434
+ .k-spacer-sized {
6435
+ flex: none;
6436
+ }
7332
6437
 
7333
- // Layout
7334
- .k-current-time {
7335
- position: absolute;
7336
6438
 
7337
- &.k-current-time-arrow-left,
7338
- &.k-current-time-arrow-right,
7339
- &.k-current-time-arrow-down {
7340
- width: 0;
7341
- height: 0;
7342
- background: transparent;
7343
- border: 4px solid transparent;
7344
- }
6439
+ // Float wrap
6440
+ .k-float-wrap::after {
6441
+ content: "";
6442
+ display: block;
6443
+ clear: both;
7345
6444
  }
7346
6445
 
7347
6446
 
7348
- // Theme
7349
- .k-current-time {
7350
- background: $kendo-current-time-color;
6447
+ // Stack layout
6448
+ .k-stack-layout {}
7351
6449
 
7352
- &.k-current-time-arrow-left {
7353
- border-right-color: $kendo-current-time-color;
6450
+
6451
+ // Flex layout
6452
+ .k-flex-layout {
6453
+ display: flex;
6454
+ }
6455
+
6456
+
6457
+ // Grid layout
6458
+ .k-grid-layout {
6459
+ display: grid;
6460
+ }
6461
+
6462
+
6463
+ // Separator
6464
+ .k-separator {
6465
+ width: auto;
6466
+ height: 0;
6467
+ border-width: 1px 0 0;
6468
+ border-style: solid;
6469
+ border-color: inherit;
6470
+ display: block;
6471
+ flex-grow: 0 !important; // stylelint-disable-line declaration-no-important
6472
+ flex-shrink: 0 !important; // stylelint-disable-line declaration-no-important
6473
+ align-self: stretch;
6474
+ }
6475
+ .k-separator-horizontal,
6476
+ .k-vstack > .k-separator {
6477
+ width: auto;
6478
+ height: 0;
6479
+ border-width: 1px 0 0;
6480
+ }
6481
+ .k-separator-vertical,
6482
+ .k-hstack > .k-separator {
6483
+ width: 0;
6484
+ height: auto;
6485
+ border-width: 0 0 0 1px;
6486
+ }
6487
+
6488
+ hr.k-separator {
6489
+ margin: 0;
6490
+ padding: 0;
6491
+ }
6492
+
6493
+
6494
+ // Hidden
6495
+ .k-hidden {
6496
+ display: none !important; // stylelint-disable-line declaration-no-important
6497
+ }
6498
+
6499
+
6500
+ // RTL
6501
+ .k-rtl {
6502
+ direction: rtl;
6503
+ }
6504
+
6505
+
6506
+ // Legacy aliases
6507
+ .k-hbox { @extend .k-hstack !optional; }
6508
+ .k-vbox { @extend .k-vstack !optional; }
6509
+ .k-floatwrap { @extend .k-float-wrap !optional; }
6510
+ .k-flex { @extend .k-spacer !optional; }
6511
+
6512
+ }
6513
+
6514
+ // #endregion
6515
+ // #region @import "./_normalize.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_normalize.scss
6516
+ @mixin kendo-core--styles--normalize() {
6517
+
6518
+ // Hidden attribute
6519
+ [hidden] {
6520
+ display: none !important; // stylelint-disable-line declaration-no-important
6521
+ }
6522
+
6523
+
6524
+ // Hide script tags
6525
+ // see https://github.com/telerik/kendo-themes/issues/2360
6526
+ script {
6527
+ display: none !important; // stylelint-disable-line declaration-no-important
6528
+ }
6529
+
6530
+ }
6531
+
6532
+ // #endregion
6533
+ // #region @import "./_base.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_base.scss
6534
+ @mixin kendo-core--styles--base() {
6535
+
6536
+ // Disabled state
6537
+ .k-disabled,
6538
+ .k-widget[disabled],
6539
+ .k-disabled {
6540
+ @include disabled(
6541
+ $color: var( --kendo-disabled-text, #{$kendo-disabled-text}),
6542
+ $bg: var( --kendo-disabled-bg, #{$kendo-disabled-bg}),
6543
+ $border: var( --kendo-disabled-border, #{$kendo-disabled-border}),
6544
+ $opacity: var( --kendo-disabled-opacity, #{$kendo-disabled-opacity}),
6545
+ $filter: var( --kendo-disabled-filter, #{$kendo-disabled-filter})
6546
+ );
6547
+
6548
+ .k-link {
6549
+ cursor: default;
6550
+ outline: 0;
7354
6551
  }
7355
6552
 
7356
- &.k-current-time-arrow-right {
7357
- border-left-color: $kendo-current-time-color;
6553
+ // Nested disabled
6554
+ [disabled],
6555
+ .k-disabled {
6556
+ @if $kendo-nested-disabled {
6557
+ --kendo-disabled-opacity: 1;
6558
+ --kendo-disabled-filter: grayscale(0);
6559
+ }
7358
6560
  }
6561
+ }
7359
6562
 
7360
- &.k-current-time-arrow-down {
7361
- border-top-color: $kendo-current-time-color;
6563
+ // Horizontal line
6564
+ .k-hr {
6565
+ margin-block: k-spacing(4);
6566
+ padding: 0;
6567
+ height: 0;
6568
+ border-width: 1px 0 0;
6569
+ border-style: solid;
6570
+ border-color: var( --kendo-component-border, #{$kendo-component-border} );
6571
+ display: block;
6572
+ float: none;
6573
+ clear: both;
6574
+ }
6575
+
6576
+ // Horizontal rule
6577
+ .k-d-flex-row > .k-hr {
6578
+ margin: 0;
6579
+ width: 0;
6580
+ height: auto;
6581
+ border-width: 0 0 0 1px;
6582
+ flex: 0 0 auto;
6583
+ }
6584
+
6585
+ // Vertical rule
6586
+ .k-d-flex-col > .k-hr {
6587
+ margin: 0;
6588
+ flex: 0 0 auto;
6589
+ }
6590
+
6591
+ .k-sprite {
6592
+ display: inline-block;
6593
+ width: 1rem;
6594
+ height: 1rem;
6595
+ overflow: hidden;
6596
+ background-repeat: no-repeat;
6597
+ font-size: 0;
6598
+ line-height: 0;
6599
+ text-align: center;
6600
+ }
6601
+
6602
+ .k-image {
6603
+ display: inline-block;
6604
+ }
6605
+
6606
+ // Layout
6607
+ .k-reset {
6608
+ margin: 0;
6609
+ padding: 0;
6610
+ border-width: 0;
6611
+ outline: 0;
6612
+ text-decoration: none;
6613
+ font: inherit;
6614
+ list-style: none;
6615
+ }
6616
+
6617
+ kendo-sortable {
6618
+ display: block;
6619
+ }
6620
+
6621
+
6622
+ // Links
6623
+ .k-link,
6624
+ .k-link:hover {
6625
+ color: inherit;
6626
+ text-decoration: none;
6627
+ outline: 0;
6628
+ cursor: pointer;
6629
+ }
6630
+
6631
+ // Outline
6632
+ .k-content {
6633
+ outline: 0;
6634
+ }
6635
+
6636
+ // Centering
6637
+ .k-centered {
6638
+ position: absolute;
6639
+ top: 50%;
6640
+ left: 50%;
6641
+ transform: translate(-50%, -50%);
6642
+ }
6643
+
6644
+ // Disable mouse events
6645
+ .k-no-click {
6646
+ pointer-events: none;
6647
+ }
6648
+
6649
+ // Off-screen container used during PDF export
6650
+ .k-pdf-export-shadow {
6651
+ position: absolute;
6652
+ overflow: hidden;
6653
+ left: -15000px;
6654
+ width: 14400px;
6655
+ }
6656
+
6657
+ // PDF export icons fix
6658
+ .kendo-pdf-hide-pseudo-elements::before,
6659
+ .kendo-pdf-hide-pseudo-elements::after {
6660
+ display: none !important; // stylelint-disable-line declaration-no-important
6661
+ }
6662
+
6663
+ // Dirty indicator
6664
+ .k-dirty {
6665
+ margin: 0;
6666
+ padding: 0;
6667
+ width: 0;
6668
+ height: 0;
6669
+ border-width: 3px;
6670
+ border-style: solid;
6671
+ border-block-start-color: currentColor;
6672
+ border-block-end-color: transparent;
6673
+ border-inline-start-color: transparent;
6674
+ border-inline-end-color: currentColor;
6675
+ position: absolute;
6676
+ inset-block-start: 0;
6677
+ inset-inline-end: 0;
6678
+ }
6679
+ }
6680
+
6681
+ // #endregion
6682
+ // #region @import "./_selection.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_selection.scss
6683
+ @mixin kendo-core--styles--selection() {
6684
+
6685
+ // Marquee
6686
+ .k-marquee {
6687
+ position: absolute;
6688
+ z-index: 100000;
6689
+ }
6690
+
6691
+ .k-marquee-color,
6692
+ .k-marquee-text {
6693
+ position: absolute;
6694
+ top: 0;
6695
+ left: 0;
6696
+ width: 100%;
6697
+ height: 100%;
6698
+ }
6699
+
6700
+ .k-marquee-color {
6701
+ color: k-get-theme-color-var( neutral-160, #{$kendo-selected-text} );
6702
+ background-color: k-get-theme-color-var( primary-60, #{$kendo-selected-bg} );
6703
+ border-color: k-get-theme-color-var( primary-100, #{$kendo-selected-border} );
6704
+ opacity: .6;
6705
+ }
6706
+ .k-marquee-text {
6707
+ color: k-get-theme-color-var( neutral-160, #{$kendo-selected-text} );
6708
+ }
6709
+
6710
+ // Text selection
6711
+ .k-text-selection {
6712
+ ::selection {
6713
+ background-color: if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ));
6714
+ color: if($kendo-enable-color-system, k-color( on-primary ), $kendo-selected-text);
7362
6715
  }
7363
6716
  }
7364
6717
 
7365
6718
  }
7366
6719
 
7367
6720
  // #endregion
6721
+ // #region @import "./_scrollbar.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_scrollbar.scss
6722
+ @mixin kendo-core--styles--scrollbar() {
6723
+
6724
+ // virtual scrollbar
6725
+ .k-scrollbar {
6726
+ position: absolute;
6727
+ overflow: scroll;
6728
+ }
6729
+
6730
+ .k-scrollbar-vertical {
6731
+ top: 0;
6732
+ right: 0;
6733
+ width: 17px; // scrollbar width
6734
+ height: 100%;
6735
+ overflow-x: hidden;
6736
+ }
6737
+
6738
+ .k-touch-scrollbar {
6739
+ display: none;
6740
+ position: absolute;
6741
+ z-index: 200000;
6742
+ height: 8px;
6743
+ width: 8px;
6744
+ border: 1px solid #8a8a8a;
6745
+ background-color: #858585;
6746
+ }
6747
+
6748
+ }
7368
6749
 
7369
6750
  // #endregion
7370
- // #region @import "./_resizing.scss"; -> scss/common/_resizing.scss
7371
- // #region @import "@progress/kendo-theme-default/scss/common/_resizing.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-default/scss/common/_resizing.scss
7372
- @include exports( "common/resizing" ) {
6751
+ // #region @import "./_resizing.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_resizing.scss
6752
+ @mixin kendo-core--styles--resizing() {
7373
6753
 
7374
6754
  // Resize handle
7375
6755
  .k-resize-handle,
@@ -7457,7 +6837,7 @@ $kendo-zindex-loading: 100 !default;
7457
6837
  cursor: col-resize;
7458
6838
  }
7459
6839
 
7460
-
6840
+ // Resize hint
7461
6841
  .k-resize-hint {
7462
6842
  display: flex;
7463
6843
  flex-direction: column;
@@ -7495,42 +6875,286 @@ $kendo-zindex-loading: 100 !default;
7495
6875
  }
7496
6876
 
7497
6877
  // #endregion
6878
+ // #region @import "./_colors.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_colors.scss
6879
+ @mixin kendo-core--styles--colors() {
6880
+ @if ($kendo-enable-color-system) {
6881
+ @include color-system--styles();
6882
+ }
6883
+ }
7498
6884
 
7499
6885
  // #endregion
7500
- // #region @import "./_scrollbar.scss"; -> scss/common/_scrollbar.scss
7501
- // #region @import "@progress/kendo-theme-default/scss/common/_scrollbar.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-default/scss/common/_scrollbar.scss
7502
- @include exports( "common/scrollbar" ) {
7503
6886
 
7504
- // virtual scrollbar
7505
- .k-scrollbar {
7506
- position: absolute;
7507
- overflow: scroll;
7508
- }
6887
+ @mixin kendo-core--styles() {
6888
+ @include kendo-core--styles--colors();
6889
+ @include kendo-core--styles--accessibility();
6890
+ @include kendo-core--styles--animations();
6891
+ @include kendo-core--styles--asp-fallback();
6892
+ @include kendo-core--styles--layout();
6893
+ @include kendo-core--styles--normalize();
6894
+ @include kendo-core--styles--base();
6895
+ @include kendo-core--styles--selection();
6896
+ @include kendo-core--styles--scrollbar();
6897
+ @include kendo-core--styles--resizing();
6898
+ }
7509
6899
 
7510
- .k-scrollbar-vertical {
7511
- top: 0;
7512
- right: 0;
7513
- width: 17px; // scrollbar width
7514
- height: 100%;
7515
- overflow-x: hidden;
6900
+ // #endregion
6901
+ // #region @import "./elevation/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/elevation/index.import.scss
6902
+ // #region @import "../functions/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/functions/index.import.scss
6903
+ // File already imported_once. Skipping output.
6904
+ // #endregion
6905
+
6906
+ $_default-elevation: (
6907
+ 1: (
6908
+ 0 2px 3px rgba(0, 0, 0, .04),
6909
+ 0 4px 16px rgba(0, 0, 0, .12)
6910
+ ),
6911
+ 2: (
6912
+ 0 4px 6px rgba(0, 0, 0, .06),
6913
+ 0 4px 16px rgba(0, 0, 0, .12)
6914
+ ),
6915
+ 3: (
6916
+ 0 6px 8px rgba(0, 0, 0, .08),
6917
+ 0 4px 16px rgba(0, 0, 0, .12)
6918
+ ),
6919
+ 4: (
6920
+ 0 8px 10px rgba(0, 0, 0, .12),
6921
+ 0 4px 16px rgba(0, 0, 0, .12)
6922
+ ),
6923
+ 5: (
6924
+ 0 10px 12px rgba(0, 0, 0, .16),
6925
+ 0 4px 16px rgba(0, 0, 0, .12)
6926
+ ),
6927
+ 6: (
6928
+ 0 12px 14px rgba(0, 0, 0, .2),
6929
+ 0 4px 16px rgba(0, 0, 0, .12)
6930
+ ),
6931
+ 7: (
6932
+ 0 14px 16px rgba(0, 0, 0, .24),
6933
+ 0 4px 16px rgba(0, 0, 0, .12)
6934
+ ),
6935
+ 8: (
6936
+ 0 16px 18px rgba(0, 0, 0, .28),
6937
+ 0 4px 16px rgba(0, 0, 0, .12)
6938
+ ),
6939
+ 9: (
6940
+ 0 32px 34px rgba(0, 0, 0, .32),
6941
+ 0 4px 16px rgba(0, 0, 0, .12)
6942
+ )
6943
+ ) !default;
6944
+
6945
+ /// The global default Elevation map.
6946
+ /// @group elevation
6947
+ $kendo-elevation: $_default-elevation !default;
6948
+
6949
+ $kendo-elevation: k-map-merge($_default-elevation, $kendo-elevation);
6950
+
6951
+ @function k-shadow-filter($shadow) {
6952
+ $result: '';
6953
+ @each $value in $shadow {
6954
+ $result: $result + "drop-shadow(" + $value + ") ";
7516
6955
  }
6956
+ @return #{$result};
6957
+ }
7517
6958
 
7518
- .k-touch-scrollbar {
7519
- display: none;
7520
- position: absolute;
7521
- z-index: 200000;
7522
- height: 8px;
7523
- width: 8px;
7524
- border: 1px solid #8a8a8a;
7525
- background-color: #858585;
6959
+ @function k-elevation($level) {
6960
+ @return var(--kendo-elevation-#{$level}, k-map-get($kendo-elevation, $level));
6961
+ }
6962
+
6963
+
6964
+ @mixin kendo-elevation--styles() {
6965
+ :root {
6966
+ @each $level, $shadow in $kendo-elevation {
6967
+ --kendo-elevation-#{$level}: #{$shadow};
6968
+ }
7526
6969
  }
6970
+ }
6971
+
6972
+ // #endregion
6973
+ // #region @import "./typography/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/typography/index.import.scss
6974
+ // File already imported_once. Skipping output.
6975
+ // #endregion
6976
+ // #region @import "./spacing/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/spacing/index.import.scss
6977
+ // File already imported_once. Skipping output.
6978
+ // #endregion
6979
+ // #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
6980
+ /// The none border radius used across the Components.
6981
+ /// @group radii
6982
+ $kendo-border-radius-none: k-map-get($kendo-spacing, 0) !default;
6983
+ /// The extra small border radius used across the Components.
6984
+ /// @group radii
6985
+ $kendo-border-radius-xs: k-map-get($kendo-spacing, 1px) !default;
6986
+ /// The small border radius used across the Components.
6987
+ /// @group radii
6988
+ $kendo-border-radius-sm: k-map-get($kendo-spacing, 0.5) !default;
6989
+ /// The medium border radius used across the Components.
6990
+ /// @group radii
6991
+ $kendo-border-radius-md: k-map-get($kendo-spacing, 1) !default;
6992
+ /// The large border radius used across the Components.
6993
+ /// @group radii
6994
+ $kendo-border-radius-lg: k-map-get($kendo-spacing, 1.5) !default;
6995
+ /// The extra large border radius used across the Components.
6996
+ /// @group radii
6997
+ $kendo-border-radius-xl: k-map-get($kendo-spacing, 2) !default;
6998
+ /// The third largest border radius used across the Components.
6999
+ /// @group radii
7000
+ $kendo-border-radius-xxl: k-map-get($kendo-spacing, 3) !default;
7001
+ /// The second largest border radius used across the Components.
7002
+ /// @group radii
7003
+ $kendo-border-radius-xxxl: k-map-get($kendo-spacing, 4) !default;
7004
+ /// The largest border radius used across the Components.
7005
+ /// @group radii
7006
+ $kendo-border-radius-full: 9999px !default;
7007
+
7008
+
7009
+ $_default-border-radii: (
7010
+ none: $kendo-border-radius-none,
7011
+ xs: $kendo-border-radius-xs,
7012
+ sm: $kendo-border-radius-sm,
7013
+ md: $kendo-border-radius-md,
7014
+ lg: $kendo-border-radius-lg,
7015
+ xl: $kendo-border-radius-xl,
7016
+ xxl: $kendo-border-radius-xxl,
7017
+ xxxl: $kendo-border-radius-xxxl,
7018
+ full: $kendo-border-radius-full
7019
+
7020
+ ) !default;
7527
7021
 
7022
+ $kendo-border-radii: $_default-border-radii !default;
7023
+
7024
+ /// The global radii Map.
7025
+ /// @group radii
7026
+ $kendo-border-radii: k-map-merge($_default-border-radii, $kendo-border-radii);
7027
+
7028
+
7029
+ @function k-border-radius($key) {
7030
+ $_border-radius: k-map-get($kendo-border-radii, $key);
7031
+ @return var(--kendo-border-radius-#{$key}, $_border-radius);
7528
7032
  }
7529
7033
 
7034
+ @mixin kendo-border-radius--styles() {
7035
+ :root {
7036
+ @each $key, $value in $kendo-border-radii {
7037
+ --kendo-border-radius-#{$key}: #{$value};
7038
+ }
7039
+ }
7040
+ }
7041
+
7042
+ // #endregion
7043
+ // #region @import "./_variables.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/_variables.scss
7044
+ // #region @import "./functions/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/functions/index.import.scss
7045
+ // File already imported_once. Skipping output.
7046
+ // #endregion
7047
+
7048
+ // Options
7049
+ $kendo-enable-shadows: true !default;
7050
+ $kendo-enable-rounded: true !default;
7051
+ $kendo-enable-gradients: true !default;
7052
+ $kendo-enable-transitions: true !default;
7053
+ $kendo-nested-disabled: false !default;
7054
+
7055
+ // Equilateral triangle variables
7056
+ // stylelint-disable number-max-precision
7057
+ $equilateral-index: 1.7320508076 !default;
7058
+ $equilateral-height: 0.8660254038 !default;
7059
+ // stylelint-enable number-max-precision
7060
+
7061
+ // #endregion
7062
+
7530
7063
  // #endregion
7531
7064
 
7065
+ // Backward compatibility
7066
+ // #region @import "./color-system/_swatch-legacy.scss"; -> scss/core/color-system/_swatch-legacy.scss
7067
+ @if ($kendo-enable-color-system) {
7068
+ $kendo-color-primary: k-color( primary );
7069
+ $kendo-color-primary-contrast: k-color( on-primary );
7070
+ $kendo-color-secondary: k-color( secondary );
7071
+ $kendo-color-tertiary: k-color( tertiary );
7072
+ $kendo-color-info: k-color( info );
7073
+ $kendo-color-success: k-color( success );
7074
+ $kendo-color-warning: k-color( warning );
7075
+ $kendo-color-error: k-color( error );
7076
+ $kendo-color-dark: k-color( dark );
7077
+ $kendo-color-light: k-color( light );
7078
+ $kendo-color-inverse: $kendo-color-dark;
7079
+ $kendo-body-bg: k-color( app-surface );
7080
+ $kendo-body-text: k-color( on-app-surface );
7081
+ $kendo-subtle-text: k-color( subtle );
7082
+ $kendo-app-bg: $kendo-body-bg;
7083
+ $kendo-app-text: $kendo-body-text;
7084
+ $kendo-app-border: k-color( border );
7085
+ $kendo-link-text: $kendo-color-primary;
7086
+ $kendo-link-hover-text: k-color( primary-hover );
7087
+ $kendo-component-bg: k-color( surface-alt );
7088
+ $kendo-component-text: $kendo-body-text;
7089
+ $kendo-component-border: $kendo-app-border;
7090
+ $kendo-base-bg: k-color( surface );
7091
+ $kendo-base-text: $kendo-body-text;
7092
+ $kendo-base-border: $kendo-app-border;
7093
+ $kendo-base-gradient: null;
7094
+ $kendo-hover-bg: k-color( base-hover );
7095
+ $kendo-hover-text: $kendo-base-text;
7096
+ $kendo-hover-border: $kendo-base-border;
7097
+ $kendo-hover-gradient: null;
7098
+ $kendo-selected-bg: $kendo-color-primary;
7099
+ $kendo-selected-text: $kendo-color-primary-contrast;
7100
+ $kendo-selected-border: k-color( primary );
7101
+ $kendo-selected-gradient: $kendo-base-gradient;
7102
+ $kendo-selected-hover-bg: k-color( primary-hover );
7103
+ $kendo-selected-hover-text: $kendo-selected-text;
7104
+ $kendo-selected-hover-border: k-color( primary-hover );
7105
+ $kendo-selected-hover-gradient: $kendo-base-gradient;
7106
+ $kendo-disabled-text: null;
7107
+ $kendo-disabled-bg: null;
7108
+ $kendo-disabled-border: null;
7109
+ $kendo-disabled-opacity: .6;
7110
+ $kendo-disabled-filter: grayscale(.1);
7111
+ $kendo-component-header-bg: $kendo-base-bg;
7112
+ $kendo-component-header-text: $kendo-base-text;
7113
+ $kendo-component-header-border: $kendo-base-border;
7114
+ $kendo-component-header-gradient: $kendo-base-gradient;
7115
+ $kendo-invalid-bg: null;
7116
+ $kendo-invalid-text: $kendo-color-error;
7117
+ $kendo-invalid-border: $kendo-color-error;
7118
+ $kendo-invalid-shadow: null;
7119
+
7120
+ $kendo-theme-colors: (
7121
+ "primary": $kendo-color-primary,
7122
+ "secondary": $kendo-color-secondary,
7123
+ "tertiary": $kendo-color-tertiary,
7124
+ "info": $kendo-color-info,
7125
+ "success": $kendo-color-success,
7126
+ "warning": $kendo-color-warning,
7127
+ "error": $kendo-color-error,
7128
+ "dark": $kendo-color-dark,
7129
+ "light": $kendo-color-light,
7130
+ "inverse": $kendo-color-inverse,
7131
+ );
7132
+
7133
+ $kendo-disabled-styling: (
7134
+ bg: $kendo-disabled-bg,
7135
+ color: $kendo-disabled-text,
7136
+ border: $kendo-disabled-border,
7137
+ opacity: $kendo-disabled-opacity,
7138
+ filter: $kendo-disabled-filter
7139
+ );
7140
+ }
7141
+
7532
7142
  // #endregion
7533
7143
 
7144
+ // Expose
7145
+ @include exports("kendo-core-styles") {
7146
+ @include kendo-core--styles();
7147
+
7148
+ // Elevation System
7149
+ @include kendo-elevation--styles();
7150
+ // Typography
7151
+ @include kendo-core--typography--styles();
7152
+ // Spacing
7153
+ @include kendo-spacing--styles();
7154
+ // Radii
7155
+ @include kendo-border-radius--styles();
7156
+ }
7157
+
7534
7158
  // #endregion
7535
7159
 
7536
7160
 
@@ -16247,9 +15871,6 @@ $_kendo-module-meta: (
16247
15871
 
16248
15872
 
16249
15873
  // Dependencies
16250
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
16251
- // File already imported_once. Skipping output.
16252
- // #endregion
16253
15874
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
16254
15875
  // File already imported_once. Skipping output.
16255
15876
  // #endregion
@@ -16634,9 +16255,6 @@ $_kendo-module-meta: (
16634
16255
 
16635
16256
 
16636
16257
  // Dependencies
16637
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
16638
- // File already imported_once. Skipping output.
16639
- // #endregion
16640
16258
  // #region @import "../checkbox/_index.scss"; -> scss/checkbox/_index.scss
16641
16259
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
16642
16260
  // File already imported_once. Skipping output.
@@ -17182,7 +16800,7 @@ $kendo-checkbox-ripple-opacity: .25 !default;
17182
16800
  // Disabled state
17183
16801
  .k-checkbox:disabled,
17184
16802
  .k-checkbox.k-disabled {
17185
- @include disabled( $kendo-disabled-styling );
16803
+ @include disabled( $kendo-disabled-styling... );
17186
16804
  }
17187
16805
 
17188
16806
 
@@ -17912,9 +17530,6 @@ $_kendo-module-meta: (
17912
17530
 
17913
17531
 
17914
17532
  // Dependencies
17915
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
17916
- // File already imported_once. Skipping output.
17917
- // #endregion
17918
17533
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
17919
17534
  // File already imported_once. Skipping output.
17920
17535
  // #endregion
@@ -18318,9 +17933,6 @@ $_kendo-module-meta: (
18318
17933
 
18319
17934
 
18320
17935
  // Dependencies
18321
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
18322
- // File already imported_once. Skipping output.
18323
- // #endregion
18324
17936
 
18325
17937
 
18326
17938
  // Component
@@ -18370,6 +17982,31 @@ $kendo-popup-shadow: k-elevation(4) !default;
18370
17982
  // #region @import "@progress/kendo-theme-default/scss/popup/_layout.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-default/scss/popup/_layout.scss
18371
17983
  @mixin kendo-popup--layout-base() {
18372
17984
 
17985
+ // Animation Container
17986
+ .k-animation-container {
17987
+ position: absolute;
17988
+ overflow: hidden;
17989
+ z-index: 100;
17990
+
17991
+ &-fixed {
17992
+ position: fixed;
17993
+ }
17994
+
17995
+ &-relative {
17996
+ position: relative;
17997
+ display: inline-block;
17998
+ }
17999
+ }
18000
+
18001
+ .k-animation-container {
18002
+ @include border-bottom-radius-only( $kendo-border-radius-md );
18003
+ }
18004
+
18005
+ .k-animation-container-shown {
18006
+ overflow: visible;
18007
+ }
18008
+
18009
+ // Popup
18373
18010
  .k-popup {
18374
18011
  @include border-radius( $kendo-popup-border-radius );
18375
18012
  margin: 0;
@@ -18389,13 +18026,6 @@ $kendo-popup-shadow: k-elevation(4) !default;
18389
18026
  outline: none;
18390
18027
  }
18391
18028
  }
18392
- .k-animation-container {
18393
- @include border-bottom-radius-only( k-border-radius(md) );
18394
- }
18395
-
18396
- .k-animation-container-shown {
18397
- overflow: visible;
18398
- }
18399
18029
 
18400
18030
  .k-popup > .k-colorpalette {
18401
18031
  padding-block: $kendo-popup-content-padding-y;
@@ -18420,7 +18050,6 @@ $kendo-popup-shadow: k-elevation(4) !default;
18420
18050
  border-width: 0;
18421
18051
  }
18422
18052
 
18423
-
18424
18053
  // Legacy shadow
18425
18054
  .k-shadow {
18426
18055
  box-shadow: $kendo-popup-shadow;
@@ -18512,9 +18141,6 @@ $_kendo-module-meta: (
18512
18141
 
18513
18142
 
18514
18143
  // Dependencies
18515
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
18516
- // File already imported_once. Skipping output.
18517
- // #endregion
18518
18144
 
18519
18145
 
18520
18146
  // Component
@@ -18649,9 +18275,6 @@ $_kendo-module-meta: (
18649
18275
 
18650
18276
 
18651
18277
  // Dependencies
18652
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
18653
- // File already imported_once. Skipping output.
18654
- // #endregion
18655
18278
 
18656
18279
 
18657
18280
  // Component
@@ -19379,9 +19002,6 @@ $_kendo-module-meta: (
19379
19002
 
19380
19003
 
19381
19004
  // Dependencies
19382
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
19383
- // File already imported_once. Skipping output.
19384
- // #endregion
19385
19005
 
19386
19006
 
19387
19007
  // Component
@@ -20955,9 +20575,6 @@ $_kendo-module-meta: (
20955
20575
 
20956
20576
 
20957
20577
  // Dependencies
20958
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
20959
- // File already imported_once. Skipping output.
20960
- // #endregion
20961
20578
  // #region @import "../overlay/_index.scss"; -> scss/overlay/_index.scss
20962
20579
  // File already imported_once. Skipping output.
20963
20580
  // #endregion
@@ -21091,6 +20708,9 @@ $kendo-loading-text: currentColor !default;
21091
20708
  /// The opacity of the Loading indicator.
21092
20709
  /// @group loading
21093
20710
  $kendo-loading-opacity: .3 !default;
20711
+ /// The z-index of the Loading indicator.
20712
+ /// @group loading
20713
+ $kendo-zindex-loading: 100 !default;
21094
20714
 
21095
20715
  // #endregion
21096
20716
  // #region @import "./_layout.scss"; -> scss/loader/_layout.scss
@@ -21541,8 +21161,11 @@ $kendo-loading-opacity: .3 !default;
21541
21161
  }
21542
21162
  }
21543
21163
 
21164
+ }
21544
21165
 
21545
-
21166
+ // Legacy implementation of the loading icon inside inputs and pickers
21167
+ // Replace with loader component
21168
+ @mixin kendo-loading--layout-base() {
21546
21169
 
21547
21170
  // Loading mask
21548
21171
  .k-loading-mask,
@@ -21588,11 +21211,93 @@ $kendo-loading-opacity: .3 !default;
21588
21211
  opacity: $kendo-loading-opacity;
21589
21212
  }
21590
21213
 
21591
- }
21214
+ // Loading indicator
21215
+ .k-i-loading {
21216
+ width: 1em;
21217
+ height: 1em;
21218
+ line-height: 1;
21219
+ display: inline-flex;
21220
+ flex-flow: row nowrap;
21221
+ align-items: center;
21222
+ justify-content: center;
21223
+ vertical-align: middle;
21224
+ position: relative;
21225
+ background-color: transparent;
21226
+ box-sizing: border-box;
21227
+ color: $kendo-loading-text;
21228
+
21229
+ &::before,
21230
+ &::after {
21231
+ box-sizing: border-box;
21232
+ }
21233
+ }
21592
21234
 
21235
+ .k-i-loading::before,
21236
+ .k-i-loading::after,
21237
+ .k-loading-image::before,
21238
+ .k-loading-image::after {
21239
+ position: absolute;
21240
+ top: 50%;
21241
+ left: 50%;
21242
+ display: inline-block;
21243
+ content: "";
21244
+ box-sizing: inherit;
21245
+ border-radius: 50%;
21246
+ border-width: .05em;
21247
+ border-style: solid;
21248
+ border-color: currentColor;
21249
+ border-top-color: transparent;
21250
+ border-bottom-color: transparent;
21251
+ background-color: transparent;
21252
+ }
21253
+
21254
+ .k-icon.k-i-loading::before,
21255
+ .k-icon.k-i-loading::after {
21256
+ content: "";
21257
+ }
21258
+
21259
+ .k-i-loading::before,
21260
+ .k-loading-image::before {
21261
+ margin-top: -.5em;
21262
+ margin-left: -.5em;
21263
+ width: 1em;
21264
+ height: 1em;
21265
+ animation: k-loading-animation .7s linear infinite;
21266
+ }
21267
+
21268
+ .k-i-loading::after,
21269
+ .k-loading-image::after {
21270
+ margin-top: -.25em;
21271
+ margin-left: -.25em;
21272
+ width: .5em;
21273
+ height: .5em;
21274
+ animation: k-loading-animation reverse 1.4s linear infinite;
21275
+ }
21276
+
21277
+ .k-loading-image::before,
21278
+ .k-loading-image::after {
21279
+ content: "";
21280
+ // See https://github.com/telerik/kendo-themes/issues/1925
21281
+ border-width: 1px; // TODO: Remove once we drop IE support
21282
+ border-width: clamp( .015em, 1px, 1px );
21283
+ font-size: 4em;
21284
+ }
21285
+
21286
+ // Loading animation
21287
+ @keyframes k-loading-animation {
21288
+ 0% {
21289
+ transform: rotate(0deg);
21290
+ }
21291
+ 100% {
21292
+ transform: rotate(360deg);
21293
+ }
21294
+ }
21295
+
21296
+ }
21593
21297
 
21594
21298
  @mixin kendo-loader--layout() {
21595
21299
  @include kendo-loader--layout-base();
21300
+ @include kendo-loading--layout-base();
21596
21301
  }
21597
21302
 
21598
21303
  // #endregion
@@ -21600,6 +21305,7 @@ $kendo-loading-opacity: .3 !default;
21600
21305
 
21601
21306
  @mixin kendo-loader--layout() {
21602
21307
  @include kendo-loader--layout-base();
21308
+ @include kendo-loading--layout-base()
21603
21309
  }
21604
21310
 
21605
21311
  // #endregion
@@ -21878,6 +21584,117 @@ $kendo-skeleton-wave-bg: rgba( black, .04 ) !default;
21878
21584
  @include kendo-skeleton--styles();
21879
21585
  }
21880
21586
 
21587
+ // #endregion
21588
+ // #region @import "./time-marker/_index.scss"; -> scss/time-marker/_index.scss
21589
+ // #region @import "../core/_index.scss"; -> scss/core/_index.scss
21590
+ // File already imported_once. Skipping output.
21591
+ // #endregion
21592
+
21593
+
21594
+ // Module meta
21595
+ $_kendo-module-meta: (
21596
+ name: "time-marker",
21597
+ dependencies: ()
21598
+ );
21599
+
21600
+ // Dependencies
21601
+
21602
+
21603
+ // Component
21604
+ // #region @import "./_variables.scss"; -> scss/time-marker/_variables.scss
21605
+ /// The border width of the current time indicator.
21606
+ /// @group time-marker
21607
+ $kendo-current-time-width: 1px !default;
21608
+ /// The color of the current time indicator.
21609
+ /// @group time-marker
21610
+ $kendo-current-time-color: #ff0000 !default;
21611
+
21612
+ // #endregion
21613
+ // #region @import "./_layout.scss"; -> scss/time-marker/_layout.scss
21614
+ // #region @import "@progress/kendo-theme-default/scss/time-marker/_layout.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-default/scss/time-marker/_layout.scss
21615
+ @mixin kendo-time-marker--layout-base() {
21616
+
21617
+ .k-current-time {
21618
+ width: $kendo-current-time-width;
21619
+ position: absolute;
21620
+
21621
+ &.k-current-time-arrow-left,
21622
+ &.k-current-time-arrow-right,
21623
+ &.k-current-time-arrow-down {
21624
+ width: 0;
21625
+ height: 0;
21626
+ background: transparent;
21627
+ border: 4px solid transparent;
21628
+ }
21629
+ }
21630
+
21631
+ }
21632
+
21633
+ @mixin kendo-time-marker--layout() {
21634
+ @include kendo-time-marker--layout-base();
21635
+ }
21636
+
21637
+ // #endregion
21638
+
21639
+ @mixin kendo-time-marker--layout() {
21640
+ @include kendo-time-marker--layout-base();
21641
+ }
21642
+
21643
+ // #endregion
21644
+ // #region @import "./_theme.scss"; -> scss/time-marker/_theme.scss
21645
+ // #region @import "@progress/kendo-theme-default/scss/time-marker/_theme.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-default/scss/time-marker/_theme.scss
21646
+ @mixin kendo-time-marker--theme-base() {
21647
+
21648
+ .k-current-time {
21649
+ background: $kendo-current-time-color;
21650
+
21651
+ &.k-current-time-arrow-left {
21652
+ border-right-color: $kendo-current-time-color;
21653
+ }
21654
+
21655
+ &.k-current-time-arrow-right {
21656
+ border-left-color: $kendo-current-time-color;
21657
+ }
21658
+
21659
+ &.k-current-time-arrow-down {
21660
+ border-top-color: $kendo-current-time-color;
21661
+ }
21662
+ }
21663
+
21664
+ }
21665
+
21666
+
21667
+ @mixin kendo-time-marker--theme() {
21668
+ @include kendo-time-marker--theme-base();
21669
+ }
21670
+
21671
+ // #endregion
21672
+
21673
+
21674
+ @mixin kendo-time-marker--theme() {
21675
+ @include kendo-time-marker--theme-base();
21676
+ }
21677
+
21678
+ // #endregion
21679
+
21680
+ // Register
21681
+ // #region @import "../core/module-system/index.import.scss"; -> scss/core/module-system/index.import.scss
21682
+ // File already imported_once. Skipping output.
21683
+ // #endregion
21684
+ @include module-register( $_kendo-module-meta... );
21685
+
21686
+ // Expose
21687
+ @mixin kendo-time-marker--styles() {
21688
+ @include module-render( "time-marker" ) {
21689
+ @include kendo-time-marker--layout();
21690
+ @include kendo-time-marker--theme();
21691
+ }
21692
+ }
21693
+
21694
+ @if $kendo-auto-bootstrap {
21695
+ @include kendo-time-marker--styles();
21696
+ }
21697
+
21881
21698
  // #endregion
21882
21699
 
21883
21700
 
@@ -21903,9 +21720,6 @@ $_kendo-module-meta: (
21903
21720
 
21904
21721
 
21905
21722
  // Dependencies // TODO: extract variables
21906
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
21907
- // File already imported_once. Skipping output.
21908
- // #endregion
21909
21723
  // #region @import "../toolbar/_index.scss"; -> scss/toolbar/_index.scss
21910
21724
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
21911
21725
  // File already imported_once. Skipping output.
@@ -21928,9 +21742,6 @@ $_kendo-module-meta: (
21928
21742
 
21929
21743
 
21930
21744
  // Dependencies
21931
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
21932
- // File already imported_once. Skipping output.
21933
- // #endregion
21934
21745
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
21935
21746
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
21936
21747
  // File already imported_once. Skipping output.
@@ -21999,7 +21810,7 @@ $_kendo-module-meta: (
21999
21810
 
22000
21811
  &:disabled,
22001
21812
  &.k-disabled {
22002
- @include disabled( $kendo-disabled-styling );
21813
+ @include disabled( $kendo-disabled-styling... );
22003
21814
  }
22004
21815
 
22005
21816
  &::-moz-focus-inner {
@@ -22715,9 +22526,6 @@ $_kendo-module-meta: (
22715
22526
 
22716
22527
 
22717
22528
  // Dependencies
22718
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
22719
- // File already imported_once. Skipping output.
22720
- // #endregion
22721
22529
  // #region @import "../popup/_index.scss"; -> scss/popup/_index.scss
22722
22530
  // File already imported_once. Skipping output.
22723
22531
  // #endregion
@@ -23950,9 +23758,6 @@ $_kendo-module-meta: (
23950
23758
 
23951
23759
 
23952
23760
  // Dependencies
23953
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
23954
- // File already imported_once. Skipping output.
23955
- // #endregion
23956
23761
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
23957
23762
  // File already imported_once. Skipping output.
23958
23763
  // #endregion
@@ -25026,7 +24831,7 @@ $kendo-form-sizes: (
25026
24831
  .k-form-field-disabled {
25027
24832
  .k-label,
25028
24833
  .k-form-label {
25029
- @include disabled( $kendo-disabled-styling );
24834
+ @include disabled( $kendo-disabled-styling... );
25030
24835
  }
25031
24836
  }
25032
24837
 
@@ -25405,9 +25210,6 @@ $_kendo-module-meta: (
25405
25210
 
25406
25211
 
25407
25212
  // Dependencies
25408
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
25409
- // File already imported_once. Skipping output.
25410
- // #endregion
25411
25213
  // #region @import "../tooltip/_index.scss"; -> scss/tooltip/_index.scss
25412
25214
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
25413
25215
  // File already imported_once. Skipping output.
@@ -25428,9 +25230,6 @@ $_kendo-module-meta: (
25428
25230
 
25429
25231
 
25430
25232
  // Dependencies
25431
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
25432
- // File already imported_once. Skipping output.
25433
- // #endregion
25434
25233
  // #region @import "../popup/_index.scss"; -> scss/popup/_index.scss
25435
25234
  // File already imported_once. Skipping output.
25436
25235
  // #endregion
@@ -25752,9 +25551,6 @@ $_kendo-module-meta: (
25752
25551
 
25753
25552
 
25754
25553
  // Dependencies
25755
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
25756
- // File already imported_once. Skipping output.
25757
- // #endregion
25758
25554
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
25759
25555
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
25760
25556
  // File already imported_once. Skipping output.
@@ -25775,9 +25571,6 @@ $_kendo-module-meta: (
25775
25571
 
25776
25572
 
25777
25573
  // Dependencies
25778
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
25779
- // File already imported_once. Skipping output.
25780
- // #endregion
25781
25574
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
25782
25575
  // File already imported_once. Skipping output.
25783
25576
  // #endregion
@@ -25855,7 +25648,7 @@ $_kendo-module-meta: (
25855
25648
 
25856
25649
  &:disabled,
25857
25650
  &[disabled] {
25858
- @include disabled( $kendo-disabled-styling );
25651
+ @include disabled( $kendo-disabled-styling... );
25859
25652
 
25860
25653
  [disabled] &,
25861
25654
  .k-disabled & {
@@ -25880,7 +25673,7 @@ $_kendo-module-meta: (
25880
25673
 
25881
25674
  &:disabled,
25882
25675
  &[disabled] {
25883
- @include disabled( $kendo-disabled-styling );
25676
+ @include disabled( $kendo-disabled-styling... );
25884
25677
 
25885
25678
  [disabled] &,
25886
25679
  .k-disabled & {
@@ -27422,9 +27215,6 @@ $_kendo-module-meta: (
27422
27215
 
27423
27216
 
27424
27217
  // Dependencies
27425
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
27426
- // File already imported_once. Skipping output.
27427
- // #endregion
27428
27218
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
27429
27219
  // File already imported_once. Skipping output.
27430
27220
  // #endregion
@@ -27524,9 +27314,6 @@ $_kendo-module-meta: (
27524
27314
 
27525
27315
 
27526
27316
  // Dependencies
27527
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
27528
- // File already imported_once. Skipping output.
27529
- // #endregion
27530
27317
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
27531
27318
  // File already imported_once. Skipping output.
27532
27319
  // #endregion
@@ -27633,9 +27420,6 @@ $_kendo-module-meta: (
27633
27420
 
27634
27421
 
27635
27422
  // Dependencies
27636
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
27637
- // File already imported_once. Skipping output.
27638
- // #endregion
27639
27423
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
27640
27424
  // File already imported_once. Skipping output.
27641
27425
  // #endregion
@@ -27875,9 +27659,6 @@ $_kendo-module-meta: (
27875
27659
 
27876
27660
 
27877
27661
  // Dependencies
27878
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
27879
- // File already imported_once. Skipping output.
27880
- // #endregion
27881
27662
 
27882
27663
 
27883
27664
  // Component
@@ -28576,7 +28357,7 @@ $kendo-radio-ripple-opacity: .25 !default;
28576
28357
  // Disabled state
28577
28358
  .k-radio:disabled,
28578
28359
  .k-radio.k-disabled {
28579
- @include disabled( $kendo-disabled-styling );
28360
+ @include disabled( $kendo-disabled-styling... );
28580
28361
  }
28581
28362
  .k-radio:disabled:checked,
28582
28363
  .k-radio.k-disabled.k-checked {
@@ -28889,9 +28670,6 @@ $_kendo-module-meta: (
28889
28670
 
28890
28671
 
28891
28672
  // Dependencies
28892
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
28893
- // File already imported_once. Skipping output.
28894
- // #endregion
28895
28673
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
28896
28674
  // File already imported_once. Skipping output.
28897
28675
  // #endregion
@@ -29585,9 +29363,6 @@ $_kendo-module-meta: (
29585
29363
 
29586
29364
 
29587
29365
  // Dependencies
29588
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
29589
- // File already imported_once. Skipping output.
29590
- // #endregion
29591
29366
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
29592
29367
  // File already imported_once. Skipping output.
29593
29368
  // #endregion
@@ -31254,9 +31029,6 @@ $_kendo-module-meta: (
31254
31029
 
31255
31030
 
31256
31031
  // Dependencies
31257
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
31258
- // File already imported_once. Skipping output.
31259
- // #endregion
31260
31032
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
31261
31033
  // File already imported_once. Skipping output.
31262
31034
  // #endregion
@@ -31371,9 +31143,6 @@ $_kendo-module-meta: (
31371
31143
 
31372
31144
  // Dependencies
31373
31145
  // @import "../utils/_index.scss";
31374
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
31375
- // File already imported_once. Skipping output.
31376
- // #endregion
31377
31146
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
31378
31147
  // File already imported_once. Skipping output.
31379
31148
  // #endregion
@@ -31589,9 +31358,6 @@ $_kendo-module-meta: (
31589
31358
 
31590
31359
 
31591
31360
  // Dependencies
31592
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
31593
- // File already imported_once. Skipping output.
31594
- // #endregion
31595
31361
  // @import "../utils/_flex.scss";
31596
31362
 
31597
31363
 
@@ -31781,9 +31547,6 @@ $_kendo-module-meta: (
31781
31547
 
31782
31548
 
31783
31549
  // Dependencies
31784
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
31785
- // File already imported_once. Skipping output.
31786
- // #endregion
31787
31550
  // @import "../utils/_flex.scss";
31788
31551
  // @import "../utils/_spacer.scss";
31789
31552
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
@@ -31818,9 +31581,6 @@ $_kendo-module-meta: (
31818
31581
 
31819
31582
 
31820
31583
  // Dependencies
31821
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
31822
- // File already imported_once. Skipping output.
31823
- // #endregion
31824
31584
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
31825
31585
  // File already imported_once. Skipping output.
31826
31586
  // #endregion
@@ -32404,9 +32164,6 @@ $_kendo-module-meta: (
32404
32164
 
32405
32165
 
32406
32166
  // Dependencies
32407
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
32408
- // File already imported_once. Skipping output.
32409
- // #endregion
32410
32167
  // #region @import "../action-buttons/_index.scss"; -> scss/action-buttons/_index.scss
32411
32168
  // File already imported_once. Skipping output.
32412
32169
  // #endregion
@@ -32804,9 +32561,6 @@ $_kendo-module-meta: (
32804
32561
 
32805
32562
 
32806
32563
  // Dependencies
32807
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
32808
- // File already imported_once. Skipping output.
32809
- // #endregion
32810
32564
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
32811
32565
  // File already imported_once. Skipping output.
32812
32566
  // #endregion
@@ -33524,9 +33278,6 @@ $_kendo-module-meta: (
33524
33278
 
33525
33279
 
33526
33280
  // Dependencies
33527
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
33528
- // File already imported_once. Skipping output.
33529
- // #endregion
33530
33281
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
33531
33282
  // File already imported_once. Skipping output.
33532
33283
  // #endregion
@@ -33672,9 +33423,6 @@ $_kendo-module-meta: (
33672
33423
 
33673
33424
 
33674
33425
  // Dependencies
33675
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
33676
- // File already imported_once. Skipping output.
33677
- // #endregion
33678
33426
  // #region @import "../floating-label/_index.scss"; -> scss/floating-label/_index.scss
33679
33427
  // File already imported_once. Skipping output.
33680
33428
  // #endregion
@@ -33794,9 +33542,6 @@ $_kendo-module-meta: (
33794
33542
 
33795
33543
 
33796
33544
  // Dependencies
33797
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
33798
- // File already imported_once. Skipping output.
33799
- // #endregion
33800
33545
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
33801
33546
  // File already imported_once. Skipping output.
33802
33547
  // #endregion
@@ -33939,9 +33684,6 @@ $_kendo-module-meta: (
33939
33684
 
33940
33685
 
33941
33686
  // Dependencies
33942
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
33943
- // File already imported_once. Skipping output.
33944
- // #endregion
33945
33687
  // #region @import "../floating-label/_index.scss"; -> scss/floating-label/_index.scss
33946
33688
  // File already imported_once. Skipping output.
33947
33689
  // #endregion
@@ -33972,9 +33714,6 @@ $_kendo-module-meta: (
33972
33714
 
33973
33715
 
33974
33716
  // Dependencies
33975
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
33976
- // File already imported_once. Skipping output.
33977
- // #endregion
33978
33717
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
33979
33718
  // File already imported_once. Skipping output.
33980
33719
  // #endregion
@@ -34089,9 +33828,6 @@ $_kendo-module-meta: (
34089
33828
 
34090
33829
 
34091
33830
  // Dependencies
34092
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
34093
- // File already imported_once. Skipping output.
34094
- // #endregion
34095
33831
  // #region @import "../checkbox/_index.scss"; -> scss/checkbox/_index.scss
34096
33832
  // File already imported_once. Skipping output.
34097
33833
  // #endregion
@@ -34749,9 +34485,6 @@ $_kendo-module-meta: (
34749
34485
 
34750
34486
 
34751
34487
  // Dependencies
34752
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
34753
- // File already imported_once. Skipping output.
34754
- // #endregion
34755
34488
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
34756
34489
  // File already imported_once. Skipping output.
34757
34490
  // #endregion
@@ -34859,9 +34592,6 @@ $_kendo-module-meta: (
34859
34592
 
34860
34593
 
34861
34594
  // Dependencies
34862
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
34863
- // File already imported_once. Skipping output.
34864
- // #endregion
34865
34595
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
34866
34596
  // File already imported_once. Skipping output.
34867
34597
  // #endregion
@@ -35227,9 +34957,6 @@ $_kendo-module-meta: (
35227
34957
 
35228
34958
 
35229
34959
  // Dependencies
35230
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
35231
- // File already imported_once. Skipping output.
35232
- // #endregion
35233
34960
  // @import "../utils/_border.scss";
35234
34961
 
35235
34962
 
@@ -35825,9 +35552,6 @@ $_kendo-module-meta: (
35825
35552
 
35826
35553
 
35827
35554
  // Dependencies
35828
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
35829
- // File already imported_once. Skipping output.
35830
- // #endregion
35831
35555
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
35832
35556
  // File already imported_once. Skipping output.
35833
35557
  // #endregion
@@ -35854,9 +35578,6 @@ $_kendo-module-meta: (
35854
35578
 
35855
35579
 
35856
35580
  // Dependencies
35857
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
35858
- // File already imported_once. Skipping output.
35859
- // #endregion
35860
35581
 
35861
35582
 
35862
35583
  // Component
@@ -36587,9 +36308,6 @@ $_kendo-module-meta: (
36587
36308
 
36588
36309
 
36589
36310
  // Dependencies
36590
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
36591
- // File already imported_once. Skipping output.
36592
- // #endregion
36593
36311
 
36594
36312
 
36595
36313
  // Component
@@ -36865,9 +36583,6 @@ $_kendo-module-meta: (
36865
36583
 
36866
36584
 
36867
36585
  // Dependencies
36868
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
36869
- // File already imported_once. Skipping output.
36870
- // #endregion
36871
36586
  // @import "../utils/_position.scss";
36872
36587
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
36873
36588
  // File already imported_once. Skipping output.
@@ -37403,9 +37118,6 @@ $_kendo-module-meta: (
37403
37118
 
37404
37119
 
37405
37120
  // Dependencies
37406
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
37407
- // File already imported_once. Skipping output.
37408
- // #endregion
37409
37121
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
37410
37122
  // File already imported_once. Skipping output.
37411
37123
  // #endregion
@@ -38046,9 +37758,6 @@ $_kendo-module-meta: (
38046
37758
 
38047
37759
 
38048
37760
  // Dependencies
38049
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
38050
- // File already imported_once. Skipping output.
38051
- // #endregion
38052
37761
  // #region @import "../window/_index.scss"; -> scss/window/_index.scss
38053
37762
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
38054
37763
  // File already imported_once. Skipping output.
@@ -38072,9 +37781,6 @@ $_kendo-module-meta: (
38072
37781
 
38073
37782
 
38074
37783
  // Dependencies
38075
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
38076
- // File already imported_once. Skipping output.
38077
- // #endregion
38078
37784
  // #region @import "../overlay/_index.scss"; -> scss/overlay/_index.scss
38079
37785
  // File already imported_once. Skipping output.
38080
37786
  // #endregion
@@ -38558,9 +38264,6 @@ $_kendo-module-meta: (
38558
38264
 
38559
38265
 
38560
38266
  // Dependencies
38561
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
38562
- // File already imported_once. Skipping output.
38563
- // #endregion
38564
38267
  // #region @import "../overlay/_index.scss"; -> scss/overlay/_index.scss
38565
38268
  // File already imported_once. Skipping output.
38566
38269
  // #endregion
@@ -39016,9 +38719,6 @@ $_kendo-module-meta: (
39016
38719
 
39017
38720
 
39018
38721
  // Dependencies
39019
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
39020
- // File already imported_once. Skipping output.
39021
- // #endregion
39022
38722
  // #region @import "../popup/_index.scss"; -> scss/popup/_index.scss
39023
38723
  // File already imported_once. Skipping output.
39024
38724
  // #endregion
@@ -39259,9 +38959,6 @@ $_kendo-module-meta: (
39259
38959
 
39260
38960
 
39261
38961
  // Dependencies
39262
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
39263
- // File already imported_once. Skipping output.
39264
- // #endregion
39265
38962
  // #region @import "../card/_index.scss"; -> scss/card/_index.scss
39266
38963
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
39267
38964
  // File already imported_once. Skipping output.
@@ -39284,9 +38981,6 @@ $_kendo-module-meta: (
39284
38981
 
39285
38982
 
39286
38983
  // Dependencies
39287
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
39288
- // File already imported_once. Skipping output.
39289
- // #endregion
39290
38984
  // @import "../utils/_flex.scss";
39291
38985
  // @import "../utils/_grid.scss";
39292
38986
  // #region @import "../action-buttons/_index.scss"; -> scss/action-buttons/_index.scss
@@ -40276,9 +39970,6 @@ $_kendo-module-meta: (
40276
39970
 
40277
39971
 
40278
39972
  // Dependencies
40279
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
40280
- // File already imported_once. Skipping output.
40281
- // #endregion
40282
39973
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
40283
39974
  // File already imported_once. Skipping output.
40284
39975
  // #endregion
@@ -40424,9 +40115,6 @@ $_kendo-module-meta: (
40424
40115
 
40425
40116
 
40426
40117
  // Dependencies
40427
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
40428
- // File already imported_once. Skipping output.
40429
- // #endregion
40430
40118
  // @import "../utils/_position.scss";
40431
40119
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
40432
40120
  // File already imported_once. Skipping output.
@@ -40740,9 +40428,6 @@ $_kendo-module-meta: (
40740
40428
 
40741
40429
 
40742
40430
  // Dependencies
40743
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
40744
- // File already imported_once. Skipping output.
40745
- // #endregion
40746
40431
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
40747
40432
  // File already imported_once. Skipping output.
40748
40433
  // #endregion
@@ -41286,9 +40971,6 @@ $_kendo-module-meta: (
41286
40971
 
41287
40972
 
41288
40973
  // Dependencies
41289
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
41290
- // File already imported_once. Skipping output.
41291
- // #endregion
41292
40974
  // #region @import "../dropdownlist/_index.scss"; -> scss/dropdownlist/_index.scss
41293
40975
  // File already imported_once. Skipping output.
41294
40976
  // #endregion
@@ -41749,9 +41431,6 @@ $_kendo-module-meta: (
41749
41431
 
41750
41432
 
41751
41433
  // Dependencies
41752
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
41753
- // File already imported_once. Skipping output.
41754
- // #endregion
41755
41434
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
41756
41435
  // File already imported_once. Skipping output.
41757
41436
  // #endregion
@@ -41867,7 +41546,7 @@ $kendo-stepper-indicator-hover-border: null !default;
41867
41546
  $kendo-stepper-indicator-disabled-bg: null !default;
41868
41547
  /// The text color of the disabled Stepper indicator.
41869
41548
  /// @group stepper
41870
- $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;
41549
+ $kendo-stepper-indicator-disabled-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), #8d8d8d) !default;
41871
41550
  /// The border color of the disabled Stepper indicator.
41872
41551
  /// @group stepper
41873
41552
  $kendo-stepper-indicator-disabled-border: null !default;
@@ -41946,7 +41625,7 @@ $kendo-stepper-label-error-text: $kendo-color-error !default;
41946
41625
  $kendo-stepper-label-hover-text: null !default;
41947
41626
  /// The text color of the disabled Stepper label.
41948
41627
  /// @group stepper
41949
- $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;
41628
+ $kendo-stepper-label-disabled-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), #8d8d8d) !default;
41950
41629
 
41951
41630
  /// The text color of the optional Stepper label.
41952
41631
  /// @group stepper
@@ -42585,9 +42264,6 @@ $_kendo-module-meta: (
42585
42264
 
42586
42265
 
42587
42266
  // Dependencies
42588
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
42589
- // File already imported_once. Skipping output.
42590
- // #endregion
42591
42267
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
42592
42268
  // File already imported_once. Skipping output.
42593
42269
  // #endregion
@@ -43318,9 +42994,6 @@ $_kendo-module-meta: (
43318
42994
 
43319
42995
 
43320
42996
  // Dependencies
43321
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
43322
- // File already imported_once. Skipping output.
43323
- // #endregion
43324
42997
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
43325
42998
  // File already imported_once. Skipping output.
43326
42999
  // #endregion
@@ -43585,9 +43258,6 @@ $_kendo-module-meta: (
43585
43258
 
43586
43259
 
43587
43260
  // Dependencies
43588
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
43589
- // File already imported_once. Skipping output.
43590
- // #endregion
43591
43261
  // @import "../utils/_display.scss";
43592
43262
  // @import "../utils/_spacer.scss";
43593
43263
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
@@ -43852,6 +43522,158 @@ $kendo-expander-content-padding-y: k-spacing(4) !default;
43852
43522
  @include kendo-expander--styles();
43853
43523
  }
43854
43524
 
43525
+ // #endregion
43526
+ // #region @import "./panel/_index.scss"; -> scss/panel/_index.scss
43527
+ // #region @import "../core/_index.scss"; -> scss/core/_index.scss
43528
+ // File already imported_once. Skipping output.
43529
+ // #endregion
43530
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
43531
+ // File already imported_once. Skipping output.
43532
+ // #endregion
43533
+
43534
+
43535
+ // Module meta
43536
+ $_kendo-module-meta: (
43537
+ name: "panel",
43538
+ dependencies: ()
43539
+ );
43540
+
43541
+
43542
+ // Dependencies
43543
+
43544
+
43545
+ // Component
43546
+ // #region @import "./_variables.scss"; -> scss/panel/_variables.scss
43547
+
43548
+ /// The border radius of the Panel.
43549
+ /// @group panel
43550
+ $kendo-panel-border-radius: k-border-radius(md);
43551
+ /// The width of the border around the Panel.
43552
+ /// @group panel
43553
+ $kendo-panel-border-width: 1px;
43554
+ /// The style of the border around the Panel.
43555
+ /// @group panel
43556
+ $kendo-panel-border-style: solid;
43557
+
43558
+ /// The inline padding of the Panel header.
43559
+ /// @group panel
43560
+ $kendo-panel-header-padding-inline: k-spacing(2);
43561
+ /// The block padding of the Panel header.
43562
+ /// @group panel
43563
+ $kendo-panel-header-padding-block: k-spacing(1);
43564
+
43565
+ /// The inline padding of the Panel content.
43566
+ /// @group panel
43567
+ $kendo-panel-content-padding-inline: k-spacing(2);
43568
+ /// The block padding of the Panel content.
43569
+ /// @group panel
43570
+ $kendo-panel-content-padding-block: k-spacing(1);
43571
+
43572
+ /// The text color of the Panel.
43573
+ /// @group panel
43574
+ $kendo-panel-text: var(--kendo-component-text, #{$kendo-component-text});
43575
+ /// The background color of the Panel.
43576
+ /// @group panel
43577
+ $kendo-panel-bg: var(--kendo-component-bg, #{$kendo-component-bg});
43578
+ /// The color of the border around the Panel.
43579
+ /// @group panel
43580
+ $kendo-panel-border: var(--kendo-component-border, #{$kendo-component-border});
43581
+
43582
+ // #endregion
43583
+ // #region @import "./_layout.scss"; -> scss/panel/_layout.scss
43584
+ // #region @import "@progress/kendo-theme-default/scss/panel/_layout.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-default/scss/panel/_layout.scss
43585
+ @mixin kendo-panel--layout--base() {
43586
+ // Panels
43587
+ .k-block,
43588
+ .k-panel {
43589
+ @include border-radius( $kendo-panel-border-radius );
43590
+ padding: 0;
43591
+ border-width: $kendo-panel-border-width;
43592
+ border-style: $kendo-panel-border-style;
43593
+ box-sizing: border-box;
43594
+
43595
+ > .k-header {
43596
+ @include border-top-radius( $kendo-panel-border-radius );
43597
+ @include fill(
43598
+ var( --kendo-component-text, #{$kendo-component-text} ),
43599
+ var( --kendo-component-bg, #{$kendo-component-bg} ),
43600
+ var( --kendo-component-border, #{$kendo-component-border} )
43601
+ );
43602
+ padding-inline: $kendo-panel-header-padding-inline;
43603
+ padding-block: $kendo-panel-header-padding-block;
43604
+ }
43605
+ > .k-content {
43606
+ padding-inline: $kendo-panel-content-padding-inline;
43607
+ padding-block: $kendo-panel-content-padding-block;
43608
+ }
43609
+ }
43610
+ }
43611
+
43612
+ @mixin kendo-panel--layout() {
43613
+ @include kendo-panel--layout--base();
43614
+ }
43615
+
43616
+ // #endregion
43617
+
43618
+ @mixin kendo-panel--layout() {
43619
+ @include kendo-panel--layout--base();
43620
+ }
43621
+
43622
+ // #endregion
43623
+ // #region @import "./_theme.scss"; -> scss/panel/_theme.scss
43624
+ // #region @import "@progress/kendo-theme-default/scss/panel/_theme.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-default/scss/panel/_theme.scss
43625
+ @mixin kendo-panel--theme--base() {
43626
+ // Panels
43627
+ .k-block,
43628
+ .k-panel {
43629
+ @include fill(
43630
+ $kendo-panel-text,
43631
+ $kendo-panel-bg,
43632
+ $kendo-panel-border
43633
+ );
43634
+ }
43635
+
43636
+ :where(.k-content) {
43637
+ @include fill(
43638
+ $kendo-panel-text,
43639
+ $kendo-panel-bg,
43640
+ $kendo-panel-border
43641
+ );
43642
+ }
43643
+ }
43644
+
43645
+ @mixin kendo-panel--theme() {
43646
+ @include kendo-panel--theme--base();
43647
+ }
43648
+
43649
+ // #endregion
43650
+
43651
+ @mixin kendo-panel--theme() {
43652
+ @include kendo-panel--theme--base();
43653
+ }
43654
+
43655
+ // #endregion
43656
+
43657
+
43658
+ // Register
43659
+ // #region @import "../core/module-system/index.import.scss"; -> scss/core/module-system/index.import.scss
43660
+ // File already imported_once. Skipping output.
43661
+ // #endregion
43662
+ @include module-register( $_kendo-module-meta... );
43663
+
43664
+
43665
+ // Expose
43666
+ @mixin kendo-panel--styles() {
43667
+ @include module-render( "panel" ) {
43668
+ @include kendo-panel--layout();
43669
+ @include kendo-panel--theme();
43670
+ }
43671
+ }
43672
+
43673
+ @if $kendo-auto-bootstrap {
43674
+ @include kendo-panel--styles();
43675
+ }
43676
+
43855
43677
  // #endregion
43856
43678
  // #region @import "./panelbar/_index.scss"; -> scss/panelbar/_index.scss
43857
43679
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
@@ -43873,9 +43695,6 @@ $_kendo-module-meta: (
43873
43695
 
43874
43696
 
43875
43697
  // Dependencies
43876
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
43877
- // File already imported_once. Skipping output.
43878
- // #endregion
43879
43698
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
43880
43699
  // File already imported_once. Skipping output.
43881
43700
  // #endregion
@@ -44579,9 +44398,6 @@ $_kendo-module-meta: (
44579
44398
 
44580
44399
 
44581
44400
  // Dependencies
44582
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
44583
- // File already imported_once. Skipping output.
44584
- // #endregion
44585
44401
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
44586
44402
  // File already imported_once. Skipping output.
44587
44403
  // #endregion
@@ -44950,9 +44766,6 @@ $_kendo-module-meta: (
44950
44766
 
44951
44767
 
44952
44768
  // Dependencies
44953
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
44954
- // File already imported_once. Skipping output.
44955
- // #endregion
44956
44769
  // #region @import "../card/_index.scss"; -> scss/card/_index.scss
44957
44770
  // File already imported_once. Skipping output.
44958
44771
  // #endregion
@@ -45619,9 +45432,6 @@ $_kendo-module-meta: (
45619
45432
 
45620
45433
 
45621
45434
  // Dependencies
45622
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
45623
- // File already imported_once. Skipping output.
45624
- // #endregion
45625
45435
  // #region @import "../adaptive/_index.scss"; -> scss/adaptive/_index.scss
45626
45436
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
45627
45437
  // File already imported_once. Skipping output.
@@ -48704,9 +48514,6 @@ $_kendo-module-meta: (
48704
48514
 
48705
48515
 
48706
48516
  // Dependencies
48707
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
48708
- // File already imported_once. Skipping output.
48709
- // #endregion
48710
48517
  // @import "../utils/_flex.scss";
48711
48518
  // @import "../utils/_grid.scss";
48712
48519
  // #region @import "../pager/_index.scss"; -> scss/pager/_index.scss
@@ -49047,9 +48854,6 @@ $_kendo-module-meta: (
49047
48854
 
49048
48855
 
49049
48856
  // Dependencies
49050
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
49051
- // File already imported_once. Skipping output.
49052
- // #endregion
49053
48857
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
49054
48858
  // File already imported_once. Skipping output.
49055
48859
  // #endregion
@@ -50550,9 +50354,6 @@ $_kendo-module-meta: (
50550
50354
 
50551
50355
 
50552
50356
  // Dependencies
50553
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
50554
- // File already imported_once. Skipping output.
50555
- // #endregion
50556
50357
  // #region @import "../dialog/_index.scss"; -> scss/dialog/_index.scss
50557
50358
  // File already imported_once. Skipping output.
50558
50359
  // #endregion
@@ -51658,9 +51459,6 @@ $_kendo-module-meta: (
51658
51459
 
51659
51460
 
51660
51461
  // Dependencies
51661
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
51662
- // File already imported_once. Skipping output.
51663
- // #endregion
51664
51462
  // @import "../utils/_text.scss";
51665
51463
  // #region @import "../grid/_index.scss"; -> scss/grid/_index.scss
51666
51464
  // File already imported_once. Skipping output.
@@ -51882,9 +51680,6 @@ $_kendo-module-meta: (
51882
51680
 
51883
51681
 
51884
51682
  // Dependencies
51885
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
51886
- // File already imported_once. Skipping output.
51887
- // #endregion
51888
51683
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
51889
51684
  // File already imported_once. Skipping output.
51890
51685
  // #endregion
@@ -52145,9 +51940,6 @@ $_kendo-module-meta: (
52145
51940
 
52146
51941
 
52147
51942
  // Dependencies
52148
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
52149
- // File already imported_once. Skipping output.
52150
- // #endregion
52151
51943
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
52152
51944
  // File already imported_once. Skipping output.
52153
51945
  // #endregion
@@ -52793,9 +52585,6 @@ $_kendo-module-meta: (
52793
52585
 
52794
52586
  // Dependencies
52795
52587
  // @import "../utils/_index.scss";
52796
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
52797
- // File already imported_once. Skipping output.
52798
- // #endregion
52799
52588
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
52800
52589
  // File already imported_once. Skipping output.
52801
52590
  // #endregion
@@ -53396,7 +53185,7 @@ $kendo-taskboard-drag-placeholder-border: $kendo-component-border !default;
53396
53185
  }
53397
53186
 
53398
53187
  &.k-disabled {
53399
- @include disabled( $kendo-disabled-styling );
53188
+ @include disabled( $kendo-disabled-styling... );
53400
53189
  }
53401
53190
  }
53402
53191
 
@@ -53476,9 +53265,6 @@ $_kendo-module-meta: (
53476
53265
 
53477
53266
 
53478
53267
  // Dependencies
53479
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
53480
- // File already imported_once. Skipping output.
53481
- // #endregion
53482
53268
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
53483
53269
  // File already imported_once. Skipping output.
53484
53270
  // #endregion
@@ -54377,9 +54163,6 @@ $_kendo-module-meta: (
54377
54163
 
54378
54164
 
54379
54165
  // Dependencies
54380
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
54381
- // File already imported_once. Skipping output.
54382
- // #endregion
54383
54166
  // #region @import "../toolbar/_index.scss"; -> scss/toolbar/_index.scss
54384
54167
  // File already imported_once. Skipping output.
54385
54168
  // #endregion
@@ -54728,14 +54511,12 @@ $_kendo-module-meta: (
54728
54511
  "treelist",
54729
54512
  "validator",
54730
54513
  "window",
54514
+ "time-marker"
54731
54515
  )
54732
54516
  );
54733
54517
 
54734
54518
 
54735
54519
  // Dependencies
54736
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
54737
- // File already imported_once. Skipping output.
54738
- // #endregion
54739
54520
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
54740
54521
  // File already imported_once. Skipping output.
54741
54522
  // #endregion
@@ -56257,14 +56038,12 @@ $_kendo-module-meta: (
56257
56038
  "dropdown-list",
56258
56039
  "icon",
56259
56040
  "tooltip",
56041
+ "time-marker"
56260
56042
  )
56261
56043
  );
56262
56044
 
56263
56045
 
56264
56046
  // Dependencies
56265
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
56266
- // File already imported_once. Skipping output.
56267
- // #endregion
56268
56047
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
56269
56048
  // File already imported_once. Skipping output.
56270
56049
  // #endregion
@@ -57878,9 +57657,6 @@ $_kendo-module-meta: (
57878
57657
 
57879
57658
 
57880
57659
  // Dependencies
57881
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
57882
- // File already imported_once. Skipping output.
57883
- // #endregion
57884
57660
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
57885
57661
  // File already imported_once. Skipping output.
57886
57662
  // #endregion
@@ -58715,9 +58491,6 @@ $_kendo-module-meta: (
58715
58491
 
58716
58492
 
58717
58493
  // Dependencies
58718
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
58719
- // File already imported_once. Skipping output.
58720
- // #endregion
58721
58494
  // #region @import "../slider/_index.scss"; -> scss/slider/_index.scss
58722
58495
  // File already imported_once. Skipping output.
58723
58496
  // #endregion
@@ -58945,9 +58718,6 @@ $_kendo-module-meta: (
58945
58718
 
58946
58719
 
58947
58720
  // Dependencies
58948
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
58949
- // File already imported_once. Skipping output.
58950
- // #endregion
58951
58721
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
58952
58722
  // File already imported_once. Skipping output.
58953
58723
  // #endregion
@@ -59716,9 +59486,6 @@ $_kendo-module-meta: (
59716
59486
 
59717
59487
 
59718
59488
  // Dependencies
59719
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
59720
- // File already imported_once. Skipping output.
59721
- // #endregion
59722
59489
  // @import "../utils/_index.scss";
59723
59490
  // #region @import "../combobox/_index.scss"; -> scss/combobox/_index.scss
59724
59491
  // File already imported_once. Skipping output.
@@ -60150,9 +59917,6 @@ $_kendo-module-meta: (
60150
59917
 
60151
59918
 
60152
59919
  // Dependencies
60153
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
60154
- // File already imported_once. Skipping output.
60155
- // #endregion
60156
59920
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
60157
59921
  // File already imported_once. Skipping output.
60158
59922
  // #endregion
@@ -60326,9 +60090,6 @@ $_kendo-module-meta: (
60326
60090
 
60327
60091
 
60328
60092
  // Dependencies
60329
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
60330
- // File already imported_once. Skipping output.
60331
- // #endregion
60332
60093
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
60333
60094
  // File already imported_once. Skipping output.
60334
60095
  // #endregion
@@ -60754,12 +60515,6 @@ $_kendo-module-meta: (
60754
60515
  );
60755
60516
 
60756
60517
 
60757
- // Dependencies
60758
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
60759
- // File already imported_once. Skipping output.
60760
- // #endregion
60761
-
60762
-
60763
60518
  // Component
60764
60519
  // #region @import "./_variables.scss"; -> scss/prompt/_variables.scss
60765
60520
  // Prompt
@@ -61009,9 +60764,6 @@ $_kendo-module-meta: (
61009
60764
 
61010
60765
 
61011
60766
  // Dependencies
61012
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
61013
- // File already imported_once. Skipping output.
61014
- // #endregion
61015
60767
  // #region @import "../popup/_index.scss"; -> scss/popup/_index.scss
61016
60768
  // File already imported_once. Skipping output.
61017
60769
  // #endregion
@@ -61872,9 +61624,6 @@ $_kendo-module-meta: (
61872
61624
 
61873
61625
 
61874
61626
  // Dependencies
61875
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
61876
- // File already imported_once. Skipping output.
61877
- // #endregion
61878
61627
  // @import "../utils/_position.scss";
61879
61628
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
61880
61629
  // File already imported_once. Skipping output.
@@ -62169,9 +61918,6 @@ $_kendo-module-meta: (
62169
61918
 
62170
61919
  // Dependencies
62171
61920
  // @import "../utils/_index.scss";
62172
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
62173
- // File already imported_once. Skipping output.
62174
- // #endregion
62175
61921
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
62176
61922
  // File already imported_once. Skipping output.
62177
61923
  // #endregion
@@ -62823,6 +62569,7 @@ $kendo-signature-maximized-line-width: 3px !default;
62823
62569
  @include kendo-loader--styles();
62824
62570
  @include kendo-skeleton--styles();
62825
62571
  @include kendo-tooltip--styles();
62572
+ @include kendo-time-marker--styles();
62826
62573
 
62827
62574
 
62828
62575
  // Form helpers