@progress/kendo-theme-material 8.2.1 → 9.0.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 (143) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/all.scss +2007 -1035
  3. package/dist/material-aqua-dark.css +1 -1
  4. package/dist/material-arctic.css +1 -1
  5. package/dist/material-burnt-teal.css +1 -1
  6. package/dist/material-dataviz-v4.css +1 -1
  7. package/dist/material-eggplant.css +1 -1
  8. package/dist/material-lime-dark.css +1 -1
  9. package/dist/material-lime.css +1 -1
  10. package/dist/material-main-dark.css +1 -1
  11. package/dist/material-main.css +1 -1
  12. package/dist/material-nova.css +1 -1
  13. package/dist/material-pacific-dark.css +1 -1
  14. package/dist/material-pacific.css +1 -1
  15. package/dist/material-sky-dark.css +1 -1
  16. package/dist/material-sky.css +1 -1
  17. package/dist/material-smoke.css +1 -1
  18. package/dist/meta/variables.json +47 -58
  19. package/lib/swatches/material-aqua-dark.json +1 -1
  20. package/lib/swatches/material-arctic.json +1 -1
  21. package/lib/swatches/material-burnt-teal.json +1 -1
  22. package/lib/swatches/material-dataviz-v4.json +1 -1
  23. package/lib/swatches/material-eggplant.json +1 -1
  24. package/lib/swatches/material-lime-dark.json +1 -1
  25. package/lib/swatches/material-lime.json +1 -1
  26. package/lib/swatches/material-main-dark.json +1 -1
  27. package/lib/swatches/material-main.json +1 -1
  28. package/lib/swatches/material-nova.json +1 -1
  29. package/lib/swatches/material-pacific-dark.json +1 -1
  30. package/lib/swatches/material-pacific.json +1 -1
  31. package/lib/swatches/material-sky-dark.json +1 -1
  32. package/lib/swatches/material-sky.json +1 -1
  33. package/lib/swatches/material-smoke.json +1 -1
  34. package/package.json +5 -5
  35. package/scss/action-buttons/_index.scss +1 -0
  36. package/scss/action-sheet/_index.scss +2 -0
  37. package/scss/adaptive/_index.scss +0 -1
  38. package/scss/appbar/_index.scss +0 -1
  39. package/scss/autocomplete/_index.scss +0 -2
  40. package/scss/avatar/_index.scss +0 -2
  41. package/scss/badge/_index.scss +0 -2
  42. package/scss/bottom-navigation/_index.scss +1 -0
  43. package/scss/breadcrumb/_index.scss +2 -0
  44. package/scss/button/_index.scss +0 -1
  45. package/scss/calendar/_index.scss +3 -0
  46. package/scss/captcha/_index.scss +2 -0
  47. package/scss/card/_index.scss +3 -0
  48. package/scss/chat/_index.scss +0 -1
  49. package/scss/checkbox/_index.scss +0 -1
  50. package/scss/chip/_index.scss +1 -0
  51. package/scss/color-preview/_index.scss +0 -1
  52. package/scss/coloreditor/_index.scss +0 -1
  53. package/scss/colorgradient/_index.scss +3 -0
  54. package/scss/colorpalette/_index.scss +0 -1
  55. package/scss/colorpicker/_index.scss +0 -1
  56. package/scss/combobox/_index.scss +0 -1
  57. package/scss/dataviz/_index.scss +0 -1
  58. package/scss/dateinput/_index.scss +0 -1
  59. package/scss/datepicker/_index.scss +0 -1
  60. package/scss/daterangepicker/_index.scss +0 -1
  61. package/scss/datetimepicker/_index.scss +0 -1
  62. package/scss/dialog/_index.scss +0 -1
  63. package/scss/dock-manager/_index.scss +0 -1
  64. package/scss/draggable/_index.scss +0 -1
  65. package/scss/drawer/_index.scss +0 -1
  66. package/scss/dropdowngrid/_index.scss +0 -1
  67. package/scss/dropdownlist/_index.scss +0 -1
  68. package/scss/dropdowntree/_index.scss +1 -0
  69. package/scss/dropzone/_index.scss +0 -1
  70. package/scss/editor/_index.scss +0 -1
  71. package/scss/expansion-panel/_index.scss +1 -0
  72. package/scss/fab/_index.scss +3 -0
  73. package/scss/filemanager/_index.scss +0 -1
  74. package/scss/filter/_index.scss +0 -1
  75. package/scss/floating-label/_index.scss +0 -1
  76. package/scss/forms/_index.scss +4 -0
  77. package/scss/gantt/_index.scss +2 -0
  78. package/scss/grid/_index.scss +3 -0
  79. package/scss/icons/_index.scss +3 -0
  80. package/scss/imageeditor/_index.scss +0 -1
  81. package/scss/index.scss +2 -4
  82. package/scss/input/_index.scss +0 -1
  83. package/scss/list/_index.scss +0 -1
  84. package/scss/listbox/_index.scss +0 -1
  85. package/scss/listgroup/_index.scss +0 -1
  86. package/scss/listview/_index.scss +4 -0
  87. package/scss/loader/_index.scss +1 -0
  88. package/scss/map/_index.scss +0 -1
  89. package/scss/maskedtextbox/_index.scss +0 -1
  90. package/scss/mediaplayer/_index.scss +0 -1
  91. package/scss/menu/_index.scss +0 -1
  92. package/scss/menu-button/_index.scss +0 -1
  93. package/scss/messagebox/_index.scss +0 -1
  94. package/scss/multiselect/_index.scss +0 -1
  95. package/scss/notification/_index.scss +0 -1
  96. package/scss/numerictextbox/_index.scss +0 -1
  97. package/scss/orgchart/_index.scss +4 -0
  98. package/scss/overlay/_index.scss +0 -1
  99. package/scss/pager/_index.scss +0 -1
  100. package/scss/panelbar/_index.scss +0 -1
  101. package/scss/pdf-viewer/_index.scss +2 -0
  102. package/scss/pivotgrid/_index.scss +3 -0
  103. package/scss/popover/_index.scss +0 -1
  104. package/scss/popup/_index.scss +0 -1
  105. package/scss/progressbar/_index.scss +0 -1
  106. package/scss/prompt/_index.scss +1 -0
  107. package/scss/radio/_index.scss +0 -1
  108. package/scss/rating/_index.scss +0 -1
  109. package/scss/responsivepanel/_index.scss +0 -1
  110. package/scss/ripple/_index.scss +0 -1
  111. package/scss/scheduler/_index.scss +1 -0
  112. package/scss/scroller/_index.scss +0 -1
  113. package/scss/scrollview/_index.scss +0 -1
  114. package/scss/searchbox/_index.scss +0 -1
  115. package/scss/signature/_index.scss +0 -1
  116. package/scss/skeleton/_index.scss +0 -1
  117. package/scss/slider/_index.scss +0 -1
  118. package/scss/split-button/_index.scss +0 -1
  119. package/scss/splitter/_index.scss +0 -1
  120. package/scss/spreadsheet/_index.scss +1 -0
  121. package/scss/stepper/_index.scss +0 -1
  122. package/scss/switch/_index.scss +0 -1
  123. package/scss/table/_index.scss +0 -2
  124. package/scss/tabstrip/_index.scss +2 -0
  125. package/scss/taskboard/_index.scss +1 -0
  126. package/scss/textarea/_index.scss +6 -1
  127. package/scss/textbox/_index.scss +0 -2
  128. package/scss/tilelayout/_index.scss +3 -1
  129. package/scss/timedurationpicker/_index.scss +0 -1
  130. package/scss/timeline/_index.scss +0 -1
  131. package/scss/timepicker/_index.scss +0 -1
  132. package/scss/timeselector/_index.scss +0 -1
  133. package/scss/toolbar/_index.scss +2 -0
  134. package/scss/tooltip/_index.scss +1 -0
  135. package/scss/treelist/_index.scss +0 -1
  136. package/scss/treeview/_index.scss +0 -1
  137. package/scss/typography/_index.scss +2 -0
  138. package/scss/upload/_index.scss +0 -1
  139. package/scss/utils/_index.scss +0 -31
  140. package/scss/validator/_index.scss +0 -1
  141. package/scss/virtual-scroller/_index.scss +0 -1
  142. package/scss/window/_index.scss +0 -1
  143. package/scss/wizard/_index.scss +0 -1
package/dist/all.scss CHANGED
@@ -4516,6 +4516,14 @@ $kendo-border-radii: k-map-merge($_default-border-radii, $kendo-border-radii);
4516
4516
  --kendo-border-radius-#{$key}: #{$value};
4517
4517
  }
4518
4518
  }
4519
+
4520
+ // Generate k-rounded-* classes
4521
+ // which are part of the components rendering.
4522
+ @each $key, $val in $kendo-border-radii {
4523
+ .k-rounded-#{$key} {
4524
+ border-radius: k-border-radius($key);
4525
+ }
4526
+ }
4519
4527
  }
4520
4528
 
4521
4529
  // #endregion
@@ -5713,175 +5721,175 @@ $kendo-palettes: (
5713
5721
  // #endregion
5714
5722
 
5715
5723
  // Config
5716
- $kendo-enable-color-system: false !default;
5724
+ $kendo-enable-color-system: true !default;
5717
5725
 
5718
5726
  // Colors
5719
- $_default-colors: (
5727
+ $_default_colors: (
5720
5728
  // Misc
5721
- app-surface: null,
5722
- on-app-surface: null,
5723
- subtle: null,
5724
- surface: null,
5725
- surface-alt: null,
5726
- border: null,
5727
- border-alt: null,
5729
+ app-surface: #ffffff,
5730
+ on-app-surface: #3d3d3d,
5731
+ subtle: #666666,
5732
+ surface: #fafafa,
5733
+ surface-alt: #ffffff,
5734
+ border: rgba(0, 0, 0, 0.08),
5735
+ border-alt: rgba(0, 0, 0, 0.16),
5728
5736
  // Base
5729
- base-subtle: null,
5730
- base-subtle-hover: null,
5731
- base-subtle-active: null,
5732
- base: null,
5733
- base-hover: null,
5734
- base-active: null,
5735
- base-emphasis: null,
5736
- base-on-subtle: null,
5737
- on-base: null,
5738
- base-on-surface: null,
5737
+ base-subtle: #ebebeb,
5738
+ base-subtle-hover: #e0e0e0,
5739
+ base-subtle-active: #d6d6d6,
5740
+ base: #f5f5f5,
5741
+ base-hover: #ebebeb,
5742
+ base-active: #d6d6d6,
5743
+ base-emphasis: #c2c2c2,
5744
+ base-on-subtle: #3d3d3d,
5745
+ on-base: #3d3d3d,
5746
+ base-on-surface: #3d3d3d,
5739
5747
  // Primary
5740
- primary-subtle: null,
5741
- primary-subtle-hover: null,
5742
- primary-subtle-active: null,
5743
- primary: null,
5744
- primary-hover: null,
5745
- primary-active: null,
5746
- primary-emphasis: null,
5747
- primary-on-subtle: null,
5748
- on-primary: null,
5749
- primary-on-surface: null,
5748
+ primary-subtle: #ffeceb,
5749
+ primary-subtle-hover: #ffdedb,
5750
+ primary-subtle-active: #ffc8c4,
5751
+ primary: #ff6358,
5752
+ primary-hover: #ea5a51,
5753
+ primary-active: #d45349,
5754
+ primary-emphasis: #ff9d97,
5755
+ primary-on-subtle: #5c201c,
5756
+ on-primary: #ffffff,
5757
+ primary-on-surface: #ff6358,
5750
5758
  // Secondary
5751
- secondary-subtle: null,
5752
- secondary-subtle-hover: null,
5753
- secondary-subtle-active: null,
5754
- secondary: null,
5755
- secondary-hover: null,
5756
- secondary-active: null,
5757
- secondary-emphasis: null,
5758
- secondary-on-subtle: null,
5759
- on-secondary: null,
5760
- secondary-on-surface: null,
5759
+ secondary-subtle: #fafafa,
5760
+ secondary-subtle-hover: #f5f5f5,
5761
+ secondary-subtle-active: #ebebeb,
5762
+ secondary: #666666,
5763
+ secondary-hover: #525252,
5764
+ secondary-active: #3d3d3d,
5765
+ secondary-emphasis: #e0e0e0,
5766
+ secondary-on-subtle: #141414,
5767
+ on-secondary: #ffffff,
5768
+ secondary-on-surface: #292929,
5761
5769
  // Tertiary
5762
- tertiary-subtle: null,
5763
- tertiary-subtle-hover: null,
5764
- tertiary-subtle-active: null,
5765
- tertiary: null,
5766
- tertiary-hover: null,
5767
- tertiary-active: null,
5768
- tertiary-emphasis: null,
5769
- tertiary-on-subtle: null,
5770
- on-tertiary: null,
5771
- tertiary-on-surface: null,
5770
+ tertiary-subtle: #d8f1fd,
5771
+ tertiary-subtle-hover: #c5eafc,
5772
+ tertiary-subtle-active: #a3dffb,
5773
+ tertiary: #03a9f4,
5774
+ tertiary-hover: #039ae0,
5775
+ tertiary-active: #028ccb,
5776
+ tertiary-emphasis: #61c9f9,
5777
+ tertiary-on-subtle: #023f5c,
5778
+ on-tertiary: #ffffff,
5779
+ tertiary-on-surface: #028ccb,
5772
5780
  // Info
5773
- info-subtle: null,
5774
- info-subtle-hover: null,
5775
- info-subtle-active: null,
5776
- info: null,
5777
- info-hover: null,
5778
- info-active: null,
5779
- info-emphasis: null,
5780
- info-on-subtle: null,
5781
- on-info: null,
5782
- info-on-surface: null,
5781
+ info-subtle: #d2e2fb,
5782
+ info-subtle-hover: #bdd4f8,
5783
+ info-subtle-active: #80acf4,
5784
+ info: #0058e9,
5785
+ info-hover: #0052d6,
5786
+ info-active: #004ac2,
5787
+ info-emphasis: #6098f2,
5788
+ info-on-subtle: #002259,
5789
+ on-info: #ffffff,
5790
+ info-on-surface: #004ac2,
5783
5791
  // Success
5784
- success-subtle: null,
5785
- success-subtle-hover: null,
5786
- success-subtle-active: null,
5787
- success: null,
5788
- success-hover: null,
5789
- success-active: null,
5790
- success-emphasis: null,
5791
- success-on-subtle: null,
5792
- on-success: null,
5793
- success-on-surface: null,
5792
+ success-subtle: #dcf0d3,
5793
+ success-subtle-hover: #cbe9bf,
5794
+ success-subtle-active: #b7e1a5,
5795
+ success: #37b400,
5796
+ success-hover: #32a500,
5797
+ success-active: #2d9600,
5798
+ success-emphasis: #81d15f,
5799
+ success-on-subtle: #1c5a00,
5800
+ on-success: #ffffff,
5801
+ success-on-surface: #2d9600,
5794
5802
  // Warning
5795
- warning-subtle: null,
5796
- warning-subtle-hover: null,
5797
- warning-subtle-active: null,
5798
- warning: null,
5799
- warning-hover: null,
5800
- warning-active: null,
5801
- warning-emphasis: null,
5802
- warning-on-subtle: null,
5803
- on-warning: null,
5804
- warning-on-surface: null,
5803
+ warning-subtle: #fff4d3,
5804
+ warning-subtle-hover: #ffeebd,
5805
+ warning-subtle-active: #ffe79e,
5806
+ warning: #ffc000,
5807
+ warning-hover: #eaaf00,
5808
+ warning-active: #d49f00,
5809
+ warning-emphasis: #ffd760,
5810
+ warning-on-subtle: #5e4700,
5811
+ on-warning: #3d3d3d,
5812
+ warning-on-surface: #ffc000,
5805
5813
  // Error
5806
- error-subtle: null,
5807
- error-subtle-hover: null,
5808
- error-subtle-active: null,
5809
- error: null,
5810
- error-hover: null,
5811
- error-active: null,
5812
- error-emphasis: null,
5813
- error-on-subtle: null,
5814
- on-error: null,
5815
- error-on-surface: null,
5814
+ error-subtle: #fcddda,
5815
+ error-subtle-hover: #fbc8c3,
5816
+ error-subtle-active: #f98b80,
5817
+ error: #f31700,
5818
+ error-hover: #df1600,
5819
+ error-active: #ca1400,
5820
+ error-emphasis: #f76f60,
5821
+ error-on-subtle: #7a0c00,
5822
+ on-error: #ffffff,
5823
+ error-on-surface: #ca1400,
5816
5824
  // Light
5817
- light-subtle: null,
5818
- light-subtle-hover: null,
5819
- light-subtle-active: null,
5820
- light: null,
5821
- light-hover: null,
5822
- light-active: null,
5823
- light-emphasis: null,
5824
- light-on-subtle: null,
5825
- on-light: null,
5826
- light-on-surface: null,
5825
+ light-subtle: #fafafa,
5826
+ light-subtle-hover: #f5f5f5,
5827
+ light-subtle-active: #ebebeb,
5828
+ light: #ebebeb,
5829
+ light-hover: #e0e0e0,
5830
+ light-active: #d6d6d6,
5831
+ light-emphasis: #d6d6d6,
5832
+ light-on-subtle: #141414,
5833
+ on-light: #000000,
5834
+ light-on-surface: #e0e0e0,
5827
5835
  // Dark
5828
- dark-subtle: null,
5829
- dark-subtle-hover: null,
5830
- dark-subtle-active: null,
5831
- dark: null,
5832
- dark-hover: null,
5833
- dark-active: null,
5834
- dark-emphasis: null,
5835
- dark-on-subtle: null,
5836
- on-dark: null,
5837
- dark-on-surface: null,
5836
+ dark-subtle: #c2c2c2,
5837
+ dark-subtle-hover: #adadad,
5838
+ dark-subtle-active: #999999,
5839
+ dark: #3d3d3d,
5840
+ dark-hover: #292929,
5841
+ dark-active: #1f1f1f,
5842
+ dark-emphasis: #666666,
5843
+ dark-on-subtle: #1f1f1f,
5844
+ on-dark: #ffffff,
5845
+ dark-on-surface: #141414,
5838
5846
  // Inverse
5839
- inverse-subtle: null,
5840
- inverse-subtle-hover: null,
5841
- inverse-subtle-active: null,
5842
- inverse: null,
5843
- inverse-hover: null,
5844
- inverse-active: null,
5845
- inverse-emphasis: null,
5846
- inverse-on-subtle: null,
5847
- on-inverse: null,
5848
- inverse-on-surface: null,
5847
+ inverse-subtle: #c2c2c2,
5848
+ inverse-subtle-hover: #adadad,
5849
+ inverse-subtle-active: #999999,
5850
+ inverse: #3d3d3d,
5851
+ inverse-hover: #292929,
5852
+ inverse-active: #1f1f1f,
5853
+ inverse-emphasis: #666666,
5854
+ inverse-on-subtle: #1f1f1f,
5855
+ on-inverse: #ffffff,
5856
+ inverse-on-surface: #141414,
5849
5857
  // Series A
5850
- series-a: null,
5851
- series-a-bold: null,
5852
- series-a-bolder: null,
5853
- series-a-subtle: null,
5854
- series-a-subtler: null,
5858
+ series-a: #ff6358,
5859
+ series-a-bold: #bf4a42,
5860
+ series-a-bolder: #80322c,
5861
+ series-a-subtle: #ffb1ac,
5862
+ series-a-subtler: #ff8a82,
5855
5863
  // Series B
5856
- series-b: null,
5857
- series-b-bold: null,
5858
- series-b-bolder: null,
5859
- series-b-subtle: null,
5860
- series-b-subtler: null,
5864
+ series-b: #ffe162,
5865
+ series-b-bold: #bfa94a,
5866
+ series-b-bolder: #807131,
5867
+ series-b-subtle: #fff0b1,
5868
+ series-b-subtler: #ffe989,
5861
5869
  // Series C
5862
- series-c: null,
5863
- series-c-bold: null,
5864
- series-c-bolder: null,
5865
- series-c-subtle: null,
5866
- series-c-subtler: null,
5870
+ series-c: #4cd180,
5871
+ series-c-bold: #399d60,
5872
+ series-c-bolder: #266940,
5873
+ series-c-subtle: #a6e8c0,
5874
+ series-c-subtler: #79dda0,
5867
5875
  // Series D
5868
- series-d: null,
5869
- series-d-bold: null,
5870
- series-d-bolder: null,
5871
- series-d-subtle: null,
5872
- series-d-subtler: null,
5873
- // Series Е
5874
- series-e: null,
5875
- series-e-bold: null,
5876
- series-e-bolder: null,
5877
- series-e-subtle: null,
5878
- series-e-subtler: null,
5876
+ series-d: #4b5ffa,
5877
+ series-d-bold: #3847bc,
5878
+ series-d-bolder: #26307d,
5879
+ series-d-subtle: #a5affd,
5880
+ series-d-subtler: #7887fb,
5881
+ // Series E
5882
+ series-e: #ac58ff,
5883
+ series-e-bold: #8142bf,
5884
+ series-e-bolder: #562c80,
5885
+ series-e-subtle: #d6acff,
5886
+ series-e-subtler: #c182ff,
5879
5887
  // Series F
5880
- series-f: null,
5881
- series-f-bold: null,
5882
- series-f-bolder: null,
5883
- series-f-subtle: null,
5884
- series-f-subtler: null,
5888
+ series-f: #ff5892,
5889
+ series-f-bold: #bf426e,
5890
+ series-f-bolder: #802c49,
5891
+ series-f-subtle: #ffacc9,
5892
+ series-f-subtler: #ff82ae,
5885
5893
  ) !default;
5886
5894
 
5887
5895
  /// The global default Colors map.
@@ -6244,9 +6252,103 @@ $_kendo-imported-modules: () !default;
6244
6252
  // #region @import "./module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
6245
6253
  // #region @import "./_components.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/_components.scss
6246
6254
  $kendo-components: (
6247
- // Typography and utils
6248
- "typography",
6255
+ // Utils
6249
6256
  "utils",
6257
+ "utils-accessibility-screen-readers",
6258
+ "utils-background-clip",
6259
+ "utils-background-color",
6260
+ "utils-background-position",
6261
+ "utils-background-size",
6262
+ "utils-border-color",
6263
+ "utils-border-radius",
6264
+ "utils-border-style",
6265
+ "utils-border-width",
6266
+ "utils-outline-color",
6267
+ "utils-outline-offset",
6268
+ "utils-outline-style",
6269
+ "utils-outline-width",
6270
+ "utils-effects-opacity",
6271
+ "utils-elevation",
6272
+ "utils-filter-backdrop",
6273
+ "utils-flex-grid-align-content",
6274
+ "utils-flex-grid-align-items",
6275
+ "utils-flex-grid-align-self",
6276
+ "utils-flex-grid-flex-basis",
6277
+ "utils-flex-grid-flex-direction",
6278
+ "utils-flex-grid-flex-grow",
6279
+ "utils-flex-grid-flex-shrink",
6280
+ "utils-flex-grid-flex-wrap",
6281
+ "utils-flex-grid-flex",
6282
+ "utils-flex-grid-gap",
6283
+ "utils-flex-grid-grid-auto-columns",
6284
+ "utils-flex-grid-grid-auto-flow",
6285
+ "utils-flex-grid-grid-auto-rows",
6286
+ "utils-flex-grid-grid-column-start-end",
6287
+ "utils-flex-grid-grid-row-start-end",
6288
+ "utils-flex-grid-grid-template-columns",
6289
+ "utils-flex-grid-grid-template-rows",
6290
+ "utils-flex-grid-justify-content",
6291
+ "utils-flex-grid-justify-items",
6292
+ "utils-flex-grid-justify-self",
6293
+ "utils-flex-grid-order",
6294
+ "utils-flex-grid-place-content",
6295
+ "utils-flex-grid-place-items",
6296
+ "utils-flex-grid-place-self",
6297
+ "utils-interactivity-accent-color",
6298
+ "utils-interactivity-appearance",
6299
+ "utils-interactivity-caret-color",
6300
+ "utils-interactivity-cursor",
6301
+ "utils-interactivity-pointer-events",
6302
+ "utils-interactivity-resize",
6303
+ "utils-interactivity-scroll",
6304
+ "utils-interactivity-touch-action",
6305
+ "utils-interactivity-user-select",
6306
+ "utils-interactivity-will-change",
6307
+ "utils-layout-aspect-ratio",
6308
+ "utils-layout-box-sizing",
6309
+ "utils-layout-clear",
6310
+ "utils-layout-columns",
6311
+ "utils-layout-display",
6312
+ "utils-layout-float",
6313
+ "utils-layout-object-fit",
6314
+ "utils-layout-object-position",
6315
+ "utils-layout-overflow",
6316
+ "utils-layout-placement",
6317
+ "utils-layout-position",
6318
+ "utils-layout-visibility",
6319
+ "utils-layout-zindex",
6320
+ "utils-sizing-height",
6321
+ "utils-sizing-width",
6322
+ "utils-spacing-margin",
6323
+ "utils-spacing-padding",
6324
+ "utils-spacing-space-between",
6325
+ "utils-svg-fill",
6326
+ "utils-svg-stroke",
6327
+ "utils-table-border-collapse",
6328
+ "utils-table-table-layout",
6329
+ "utils-transform-flip",
6330
+ "utils-transform-origin",
6331
+ "utils-transform-rotate",
6332
+ "utils-transform-scale",
6333
+ "utils-transform-skew",
6334
+ "utils-transform-translate",
6335
+ "utils-typography-font-family",
6336
+ "utils-typography-font-size",
6337
+ "utils-typography-font-style",
6338
+ "utils-typography-font-weight",
6339
+ "utils-typography-letter-spacing",
6340
+ "utils-typography-line-height",
6341
+ "utils-typography-list-style",
6342
+ "utils-typography-text-align",
6343
+ "utils-typography-text-color",
6344
+ "utils-typography-text-decoration",
6345
+ "utils-typography-text-overflow",
6346
+ "utils-typography-text-transform",
6347
+ "utils-typography-vertical-align",
6348
+ "utils-typography-white-space",
6349
+
6350
+ // Typography
6351
+ "typography",
6250
6352
  "draggable",
6251
6353
 
6252
6354
  // Generic content
@@ -6874,6 +6976,98 @@ $_kendo-dependencies: (
6874
6976
  "toolbar"
6875
6977
  ),
6876
6978
  utils: (),
6979
+ utils-accessibility-screen-readers: (),
6980
+ utils-background-clip: (),
6981
+ utils-background-color: (),
6982
+ utils-background-position: (),
6983
+ utils-background-size: (),
6984
+ utils-border-color: (),
6985
+ utils-border-radius: (),
6986
+ utils-border-style: (),
6987
+ utils-border-width: (),
6988
+ utils-outline-color: (),
6989
+ utils-outline-offset: (),
6990
+ utils-outline-style: (),
6991
+ utils-outline-width: (),
6992
+ utils-effects-opacity: (),
6993
+ utils-elevation: (),
6994
+ utils-filter-backdrop: (),
6995
+ utils-flex-grid-align-content: (),
6996
+ utils-flex-grid-align-items: (),
6997
+ utils-flex-grid-align-self: (),
6998
+ utils-flex-grid-flex-basis: (),
6999
+ utils-flex-grid-flex-direction: (),
7000
+ utils-flex-grid-flex-grow: (),
7001
+ utils-flex-grid-flex-shrink: (),
7002
+ utils-flex-grid-flex-wrap: (),
7003
+ utils-flex-grid-flex: (),
7004
+ utils-flex-grid-gap: (),
7005
+ utils-flex-grid-grid-auto-columns: (),
7006
+ utils-flex-grid-grid-auto-flow: (),
7007
+ utils-flex-grid-grid-auto-rows: (),
7008
+ utils-flex-grid-grid-column-start-end: (),
7009
+ utils-flex-grid-grid-row-start-end: (),
7010
+ utils-flex-grid-grid-template-columns: (),
7011
+ utils-flex-grid-grid-template-rows: (),
7012
+ utils-flex-grid-justify-content: (),
7013
+ utils-flex-grid-justify-items: (),
7014
+ utils-flex-grid-justify-self: (),
7015
+ utils-flex-grid-order: (),
7016
+ utils-flex-grid-place-content: (),
7017
+ utils-flex-grid-place-items: (),
7018
+ utils-flex-grid-place-self: (),
7019
+ utils-interactivity-accent-color: (),
7020
+ utils-interactivity-appearance: (),
7021
+ utils-interactivity-caret-color: (),
7022
+ utils-interactivity-cursor: (),
7023
+ utils-interactivity-pointer-events: (),
7024
+ utils-interactivity-resize: (),
7025
+ utils-interactivity-scroll: (),
7026
+ utils-interactivity-touch-action: (),
7027
+ utils-interactivity-user-select: (),
7028
+ utils-interactivity-will-change: (),
7029
+ utils-layout-aspect-ratio: (),
7030
+ utils-layout-box-sizing: (),
7031
+ utils-layout-clear: (),
7032
+ utils-layout-columns: (),
7033
+ utils-layout-display: (),
7034
+ utils-layout-float: (),
7035
+ utils-layout-object-fit: (),
7036
+ utils-layout-object-position: (),
7037
+ utils-layout-overflow: (),
7038
+ utils-layout-placement: (),
7039
+ utils-layout-position: (),
7040
+ utils-layout-visibility: (),
7041
+ utils-layout-zindex: (),
7042
+ utils-sizing-height: (),
7043
+ utils-sizing-width: (),
7044
+ utils-spacing-margin: (),
7045
+ utils-spacing-padding: (),
7046
+ utils-spacing-space-between: (),
7047
+ utils-svg-fill: (),
7048
+ utils-svg-stroke: (),
7049
+ utils-table-border-collapse: (),
7050
+ utils-table-table-layout: (),
7051
+ utils-transform-flip: (),
7052
+ utils-transform-origin: (),
7053
+ utils-transform-rotate: (),
7054
+ utils-transform-scale: (),
7055
+ utils-transform-skew: (),
7056
+ utils-transform-translate: (),
7057
+ utils-typography-font-family: (),
7058
+ utils-typography-font-size: (),
7059
+ utils-typography-font-style: (),
7060
+ utils-typography-font-weight: (),
7061
+ utils-typography-letter-spacing: (),
7062
+ utils-typography-line-height: (),
7063
+ utils-typography-list-style: (),
7064
+ utils-typography-text-align: (),
7065
+ utils-typography-text-color: (),
7066
+ utils-typography-text-decoration: (),
7067
+ utils-typography-text-overflow: (),
7068
+ utils-typography-text-transform: (),
7069
+ utils-typography-vertical-align: (),
7070
+ utils-typography-white-space: (),
6877
7071
  validator: (
6878
7072
  "tooltip"
6879
7073
  ),
@@ -8139,6 +8333,69 @@ $_imported: () !default;
8139
8333
  }
8140
8334
  }
8141
8335
 
8336
+ // #endregion
8337
+ // #region @import "./_utils-components.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_utils-components.scss
8338
+ $kendo-prefix: k- !default;
8339
+
8340
+ @mixin kendo-core--styles--utils-components() {
8341
+ // Legacy aliases
8342
+ .#{$kendo-prefix}top-start,
8343
+ .#{$kendo-prefix}pos-top-start {
8344
+ top: 0;
8345
+ inset-inline-start: 0;
8346
+ }
8347
+
8348
+ .#{$kendo-prefix}top-end,
8349
+ .#{$kendo-prefix}pos-top-end {
8350
+ top: 0;
8351
+ inset-inline-end: 0;
8352
+ }
8353
+
8354
+ .#{$kendo-prefix}bottom-start,
8355
+ .#{$kendo-prefix}pos-bottom-start {
8356
+ bottom: 0;
8357
+ inset-inline-start: 0;
8358
+ }
8359
+
8360
+ .#{$kendo-prefix}bottom-end,
8361
+ .#{$kendo-prefix}pos-bottom-end {
8362
+ bottom: 0;
8363
+ inset-inline-end: 0;
8364
+ }
8365
+
8366
+ .#{$kendo-prefix}top-center,
8367
+ .#{$kendo-prefix}pos-top-center {
8368
+ top: 0;
8369
+ left: 50%;
8370
+ transform: translateX(-50%);
8371
+ }
8372
+ .#{$kendo-prefix}middle-left,
8373
+ .#{$kendo-prefix}middle-start,
8374
+ .#{$kendo-prefix}pos-middle-start {
8375
+ top: 50%;
8376
+ left: 0;
8377
+ transform: translateY(-50%);
8378
+ }
8379
+ .#{$kendo-prefix}middle-center {
8380
+ top: 50%;
8381
+ left: 50%;
8382
+ transform: translateY(-50%);
8383
+ }
8384
+ .#{$kendo-prefix}middle-right,
8385
+ .#{$kendo-prefix}middle-end,
8386
+ .#{$kendo-prefix}pos-middle-end {
8387
+ top: 50%;
8388
+ right: 0;
8389
+ transform: translateY(-50%);
8390
+ }
8391
+ .#{$kendo-prefix}bottom-center,
8392
+ .#{$kendo-prefix}pos-bottom-center {
8393
+ bottom: 0;
8394
+ left: 50%;
8395
+ transform: translateX(-50%);
8396
+ }
8397
+ }
8398
+
8142
8399
  // #endregion
8143
8400
 
8144
8401
  @mixin kendo-core--styles() {
@@ -8152,6 +8409,7 @@ $_imported: () !default;
8152
8409
  @include kendo-core--styles--selection();
8153
8410
  @include kendo-core--styles--scrollbar();
8154
8411
  @include kendo-core--styles--resizing();
8412
+ @include kendo-core--styles--utils-components();
8155
8413
  }
8156
8414
 
8157
8415
  // #endregion
@@ -8288,28 +8546,12 @@ $equilateral-height: 0.8660254038 !default;
8288
8546
  // #endregion
8289
8547
 
8290
8548
 
8291
- // Typography and utils
8549
+ // Typography
8292
8550
  // #region @import "./typography/_index.scss"; -> scss/typography/_index.scss
8293
8551
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
8294
8552
  // File already imported_once. Skipping output.
8295
8553
  // #endregion
8296
8554
  // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
8297
- // #region @import "../core/_index.scss"; -> scss/core/_index.scss
8298
- // File already imported_once. Skipping output.
8299
- // #endregion
8300
-
8301
-
8302
- // Module meta
8303
- $_kendo-module-meta: (
8304
- name: "utils",
8305
- dependencies: ()
8306
- );
8307
-
8308
-
8309
- // Dependencies
8310
-
8311
-
8312
- // Component
8313
8555
  // #region @import "@progress/kendo-theme-utils/scss/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-utils/scss/index.import.scss
8314
8556
  // #region @import "./_functions.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-utils/scss/_functions.scss
8315
8557
  // #region @import "@progress/kendo-theme-core/scss/functions/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/functions/index.import.scss
@@ -8874,18 +9116,26 @@ $_kendo-module-meta: (
8874
9116
  /// @group margin
8875
9117
  /// @contextType css
8876
9118
 
9119
+ // Register
9120
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
9121
+ // File already imported_once. Skipping output.
9122
+ // #endregion
9123
+ @include module-register((name: "utils-spacing-margin"));
9124
+
8877
9125
  @mixin kendo-utils--spacing--margin() {
9126
+ @include module-render("utils-spacing-margin") {
8878
9127
 
8879
- // Margin utility classes
8880
- $kendo-utils-margin: k-map-get( $kendo-utils, "margin" ) !default;
8881
- @include generate-utils( m, margin, $kendo-utils-margin, $css-var: "spacing" );
8882
- @include generate-utils( mt, margin-top, $kendo-utils-margin, $css-var: "spacing" );
8883
- @include generate-utils( mr, margin-right, $kendo-utils-margin, $css-var: "spacing" );
8884
- @include generate-utils( mb, margin-bottom, $kendo-utils-margin, $css-var: "spacing" );
8885
- @include generate-utils( ml, margin-left, $kendo-utils-margin, $css-var: "spacing" );
8886
- @include generate-utils( mx, margin-inline, $kendo-utils-margin, $css-var: "spacing" );
8887
- @include generate-utils( my, margin-block, $kendo-utils-margin, $css-var: "spacing" );
9128
+ // Margin utility classes
9129
+ $kendo-utils-margin: k-map-get( $kendo-utils, "margin" ) !default;
9130
+ @include generate-utils( m, margin, $kendo-utils-margin, $css-var: "spacing" );
9131
+ @include generate-utils( mt, margin-top, $kendo-utils-margin, $css-var: "spacing" );
9132
+ @include generate-utils( mr, margin-right, $kendo-utils-margin, $css-var: "spacing" );
9133
+ @include generate-utils( mb, margin-bottom, $kendo-utils-margin, $css-var: "spacing" );
9134
+ @include generate-utils( ml, margin-left, $kendo-utils-margin, $css-var: "spacing" );
9135
+ @include generate-utils( mx, margin-inline, $kendo-utils-margin, $css-var: "spacing" );
9136
+ @include generate-utils( my, margin-block, $kendo-utils-margin, $css-var: "spacing" );
8888
9137
 
9138
+ }
8889
9139
  }
8890
9140
 
8891
9141
  // #endregion
@@ -9352,17 +9602,34 @@ $_kendo-module-meta: (
9352
9602
  /// @group padding
9353
9603
  /// @contextType css
9354
9604
 
9605
+ // Register
9606
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
9607
+ // File already imported_once. Skipping output.
9608
+ // #endregion
9609
+ @include module-register((name: "utils-spacing-padding"));
9610
+
9355
9611
  @mixin kendo-utils--spacing--padding() {
9612
+ @include module-render("utils-spacing-padding") {
9613
+
9614
+ // Padding utility classes
9615
+ $kendo-utils-padding: k-map-get( $kendo-utils, "padding" ) !default;
9616
+ @include generate-utils( p, padding, $kendo-utils-padding, $css-var: "spacing" );
9617
+ @include generate-utils( pt, padding-top, $kendo-utils-padding, $css-var: "spacing" );
9618
+ @include generate-utils( pr, padding-right, $kendo-utils-padding, $css-var: "spacing" );
9619
+ @include generate-utils( pb, padding-bottom, $kendo-utils-padding, $css-var: "spacing" );
9620
+ @include generate-utils( pl, padding-left, $kendo-utils-padding, $css-var: "spacing" );
9621
+ @include generate-utils( px, padding-inline, $kendo-utils-padding, $css-var: "spacing" );
9622
+ @include generate-utils( py, padding-block, $kendo-utils-padding, $css-var: "spacing" );
9623
+
9624
+ }
9625
+ }
9626
+
9627
+ @mixin kendo-utils--spacing--padding--responsive($key) {
9356
9628
 
9357
- // Padding utility classes
9629
+ // Padding responsive utility classes
9358
9630
  $kendo-utils-padding: k-map-get( $kendo-utils, "padding" ) !default;
9359
- @include generate-utils( p, padding, $kendo-utils-padding, $css-var: "spacing" );
9360
- @include generate-utils( pt, padding-top, $kendo-utils-padding, $css-var: "spacing" );
9361
- @include generate-utils( pr, padding-right, $kendo-utils-padding, $css-var: "spacing" );
9362
- @include generate-utils( pb, padding-bottom, $kendo-utils-padding, $css-var: "spacing" );
9363
- @include generate-utils( pl, padding-left, $kendo-utils-padding, $css-var: "spacing" );
9364
- @include generate-utils( px, padding-inline, $kendo-utils-padding, $css-var: "spacing" );
9365
- @include generate-utils( py, padding-block, $kendo-utils-padding, $css-var: "spacing" );
9631
+ @include generate-utils( px-#{$key}, padding-inline, $kendo-utils-padding, $css-var: "spacing", $important: false );
9632
+ @include generate-utils( py-#{$key}, padding-block, $kendo-utils-padding, $css-var: "spacing", $important: false );
9366
9633
 
9367
9634
  }
9368
9635
 
@@ -9370,21 +9637,29 @@ $_kendo-module-meta: (
9370
9637
  // #region @import "./_space-between.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-utils/scss/spacing/_space-between.scss
9371
9638
  // TODO: docs
9372
9639
 
9640
+ // Register
9641
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
9642
+ // File already imported_once. Skipping output.
9643
+ // #endregion
9644
+ @include module-register((name: "utils-spacing-space-between"));
9645
+
9373
9646
  @mixin kendo-utils--spacing--space-between() {
9647
+ @include module-render("utils-spacing-space-between") {
9374
9648
 
9375
- // Space between utility classes
9376
- $kendo-utils-space-between: k-map-get( $kendo-utils, "space-between" ) !default;
9377
- @each $key, $value in $kendo-utils-space-between {
9378
- $_key: k-escape-class-name( $key );
9649
+ // Space between utility classes
9650
+ $kendo-utils-space-between: k-map-get( $kendo-utils, "space-between" ) !default;
9651
+ @each $key, $value in $kendo-utils-space-between {
9652
+ $_key: k-escape-class-name( $key );
9379
9653
 
9380
- .#{$kendo-prefix}space-x-#{$_key} > * + * {
9381
- margin-inline-start: $value;
9382
- }
9383
- .#{$kendo-prefix}space-y-#{$_key} > * + * {
9384
- margin-block-start: $value;
9654
+ .#{$kendo-prefix}space-x-#{$_key} > * + * {
9655
+ margin-inline-start: $value;
9656
+ }
9657
+ .#{$kendo-prefix}space-y-#{$_key} > * + * {
9658
+ margin-block-start: $value;
9659
+ }
9385
9660
  }
9386
- }
9387
9661
 
9662
+ }
9388
9663
  }
9389
9664
 
9390
9665
  // #endregion
@@ -9396,11 +9671,14 @@ $_kendo-module-meta: (
9396
9671
  @include kendo-utils--spacing--space-between();
9397
9672
  }
9398
9673
 
9674
+ @mixin kendo-utils--spacing--responsive($key) {
9675
+ @include kendo-utils--spacing--padding--responsive($key)
9676
+ }
9677
+
9399
9678
  // #endregion
9400
9679
 
9401
9680
  $kendo-prefix: k- !default;
9402
9681
  $kendo-important: true !default;
9403
- $kendo-enable-color-system: false !default;
9404
9682
 
9405
9683
  $kendo-theme-colors: () !default;
9406
9684
 
@@ -9460,6 +9738,47 @@ $kendo-sizing: () !default;
9460
9738
 
9461
9739
  $kendo-border-radii: () !default;
9462
9740
 
9741
+ $_default-kendo-fraction-classes: (
9742
+ '91-6': 91.6666%,
9743
+ '83-3': 83.3333%,
9744
+ '66-6': 66.6666%,
9745
+ '58-3': 58.3333%,
9746
+ '41-6': 41.6666%,
9747
+ '33-3': 33.3333%,
9748
+ '16-7': 16.6666%,
9749
+ '14-3': 14.2857%,
9750
+ '12-5': 12.5%,
9751
+ '11-1': 11.1111%,
9752
+ '9-1': 9.0909%,
9753
+ '8-3': 8.3333%
9754
+ );
9755
+
9756
+ $kendo-fraction-classes: $_default-kendo-fraction-classes !default;
9757
+ $kendo-fraction-classes: k-map-merge($_default-kendo-fraction-classes, $kendo-fraction-classes);
9758
+
9759
+ $_default-kendo-breakpoints: (
9760
+ xs: 0,
9761
+ sm: 576px,
9762
+ md: 768px,
9763
+ lg: 992px,
9764
+ xl: 1200px,
9765
+ xxl: 1400px
9766
+ ) !default;
9767
+
9768
+ $kendo-breakpoints: $_default-kendo-breakpoints !default;
9769
+ $kendo-breakpoints: k-map-merge($_default-kendo-breakpoints, $kendo-breakpoints);
9770
+
9771
+ $_default-kendo-container-max-widths: (
9772
+ sm: 540px,
9773
+ md: 720px,
9774
+ lg: 960px,
9775
+ xl: 1140px,
9776
+ xxl: 1320px
9777
+ ) !default;
9778
+
9779
+ $kendo-container-max-widths: $_default-kendo-container-max-widths !default;
9780
+ $kendo-container-max-widths: k-map-merge($_default-kendo-container-max-widths, $kendo-container-max-widths);
9781
+
9463
9782
  $kendo-utils: (
9464
9783
 
9465
9784
  // Accessibility
@@ -9669,19 +9988,6 @@ $kendo-utils: (
9669
9988
  11: 11,
9670
9989
  12: 12,
9671
9990
  13: 13,
9672
- -1: -1,
9673
- -2: -2,
9674
- -3: -3,
9675
- -4: -4,
9676
- -5: -5,
9677
- -6: -6,
9678
- -7: -7,
9679
- -8: -8,
9680
- -9: -9,
9681
- -10: -10,
9682
- -11: -11,
9683
- -12: -12,
9684
- -13: -13,
9685
9991
  auto: auto
9686
9992
  ),
9687
9993
  "grid-column-end": (
@@ -9698,19 +10004,6 @@ $kendo-utils: (
9698
10004
  11: 11,
9699
10005
  12: 12,
9700
10006
  13: 13,
9701
- -1: -1,
9702
- -2: -2,
9703
- -3: -3,
9704
- -4: -4,
9705
- -5: -5,
9706
- -6: -6,
9707
- -7: -7,
9708
- -8: -8,
9709
- -9: -9,
9710
- -10: -10,
9711
- -11: -11,
9712
- -12: -12,
9713
- -13: -13,
9714
10007
  auto: auto
9715
10008
  ),
9716
10009
  "grid-column-span": (
@@ -9743,19 +10036,6 @@ $kendo-utils: (
9743
10036
  11: 11,
9744
10037
  12: 12,
9745
10038
  13: 13,
9746
- -1: -1,
9747
- -2: -2,
9748
- -3: -3,
9749
- -4: -4,
9750
- -5: -5,
9751
- -6: -6,
9752
- -7: -7,
9753
- -8: -8,
9754
- -9: -9,
9755
- -10: -10,
9756
- -11: -11,
9757
- -12: -12,
9758
- -13: -13,
9759
10039
  auto: auto
9760
10040
  ),
9761
10041
  "grid-row-end": (
@@ -9772,19 +10052,6 @@ $kendo-utils: (
9772
10052
  11: 11,
9773
10053
  12: 12,
9774
10054
  13: 13,
9775
- -1: -1,
9776
- -2: -2,
9777
- -3: -3,
9778
- -4: -4,
9779
- -5: -5,
9780
- -6: -6,
9781
- -7: -7,
9782
- -8: -8,
9783
- -9: -9,
9784
- -10: -10,
9785
- -11: -11,
9786
- -12: -12,
9787
- -13: -13,
9788
10055
  auto: auto
9789
10056
  ),
9790
10057
  "grid-row-span": (
@@ -10438,42 +10705,74 @@ $kendo-utils: (
10438
10705
  }
10439
10706
  }
10440
10707
  }
10708
+
10709
+
10710
+ // Responsive Layout Breakpoints
10711
+ @mixin kendo-breakpoint-up( $breakpoint, $media: all ) {
10712
+ @media only #{$media} and (min-width: k-map-get( $kendo-breakpoints, #{$breakpoint} )) {
10713
+ @content;
10714
+ }
10715
+ }
10716
+
10717
+ @mixin kendo-breakpoint-down( $breakpoint, $media: all ) {
10718
+ @media only #{$media} and (max-width: ( k-map-get( $kendo-breakpoints, #{$breakpoint} ) - .02 )) {
10719
+ @content;
10720
+ }
10721
+ }
10722
+
10723
+ @mixin kendo-breakpoint-only( $breakpoint, $media: all ) {
10724
+ $breakpoint-index: k-list-index( k-map-keys($kendo-breakpoints), $breakpoint );
10725
+ $next-breakpoint-index: $breakpoint-index + 1;
10726
+
10727
+ $next-breakpoint: k-list-nth( k-map-keys($kendo-breakpoints), $next-breakpoint-index );
10728
+ @media only #{$media} and (min-width: k-map-get( $kendo-breakpoints, #{$breakpoint} )) and (max-width: ( k-map-get( $kendo-breakpoints, #{$next-breakpoint} ) - .02)) {
10729
+ @content;
10730
+ }
10731
+ }
10441
10732
  // #endregion
10442
10733
 
10443
10734
  // #region @import "./accessibility/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-utils/scss/accessibility/index.import.scss
10444
10735
  // #region @import "./_screen-readers.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-utils/scss/accessibility/_screen-readers.scss
10736
+ // Register
10737
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
10738
+ // File already imported_once. Skipping output.
10739
+ // #endregion
10740
+ @include module-register((name: "utils-accessibility-screen-readers"));
10741
+
10445
10742
  @mixin kendo-utils--accessibility--screen-readers() {
10743
+ @include module-render("utils-accessibility-screen-readers") {
10446
10744
 
10447
- // Screen readers utility classes
10448
- $kendo-utils-accessibility: k-map-get( $kendo-utils, "accessibility" ) !default;
10745
+ // Screen readers utility classes
10746
+ $kendo-utils-accessibility: k-map-get( $kendo-utils, "accessibility" ) !default;
10449
10747
 
10450
- @if $kendo-utils-accessibility {
10451
- /// This class could be assigned to elements which should be visually hidden, but remain accessible for screen readers.
10452
- /// @name .k-sr-only
10453
- /// @group accessibility
10454
- .#{$kendo-prefix}sr-only {
10455
- margin: -1px;
10456
- padding: 0;
10457
- width: 1px;
10458
- height: 1px;
10459
- border-width: 0;
10460
- overflow: hidden;
10461
- clip: rect(0, 0, 0, 0);
10462
- position: absolute;
10463
- }
10748
+ @if $kendo-utils-accessibility {
10749
+ /// This class could be assigned to elements which should be visually hidden, but remain accessible for screen readers.
10750
+ /// @name .k-sr-only
10751
+ /// @group accessibility
10752
+ .#{$kendo-prefix}sr-only {
10753
+ margin: -1px;
10754
+ padding: 0;
10755
+ width: 1px;
10756
+ height: 1px;
10757
+ border-width: 0;
10758
+ overflow: hidden;
10759
+ clip: rect(0, 0, 0, 0);
10760
+ position: absolute;
10761
+ }
10464
10762
 
10465
- .#{$kendo-prefix}not-sr-only {
10466
- margin: 0;
10467
- padding: 0;
10468
- width: auto;
10469
- height: auto;
10470
- border-width: 0;
10471
- overflow: visible;
10472
- clip: auto;
10473
- position: static;
10763
+ .#{$kendo-prefix}not-sr-only {
10764
+ margin: 0;
10765
+ padding: 0;
10766
+ width: auto;
10767
+ height: auto;
10768
+ border-width: 0;
10769
+ overflow: visible;
10770
+ clip: auto;
10771
+ position: static;
10772
+ }
10474
10773
  }
10475
- }
10476
10774
 
10775
+ }
10477
10776
  }
10478
10777
 
10479
10778
  // #endregion
@@ -10509,16 +10808,24 @@ $kendo-utils: (
10509
10808
  /// @group aspect-ratio
10510
10809
  /// @contextType css
10511
10810
 
10811
+ // Register
10812
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
10813
+ // File already imported_once. Skipping output.
10814
+ // #endregion
10815
+ @include module-register((name: "utils-layout-aspect-ratio"));
10816
+
10512
10817
  @mixin kendo-utils--layout--aspect-ratio() {
10818
+ @include module-render("utils-layout-aspect-ratio") {
10513
10819
 
10514
- // Aspect ratio utility classes
10515
- $kendo-utils-aspect-ratio: k-map-get( $kendo-utils, "aspect-ratio" ) !default;
10516
- @include generate-utils( ratio, aspect-ratio, $kendo-utils-aspect-ratio );
10820
+ // Aspect ratio utility classes
10821
+ $kendo-utils-aspect-ratio: k-map-get( $kendo-utils, "aspect-ratio" ) !default;
10822
+ @include generate-utils( ratio, aspect-ratio, $kendo-utils-aspect-ratio );
10517
10823
 
10518
10824
 
10519
- // Legacy aliases
10520
- @include generate-utils( aspect-ratio, aspect-ratio, $kendo-utils-aspect-ratio );
10825
+ // Legacy aliases
10826
+ @include generate-utils( aspect-ratio, aspect-ratio, $kendo-utils-aspect-ratio );
10521
10827
 
10828
+ }
10522
10829
  }
10523
10830
 
10524
10831
  // #endregion
@@ -10535,12 +10842,20 @@ $kendo-utils: (
10535
10842
  /// @group box-sizing
10536
10843
  /// @contextType css
10537
10844
 
10845
+ // Register
10846
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
10847
+ // File already imported_once. Skipping output.
10848
+ // #endregion
10849
+ @include module-register((name: "utils-layout-box-sizing"));
10850
+
10538
10851
  @mixin kendo-utils--layout--box-sizing() {
10852
+ @include module-render("utils-layout-box-sizing") {
10539
10853
 
10540
- // box-sizing utility classes
10541
- $kendo-utils-box-sizing: k-map-get( $kendo-utils, "box-sizing" ) !default;
10542
- @include generate-utils( box-sizing, box-sizing, $kendo-utils-box-sizing );
10854
+ // box-sizing utility classes
10855
+ $kendo-utils-box-sizing: k-map-get( $kendo-utils, "box-sizing" ) !default;
10856
+ @include generate-utils( box-sizing, box-sizing, $kendo-utils-box-sizing );
10543
10857
 
10858
+ }
10544
10859
  }
10545
10860
 
10546
10861
  // #endregion
@@ -10569,12 +10884,20 @@ $kendo-utils: (
10569
10884
  /// @group clear
10570
10885
  /// @contextType css
10571
10886
 
10887
+ // Register
10888
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
10889
+ // File already imported_once. Skipping output.
10890
+ // #endregion
10891
+ @include module-register((name: "utils-layout-clear"));
10892
+
10572
10893
  @mixin kendo-utils--layout--clear() {
10894
+ @include module-render("utils-layout-clear") {
10573
10895
 
10574
- // Clear utility classes
10575
- $kendo-utils-clear: k-map-get( $kendo-utils, "clear" ) !default;
10576
- @include generate-utils( clear, clear, $kendo-utils-clear );
10896
+ // Clear utility classes
10897
+ $kendo-utils-clear: k-map-get( $kendo-utils, "clear" ) !default;
10898
+ @include generate-utils( clear, clear, $kendo-utils-clear );
10577
10899
 
10900
+ }
10578
10901
  }
10579
10902
 
10580
10903
  // #endregion
@@ -10657,12 +10980,20 @@ $kendo-utils: (
10657
10980
  /// @group columns
10658
10981
  /// @contextType css
10659
10982
 
10983
+ // Register
10984
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
10985
+ // File already imported_once. Skipping output.
10986
+ // #endregion
10987
+ @include module-register((name: "utils-layout-columns"));
10988
+
10660
10989
  @mixin kendo-utils--layout--columns() {
10990
+ @include module-render("utils-layout-columns") {
10661
10991
 
10662
- // columns utility classes
10663
- $kendo-utils-columns: k-map-get( $kendo-utils, "columns" ) !default;
10664
- @include generate-utils( columns, columns, $kendo-utils-columns );
10992
+ // columns utility classes
10993
+ $kendo-utils-columns: k-map-get( $kendo-utils, "columns" ) !default;
10994
+ @include generate-utils( columns, columns, $kendo-utils-columns );
10665
10995
 
10996
+ }
10666
10997
  }
10667
10998
 
10668
10999
  // #endregion
@@ -10751,19 +11082,35 @@ $kendo-utils: (
10751
11082
  /// @group display
10752
11083
  /// @contextType css
10753
11084
 
11085
+ // Register
11086
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
11087
+ // File already imported_once. Skipping output.
11088
+ // #endregion
11089
+ @include module-register((name: "utils-layout-display"));
11090
+
10754
11091
  @mixin kendo-utils--layout--display() {
11092
+ @include module-render("utils-layout-display") {
10755
11093
 
10756
- // Display utility classes
10757
- $kendo-utils-display: k-map-get( $kendo-utils, "display" ) !default;
10758
- @include generate-utils( d, display, $kendo-utils-display );
11094
+ // Display utility classes
11095
+ $kendo-utils-display: k-map-get( $kendo-utils, "display" ) !default;
11096
+ @include generate-utils( d, display, $kendo-utils-display );
10759
11097
 
10760
11098
 
10761
- // Legacy aliases
10762
- @include generate-utils( display, display, $kendo-utils-display );
10763
- .#{$kendo-prefix}d-flex-row { @extend .#{$kendo-prefix}d-flex, .#{$kendo-prefix}flex-row !optional; }
10764
- .\!#{$kendo-prefix}d-flex-row { @extend .\!#{$kendo-prefix}d-flex, .\!#{$kendo-prefix}flex-row !optional; }
10765
- .#{$kendo-prefix}d-flex-col { @extend .#{$kendo-prefix}d-flex, .#{$kendo-prefix}flex-col !optional; }
10766
- .\!#{$kendo-prefix}d-flex-col { @extend .\!#{$kendo-prefix}d-flex, .\!#{$kendo-prefix}flex-row !optional; }
11099
+ // Legacy aliases
11100
+ @include generate-utils( display, display, $kendo-utils-display );
11101
+ .#{$kendo-prefix}d-flex-row { @extend .#{$kendo-prefix}d-flex, .#{$kendo-prefix}flex-row !optional; }
11102
+ .\!#{$kendo-prefix}d-flex-row { @extend .\!#{$kendo-prefix}d-flex, .\!#{$kendo-prefix}flex-row !optional; }
11103
+ .#{$kendo-prefix}d-flex-col { @extend .#{$kendo-prefix}d-flex, .#{$kendo-prefix}flex-col !optional; }
11104
+ .\!#{$kendo-prefix}d-flex-col { @extend .\!#{$kendo-prefix}d-flex, .\!#{$kendo-prefix}flex-row !optional; }
11105
+
11106
+ }
11107
+ }
11108
+
11109
+ @mixin kendo-utils--layout--display--responsive($key) {
11110
+
11111
+ // Display responsive utility classes
11112
+ $kendo-utils-display: k-map-get( $kendo-utils, "display" ) !default;
11113
+ @include generate-utils( d-#{$key}, display, $kendo-utils-display, $important: false );
10767
11114
 
10768
11115
  }
10769
11116
 
@@ -10787,12 +11134,20 @@ $kendo-utils: (
10787
11134
  /// @group float
10788
11135
  /// @contextType css
10789
11136
 
11137
+ // Register
11138
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
11139
+ // File already imported_once. Skipping output.
11140
+ // #endregion
11141
+ @include module-register((name: "utils-layout-float"));
11142
+
10790
11143
  @mixin kendo-utils--layout--float() {
11144
+ @include module-render("utils-layout-float") {
10791
11145
 
10792
- // Float utility classes
10793
- $kendo-utils-float: k-map-get( $kendo-utils, "float" ) !default;
10794
- @include generate-utils( float, float, $kendo-utils-float );
11146
+ // Float utility classes
11147
+ $kendo-utils-float: k-map-get( $kendo-utils, "float" ) !default;
11148
+ @include generate-utils( float, float, $kendo-utils-float );
10795
11149
 
11150
+ }
10796
11151
  }
10797
11152
 
10798
11153
  // #endregion
@@ -10833,12 +11188,20 @@ $kendo-utils: (
10833
11188
  /// @group object-fit
10834
11189
  /// @contextType css
10835
11190
 
11191
+ // Register
11192
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
11193
+ // File already imported_once. Skipping output.
11194
+ // #endregion
11195
+ @include module-register((name: "utils-layout-object-fit"));
11196
+
10836
11197
  @mixin kendo-utils--layout--object-fit() {
11198
+ @include module-render("utils-layout-object-fit") {
10837
11199
 
10838
- // object-fit utility classes
10839
- $kendo-utils-object-fit: k-map-get( $kendo-utils, "object-fit" ) !default;
10840
- @include generate-utils( object-fit, object-fit, $kendo-utils-object-fit );
11200
+ // object-fit utility classes
11201
+ $kendo-utils-object-fit: k-map-get( $kendo-utils, "object-fit" ) !default;
11202
+ @include generate-utils( object-fit, object-fit, $kendo-utils-object-fit );
10841
11203
 
11204
+ }
10842
11205
  }
10843
11206
 
10844
11207
  // #endregion
@@ -10897,12 +11260,20 @@ $kendo-utils: (
10897
11260
  /// @group object-position
10898
11261
  /// @contextType css
10899
11262
 
11263
+ // Register
11264
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
11265
+ // File already imported_once. Skipping output.
11266
+ // #endregion
11267
+ @include module-register((name: "utils-layout-object-position"));
11268
+
10900
11269
  @mixin kendo-utils--layout--object-position() {
11270
+ @include module-render("utils-layout-object-position") {
10901
11271
 
10902
- // object-position utility classes
10903
- $kendo-utils-object-position: k-map-get( $kendo-utils, "object-position" ) !default;
10904
- @include generate-utils( object-position, object-position, $kendo-utils-object-position );
11272
+ // object-position utility classes
11273
+ $kendo-utils-object-position: k-map-get( $kendo-utils, "object-position" ) !default;
11274
+ @include generate-utils( object-position, object-position, $kendo-utils-object-position );
10905
11275
 
11276
+ }
10906
11277
  }
10907
11278
 
10908
11279
  // #endregion
@@ -10997,13 +11368,22 @@ $kendo-utils: (
10997
11368
  /// @group overflow
10998
11369
  /// @contextType css
10999
11370
 
11371
+ // Register
11372
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
11373
+ // File already imported_once. Skipping output.
11374
+ // #endregion
11375
+ @include module-register((name: "utils-layout-overflow"));
11376
+
11000
11377
  @mixin kendo-utils--layout--overflow() {
11378
+ @include module-render("utils-layout-overflow") {
11001
11379
 
11002
- // Overflow utility classes
11003
- $kendo-utils-overflow: k-map-get( $kendo-utils, "overflow" ) !default;
11004
- @include generate-utils( overflow, overflow, $kendo-utils-overflow );
11005
- @include generate-utils( overflow-x, overflow-x, $kendo-utils-overflow );
11006
- @include generate-utils( overflow-y, overflow-y, $kendo-utils-overflow );
11380
+ // Overflow utility classes
11381
+ $kendo-utils-overflow: k-map-get( $kendo-utils, "overflow" ) !default;
11382
+ @include generate-utils( overflow, overflow, $kendo-utils-overflow );
11383
+ @include generate-utils( overflow-x, overflow-x, $kendo-utils-overflow );
11384
+ @include generate-utils( overflow-y, overflow-y, $kendo-utils-overflow );
11385
+
11386
+ }
11007
11387
  }
11008
11388
 
11009
11389
  // #endregion
@@ -11098,89 +11478,40 @@ $kendo-utils: (
11098
11478
  /// @group placement
11099
11479
  /// @contextType css
11100
11480
 
11101
- @mixin kendo-utils--layout--placement() {
11102
- // Top / right / bottom / left
11103
- $kendo-utils-placement: k-map-get( $kendo-utils, "placement" ) !default;
11104
- @include generate-utils( top, top, $kendo-utils-placement );
11105
- @include generate-utils( right, right, $kendo-utils-placement );
11106
- @include generate-utils( bottom, bottom, $kendo-utils-placement );
11107
- @include generate-utils( left, left, $kendo-utils-placement );
11108
-
11109
-
11110
- // placement length utility classes
11111
- @each $side in (top, right, bottom, left) {
11112
- .#{$kendo-prefix}#{$side},
11113
- .#{$kendo-prefix}pos-#{$side} { #{$side}: 0; }
11114
- }
11115
-
11116
- // Inset utility classes
11117
- $kendo-utils-inset: k-map-get( $kendo-utils, "inset" ) !default;
11118
- @include generate-utils( inset, inset, $kendo-utils-inset );
11119
- @include generate-utils( inset-x, inset-inline, $kendo-utils-inset );
11120
- @include generate-utils( inset-y, inset-block, $kendo-utils-inset );
11121
- @include generate-utils( top-left, ( top, left ), $kendo-utils-inset );
11122
- @include generate-utils( top-right, ( top, right ), $kendo-utils-inset );
11123
- @include generate-utils( bottom-left, ( bottom, left ), $kendo-utils-inset );
11124
- @include generate-utils( bottom-right, ( bottom, right ), $kendo-utils-inset );
11481
+ // Register
11482
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
11483
+ // File already imported_once. Skipping output.
11484
+ // #endregion
11485
+ @include module-register((name: "utils-layout-placement"));
11125
11486
 
11487
+ @mixin kendo-utils--layout--placement() {
11488
+ @include module-render("utils-layout-placement") {
11126
11489
 
11127
- // Legacy aliases
11128
- .#{$kendo-prefix}top-start,
11129
- .#{$kendo-prefix}pos-top-start {
11130
- top: 0;
11131
- inset-inline-start: 0;
11132
- }
11490
+ // Top / right / bottom / left
11491
+ $kendo-utils-placement: k-map-get( $kendo-utils, "placement" ) !default;
11492
+ @include generate-utils( top, top, $kendo-utils-placement );
11493
+ @include generate-utils( right, right, $kendo-utils-placement );
11494
+ @include generate-utils( bottom, bottom, $kendo-utils-placement );
11495
+ @include generate-utils( left, left, $kendo-utils-placement );
11133
11496
 
11134
- .#{$kendo-prefix}top-end,
11135
- .#{$kendo-prefix}pos-top-end {
11136
- top: 0;
11137
- inset-inline-end: 0;
11138
- }
11139
11497
 
11140
- .#{$kendo-prefix}bottom-start,
11141
- .#{$kendo-prefix}pos-bottom-start {
11142
- bottom: 0;
11143
- inset-inline-start: 0;
11144
- }
11498
+ // placement length utility classes
11499
+ @each $side in (top, right, bottom, left) {
11500
+ .#{$kendo-prefix}#{$side},
11501
+ .#{$kendo-prefix}pos-#{$side} { #{$side}: 0; }
11502
+ }
11145
11503
 
11146
- .#{$kendo-prefix}bottom-end,
11147
- .#{$kendo-prefix}pos-bottom-end {
11148
- bottom: 0;
11149
- inset-inline-end: 0;
11150
- }
11504
+ // Inset utility classes
11505
+ $kendo-utils-inset: k-map-get( $kendo-utils, "inset" ) !default;
11506
+ @include generate-utils( inset, inset, $kendo-utils-inset );
11507
+ @include generate-utils( inset-x, inset-inline, $kendo-utils-inset );
11508
+ @include generate-utils( inset-y, inset-block, $kendo-utils-inset );
11509
+ @include generate-utils( top-left, ( top, left ), $kendo-utils-inset );
11510
+ @include generate-utils( top-right, ( top, right ), $kendo-utils-inset );
11511
+ @include generate-utils( bottom-left, ( bottom, left ), $kendo-utils-inset );
11512
+ @include generate-utils( bottom-right, ( bottom, right ), $kendo-utils-inset );
11151
11513
 
11152
- .#{$kendo-prefix}top-center,
11153
- .#{$kendo-prefix}pos-top-center {
11154
- top: 0;
11155
- left: 50%;
11156
- transform: translateX(-50%);
11157
11514
  }
11158
- .#{$kendo-prefix}middle-left,
11159
- .#{$kendo-prefix}middle-start,
11160
- .#{$kendo-prefix}pos-middle-start {
11161
- top: 50%;
11162
- left: 0;
11163
- transform: translateY(-50%);
11164
- }
11165
- .#{$kendo-prefix}middle-center {
11166
- top: 50%;
11167
- left: 50%;
11168
- transform: translateY(-50%);
11169
- }
11170
- .#{$kendo-prefix}middle-right,
11171
- .#{$kendo-prefix}middle-end,
11172
- .#{$kendo-prefix}pos-middle-end {
11173
- top: 50%;
11174
- right: 0;
11175
- transform: translateY(-50%);
11176
- }
11177
- .#{$kendo-prefix}bottom-center,
11178
- .#{$kendo-prefix}pos-bottom-center {
11179
- bottom: 0;
11180
- left: 50%;
11181
- transform: translateX(-50%);
11182
- }
11183
-
11184
11515
  }
11185
11516
 
11186
11517
  // #endregion
@@ -11215,27 +11546,35 @@ $kendo-utils: (
11215
11546
  /// @group position
11216
11547
  /// @contextType css
11217
11548
 
11218
- @mixin kendo-utils--layout--position() {
11219
11549
 
11220
- // Position utility classes
11221
- $kendo-utils-position: k-map-get( $kendo-utils, "position" ) !default;
11222
- @include generate-utils( pos, position, $kendo-utils-position );
11550
+ // Register
11551
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
11552
+ // File already imported_once. Skipping output.
11553
+ // #endregion
11554
+ @include module-register((name: "utils-layout-position"));
11555
+
11556
+ @mixin kendo-utils--layout--position() {
11557
+ @include module-render("utils-layout-position") {
11223
11558
 
11559
+ // Position utility classes
11560
+ $kendo-utils-position: k-map-get( $kendo-utils, "position" ) !default;
11561
+ @include generate-utils( pos, position, $kendo-utils-position );
11224
11562
 
11225
- // Legacy aliases
11226
- .#{$kendo-prefix}static { @extend .#{$kendo-prefix}pos-static !optional; }
11227
- .\!#{$kendo-prefix}static { @extend .\!#{$kendo-prefix}pos-static !optional; }
11228
- .#{$kendo-prefix}relative { @extend .#{$kendo-prefix}pos-relative !optional; }
11229
- .\!#{$kendo-prefix}relative { @extend .\!#{$kendo-prefix}pos-relative !optional; }
11230
- .#{$kendo-prefix}absolute { @extend .#{$kendo-prefix}pos-absolute !optional; }
11231
- .\!#{$kendo-prefix}absolute { @extend .\!#{$kendo-prefix}pos-absolute !optional; }
11232
- .#{$kendo-prefix}fixed { @extend .#{$kendo-prefix}pos-fixed !optional; }
11233
- .\!#{$kendo-prefix}fixed { @extend .\!#{$kendo-prefix}pos-fixed !optional; }
11234
- .#{$kendo-prefix}sticky { @extend .#{$kendo-prefix}pos-sticky !optional; }
11235
- .\!#{$kendo-prefix}sticky { @extend .\!#{$kendo-prefix}pos-sticky !optional; }
11236
11563
 
11564
+ // Legacy aliases
11565
+ .#{$kendo-prefix}static { @extend .#{$kendo-prefix}pos-static !optional; }
11566
+ .\!#{$kendo-prefix}static { @extend .\!#{$kendo-prefix}pos-static !optional; }
11567
+ .#{$kendo-prefix}relative { @extend .#{$kendo-prefix}pos-relative !optional; }
11568
+ .\!#{$kendo-prefix}relative { @extend .\!#{$kendo-prefix}pos-relative !optional; }
11569
+ .#{$kendo-prefix}absolute { @extend .#{$kendo-prefix}pos-absolute !optional; }
11570
+ .\!#{$kendo-prefix}absolute { @extend .\!#{$kendo-prefix}pos-absolute !optional; }
11571
+ .#{$kendo-prefix}fixed { @extend .#{$kendo-prefix}pos-fixed !optional; }
11572
+ .\!#{$kendo-prefix}fixed { @extend .\!#{$kendo-prefix}pos-fixed !optional; }
11573
+ .#{$kendo-prefix}sticky { @extend .#{$kendo-prefix}pos-sticky !optional; }
11574
+ .\!#{$kendo-prefix}sticky { @extend .\!#{$kendo-prefix}pos-sticky !optional; }
11575
+
11576
+ }
11237
11577
  }
11238
-
11239
11578
  // #endregion
11240
11579
  // #region @import "./_visibility.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-utils/scss/layout/_visibility.scss
11241
11580
  /// This is equivalent to `visibility: visble;`.
@@ -11256,18 +11595,26 @@ $kendo-utils: (
11256
11595
  /// @group visibility
11257
11596
  /// @contextType css
11258
11597
 
11598
+ // Register
11599
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
11600
+ // File already imported_once. Skipping output.
11601
+ // #endregion
11602
+ @include module-register((name: "utils-layout-visibility"));
11603
+
11259
11604
  @mixin kendo-utils--layout--visibility() {
11605
+ @include module-render("utils-layout-visibility") {
11260
11606
 
11261
- // Visibility utility classes
11262
- $kendo-utils-visibility: k-map-get( $kendo-utils, "visibility" ) !default;
11263
- @include generate-utils( visibility, visibility, $kendo-utils-visibility );
11607
+ // Visibility utility classes
11608
+ $kendo-utils-visibility: k-map-get( $kendo-utils, "visibility" ) !default;
11609
+ @include generate-utils( visibility, visibility, $kendo-utils-visibility );
11264
11610
 
11265
- // Legacy aliases
11266
- .#{$kendo-prefix}visible { @extend .#{$kendo-prefix}visibility-visible !optional; }
11267
- .\!#{$kendo-prefix}visible { @extend .\!#{$kendo-prefix}visibility-visible !optional; }
11268
- .#{$kendo-prefix}invisible { @extend .#{$kendo-prefix}visibility-hidden !optional; }
11269
- .\!#{$kendo-prefix}invisible { @extend .\!#{$kendo-prefix}visibility-hidden !optional; }
11611
+ // Legacy aliases
11612
+ .#{$kendo-prefix}visible { @extend .#{$kendo-prefix}visibility-visible !optional; }
11613
+ .\!#{$kendo-prefix}visible { @extend .\!#{$kendo-prefix}visibility-visible !optional; }
11614
+ .#{$kendo-prefix}invisible { @extend .#{$kendo-prefix}visibility-hidden !optional; }
11615
+ .\!#{$kendo-prefix}invisible { @extend .\!#{$kendo-prefix}visibility-hidden !optional; }
11270
11616
 
11617
+ }
11271
11618
  }
11272
11619
 
11273
11620
  // #endregion
@@ -11314,12 +11661,20 @@ $kendo-utils: (
11314
11661
  /// @group zindex
11315
11662
  /// @contextType css
11316
11663
 
11664
+ // Register
11665
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
11666
+ // File already imported_once. Skipping output.
11667
+ // #endregion
11668
+ @include module-register((name: "utils-layout-zindex"));
11669
+
11317
11670
  @mixin kendo-utils--layout--zindex() {
11671
+ @include module-render("utils-layout-zindex") {
11318
11672
 
11319
- // Z-index utility classes
11320
- $kendo-utils-zindex: k-map-get( $kendo-utils, "zindex" ) !default;
11321
- @include generate-utils( z, z-index, $kendo-utils-zindex );
11673
+ // Z-index utility classes
11674
+ $kendo-utils-zindex: k-map-get( $kendo-utils, "zindex" ) !default;
11675
+ @include generate-utils( z, z-index, $kendo-utils-zindex );
11322
11676
 
11677
+ }
11323
11678
  }
11324
11679
 
11325
11680
  // #endregion
@@ -11341,6 +11696,165 @@ $kendo-utils: (
11341
11696
  @include kendo-utils--layout--zindex();
11342
11697
  }
11343
11698
 
11699
+ @mixin kendo-utils--layout--responsive($key) {
11700
+ @include kendo-utils--layout--display--responsive($key);
11701
+ }
11702
+
11703
+ // #endregion
11704
+ // #region @import "./responsive-layout/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-utils/scss/responsive-layout/index.import.scss
11705
+ // #region @import "./_container.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-utils/scss/responsive-layout/_container.scss
11706
+ @mixin kendo-utils--responsive-layout--container() {
11707
+
11708
+ // Page Container
11709
+ .k-container,
11710
+ .k-container-fluid {
11711
+ margin: 0 auto;
11712
+ width: 100%;
11713
+ display: flex;
11714
+ flex-direction: column;
11715
+ box-sizing: border-box;
11716
+ }
11717
+
11718
+ }
11719
+
11720
+ @mixin kendo-utils--responsive-layout--container--responsive($key, $val) {
11721
+
11722
+ // Page Container responsive
11723
+ .k-container {
11724
+ max-width: var(--kendo-container-#{$key}-max-width, #{$val});
11725
+ }
11726
+
11727
+ }
11728
+
11729
+ // #endregion
11730
+ // #region @import "./_row.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-utils/scss/responsive-layout/_row.scss
11731
+ @mixin kendo-utils--responsive-layout--row() {
11732
+
11733
+ // Row
11734
+ .k-row {
11735
+ margin-top: calc( -1 * var(--kendo-col-gap, 0) );
11736
+ margin-left: calc( -.5 * var(--kendo-col-gap, 0) );
11737
+ margin-right: calc( -.5 * var(--kendo-col-gap, 0) );
11738
+ display: flex;
11739
+ flex-flow: row wrap;
11740
+ box-sizing: border-box;
11741
+
11742
+ > * {
11743
+ margin-top: var(--kendo-col-gap, 0);
11744
+ padding-left: calc( var(--kendo-col-gap, 0) * .5 );
11745
+ padding-right: calc( var(--kendo-col-gap, 0) * .5 );
11746
+ width: 100%;
11747
+ box-sizing: border-box;
11748
+ }
11749
+ }
11750
+
11751
+ }
11752
+
11753
+ // #endregion
11754
+ // #region @import "./_col.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-utils/scss/responsive-layout/_col.scss
11755
+ @mixin kendo-utils--responsive-layout--col() {
11756
+
11757
+ // Column
11758
+ .k-col {
11759
+ flex: 1 0 0%;
11760
+ }
11761
+
11762
+ // Column Sizes
11763
+ @for $i from 1 through 100 {
11764
+ .k-col-size-#{$i} {
11765
+ flex: 0 0 auto;
11766
+ width: $i * 1%;
11767
+ }
11768
+ }
11769
+
11770
+ @each $i, $n in $kendo-fraction-classes {
11771
+ .k-col-size-#{$i} {
11772
+ flex: 0 0 auto;
11773
+ width: $n;
11774
+ }
11775
+ }
11776
+
11777
+ }
11778
+
11779
+ @mixin kendo-utils--responsive-layout--col--responsive($key) {
11780
+
11781
+ // Column responsive
11782
+ .k-col-#{$key} {
11783
+ flex: 1 0 0%;
11784
+ }
11785
+
11786
+ // Column Sizes responsive
11787
+ @for $i from 1 through 100 {
11788
+ .k-col-#{$key}-size-#{$i} {
11789
+ flex: 0 0 auto;
11790
+ width: $i * 1%;
11791
+ }
11792
+ }
11793
+
11794
+ @each $i, $n in $kendo-fraction-classes {
11795
+ .k-col-#{$key}-size-#{$i} {
11796
+ flex: 0 0 auto;
11797
+ width: $n;
11798
+ }
11799
+ }
11800
+ }
11801
+
11802
+
11803
+
11804
+ // #endregion
11805
+ // #region @import "./_col-gap.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-utils/scss/responsive-layout/_col-gap.scss
11806
+ @mixin kendo-utils--responsive-layout--col-gap() {
11807
+
11808
+ // Columns gap
11809
+ $kendo-utils-col-gap: k-map-get( $kendo-utils, "gap" ) !default;
11810
+
11811
+ @each $key, $val in $kendo-utils-col-gap {
11812
+ $_key: k-escape-class-name( $key );
11813
+ .k-col-gap-#{$_key} {
11814
+ --kendo-col-gap: #{$val};
11815
+ }
11816
+ }
11817
+
11818
+ }
11819
+
11820
+ @mixin kendo-utils--responsive-layout--col-gap--responsive($breakpoint) {
11821
+
11822
+ // Columns gap responsive
11823
+ $kendo-utils-col-gap: k-map-get( $kendo-utils, "gap" ) !default;
11824
+
11825
+ @each $key, $val in $kendo-utils-col-gap {
11826
+ $_key: k-escape-class-name( $key );
11827
+ .k-col-gap-#{$breakpoint}-#{$_key} {
11828
+ --kendo-col-gap: #{$val};
11829
+ }
11830
+ }
11831
+ }
11832
+
11833
+
11834
+
11835
+ // #endregion
11836
+
11837
+
11838
+ @mixin kendo-utils--responsive-layout() {
11839
+ @include kendo-utils--responsive-layout--container();
11840
+ @include kendo-utils--responsive-layout--row();
11841
+ @include kendo-utils--responsive-layout--col();
11842
+ @include kendo-utils--responsive-layout--col-gap();
11843
+
11844
+ @each $key, $val in $kendo-breakpoints {
11845
+ @include kendo-breakpoint-up($key) {
11846
+ @include kendo-utils--responsive-layout--col--responsive($key);
11847
+ @include kendo-utils--responsive-layout--col-gap--responsive($key);
11848
+ }
11849
+ }
11850
+
11851
+ @each $key, $val in $kendo-container-max-widths {
11852
+ @include kendo-breakpoint-up($key) {
11853
+ @include kendo-utils--responsive-layout--container--responsive($key, $val);
11854
+ }
11855
+ }
11856
+ }
11857
+
11344
11858
  // #endregion
11345
11859
  // #region @import "./flex-grid/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-utils/scss/flex-grid/index.import.scss
11346
11860
  // #region @import "./_align-content.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-utils/scss/flex-grid/_align-content.scss
@@ -11422,12 +11936,20 @@ $kendo-utils: (
11422
11936
  /// @group align-content
11423
11937
  /// @contextType css
11424
11938
 
11939
+ // Register
11940
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
11941
+ // File already imported_once. Skipping output.
11942
+ // #endregion
11943
+ @include module-register((name: "utils-flex-grid-align-content"));
11944
+
11425
11945
  @mixin kendo-utils--flex-grid--align-content() {
11946
+ @include module-render("utils-flex-grid-align-content") {
11426
11947
 
11427
- // Align content utility classes
11428
- $kendo-utils-align-content: k-map-get( $kendo-utils, "align-content" ) !default;
11429
- @include generate-utils( align-content, align-content, $kendo-utils-align-content );
11948
+ // Align content utility classes
11949
+ $kendo-utils-align-content: k-map-get( $kendo-utils, "align-content" ) !default;
11950
+ @include generate-utils( align-content, align-content, $kendo-utils-align-content );
11430
11951
 
11952
+ }
11431
11953
  }
11432
11954
 
11433
11955
  // #endregion
@@ -11504,12 +12026,20 @@ $kendo-utils: (
11504
12026
  /// @group align-items
11505
12027
  /// @contextType css
11506
12028
 
12029
+ // Register
12030
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
12031
+ // File already imported_once. Skipping output.
12032
+ // #endregion
12033
+ @include module-register((name: "utils-flex-grid-align-items"));
12034
+
11507
12035
  @mixin kendo-utils--flex-grid--align-items() {
12036
+ @include module-render("utils-flex-grid-align-items") {
11508
12037
 
11509
- // Align items utility classes
11510
- $kendo-utils-align-items: k-map-get( $kendo-utils, "align-items" ) !default;
11511
- @include generate-utils( align-items, align-items, $kendo-utils-align-items );
12038
+ // Align items utility classes
12039
+ $kendo-utils-align-items: k-map-get( $kendo-utils, "align-items" ) !default;
12040
+ @include generate-utils( align-items, align-items, $kendo-utils-align-items );
11512
12041
 
12042
+ }
11513
12043
  }
11514
12044
 
11515
12045
  // #endregion
@@ -11592,12 +12122,20 @@ $kendo-utils: (
11592
12122
  /// @group align-self
11593
12123
  /// @contextType css
11594
12124
 
12125
+ // Register
12126
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
12127
+ // File already imported_once. Skipping output.
12128
+ // #endregion
12129
+ @include module-register((name: "utils-flex-grid-align-self"));
12130
+
11595
12131
  @mixin kendo-utils--flex-grid--align-self() {
12132
+ @include module-render("utils-flex-grid-align-self") {
11596
12133
 
11597
- // Align self utility classes
11598
- $kendo-utils-align-self: k-map-get( $kendo-utils, "align-self" ) !default;
11599
- @include generate-utils( align-self, align-self, $kendo-utils-align-self );
12134
+ // Align self utility classes
12135
+ $kendo-utils-align-self: k-map-get( $kendo-utils, "align-self" ) !default;
12136
+ @include generate-utils( align-self, align-self, $kendo-utils-align-self );
11600
12137
 
12138
+ }
11601
12139
  }
11602
12140
 
11603
12141
  // #endregion
@@ -11614,13 +12152,21 @@ $kendo-utils: (
11614
12152
  /// @group flex-basis
11615
12153
  /// @contextType css
11616
12154
 
12155
+ // Register
12156
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
12157
+ // File already imported_once. Skipping output.
12158
+ // #endregion
12159
+ @include module-register((name: "utils-flex-grid-flex-basis"));
12160
+
11617
12161
  @mixin kendo-utils--flex-grid--flex-basis() {
12162
+ @include module-render("utils-flex-grid-flex-basis") {
11618
12163
 
11619
- // Flex basis utility classes
11620
- $kendo-utils-flex-basis: k-map-get( $kendo-utils, "flex-basis" ) !default;
11621
- @include generate-utils( basis, flex-basis, $kendo-utils-flex-basis );
11622
- @include generate-utils( flex-basis, flex-basis, $kendo-utils-flex-basis );
12164
+ // Flex basis utility classes
12165
+ $kendo-utils-flex-basis: k-map-get( $kendo-utils, "flex-basis" ) !default;
12166
+ @include generate-utils( basis, flex-basis, $kendo-utils-flex-basis );
12167
+ @include generate-utils( flex-basis, flex-basis, $kendo-utils-flex-basis );
11623
12168
 
12169
+ }
11624
12170
  }
11625
12171
 
11626
12172
  // #endregion
@@ -11649,16 +12195,32 @@ $kendo-utils: (
11649
12195
  /// @group flex-direction
11650
12196
  /// @contextType css
11651
12197
 
12198
+ // Register
12199
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
12200
+ // File already imported_once. Skipping output.
12201
+ // #endregion
12202
+ @include module-register((name: "utils-flex-grid-flex-direction"));
12203
+
11652
12204
  @mixin kendo-utils--flex-grid--flex-direction() {
12205
+ @include module-render("utils-flex-grid-flex-direction") {
11653
12206
 
11654
- // Flex direction utility classes
11655
- $kendo-utils-flex-direction: k-map-get( $kendo-utils, "flex-direction" ) !default;
11656
- @include generate-utils( flex, flex-direction, $kendo-utils-flex-direction );
12207
+ // Flex direction utility classes
12208
+ $kendo-utils-flex-direction: k-map-get( $kendo-utils, "flex-direction" ) !default;
12209
+ @include generate-utils( flex, flex-direction, $kendo-utils-flex-direction );
11657
12210
 
11658
12211
 
11659
- // Legacy aliases
11660
- .#{$kendo-prefix}flex-column { @extend .#{$kendo-prefix}flex-col !optional; }
11661
- .#{$kendo-prefix}flex-column-reverse { @extend .#{$kendo-prefix}flex-col-reverse !optional; }
12212
+ // Legacy aliases
12213
+ .#{$kendo-prefix}flex-column { @extend .#{$kendo-prefix}flex-col !optional; }
12214
+ .#{$kendo-prefix}flex-column-reverse { @extend .#{$kendo-prefix}flex-col-reverse !optional; }
12215
+
12216
+ }
12217
+ }
12218
+
12219
+ @mixin kendo-utils--flex-grid--flex-direction--responsive($key) {
12220
+
12221
+ // Flex direction responsive utility classes
12222
+ $kendo-utils-flex-direction: k-map-get( $kendo-utils, "flex-direction" ) !default;
12223
+ @include generate-utils( flex-#{$key}, flex-direction, $kendo-utils-flex-direction, $important: false );
11662
12224
 
11663
12225
  }
11664
12226
 
@@ -11676,13 +12238,21 @@ $kendo-utils: (
11676
12238
  /// @group flex-grow
11677
12239
  /// @contextType css
11678
12240
 
12241
+ // Register
12242
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
12243
+ // File already imported_once. Skipping output.
12244
+ // #endregion
12245
+ @include module-register((name: "utils-flex-grid-flex-grow"));
12246
+
11679
12247
  @mixin kendo-utils--flex-grid--flex-grow() {
12248
+ @include module-render("utils-flex-grid-flex-grow") {
11680
12249
 
11681
- // Flex grow utility classes
11682
- $kendo-utils-flex-grow: k-map-get( $kendo-utils, "flex-grow" ) !default;
11683
- @include generate-utils( grow, flex-grow, $kendo-utils-flex-grow );
11684
- @include generate-utils( flex-grow, flex-grow, $kendo-utils-flex-grow );
12250
+ // Flex grow utility classes
12251
+ $kendo-utils-flex-grow: k-map-get( $kendo-utils, "flex-grow" ) !default;
12252
+ @include generate-utils( grow, flex-grow, $kendo-utils-flex-grow );
12253
+ @include generate-utils( flex-grow, flex-grow, $kendo-utils-flex-grow );
11685
12254
 
12255
+ }
11686
12256
  }
11687
12257
 
11688
12258
  // #endregion
@@ -11699,13 +12269,21 @@ $kendo-utils: (
11699
12269
  /// @group flex-shrink
11700
12270
  /// @contextType css
11701
12271
 
12272
+ // Register
12273
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
12274
+ // File already imported_once. Skipping output.
12275
+ // #endregion
12276
+ @include module-register((name: "utils-flex-grid-flex-shrink"));
12277
+
11702
12278
  @mixin kendo-utils--flex-grid--flex-shrink() {
12279
+ @include module-render("utils-flex-grid-flex-shrink") {
11703
12280
 
11704
- // Flex shrink utility classes
11705
- $kendo-utils-flex-shrink: k-map-get( $kendo-utils, "flex-shrink" ) !default;
11706
- @include generate-utils( shrink, flex-shrink, $kendo-utils-flex-shrink );
11707
- @include generate-utils( flex-shrink, flex-shrink, $kendo-utils-flex-shrink );
12281
+ // Flex shrink utility classes
12282
+ $kendo-utils-flex-shrink: k-map-get( $kendo-utils, "flex-shrink" ) !default;
12283
+ @include generate-utils( shrink, flex-shrink, $kendo-utils-flex-shrink );
12284
+ @include generate-utils( flex-shrink, flex-shrink, $kendo-utils-flex-shrink );
11708
12285
 
12286
+ }
11709
12287
  }
11710
12288
 
11711
12289
  // #endregion
@@ -11728,12 +12306,20 @@ $kendo-utils: (
11728
12306
  /// @group flex-wrap
11729
12307
  /// @contextType css
11730
12308
 
12309
+ // Register
12310
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
12311
+ // File already imported_once. Skipping output.
12312
+ // #endregion
12313
+ @include module-register((name: "utils-flex-grid-flex-wrap"));
12314
+
11731
12315
  @mixin kendo-utils--flex-grid--flex-wrap() {
12316
+ @include module-render("utils-flex-grid-flex-wrap") {
11732
12317
 
11733
- // Flex wrap utility classes
11734
- $kendo-utils-flex-wrap: k-map-get( $kendo-utils, "flex-wrap" ) !default;
11735
- @include generate-utils( flex, flex-wrap, $kendo-utils-flex-wrap );
12318
+ // Flex wrap utility classes
12319
+ $kendo-utils-flex-wrap: k-map-get( $kendo-utils, "flex-wrap" ) !default;
12320
+ @include generate-utils( flex, flex-wrap, $kendo-utils-flex-wrap );
11736
12321
 
12322
+ }
11737
12323
  }
11738
12324
 
11739
12325
  // #endregion
@@ -11762,12 +12348,20 @@ $kendo-utils: (
11762
12348
  /// @group flex
11763
12349
  /// @contextType css
11764
12350
 
12351
+ // Register
12352
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
12353
+ // File already imported_once. Skipping output.
12354
+ // #endregion
12355
+ @include module-register((name: "utils-flex-grid-flex"));
12356
+
11765
12357
  @mixin kendo-utils--flex-grid--flex() {
12358
+ @include module-render("utils-flex-grid-flex") {
11766
12359
 
11767
- // Flex utility classes
11768
- $kendo-utils-flex: k-map-get( $kendo-utils, "flex" ) !default;
11769
- @include generate-utils( flex, flex, $kendo-utils-flex );
12360
+ // Flex utility classes
12361
+ $kendo-utils-flex: k-map-get( $kendo-utils, "flex" ) !default;
12362
+ @include generate-utils( flex, flex, $kendo-utils-flex );
11770
12363
 
12364
+ }
11771
12365
  }
11772
12366
 
11773
12367
  // #endregion
@@ -11952,13 +12546,31 @@ $kendo-utils: (
11952
12546
  /// @group gap
11953
12547
  /// @contextType css
11954
12548
 
12549
+ // Register
12550
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
12551
+ // File already imported_once. Skipping output.
12552
+ // #endregion
12553
+ @include module-register((name: "utils-flex-grid-gap"));
12554
+
11955
12555
  @mixin kendo-utils--flex-grid--gap() {
12556
+ @include module-render("utils-flex-grid-gap") {
12557
+
12558
+ // Gap utility classes
12559
+ $kendo-utils-gap: k-map-get( $kendo-utils, "gap" ) !default;
12560
+ @include generate-utils( gap, gap, $kendo-utils-gap, $css-var: "spacing" );
12561
+ @include generate-utils( gap-x, column-gap, $kendo-utils-gap, $css-var: "spacing" );
12562
+ @include generate-utils( gap-y, row-gap, $kendo-utils-gap, $css-var: "spacing" );
11956
12563
 
11957
- // Gap utility classes
12564
+ }
12565
+ }
12566
+
12567
+ @mixin kendo-utils--flex-grid--gap--responsive($key) {
12568
+
12569
+ // Gap responsive utility classes
11958
12570
  $kendo-utils-gap: k-map-get( $kendo-utils, "gap" ) !default;
11959
- @include generate-utils( gap, gap, $kendo-utils-gap, $css-var: "spacing" );
11960
- @include generate-utils( gap-x, column-gap, $kendo-utils-gap, $css-var: "spacing" );
11961
- @include generate-utils( gap-y, row-gap, $kendo-utils-gap, $css-var: "spacing" );
12571
+ @include generate-utils( gap-#{$key}, gap, $kendo-utils-gap, $css-var: "spacing", $important: false );
12572
+ @include generate-utils( gap-x-#{$key}, column-gap, $kendo-utils-gap, $css-var: "spacing", $important: false );
12573
+ @include generate-utils( gap-y-#{$key}, row-gap, $kendo-utils-gap, $css-var: "spacing", $important: false );
11962
12574
 
11963
12575
  }
11964
12576
 
@@ -11988,12 +12600,20 @@ $kendo-utils: (
11988
12600
  /// @group grid-auto-columns
11989
12601
  /// @contextType css
11990
12602
 
12603
+ // Register
12604
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
12605
+ // File already imported_once. Skipping output.
12606
+ // #endregion
12607
+ @include module-register((name: "utils-flex-grid-grid-auto-columns"));
12608
+
11991
12609
  @mixin kendo-utils--flex-grid--grid-auto-columns() {
12610
+ @include module-render("utils-flex-grid-grid-auto-columns") {
11992
12611
 
11993
- // Grid auto columns utility classes
11994
- $kendo-utils-grid-auto-columns: k-map-get( $kendo-utils, "grid-auto-columns" ) !default;
11995
- @include generate-utils( grid-auto-cols, grid-auto-columns, $kendo-utils-grid-auto-columns );
12612
+ // Grid auto columns utility classes
12613
+ $kendo-utils-grid-auto-columns: k-map-get( $kendo-utils, "grid-auto-columns" ) !default;
12614
+ @include generate-utils( grid-auto-cols, grid-auto-columns, $kendo-utils-grid-auto-columns );
11996
12615
 
12616
+ }
11997
12617
  }
11998
12618
 
11999
12619
  // #endregion
@@ -12034,12 +12654,20 @@ $kendo-utils: (
12034
12654
  /// @group grid-auto-flow
12035
12655
  /// @contextType css
12036
12656
 
12657
+ // Register
12658
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
12659
+ // File already imported_once. Skipping output.
12660
+ // #endregion
12661
+ @include module-register((name: "utils-flex-grid-grid-auto-flow"));
12662
+
12037
12663
  @mixin kendo-utils--flex-grid--grid-auto-flow() {
12664
+ @include module-render("utils-flex-grid-grid-auto-flow") {
12038
12665
 
12039
- // Grid auto flow utility classes
12040
- $kendo-utils-grid-auto-flow: k-map-get( $kendo-utils, "grid-auto-flow" ) !default;
12041
- @include generate-utils( grid-flow, grid-auto-flow, $kendo-utils-grid-auto-flow );
12666
+ // Grid auto flow utility classes
12667
+ $kendo-utils-grid-auto-flow: k-map-get( $kendo-utils, "grid-auto-flow" ) !default;
12668
+ @include generate-utils( grid-flow, grid-auto-flow, $kendo-utils-grid-auto-flow );
12042
12669
 
12670
+ }
12043
12671
  }
12044
12672
 
12045
12673
  // #endregion
@@ -12068,12 +12696,20 @@ $kendo-utils: (
12068
12696
  /// @group grid-auto-rows
12069
12697
  /// @contextType css
12070
12698
 
12699
+ // Register
12700
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
12701
+ // File already imported_once. Skipping output.
12702
+ // #endregion
12703
+ @include module-register((name: "utils-flex-grid-grid-auto-rows"));
12704
+
12071
12705
  @mixin kendo-utils--flex-grid--grid-auto-rows() {
12706
+ @include module-render("utils-flex-grid-grid-auto-rows") {
12072
12707
 
12073
- // Grid auto rows utility classes
12074
- $kendo-utils-grid-auto-rows: k-map-get( $kendo-utils, "grid-auto-rows" ) !default;
12075
- @include generate-utils( grid-auto-rows, grid-auto-rows, $kendo-utils-grid-auto-rows );
12708
+ // Grid auto rows utility classes
12709
+ $kendo-utils-grid-auto-rows: k-map-get( $kendo-utils, "grid-auto-rows" ) !default;
12710
+ @include generate-utils( grid-auto-rows, grid-auto-rows, $kendo-utils-grid-auto-rows );
12076
12711
 
12712
+ }
12077
12713
  }
12078
12714
 
12079
12715
  // #endregion
@@ -12096,28 +12732,50 @@ $kendo-utils: (
12096
12732
  /// @group grid-column-start
12097
12733
  /// @contextType css
12098
12734
 
12735
+ // Register
12736
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
12737
+ // File already imported_once. Skipping output.
12738
+ // #endregion
12739
+ @include module-register((name: "utils-flex-grid-grid-column-start-end"));
12740
+
12099
12741
  @mixin kendo-utils--flex-grid--grid-column-start-end() {
12742
+ @include module-render("utils-flex-grid-grid-column-start-end") {
12743
+
12744
+ // Grid column span utility classes
12745
+ $kendo-utils-grid-column-span: k-map-get( $kendo-utils, "grid-column-span" ) !default;
12746
+ @include generate-utils( col-span, grid-column, $kendo-utils-grid-column-span );
12100
12747
 
12101
12748
  // Grid column start utility classes
12102
12749
  $kendo-utils-grid-column-start: k-map-get( $kendo-utils, "grid-column-start" ) !default;
12103
12750
  @include generate-utils( col-start, grid-column-start, $kendo-utils-grid-column-start );
12104
12751
 
12105
-
12106
12752
  // Grid column end utility classes
12107
12753
  $kendo-utils-grid-column-end: k-map-get( $kendo-utils, "grid-column-end" ) !default;
12108
12754
  @include generate-utils( col-end, grid-column-end, $kendo-utils-grid-column-end );
12109
12755
 
12110
12756
 
12111
- // Grid column span utility classes
12112
- $kendo-utils-grid-column-span: k-map-get( $kendo-utils, "grid-column-span" ) !default;
12113
- @include generate-utils( col-span, grid-column, $kendo-utils-grid-column-span );
12114
-
12115
-
12116
12757
  // Legacy aliases
12117
12758
  @include generate-utils( colspan, grid-column, $kendo-utils-grid-column-span );
12118
12759
  .#{$kendo-prefix}colspan-all { @extend .#{$kendo-prefix}colspan-full !optional; }
12119
12760
  .\!#{$kendo-prefix}colspan-all { @extend .\!#{$kendo-prefix}colspan-full !optional; }
12120
12761
 
12762
+ }
12763
+ }
12764
+
12765
+ @mixin kendo-utils--flex-grid--grid-column-start-end--responsive($key) {
12766
+
12767
+ // Grid column span responsive utility classes
12768
+ $kendo-utils-grid-column-span: k-map-get( $kendo-utils, "grid-column-span" ) !default;
12769
+ @include generate-utils( col-span-#{$key}, grid-column, $kendo-utils-grid-column-span, $important: false );
12770
+
12771
+ // Grid column start responsive utility classes
12772
+ $kendo-utils-grid-column-start: k-map-get( $kendo-utils, "grid-column-start" ) !default;
12773
+ @include generate-utils( col-start-#{$key}, grid-column-start, $kendo-utils-grid-column-start, $important: false );
12774
+
12775
+ // Grid column end responsive utility classes
12776
+ $kendo-utils-grid-column-end: k-map-get( $kendo-utils, "grid-column-end" ) !default;
12777
+ @include generate-utils( col-end-#{$key}, grid-column-end, $kendo-utils-grid-column-end, $important: false );
12778
+
12121
12779
  }
12122
12780
 
12123
12781
  // #endregion
@@ -12140,27 +12798,47 @@ $kendo-utils: (
12140
12798
  /// @group grid-row-start
12141
12799
  /// @contextType css
12142
12800
 
12801
+ // Register
12802
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
12803
+ // File already imported_once. Skipping output.
12804
+ // #endregion
12805
+ @include module-register((name: "utils-flex-grid-grid-row-start-end"));
12806
+
12143
12807
  @mixin kendo-utils--flex-grid--grid-row-start-end() {
12808
+ @include module-render("utils-flex-grid-grid-row-start-end") {
12144
12809
 
12145
- // Grid row start/end utility classes
12146
- $kendo-utils-grid-row-start: k-map-get( $kendo-utils, "grid-row-start" ) !default;
12147
- @include generate-utils( row-start, grid-row-start, $kendo-utils-grid-row-start );
12810
+ // Grid row start/end utility classes
12811
+ $kendo-utils-grid-row-start: k-map-get( $kendo-utils, "grid-row-start" ) !default;
12812
+ @include generate-utils( row-start, grid-row-start, $kendo-utils-grid-row-start );
12148
12813
 
12149
12814
 
12150
- // Grid row start/end utility classes
12151
- $kendo-utils-grid-row-end: k-map-get( $kendo-utils, "grid-row-end" ) !default;
12152
- @include generate-utils( row-end, grid-row-end, $kendo-utils-grid-row-end );
12815
+ // Grid row start/end utility classes
12816
+ $kendo-utils-grid-row-end: k-map-get( $kendo-utils, "grid-row-end" ) !default;
12817
+ @include generate-utils( row-end, grid-row-end, $kendo-utils-grid-row-end );
12153
12818
 
12154
12819
 
12155
- // Grid row span utility classes
12156
- $kendo-utils-grid-row-span: k-map-get( $kendo-utils, "grid-row-span" ) !default;
12157
- @include generate-utils( row-span, grid-row, $kendo-utils-grid-row-span );
12820
+ // Grid row span utility classes
12821
+ $kendo-utils-grid-row-span: k-map-get( $kendo-utils, "grid-row-span" ) !default;
12822
+ @include generate-utils( row-span, grid-row, $kendo-utils-grid-row-span );
12158
12823
 
12159
12824
 
12160
- // Legacy aliases
12161
- @include generate-utils( rowspan, grid-row, $kendo-utils-grid-row-span );
12162
- .#{$kendo-prefix}rowspan-all { @extend .#{$kendo-prefix}rowspan-full !optional; }
12163
- .\!#{$kendo-prefix}rowspan-all { @extend .\!#{$kendo-prefix}rowspan-full !optional; }
12825
+ // Legacy aliases
12826
+ @include generate-utils( rowspan, grid-row, $kendo-utils-grid-row-span );
12827
+ .#{$kendo-prefix}rowspan-all { @extend .#{$kendo-prefix}rowspan-full !optional; }
12828
+ .\!#{$kendo-prefix}rowspan-all { @extend .\!#{$kendo-prefix}rowspan-full !optional; }
12829
+
12830
+ }
12831
+ }
12832
+
12833
+ @mixin kendo-utils--flex-grid--grid-row-start-end--responsive($key) {
12834
+
12835
+ // Grid row start responsive utility classes
12836
+ $kendo-utils-grid-row-start: k-map-get( $kendo-utils, "grid-row-start" ) !default;
12837
+ @include generate-utils( row-start-#{$key}, grid-row-start, $kendo-utils-grid-row-start, $important: false );
12838
+
12839
+ // Grid row end responsive utility classes
12840
+ $kendo-utils-grid-row-end: k-map-get( $kendo-utils, "grid-row-end" ) !default;
12841
+ @include generate-utils( row-end-#{$key}, grid-row-end, $kendo-utils-grid-row-end, $important: false );
12164
12842
 
12165
12843
  }
12166
12844
 
@@ -12184,11 +12862,27 @@ $kendo-utils: (
12184
12862
  /// @group grid-template-columns
12185
12863
  /// @contextType css
12186
12864
 
12865
+ // Register
12866
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
12867
+ // File already imported_once. Skipping output.
12868
+ // #endregion
12869
+ @include module-register((name: "utils-flex-grid-grid-template-columns"));
12870
+
12187
12871
  @mixin kendo-utils--flex-grid--grid-template-columns() {
12872
+ @include module-render("utils-flex-grid-grid-template-columns") {
12188
12873
 
12189
- // Grid template columns utility classes
12874
+ // Grid template columns utility classes
12875
+ $kendo-utils-grid-template-columns: k-map-get( $kendo-utils, "grid-template-columns" ) !default;
12876
+ @include generate-utils( grid-cols, grid-template-columns, $kendo-utils-grid-template-columns );
12877
+
12878
+ }
12879
+ }
12880
+
12881
+ @mixin kendo-utils--flex-grid--grid-template-columns--responsive($key) {
12882
+
12883
+ // Grid template columns responsive utility classes
12190
12884
  $kendo-utils-grid-template-columns: k-map-get( $kendo-utils, "grid-template-columns" ) !default;
12191
- @include generate-utils( grid-cols, grid-template-columns, $kendo-utils-grid-template-columns );
12885
+ @include generate-utils( grid-cols-#{$key}, grid-template-columns, $kendo-utils-grid-template-columns, $important: false );
12192
12886
 
12193
12887
  }
12194
12888
 
@@ -12212,12 +12906,20 @@ $kendo-utils: (
12212
12906
  /// @group grid-template-rows
12213
12907
  /// @contextType css
12214
12908
 
12909
+ // Register
12910
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
12911
+ // File already imported_once. Skipping output.
12912
+ // #endregion
12913
+ @include module-register((name: "utils-flex-grid-grid-template-rows"));
12914
+
12215
12915
  @mixin kendo-utils--flex-grid--grid-template-rows() {
12916
+ @include module-render("utils-flex-grid-grid-template-rows") {
12216
12917
 
12217
- // Grid template rows utility classes
12218
- $kendo-utils-grid-template-rows: k-map-get( $kendo-utils, "grid-template-rows" ) !default;
12219
- @include generate-utils( grid-rows, grid-template-rows, $kendo-utils-grid-template-rows );
12918
+ // Grid template rows utility classes
12919
+ $kendo-utils-grid-template-rows: k-map-get( $kendo-utils, "grid-template-rows" ) !default;
12920
+ @include generate-utils( grid-rows, grid-template-rows, $kendo-utils-grid-template-rows );
12220
12921
 
12922
+ }
12221
12923
  }
12222
12924
 
12223
12925
  // #endregion
@@ -12300,17 +13002,25 @@ $kendo-utils: (
12300
13002
  /// @group justify-content
12301
13003
  /// @contextType css
12302
13004
 
13005
+ // Register
13006
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
13007
+ // File already imported_once. Skipping output.
13008
+ // #endregion
13009
+ @include module-register((name: "utils-flex-grid-justify-content"));
13010
+
12303
13011
  @mixin kendo-utils--flex-grid--justify-content() {
13012
+ @include module-render("utils-flex-grid-justify-content") {
12304
13013
 
12305
- // Justify content utility classes
12306
- $kendo-utils-justify-content: k-map-get( $kendo-utils, "justify-content" ) !default;
12307
- @include generate-utils( justify-content, justify-content, $kendo-utils-justify-content );
13014
+ // Justify content utility classes
13015
+ $kendo-utils-justify-content: k-map-get( $kendo-utils, "justify-content" ) !default;
13016
+ @include generate-utils( justify-content, justify-content, $kendo-utils-justify-content );
12308
13017
 
12309
13018
 
12310
- // Custom justify-content classes
12311
- .#{$kendo-prefix}justify-content-stretch > * { flex: 1 0 0%; }
12312
- .\!.#{$kendo-prefix}justify-content-stretch > * { flex: 1 0 0% !important; } // stylelint-disable-line declaration-no-important
13019
+ // Custom justify-content classes
13020
+ .#{$kendo-prefix}justify-content-stretch > * { flex: 1 0 0%; }
13021
+ .\!.#{$kendo-prefix}justify-content-stretch > * { flex: 1 0 0% !important; } // stylelint-disable-line declaration-no-important
12313
13022
 
13023
+ }
12314
13024
  }
12315
13025
 
12316
13026
  // #endregion
@@ -12399,12 +13109,20 @@ $kendo-utils: (
12399
13109
  /// @group justify-items
12400
13110
  /// @contextType css
12401
13111
 
13112
+ // Register
13113
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
13114
+ // File already imported_once. Skipping output.
13115
+ // #endregion
13116
+ @include module-register((name: "utils-flex-grid-justify-items"));
13117
+
12402
13118
  @mixin kendo-utils--flex-grid--justify-items() {
13119
+ @include module-render("utils-flex-grid-justify-items") {
12403
13120
 
12404
- // Justify items utility classes
12405
- $kendo-utils-justify-items: k-map-get( $kendo-utils, "justify-items" ) !default;
12406
- @include generate-utils( justify-items, justify-items, $kendo-utils-justify-items );
13121
+ // Justify items utility classes
13122
+ $kendo-utils-justify-items: k-map-get( $kendo-utils, "justify-items" ) !default;
13123
+ @include generate-utils( justify-items, justify-items, $kendo-utils-justify-items );
12407
13124
 
13125
+ }
12408
13126
  }
12409
13127
 
12410
13128
  // #endregion
@@ -12487,12 +13205,20 @@ $kendo-utils: (
12487
13205
  /// @group justify-self
12488
13206
  /// @contextType css
12489
13207
 
13208
+ // Register
13209
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
13210
+ // File already imported_once. Skipping output.
13211
+ // #endregion
13212
+ @include module-register((name: "utils-flex-grid-justify-self"));
13213
+
12490
13214
  @mixin kendo-utils--flex-grid--justify-self() {
13215
+ @include module-render("utils-flex-grid-justify-self") {
12491
13216
 
12492
- // Justify self utility classes
12493
- $kendo-utils-justify-self: k-map-get( $kendo-utils, "justify-self" ) !default;
12494
- @include generate-utils( justify-self, justify-self, $kendo-utils-justify-self );
13217
+ // Justify self utility classes
13218
+ $kendo-utils-justify-self: k-map-get( $kendo-utils, "justify-self" ) !default;
13219
+ @include generate-utils( justify-self, justify-self, $kendo-utils-justify-self );
12495
13220
 
13221
+ }
12496
13222
  }
12497
13223
 
12498
13224
  // #endregion
@@ -12521,12 +13247,20 @@ $kendo-utils: (
12521
13247
  /// @group order
12522
13248
  /// @contextType css
12523
13249
 
13250
+ // Register
13251
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
13252
+ // File already imported_once. Skipping output.
13253
+ // #endregion
13254
+ @include module-register((name: "utils-flex-grid-order"));
13255
+
12524
13256
  @mixin kendo-utils--flex-grid--order() {
13257
+ @include module-render("utils-flex-grid-order") {
12525
13258
 
12526
- // Order utility classes
12527
- $kendo-utils-order: k-map-get( $kendo-utils, "order" ) !default;
12528
- @include generate-utils( order, order, $kendo-utils-order );
13259
+ // Order utility classes
13260
+ $kendo-utils-order: k-map-get( $kendo-utils, "order" ) !default;
13261
+ @include generate-utils( order, order, $kendo-utils-order );
12529
13262
 
13263
+ }
12530
13264
  }
12531
13265
 
12532
13266
  // #endregion
@@ -12609,12 +13343,20 @@ $kendo-utils: (
12609
13343
  /// @group place-content
12610
13344
  /// @contextType css
12611
13345
 
13346
+ // Register
13347
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
13348
+ // File already imported_once. Skipping output.
13349
+ // #endregion
13350
+ @include module-register((name: "utils-flex-grid-place-content"));
13351
+
12612
13352
  @mixin kendo-utils--flex-grid--place-content() {
13353
+ @include module-render("utils-flex-grid-place-content") {
12613
13354
 
12614
- // Place content utility classes
12615
- $kendo-utils-place-content: k-map-get( $kendo-utils, "place-content" ) !default;
12616
- @include generate-utils( place-content, place-content, $kendo-utils-place-content );
13355
+ // Place content utility classes
13356
+ $kendo-utils-place-content: k-map-get( $kendo-utils, "place-content" ) !default;
13357
+ @include generate-utils( place-content, place-content, $kendo-utils-place-content );
12617
13358
 
13359
+ }
12618
13360
  }
12619
13361
 
12620
13362
  // #endregion
@@ -12679,12 +13421,20 @@ $kendo-utils: (
12679
13421
  /// @group place-items
12680
13422
  /// @contextType css
12681
13423
 
13424
+ // Register
13425
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
13426
+ // File already imported_once. Skipping output.
13427
+ // #endregion
13428
+ @include module-register((name: "utils-flex-grid-place-items"));
13429
+
12682
13430
  @mixin kendo-utils--flex-grid--place-items() {
13431
+ @include module-render("utils-flex-grid-place-items") {
12683
13432
 
12684
- // Place items utility classes
12685
- $kendo-utils-place-items: k-map-get( $kendo-utils, "place-items" ) !default;
12686
- @include generate-utils( place-items, place-items, $kendo-utils-place-items );
13433
+ // Place items utility classes
13434
+ $kendo-utils-place-items: k-map-get( $kendo-utils, "place-items" ) !default;
13435
+ @include generate-utils( place-items, place-items, $kendo-utils-place-items );
12687
13436
 
13437
+ }
12688
13438
  }
12689
13439
 
12690
13440
  // #endregion
@@ -12755,12 +13505,20 @@ $kendo-utils: (
12755
13505
  /// @group place-self
12756
13506
  /// @contextType css
12757
13507
 
13508
+ // Register
13509
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
13510
+ // File already imported_once. Skipping output.
13511
+ // #endregion
13512
+ @include module-register((name: "utils-flex-grid-place-self"));
13513
+
12758
13514
  @mixin kendo-utils--flex-grid--place-self() {
13515
+ @include module-render("utils-flex-grid-place-self") {
12759
13516
 
12760
- // Place self utility classes
12761
- $kendo-utils-place-self: k-map-get( $kendo-utils, "place-self" ) !default;
12762
- @include generate-utils( place-self, place-self, $kendo-utils-place-self );
13517
+ // Place self utility classes
13518
+ $kendo-utils-place-self: k-map-get( $kendo-utils, "place-self" ) !default;
13519
+ @include generate-utils( place-self, place-self, $kendo-utils-place-self );
12763
13520
 
13521
+ }
12764
13522
  }
12765
13523
 
12766
13524
  // #endregion
@@ -12793,6 +13551,14 @@ $kendo-utils: (
12793
13551
  @include kendo-utils--flex-grid--place-self();
12794
13552
  }
12795
13553
 
13554
+ @mixin kendo-utils--flex-grid--responsive($key) {
13555
+ @include kendo-utils--flex-grid--flex-direction--responsive($key);
13556
+ @include kendo-utils--flex-grid--gap--responsive($key);
13557
+ @include kendo-utils--flex-grid--grid-column-start-end--responsive($key);
13558
+ @include kendo-utils--flex-grid--grid-row-start-end--responsive($key);
13559
+ @include kendo-utils--flex-grid--grid-template-columns--responsive($key);
13560
+ }
13561
+
12796
13562
  // #endregion
12797
13563
  // #region @import "./spacing/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-utils/scss/spacing/index.import.scss
12798
13564
  // File already imported_once. Skipping output.
@@ -12943,20 +13709,28 @@ $kendo-utils: (
12943
13709
  /// @group height
12944
13710
  /// @contextType css
12945
13711
 
13712
+ // Register
13713
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
13714
+ // File already imported_once. Skipping output.
13715
+ // #endregion
13716
+ @include module-register((name: "utils-sizing-height"));
13717
+
12946
13718
  @mixin kendo-utils--sizing--height() {
13719
+ @include module-render("utils-sizing-height") {
12947
13720
 
12948
- // Height utility classes
12949
- $kendo-utils-height: k-map-get( $kendo-utils, "height" ) !default;
12950
- @include generate-utils( h, height, $kendo-utils-height );
13721
+ // Height utility classes
13722
+ $kendo-utils-height: k-map-get( $kendo-utils, "height" ) !default;
13723
+ @include generate-utils( h, height, $kendo-utils-height );
12951
13724
 
12952
- // Min height utility classes
12953
- $kendo-utils-min-height: k-map-get( $kendo-utils, "min-height" ) !default;
12954
- @include generate-utils( min-h, min-height, $kendo-utils-min-height );
13725
+ // Min height utility classes
13726
+ $kendo-utils-min-height: k-map-get( $kendo-utils, "min-height" ) !default;
13727
+ @include generate-utils( min-h, min-height, $kendo-utils-min-height );
12955
13728
 
12956
- // Max height utility classes
12957
- $kendo-utils-max-height: k-map-get( $kendo-utils, "max-height" ) !default;
12958
- @include generate-utils( max-h, max-height, $kendo-utils-max-height );
13729
+ // Max height utility classes
13730
+ $kendo-utils-max-height: k-map-get( $kendo-utils, "max-height" ) !default;
13731
+ @include generate-utils( max-h, max-height, $kendo-utils-max-height );
12959
13732
 
13733
+ }
12960
13734
  }
12961
13735
 
12962
13736
  // #endregion
@@ -13105,20 +13879,28 @@ $kendo-utils: (
13105
13879
  /// @group width
13106
13880
  /// @contextType css
13107
13881
 
13882
+ // Register
13883
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
13884
+ // File already imported_once. Skipping output.
13885
+ // #endregion
13886
+ @include module-register((name: "utils-sizing-width"));
13887
+
13108
13888
  @mixin kendo-utils--sizing--width() {
13889
+ @include module-render("utils-sizing-width") {
13109
13890
 
13110
- // Width utility classes
13111
- $kendo-utils-width: k-map-get( $kendo-utils, "width" ) !default;
13112
- @include generate-utils( w, width, $kendo-utils-width );
13891
+ // Width utility classes
13892
+ $kendo-utils-width: k-map-get( $kendo-utils, "width" ) !default;
13893
+ @include generate-utils( w, width, $kendo-utils-width );
13113
13894
 
13114
- // Min-width utility classes
13115
- $kendo-utils-min-width: k-map-get( $kendo-utils, "min-width" ) !default;
13116
- @include generate-utils( min-w, min-width, $kendo-utils-min-width );
13895
+ // Min-width utility classes
13896
+ $kendo-utils-min-width: k-map-get( $kendo-utils, "min-width" ) !default;
13897
+ @include generate-utils( min-w, min-width, $kendo-utils-min-width );
13117
13898
 
13118
- // Max-width utility classes
13119
- $kendo-utils-max-width: k-map-get( $kendo-utils, "max-width" ) !default;
13120
- @include generate-utils( max-w, max-width, $kendo-utils-max-width );
13899
+ // Max-width utility classes
13900
+ $kendo-utils-max-width: k-map-get( $kendo-utils, "max-width" ) !default;
13901
+ @include generate-utils( max-w, max-width, $kendo-utils-max-width );
13121
13902
 
13903
+ }
13122
13904
  }
13123
13905
 
13124
13906
  // #endregion
@@ -13137,11 +13919,16 @@ $kendo-utils: (
13137
13919
  // File already imported_once. Skipping output.
13138
13920
  // #endregion
13139
13921
 
13922
+ // Register
13923
+ @include module-register((name: "utils-typography-font-family"));
13924
+
13140
13925
  @mixin kendo-utils--typography--font-family() {
13926
+ @include module-render("utils-typography-font-family") {
13141
13927
 
13142
- // Font family utility classes
13143
- @include generate-utils( font-family, font-family, $kendo-font-families, $css-var: "font-family" );
13928
+ // Font family utility classes
13929
+ @include generate-utils( font-family, font-family, $kendo-font-families, $css-var: "font-family" );
13144
13930
 
13931
+ }
13145
13932
  }
13146
13933
 
13147
13934
  // #endregion
@@ -13180,14 +13967,19 @@ $kendo-utils: (
13180
13967
  /// @group font-size
13181
13968
  /// @contextType css
13182
13969
 
13970
+ // Register
13971
+ @include module-register((name: "utils-typography-font-size"));
13972
+
13183
13973
  @mixin kendo-utils--typography--font-size() {
13974
+ @include module-render("utils-typography-font-size") {
13184
13975
 
13185
- // Font size utility classes
13186
- @include generate-utils( font-size, font-size, $kendo-font-sizes, $css-var: "font-size" );
13976
+ // Font size utility classes
13977
+ @include generate-utils( font-size, font-size, $kendo-font-sizes, $css-var: "font-size" );
13187
13978
 
13188
- // Legacy aliases
13189
- @include generate-utils( fs, font-size, $kendo-font-sizes, $css-var: "fs" );
13979
+ // Legacy aliases
13980
+ @include generate-utils( fs, font-size, $kendo-font-sizes, $css-var: "fs" );
13190
13981
 
13982
+ }
13191
13983
  }
13192
13984
 
13193
13985
  // #endregion
@@ -13205,12 +13997,20 @@ $kendo-utils: (
13205
13997
  /// @group font-style
13206
13998
  /// @contextType css
13207
13999
 
14000
+ // Register
14001
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
14002
+ // File already imported_once. Skipping output.
14003
+ // #endregion
14004
+ @include module-register((name: "utils-typography-font-style"));
14005
+
13208
14006
  @mixin kendo-utils--typography--font-style() {
14007
+ @include module-render("utils-typography-font-style") {
13209
14008
 
13210
- // Font style utility classes
13211
- $kendo-utils-font-style: k-map-get( $kendo-utils, "font-style" ) !default;
13212
- @include generate-utils( font-style, font-style, $kendo-utils-font-style, $css-var: "font-style" );
14009
+ // Font style utility classes
14010
+ $kendo-utils-font-style: k-map-get( $kendo-utils, "font-style" ) !default;
14011
+ @include generate-utils( font-style, font-style, $kendo-utils-font-style, $css-var: "font-style" );
13213
14012
 
14013
+ }
13214
14014
  }
13215
14015
 
13216
14016
  // #endregion
@@ -13273,15 +14073,19 @@ $kendo-utils: (
13273
14073
  /// @group font-weight
13274
14074
  /// @contextType css
13275
14075
 
13276
- @mixin kendo-utils--typography--font-weight() {
14076
+ // Register
14077
+ @include module-register((name: "utils-typography-font-weight"));
13277
14078
 
13278
- // Font weight utility classes
13279
- @include generate-utils( font, font-weight, $kendo-font-weights, $css-var: "font-weight" );
14079
+ @mixin kendo-utils--typography--font-weight() {
14080
+ @include module-render("utils-typography-font-weight") {
13280
14081
 
14082
+ // Font weight utility classes
14083
+ @include generate-utils( font, font-weight, $kendo-font-weights, $css-var: "font-weight" );
13281
14084
 
13282
- // Legacy aliases
13283
- @include generate-utils( font-weight, font-weight, $kendo-font-weights, $css-var: "font-weight" );
14085
+ // Legacy aliases
14086
+ @include generate-utils( font-weight, font-weight, $kendo-font-weights, $css-var: "font-weight" );
13284
14087
 
14088
+ }
13285
14089
  }
13286
14090
 
13287
14091
  // #endregion
@@ -13292,11 +14096,16 @@ $kendo-utils: (
13292
14096
  // File already imported_once. Skipping output.
13293
14097
  // #endregion
13294
14098
 
14099
+ // Register
14100
+ @include module-register((name: "utils-typography-letter-spacing"));
14101
+
13295
14102
  @mixin kendo-utils--typography--letter-spacing() {
14103
+ @include module-render("utils-typography-letter-spacing") {
13296
14104
 
13297
- // Letter spacing utility classes
13298
- @include generate-utils( letter-spacing, letter-spacing, $kendo-letter-spacings, $css-var: "letter-spacing" );
14105
+ // Letter spacing utility classes
14106
+ @include generate-utils( letter-spacing, letter-spacing, $kendo-letter-spacings, $css-var: "letter-spacing" );
13299
14107
 
14108
+ }
13300
14109
  }
13301
14110
 
13302
14111
 
@@ -13307,11 +14116,16 @@ $kendo-utils: (
13307
14116
  // File already imported_once. Skipping output.
13308
14117
  // #endregion
13309
14118
 
14119
+ // Register
14120
+ @include module-register((name: "utils-typography-line-height"));
14121
+
13310
14122
  @mixin kendo-utils--typography--line-height() {
14123
+ @include module-render("utils-typography-line-height") {
13311
14124
 
13312
- // Line height utility classes
13313
- @include generate-utils( line-height, line-height, $kendo-line-heights, $css-var: "line-height" );
14125
+ // Line height utility classes
14126
+ @include generate-utils( line-height, line-height, $kendo-line-heights, $css-var: "line-height" );
13314
14127
 
14128
+ }
13315
14129
  }
13316
14130
 
13317
14131
  // #endregion
@@ -13334,12 +14148,20 @@ $kendo-utils: (
13334
14148
  /// @group list-style
13335
14149
  /// @contextType css
13336
14150
 
14151
+ // Register
14152
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
14153
+ // File already imported_once. Skipping output.
14154
+ // #endregion
14155
+ @include module-register((name: "utils-typography-list-style"));
14156
+
13337
14157
  @mixin kendo-utils--typography--list-style-type() {
14158
+ @include module-render("utils-typography-list-style") {
13338
14159
 
13339
- // list-style-type utility classes
13340
- $kendo-utils-list-style-type: k-map-get( $kendo-utils, "list-style-type" ) !default;
13341
- @include generate-utils( list, list-style-type, $kendo-utils-list-style-type );
14160
+ // list-style-type utility classes
14161
+ $kendo-utils-list-style-type: k-map-get( $kendo-utils, "list-style-type" ) !default;
14162
+ @include generate-utils( list, list-style-type, $kendo-utils-list-style-type );
13342
14163
 
14164
+ }
13343
14165
  }
13344
14166
 
13345
14167
  // #endregion
@@ -13368,29 +14190,44 @@ $kendo-utils: (
13368
14190
  /// @group text-align
13369
14191
  /// @contextType css
13370
14192
 
14193
+ // Register
14194
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
14195
+ // File already imported_once. Skipping output.
14196
+ // #endregion
14197
+ @include module-register((name: "utils-typography-text-align"));
14198
+
13371
14199
  @mixin kendo-utils--typography--text-align() {
14200
+ @include module-render("utils-typography-text-align") {
13372
14201
 
13373
- // Text align utility classes
13374
- $kendo-utils-text-align: k-map-get( $kendo-utils, "text-align" ) !default;
14202
+ // Text align utility classes
14203
+ $kendo-utils-text-align: k-map-get( $kendo-utils, "text-align" ) !default;
13375
14204
 
13376
- @include generate-utils( text, text-align, $kendo-utils-text-align );
14205
+ @include generate-utils( text, text-align, $kendo-utils-text-align );
13377
14206
 
14207
+ }
13378
14208
  }
13379
14209
 
13380
14210
  // #endregion
13381
14211
  // #region @import "./_text-color.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-utils/scss/typography/_text-color.scss
13382
14212
  // TODO: docs
13383
14213
 
13384
- @mixin kendo-utils--typography--text-color() {
14214
+ // Register
14215
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
14216
+ // File already imported_once. Skipping output.
14217
+ // #endregion
14218
+ @include module-register((name: "utils-typography-text-color"));
13385
14219
 
13386
- // Text color utility classes
13387
- $kendo-utils-text-color: k-map-get( $kendo-utils, "text-color" ) !default;
13388
- @include generate-utils( text, color, $kendo-utils-text-color, $css-var: 'color' );
14220
+ @mixin kendo-utils--typography--text-color() {
14221
+ @include module-render("utils-typography-text-color") {
13389
14222
 
14223
+ // Text color utility classes
14224
+ $kendo-utils-text-color: k-map-get( $kendo-utils, "text-color" ) !default;
14225
+ @include generate-utils( text, color, $kendo-utils-text-color, $css-var: 'color' );
13390
14226
 
13391
- // Legacy aliases
13392
- @include generate-utils( color, color, $kendo-utils-text-color, $css-var: 'color' );
14227
+ // Legacy aliases
14228
+ @include generate-utils( color, color, $kendo-utils-text-color, $css-var: 'color' );
13393
14229
 
14230
+ }
13394
14231
  }
13395
14232
 
13396
14233
  // #endregion
@@ -13419,12 +14256,20 @@ $kendo-utils: (
13419
14256
  /// @group text-decoration
13420
14257
  /// @contextType css
13421
14258
 
14259
+ // Register
14260
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
14261
+ // File already imported_once. Skipping output.
14262
+ // #endregion
14263
+ @include module-register((name: "utils-typography-text-decoration"));
14264
+
13422
14265
  @mixin kendo-utils--typography--text-decoration() {
14266
+ @include module-render("utils-typography-text-decoration") {
13423
14267
 
13424
- // text-decoration utility classes
13425
- $kendo-utils-text-decoration: k-map-get( $kendo-utils, "text-decoration" ) !default;
13426
- @include generate-utils( text, text-decoration, $kendo-utils-text-decoration );
14268
+ // text-decoration utility classes
14269
+ $kendo-utils-text-decoration: k-map-get( $kendo-utils, "text-decoration" ) !default;
14270
+ @include generate-utils( text, text-decoration, $kendo-utils-text-decoration );
13427
14271
 
14272
+ }
13428
14273
  }
13429
14274
 
13430
14275
  // #endregion
@@ -13441,29 +14286,37 @@ $kendo-utils: (
13441
14286
  /// @group text-overflow
13442
14287
  /// @contextType css
13443
14288
 
14289
+ // Register
14290
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
14291
+ // File already imported_once. Skipping output.
14292
+ // #endregion
14293
+ @include module-register((name: "utils-typography-text-overflow"));
14294
+
13444
14295
  @mixin kendo-utils--typography--text-overflow() {
14296
+ @include module-render("utils-typography-text-overflow") {
13445
14297
 
13446
- // Text overflow utility classes
13447
- $kendo-utils-text-overflow: k-map-get( $kendo-utils, "text-overflow" ) !default;
13448
- @include generate-utils( text, text-overflow, $kendo-utils-text-overflow );
14298
+ // Text overflow utility classes
14299
+ $kendo-utils-text-overflow: k-map-get( $kendo-utils, "text-overflow" ) !default;
14300
+ @include generate-utils( text, text-overflow, $kendo-utils-text-overflow );
13449
14301
 
13450
14302
 
13451
- // Text truncate utility classes
13452
- .#{$kendo-prefix}text-truncate {
13453
- white-space: nowrap;
13454
- overflow: hidden;
13455
- text-overflow: ellipsis;
13456
- }
13457
- .\!#{$kendo-prefix}text-truncate {
13458
- white-space: nowrap !important; // stylelint-disable-line declaration-no-important
13459
- overflow: hidden !important; // stylelint-disable-line declaration-no-important
13460
- text-overflow: ellipsis !important; // stylelint-disable-line declaration-no-important
13461
- }
14303
+ // Text truncate utility classes
14304
+ .#{$kendo-prefix}text-truncate {
14305
+ white-space: nowrap;
14306
+ overflow: hidden;
14307
+ text-overflow: ellipsis;
14308
+ }
14309
+ .\!#{$kendo-prefix}text-truncate {
14310
+ white-space: nowrap !important; // stylelint-disable-line declaration-no-important
14311
+ overflow: hidden !important; // stylelint-disable-line declaration-no-important
14312
+ text-overflow: ellipsis !important; // stylelint-disable-line declaration-no-important
14313
+ }
13462
14314
 
13463
- // Legacy aliases
13464
- .#{$kendo-prefix}text-ellipsis { @extend .#{$kendo-prefix}text-truncate !optional; }
13465
- .\!#{$kendo-prefix}text-ellipsis { @extend .\!#{$kendo-prefix}text-truncate !optional; }
14315
+ // Legacy aliases
14316
+ .#{$kendo-prefix}text-ellipsis { @extend .#{$kendo-prefix}text-truncate !optional; }
14317
+ .\!#{$kendo-prefix}text-ellipsis { @extend .\!#{$kendo-prefix}text-truncate !optional; }
13466
14318
 
14319
+ }
13467
14320
  }
13468
14321
 
13469
14322
  // #endregion
@@ -13486,12 +14339,20 @@ $kendo-utils: (
13486
14339
  /// @group text-transform
13487
14340
  /// @contextType css
13488
14341
 
14342
+ // Register
14343
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
14344
+ // File already imported_once. Skipping output.
14345
+ // #endregion
14346
+ @include module-register((name: "utils-typography-text-transform"));
14347
+
13489
14348
  @mixin kendo-utils--typography--text-transform() {
14349
+ @include module-render("utils-typography-text-transform") {
13490
14350
 
13491
- // Text transform utility classes
13492
- $kendo-utils-text-transform: k-map-get( $kendo-utils, "text-transform" ) !default;
13493
- @include generate-utils( text, text-transform, $kendo-utils-text-transform );
14351
+ // Text transform utility classes
14352
+ $kendo-utils-text-transform: k-map-get( $kendo-utils, "text-transform" ) !default;
14353
+ @include generate-utils( text, text-transform, $kendo-utils-text-transform );
13494
14354
 
14355
+ }
13495
14356
  }
13496
14357
 
13497
14358
  // #endregion
@@ -13545,12 +14406,20 @@ $kendo-utils: (
13545
14406
  /// @group vertical-align
13546
14407
  /// @contextType css
13547
14408
 
14409
+ // Register
14410
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
14411
+ // File already imported_once. Skipping output.
14412
+ // #endregion
14413
+ @include module-register((name: "utils-typography-vertical-align"));
14414
+
13548
14415
  @mixin kendo-utils--typography--vertical-align() {
14416
+ @include module-render("utils-typography-vertical-align") {
13549
14417
 
13550
- // vertical-align utility classes
13551
- $kendo-utils-vertical-align: k-map-get( $kendo-utils, "vertical-align" ) !default;
13552
- @include generate-utils( align, vertical-align, $kendo-utils-vertical-align );
14418
+ // vertical-align utility classes
14419
+ $kendo-utils-vertical-align: k-map-get( $kendo-utils, "vertical-align" ) !default;
14420
+ @include generate-utils( align, vertical-align, $kendo-utils-vertical-align );
13553
14421
 
14422
+ }
13554
14423
  }
13555
14424
 
13556
14425
  // #endregion
@@ -13591,18 +14460,26 @@ $kendo-utils: (
13591
14460
  /// @group white-space
13592
14461
  /// @contextType css
13593
14462
 
14463
+ // Register
14464
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
14465
+ // File already imported_once. Skipping output.
14466
+ // #endregion
14467
+ @include module-register((name: "utils-typography-white-space"));
14468
+
13594
14469
  @mixin kendo-utils--typography--white-space() {
14470
+ @include module-render("utils-typography-white-space") {
13595
14471
 
13596
- // White space utility classes
13597
- $kendo-utils-white-space: k-map-get( $kendo-utils, "white-space" ) !default;
14472
+ // White space utility classes
14473
+ $kendo-utils-white-space: k-map-get( $kendo-utils, "white-space" ) !default;
13598
14474
 
13599
- @include generate-utils( white-space, white-space, $kendo-utils-white-space );
13600
- @include generate-utils( whitespace, white-space, $kendo-utils-white-space );
14475
+ @include generate-utils( white-space, white-space, $kendo-utils-white-space );
14476
+ @include generate-utils( whitespace, white-space, $kendo-utils-white-space );
13601
14477
 
13602
14478
 
13603
- // Legacy aliases
13604
- .#{$kendo-prefix}text-nowrap { @extend .#{$kendo-prefix}white-space-nowrap !optional; }
14479
+ // Legacy aliases
14480
+ .#{$kendo-prefix}text-nowrap { @extend .#{$kendo-prefix}white-space-nowrap !optional; }
13605
14481
 
14482
+ }
13606
14483
  }
13607
14484
 
13608
14485
  // #endregion
@@ -13652,12 +14529,20 @@ $kendo-utils: (
13652
14529
  /// @group background-clip
13653
14530
  /// @contextType css
13654
14531
 
14532
+ // Register
14533
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
14534
+ // File already imported_once. Skipping output.
14535
+ // #endregion
14536
+ @include module-register((name: "utils-background-clip"));
14537
+
13655
14538
  @mixin kendo-utils--background--background-clip() {
14539
+ @include module-render("utils-background-clip") {
13656
14540
 
13657
- // Background color utility classes
13658
- $kendo-utils-background-clip: k-map-get( $kendo-utils, "background-clip" ) !default;
13659
- @include generate-utils( bg-clip, background-clip, $kendo-utils-background-clip );
14541
+ // Background color utility classes
14542
+ $kendo-utils-background-clip: k-map-get( $kendo-utils, "background-clip" ) !default;
14543
+ @include generate-utils( bg-clip, background-clip, $kendo-utils-background-clip );
13660
14544
 
14545
+ }
13661
14546
  }
13662
14547
 
13663
14548
  // #endregion
@@ -13686,12 +14571,20 @@ $kendo-utils: (
13686
14571
  /// @group background-color
13687
14572
  /// @contextType css
13688
14573
 
14574
+ // Register
14575
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
14576
+ // File already imported_once. Skipping output.
14577
+ // #endregion
14578
+ @include module-register((name: "utils-background-color"));
14579
+
13689
14580
  @mixin kendo-utils--background--background-color() {
14581
+ @include module-render("utils-background-color") {
13690
14582
 
13691
- // Background color utility classes
13692
- $kendo-utils-background-color: k-map-get( $kendo-utils, "background-color" ) !default;
13693
- @include generate-utils( bg, background-color, $kendo-utils-background-color, $css-var: 'color' );
14583
+ // Background color utility classes
14584
+ $kendo-utils-background-color: k-map-get( $kendo-utils, "background-color" ) !default;
14585
+ @include generate-utils( bg, background-color, $kendo-utils-background-color, $css-var: 'color' );
13694
14586
 
14587
+ }
13695
14588
  }
13696
14589
 
13697
14590
  // #endregion
@@ -13750,12 +14643,20 @@ $kendo-utils: (
13750
14643
  /// @group background-position
13751
14644
  /// @contextType css
13752
14645
 
14646
+ // Register
14647
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
14648
+ // File already imported_once. Skipping output.
14649
+ // #endregion
14650
+ @include module-register((name: "utils-background-position"));
14651
+
13753
14652
  @mixin kendo-utils--background--background-position() {
14653
+ @include module-render("utils-background-position") {
13754
14654
 
13755
- // Background position utility classes
13756
- $kendo-utils-background-position: k-map-get( $kendo-utils, "background-position" ) !default;
13757
- @include generate-utils( bg, background-position, $kendo-utils-background-position );
14655
+ // Background position utility classes
14656
+ $kendo-utils-background-position: k-map-get( $kendo-utils, "background-position" ) !default;
14657
+ @include generate-utils( bg, background-position, $kendo-utils-background-position );
13758
14658
 
14659
+ }
13759
14660
  }
13760
14661
 
13761
14662
  // #endregion
@@ -13778,12 +14679,20 @@ $kendo-utils: (
13778
14679
  /// @group background-size
13779
14680
  /// @contextType css
13780
14681
 
14682
+ // Register
14683
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
14684
+ // File already imported_once. Skipping output.
14685
+ // #endregion
14686
+ @include module-register((name: "utils-background-size"));
14687
+
13781
14688
  @mixin kendo-utils--background--background-size() {
14689
+ @include module-render("utils-background-size") {
13782
14690
 
13783
- // Background size utility classes
13784
- $kendo-utils-background-size: k-map-get( $kendo-utils, "background-size" ) !default;
13785
- @include generate-utils( bg, background-size, $kendo-utils-background-size );
14691
+ // Background size utility classes
14692
+ $kendo-utils-background-size: k-map-get( $kendo-utils, "background-size" ) !default;
14693
+ @include generate-utils( bg, background-size, $kendo-utils-background-size );
13786
14694
 
14695
+ }
13787
14696
  }
13788
14697
 
13789
14698
  // #endregion
@@ -13829,13 +14738,20 @@ $kendo-utils: (
13829
14738
  /// @group border-color
13830
14739
  /// @contextType css
13831
14740
 
14741
+ // Register
14742
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
14743
+ // File already imported_once. Skipping output.
14744
+ // #endregion
14745
+ @include module-register((name: "utils-border-color"));
13832
14746
 
13833
14747
  @mixin kendo-utils--border--border-color() {
14748
+ @include module-render("utils-border-color") {
13834
14749
 
13835
- // Border color utility classes
13836
- $kendo-utils-border-color: k-map-get( $kendo-utils, "border-color" ) !default;
13837
- @include generate-utils( border, border-color, $kendo-utils-border-color, $css-var: 'color' );
14750
+ // Border color utility classes
14751
+ $kendo-utils-border-color: k-map-get( $kendo-utils, "border-color" ) !default;
14752
+ @include generate-utils( border, border-color, $kendo-utils-border-color, $css-var: 'color' );
13838
14753
 
14754
+ }
13839
14755
  }
13840
14756
 
13841
14757
  // #endregion
@@ -14168,19 +15084,27 @@ $kendo-utils: (
14168
15084
  // File already imported_once. Skipping output.
14169
15085
  // #endregion
14170
15086
 
15087
+ // Register
15088
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
15089
+ // File already imported_once. Skipping output.
15090
+ // #endregion
15091
+ @include module-register((name: "utils-border-radius"));
15092
+
14171
15093
  @mixin kendo-utils--border--border-radius() {
15094
+ @include module-render("utils-border-radius") {
14172
15095
 
14173
- // Border radius utility classes
14174
- @include generate-utils( rounded, border-radius, $kendo-border-radii, $css-var: "border-radius" );
14175
- @include generate-utils( rounded-tl, border-top-left-radius, $kendo-border-radii, $css-var: "border-radius" );
14176
- @include generate-utils( rounded-tr, border-top-right-radius, $kendo-border-radii, $css-var: "border-radius" );
14177
- @include generate-utils( rounded-br, border-bottom-right-radius, $kendo-border-radii, $css-var: "border-radius" );
14178
- @include generate-utils( rounded-bl, border-bottom-left-radius, $kendo-border-radii, $css-var: "border-radius" );
14179
- @include generate-utils( rounded-t, ( border-top-left-radius, border-top-right-radius ), $kendo-border-radii, $css-var: "border-radius" );
14180
- @include generate-utils( rounded-r, ( border-top-right-radius, border-bottom-right-radius ), $kendo-border-radii, $css-var: "border-radius" );
14181
- @include generate-utils( rounded-b, ( border-bottom-left-radius, border-bottom-right-radius ), $kendo-border-radii, $css-var: "border-radius" );
14182
- @include generate-utils( rounded-l, ( border-top-left-radius, border-bottom-left-radius ), $kendo-border-radii, $css-var: "border-radius" );
15096
+ // Border radius utility classes
15097
+ @include generate-utils( rounded, border-radius, $kendo-border-radii, $css-var: "border-radius" );
15098
+ @include generate-utils( rounded-tl, border-top-left-radius, $kendo-border-radii, $css-var: "border-radius" );
15099
+ @include generate-utils( rounded-tr, border-top-right-radius, $kendo-border-radii, $css-var: "border-radius" );
15100
+ @include generate-utils( rounded-br, border-bottom-right-radius, $kendo-border-radii, $css-var: "border-radius" );
15101
+ @include generate-utils( rounded-bl, border-bottom-left-radius, $kendo-border-radii, $css-var: "border-radius" );
15102
+ @include generate-utils( rounded-t, ( border-top-left-radius, border-top-right-radius ), $kendo-border-radii, $css-var: "border-radius" );
15103
+ @include generate-utils( rounded-r, ( border-top-right-radius, border-bottom-right-radius ), $kendo-border-radii, $css-var: "border-radius" );
15104
+ @include generate-utils( rounded-b, ( border-bottom-left-radius, border-bottom-right-radius ), $kendo-border-radii, $css-var: "border-radius" );
15105
+ @include generate-utils( rounded-l, ( border-top-left-radius, border-bottom-left-radius ), $kendo-border-radii, $css-var: "border-radius" );
14183
15106
 
15107
+ }
14184
15108
  }
14185
15109
 
14186
15110
  // #endregion
@@ -14431,19 +15355,26 @@ $kendo-utils: (
14431
15355
  /// @group border-style
14432
15356
  /// @contextType css
14433
15357
 
15358
+ // Register
15359
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
15360
+ // File already imported_once. Skipping output.
15361
+ // #endregion
15362
+ @include module-register((name: "utils-border-style"));
14434
15363
 
14435
15364
  @mixin kendo-utils--border--border-style() {
15365
+ @include module-render("utils-border-style") {
14436
15366
 
14437
- // Border style utility classes
14438
- $kendo-utils-border-style: k-map-get( $kendo-utils, "border-style" ) !default;
14439
- @include generate-utils( border, border-style, $kendo-utils-border-style );
14440
- @include generate-utils( border-t, border-top-style, $kendo-utils-border-style );
14441
- @include generate-utils( border-r, border-right-style, $kendo-utils-border-style );
14442
- @include generate-utils( border-b, border-bottom-style, $kendo-utils-border-style );
14443
- @include generate-utils( border-l, border-left-style, $kendo-utils-border-style );
14444
- @include generate-utils( border-x, border-inline-style, $kendo-utils-border-style );
14445
- @include generate-utils( border-y, border-block-style, $kendo-utils-border-style );
15367
+ // Border style utility classes
15368
+ $kendo-utils-border-style: k-map-get( $kendo-utils, "border-style" ) !default;
15369
+ @include generate-utils( border, border-style, $kendo-utils-border-style );
15370
+ @include generate-utils( border-t, border-top-style, $kendo-utils-border-style );
15371
+ @include generate-utils( border-r, border-right-style, $kendo-utils-border-style );
15372
+ @include generate-utils( border-b, border-bottom-style, $kendo-utils-border-style );
15373
+ @include generate-utils( border-l, border-left-style, $kendo-utils-border-style );
15374
+ @include generate-utils( border-x, border-inline-style, $kendo-utils-border-style );
15375
+ @include generate-utils( border-y, border-block-style, $kendo-utils-border-style );
14446
15376
 
15377
+ }
14447
15378
  }
14448
15379
 
14449
15380
  // #endregion
@@ -14658,27 +15589,33 @@ $kendo-utils: (
14658
15589
  /// @group border-width
14659
15590
  /// @contextType css
14660
15591
 
14661
-
15592
+ // Register
15593
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
15594
+ // File already imported_once. Skipping output.
15595
+ // #endregion
15596
+ @include module-register((name: "utils-border-width"));
14662
15597
 
14663
15598
  @mixin kendo-utils--border--border-width() {
15599
+ @include module-render("utils-border-width") {
14664
15600
 
14665
- // Border width utility classes
14666
- $kendo-utils-border-width: k-map-get( $kendo-utils, "border-width" ) !default;
14667
- @include generate-utils( border, border-width, $kendo-utils-border-width );
14668
- @include generate-utils( border-t, border-top-width, $kendo-utils-border-width );
14669
- @include generate-utils( border-r, border-right-width, $kendo-utils-border-width );
14670
- @include generate-utils( border-b, border-bottom-width, $kendo-utils-border-width );
14671
- @include generate-utils( border-l, border-left-width, $kendo-utils-border-width );
14672
- @include generate-utils( border-x, border-inline-width, $kendo-utils-border-width );
14673
- @include generate-utils( border-y, border-block-width, $kendo-utils-border-width );
15601
+ // Border width utility classes
15602
+ $kendo-utils-border-width: k-map-get( $kendo-utils, "border-width" ) !default;
15603
+ @include generate-utils( border, border-width, $kendo-utils-border-width );
15604
+ @include generate-utils( border-t, border-top-width, $kendo-utils-border-width );
15605
+ @include generate-utils( border-r, border-right-width, $kendo-utils-border-width );
15606
+ @include generate-utils( border-b, border-bottom-width, $kendo-utils-border-width );
15607
+ @include generate-utils( border-l, border-left-width, $kendo-utils-border-width );
15608
+ @include generate-utils( border-x, border-inline-width, $kendo-utils-border-width );
15609
+ @include generate-utils( border-y, border-block-width, $kendo-utils-border-width );
14674
15610
 
14675
15611
 
14676
- // Legacy aliases
14677
- @include generate-utils( border-top, border-top-width, $kendo-utils-border-width );
14678
- @include generate-utils( border-right, border-right-width, $kendo-utils-border-width );
14679
- @include generate-utils( border-bottom, border-bottom-width, $kendo-utils-border-width );
14680
- @include generate-utils( border-left, border-left-width, $kendo-utils-border-width );
15612
+ // Legacy aliases
15613
+ @include generate-utils( border-top, border-top-width, $kendo-utils-border-width );
15614
+ @include generate-utils( border-right, border-right-width, $kendo-utils-border-width );
15615
+ @include generate-utils( border-bottom, border-bottom-width, $kendo-utils-border-width );
15616
+ @include generate-utils( border-left, border-left-width, $kendo-utils-border-width );
14681
15617
 
15618
+ }
14682
15619
  }
14683
15620
 
14684
15621
  // #endregion
@@ -14713,12 +15650,20 @@ $kendo-utils: (
14713
15650
  /// @group outline-color
14714
15651
  /// @contextType css
14715
15652
 
15653
+ // Register
15654
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
15655
+ // File already imported_once. Skipping output.
15656
+ // #endregion
15657
+ @include module-register((name: "utils-outline-color"));
15658
+
14716
15659
  @mixin kendo-utils--border--outline-color() {
15660
+ @include module-render("utils-outline-color") {
14717
15661
 
14718
- // Outline color utility classes
14719
- $kendo-utils-outline-color: k-map-get( $kendo-utils, "outline-color" ) !default;
14720
- @include generate-utils( outline, outline-color, $kendo-utils-outline-color, $css-var: 'color' );
15662
+ // Outline color utility classes
15663
+ $kendo-utils-outline-color: k-map-get( $kendo-utils, "outline-color" ) !default;
15664
+ @include generate-utils( outline, outline-color, $kendo-utils-outline-color, $css-var: 'color' );
14721
15665
 
15666
+ }
14722
15667
  }
14723
15668
 
14724
15669
  // #endregion
@@ -14753,12 +15698,20 @@ $kendo-utils: (
14753
15698
  /// @group outline-offset
14754
15699
  /// @contextType css
14755
15700
 
15701
+ // Register
15702
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
15703
+ // File already imported_once. Skipping output.
15704
+ // #endregion
15705
+ @include module-register((name: "utils-outline-offset"));
15706
+
14756
15707
  @mixin kendo-utils--border--outline-offset() {
15708
+ @include module-render("utils-outline-offset") {
14757
15709
 
14758
- // Outline offset utility classes
14759
- $kendo-utils-outline-offset: k-map-get( $kendo-utils, "outline-offset" ) !default;
14760
- @include generate-utils( outline-offset, outline-offset, $kendo-utils-outline-offset );
15710
+ // Outline offset utility classes
15711
+ $kendo-utils-outline-offset: k-map-get( $kendo-utils, "outline-offset" ) !default;
15712
+ @include generate-utils( outline-offset, outline-offset, $kendo-utils-outline-offset );
14761
15713
 
15714
+ }
14762
15715
  }
14763
15716
 
14764
15717
  // #endregion
@@ -14799,12 +15752,20 @@ $kendo-utils: (
14799
15752
  /// @group outline-style
14800
15753
  /// @contextType css
14801
15754
 
15755
+ // Register
15756
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
15757
+ // File already imported_once. Skipping output.
15758
+ // #endregion
15759
+ @include module-register((name: "utils-outline-style"));
15760
+
14802
15761
  @mixin kendo-utils--border--outline-style() {
15762
+ @include module-render("utils-outline-style") {
14803
15763
 
14804
- // Outline style utility classes
14805
- $kendo-utils-outline-style: k-map-get( $kendo-utils, "outline-style" ) !default;
14806
- @include generate-utils( outline, outline-style, $kendo-utils-outline-style );
15764
+ // Outline style utility classes
15765
+ $kendo-utils-outline-style: k-map-get( $kendo-utils, "outline-style" ) !default;
15766
+ @include generate-utils( outline, outline-style, $kendo-utils-outline-style );
14807
15767
 
15768
+ }
14808
15769
  }
14809
15770
 
14810
15771
  // #endregion
@@ -14839,12 +15800,20 @@ $kendo-utils: (
14839
15800
  /// @group outline-width
14840
15801
  /// @contextType css
14841
15802
 
15803
+ // Register
15804
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
15805
+ // File already imported_once. Skipping output.
15806
+ // #endregion
15807
+ @include module-register((name: "utils-outline-width"));
15808
+
14842
15809
  @mixin kendo-utils--border--outline-width() {
15810
+ @include module-render("utils-outline-width") {
14843
15811
 
14844
15812
  // Outline width utility classes
14845
15813
  $kendo-utils-outline-width: k-map-get( $kendo-utils, "outline-width" ) !default;
14846
15814
  @include generate-utils( outline, outline-width, $kendo-utils-outline-width );
14847
15815
 
15816
+ }
14848
15817
  }
14849
15818
 
14850
15819
  // #endregion
@@ -14878,12 +15847,20 @@ $kendo-utils: (
14878
15847
  /// @group opacity
14879
15848
  /// @contextType css
14880
15849
 
15850
+ // Register
15851
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
15852
+ // File already imported_once. Skipping output.
15853
+ // #endregion
15854
+ @include module-register((name: "utils-effects-opacity"));
15855
+
14881
15856
  @mixin kendo-utils--effects--opacity() {
15857
+ @include module-render("utils-effects-opacity") {
14882
15858
 
14883
- // opacity utility classes
14884
- $kendo-utils-opacity: k-map-get( $kendo-utils, "opacity" ) !default;
14885
- @include generate-utils( opacity, opacity, $kendo-utils-opacity );
15859
+ // opacity utility classes
15860
+ $kendo-utils-opacity: k-map-get( $kendo-utils, "opacity" ) !default;
15861
+ @include generate-utils( opacity, opacity, $kendo-utils-opacity );
14886
15862
 
15863
+ }
14887
15864
  }
14888
15865
 
14889
15866
  // #endregion
@@ -14925,12 +15902,20 @@ $kendo-utils: (
14925
15902
  /// @group backdrop-blur
14926
15903
  /// @contextType css
14927
15904
 
15905
+ // Register
15906
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
15907
+ // File already imported_once. Skipping output.
15908
+ // #endregion
15909
+ @include module-register((name: "utils-filter-backdrop"));
15910
+
14928
15911
  @mixin kendo-utils--filter--backdrop() {
15912
+ @include module-render("utils-filter-backdrop") {
14929
15913
 
14930
- // backdrop utility classes
14931
- $kendo-utils-backdrop-blur: k-map-get( $kendo-utils, "backdrop-blur" ) !default;
14932
- @include generate-utils( backdrop-blur, backdrop-filter, $kendo-utils-backdrop-blur );
15914
+ // backdrop utility classes
15915
+ $kendo-utils-backdrop-blur: k-map-get( $kendo-utils, "backdrop-blur" ) !default;
15916
+ @include generate-utils( backdrop-blur, backdrop-filter, $kendo-utils-backdrop-blur );
14933
15917
 
15918
+ }
14934
15919
  }
14935
15920
 
14936
15921
  // #endregion
@@ -14954,12 +15939,20 @@ $kendo-utils: (
14954
15939
  /// @group border-collapse
14955
15940
  /// @contextType css
14956
15941
 
15942
+ // Register
15943
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
15944
+ // File already imported_once. Skipping output.
15945
+ // #endregion
15946
+ @include module-register((name: "utils-table-border-collapse"));
15947
+
14957
15948
  @mixin kendo-utils--table--border-collapse() {
15949
+ @include module-render("utils-table-border-collapse") {
14958
15950
 
14959
- // Border collapse utility classes
14960
- $kendo-utils-border-collapse: k-map-get( $kendo-utils, "border-collapse" ) !default;
14961
- @include generate-utils( border, border-collapse, $kendo-utils-border-collapse );
15951
+ // Border collapse utility classes
15952
+ $kendo-utils-border-collapse: k-map-get( $kendo-utils, "border-collapse" ) !default;
15953
+ @include generate-utils( border, border-collapse, $kendo-utils-border-collapse );
14962
15954
 
15955
+ }
14963
15956
  }
14964
15957
 
14965
15958
  // #endregion
@@ -14976,13 +15969,21 @@ $kendo-utils: (
14976
15969
  /// @group table-layout
14977
15970
  /// @contextType css
14978
15971
 
15972
+ // Register
15973
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
15974
+ // File already imported_once. Skipping output.
15975
+ // #endregion
15976
+ @include module-register((name: "utils-table-table-layout"));
15977
+
14979
15978
  @mixin kendo-utils--table--table-layout() {
15979
+ @include module-render("utils-table-table-layout") {
14980
15980
 
14981
- // Table layout utility classes
14982
- $kendo-utils-table-layout: k-map-get( $kendo-utils, "table-layout" ) !default;
14983
- @include generate-utils( table, table-layout, $kendo-utils-table-layout );
14984
- @include generate-utils( table-layout, table-layout, $kendo-utils-table-layout );
15981
+ // Table layout utility classes
15982
+ $kendo-utils-table-layout: k-map-get( $kendo-utils, "table-layout" ) !default;
15983
+ @include generate-utils( table, table-layout, $kendo-utils-table-layout );
15984
+ @include generate-utils( table-layout, table-layout, $kendo-utils-table-layout );
14985
15985
 
15986
+ }
14986
15987
  }
14987
15988
 
14988
15989
  // #endregion
@@ -15011,25 +16012,33 @@ $kendo-utils: (
15011
16012
 
15012
16013
  // TODO: consider globally horizontal vs h vs x
15013
16014
 
16015
+ // Register
16016
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
16017
+ // File already imported_once. Skipping output.
16018
+ // #endregion
16019
+ @include module-register((name: "utils-transform-flip"));
16020
+
15014
16021
  @mixin kendo-utils--transform--flip() {
16022
+ @include module-render("utils-transform-flip") {
15015
16023
 
15016
- // Flip utility classes
15017
- $kendo-utils-flip: k-map-get( $kendo-utils, "flip" ) !default;
15018
- @if $kendo-utils-flip {
15019
- .#{$kendo-prefix}flip-h { transform: scaleX( -1 ); }
15020
- .\!#{$kendo-prefix}flip-h { transform: scaleX( -1 ) !important; } // stylelint-disable-line declaration-no-important
15021
- .#{$kendo-prefix}flip-v { transform: scaleY( -1 ); }
15022
- .\!#{$kendo-prefix}flip-v { transform: scaleY( -1 ) !important; } // stylelint-disable-line declaration-no-important
15023
- .#{$kendo-prefix}flip-h.#{$kendo-prefix}flip-v { transform: scale( -1, -1 ); }
15024
- .\!#{$kendo-prefix}flip-h.\!#{$kendo-prefix}flip-v { transform: scale( -1, -1 ) !important; } // stylelint-disable-line declaration-no-important
16024
+ // Flip utility classes
16025
+ $kendo-utils-flip: k-map-get( $kendo-utils, "flip" ) !default;
16026
+ @if $kendo-utils-flip {
16027
+ .#{$kendo-prefix}flip-h { transform: scaleX( -1 ); }
16028
+ .\!#{$kendo-prefix}flip-h { transform: scaleX( -1 ) !important; } // stylelint-disable-line declaration-no-important
16029
+ .#{$kendo-prefix}flip-v { transform: scaleY( -1 ); }
16030
+ .\!#{$kendo-prefix}flip-v { transform: scaleY( -1 ) !important; } // stylelint-disable-line declaration-no-important
16031
+ .#{$kendo-prefix}flip-h.#{$kendo-prefix}flip-v { transform: scale( -1, -1 ); }
16032
+ .\!#{$kendo-prefix}flip-h.\!#{$kendo-prefix}flip-v { transform: scale( -1, -1 ) !important; } // stylelint-disable-line declaration-no-important
15025
16033
 
15026
- // Legacy aliases
15027
- .#{$kendo-prefix}flip-x { @extend .#{$kendo-prefix}flip-h !optional; }
15028
- .\!#{$kendo-prefix}flip-x { @extend .\!#{$kendo-prefix}flip-h !optional; }
15029
- .#{$kendo-prefix}flip-y { @extend .#{$kendo-prefix}flip-v !optional; }
15030
- .\!#{$kendo-prefix}flip-y { @extend .\!#{$kendo-prefix}flip-v !optional; }
15031
- }
16034
+ // Legacy aliases
16035
+ .#{$kendo-prefix}flip-x { @extend .#{$kendo-prefix}flip-h !optional; }
16036
+ .\!#{$kendo-prefix}flip-x { @extend .\!#{$kendo-prefix}flip-h !optional; }
16037
+ .#{$kendo-prefix}flip-y { @extend .#{$kendo-prefix}flip-v !optional; }
16038
+ .\!#{$kendo-prefix}flip-y { @extend .\!#{$kendo-prefix}flip-v !optional; }
16039
+ }
15032
16040
 
16041
+ }
15033
16042
  }
15034
16043
 
15035
16044
  // #endregion
@@ -15088,12 +16097,20 @@ $kendo-utils: (
15088
16097
  /// @group transform-origin
15089
16098
  /// @contextType css
15090
16099
 
16100
+ // Register
16101
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
16102
+ // File already imported_once. Skipping output.
16103
+ // #endregion
16104
+ @include module-register((name: "utils-transform-origin"));
16105
+
15091
16106
  @mixin kendo-utils--transform--origin() {
16107
+ @include module-render("utils-transform-origin") {
15092
16108
 
15093
- // Transform origin utility classes
15094
- $kendo-utils-origin: k-map-get( $kendo-utils, "origin" ) !default;
15095
- @include generate-utils( origin, transform-origin, $kendo-utils-origin );
16109
+ // Transform origin utility classes
16110
+ $kendo-utils-origin: k-map-get( $kendo-utils, "origin" ) !default;
16111
+ @include generate-utils( origin, transform-origin, $kendo-utils-origin );
15096
16112
 
16113
+ }
15097
16114
  }
15098
16115
 
15099
16116
  // #endregion
@@ -15146,6 +16163,12 @@ $kendo-utils: (
15146
16163
  /// @group transform
15147
16164
  /// @contextType css
15148
16165
 
16166
+ // Register
16167
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
16168
+ // File already imported_once. Skipping output.
16169
+ // #endregion
16170
+ @include module-register((name: "utils-transform-rotate"));
16171
+
15149
16172
  // stylelint-disable scss/at-function-pattern
15150
16173
  @function _rotate( $val ) {
15151
16174
  @return rotate( $val );
@@ -15153,11 +16176,13 @@ $kendo-utils: (
15153
16176
  // stylelint-enable scss/at-function-pattern
15154
16177
 
15155
16178
  @mixin kendo-utils--transform--rotate() {
16179
+ @include module-render("utils-transform-rotate") {
15156
16180
 
15157
- // Rotate utility classes
15158
- $kendo-utils-rotate: k-map-get( $kendo-utils, "rotate" ) !default;
15159
- @include generate-utils( rotate, transform, $kendo-utils-rotate, _rotate );
16181
+ // Rotate utility classes
16182
+ $kendo-utils-rotate: k-map-get( $kendo-utils, "rotate" ) !default;
16183
+ @include generate-utils( rotate, transform, $kendo-utils-rotate, _rotate );
15160
16184
 
16185
+ }
15161
16186
  }
15162
16187
 
15163
16188
  // #endregion
@@ -15180,6 +16205,12 @@ $kendo-utils: (
15180
16205
  /// @group transform
15181
16206
  /// @contextType css
15182
16207
 
16208
+ // Register
16209
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
16210
+ // File already imported_once. Skipping output.
16211
+ // #endregion
16212
+ @include module-register((name: "utils-transform-scale"));
16213
+
15183
16214
  // stylelint-disable scss/at-function-pattern
15184
16215
  @function _scale( $val ) {
15185
16216
  @return scale( $val );
@@ -15193,13 +16224,15 @@ $kendo-utils: (
15193
16224
  // stylelint-enable scss/at-function-pattern
15194
16225
 
15195
16226
  @mixin kendo-utils--transform--scale() {
16227
+ @include module-render("utils-transform-scale") {
15196
16228
 
15197
- // Scale utility classes
15198
- $kendo-utils-scale: k-map-get( $kendo-utils, "scale" ) !default;
15199
- @include generate-utils( scale, transform, $kendo-utils-scale, _scale );
15200
- @include generate-utils( scale-x, transform, $kendo-utils-scale, _scale-x );
15201
- @include generate-utils( scale-y, transform, $kendo-utils-scale, _scale-y );
16229
+ // Scale utility classes
16230
+ $kendo-utils-scale: k-map-get( $kendo-utils, "scale" ) !default;
16231
+ @include generate-utils( scale, transform, $kendo-utils-scale, _scale );
16232
+ @include generate-utils( scale-x, transform, $kendo-utils-scale, _scale-x );
16233
+ @include generate-utils( scale-y, transform, $kendo-utils-scale, _scale-y );
15202
16234
 
16235
+ }
15203
16236
  }
15204
16237
 
15205
16238
  // #endregion
@@ -15228,6 +16261,12 @@ $kendo-utils: (
15228
16261
  /// @group skew
15229
16262
  /// @contextType css
15230
16263
 
16264
+ // Register
16265
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
16266
+ // File already imported_once. Skipping output.
16267
+ // #endregion
16268
+ @include module-register((name: "utils-transform-skew"));
16269
+
15231
16270
  // stylelint-disable scss/at-function-pattern
15232
16271
  @function _skew-x( $val ) {
15233
16272
  @return skewX( $val );
@@ -15238,12 +16277,14 @@ $kendo-utils: (
15238
16277
  // stylelint-enable scss/at-function-pattern
15239
16278
 
15240
16279
  @mixin kendo-utils--transform--skew() {
16280
+ @include module-render("utils-transform-skew") {
15241
16281
 
15242
- // Transform skew utility classes
15243
- $kendo-utils-skew: k-map-get( $kendo-utils, "skew" ) !default;
15244
- @include generate-utils( skew-x, transform, $kendo-utils-skew, _skew-x );
15245
- @include generate-utils( skew-y, transform, $kendo-utils-skew, _skew-y );
16282
+ // Transform skew utility classes
16283
+ $kendo-utils-skew: k-map-get( $kendo-utils, "skew" ) !default;
16284
+ @include generate-utils( skew-x, transform, $kendo-utils-skew, _skew-x );
16285
+ @include generate-utils( skew-y, transform, $kendo-utils-skew, _skew-y );
15246
16286
 
16287
+ }
15247
16288
  }
15248
16289
 
15249
16290
  // #endregion
@@ -15302,6 +16343,12 @@ $kendo-utils: (
15302
16343
  /// @group transform
15303
16344
  /// @contextType css
15304
16345
 
16346
+ // Register
16347
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
16348
+ // File already imported_once. Skipping output.
16349
+ // #endregion
16350
+ @include module-register((name: "utils-transform-translate"));
16351
+
15305
16352
  // stylelint-disable scss/at-function-pattern
15306
16353
  @function _translate( $val ) {
15307
16354
  @return translate( $val );
@@ -15315,24 +16362,26 @@ $kendo-utils: (
15315
16362
  // stylelint-enable scss/at-function-pattern
15316
16363
 
15317
16364
  @mixin kendo-utils--transform--translate() {
16365
+ @include module-render("utils-transform-translate") {
15318
16366
 
15319
- // Translate utility classes
15320
- $kendo-utils-translate: k-map-get( $kendo-utils, "translate" ) !default;
15321
- $kendo-utils-translate-xy: (
15322
- "0": ( 0, 0 ),
15323
- "0-50": ( 0, 50% ),
15324
- "0-100": ( 0, 100% ),
15325
- "50-0": ( 50%, 0 ),
15326
- "50-50": ( 50%, 50% ),
15327
- "50-100": ( 50%, 100% ),
15328
- "100-0": ( 100%, 0 ),
15329
- "100-50": ( 100%, 50% ),
15330
- "100-100": ( 100%, 100% )
15331
- ) !default;
15332
- @include generate-utils( translate, transform, $kendo-utils-translate-xy, _translate );
15333
- @include generate-utils( translate-x, transform, $kendo-utils-translate, _translate-x );
15334
- @include generate-utils( translate-y, transform, $kendo-utils-translate, _translate-y );
16367
+ // Translate utility classes
16368
+ $kendo-utils-translate: k-map-get( $kendo-utils, "translate" ) !default;
16369
+ $kendo-utils-translate-xy: (
16370
+ "0": ( 0, 0 ),
16371
+ "0-50": ( 0, 50% ),
16372
+ "0-100": ( 0, 100% ),
16373
+ "50-0": ( 50%, 0 ),
16374
+ "50-50": ( 50%, 50% ),
16375
+ "50-100": ( 50%, 100% ),
16376
+ "100-0": ( 100%, 0 ),
16377
+ "100-50": ( 100%, 50% ),
16378
+ "100-100": ( 100%, 100% )
16379
+ ) !default;
16380
+ @include generate-utils( translate, transform, $kendo-utils-translate-xy, _translate );
16381
+ @include generate-utils( translate-x, transform, $kendo-utils-translate, _translate-x );
16382
+ @include generate-utils( translate-y, transform, $kendo-utils-translate, _translate-y );
15335
16383
 
16384
+ }
15336
16385
  }
15337
16386
 
15338
16387
  // #endregion
@@ -15352,12 +16401,20 @@ $kendo-utils: (
15352
16401
  // #region @import "./_accent-color.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-utils/scss/interactivity/_accent-color.scss
15353
16402
  // TODO: docs
15354
16403
 
16404
+ // Register
16405
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
16406
+ // File already imported_once. Skipping output.
16407
+ // #endregion
16408
+ @include module-register((name: "utils-interactivity-accent-color"));
16409
+
15355
16410
  @mixin kendo-utils--interactivity--accent-color() {
16411
+ @include module-render("utils-interactivity-accent-color") {
15356
16412
 
15357
- // Accent color utility classes
15358
- $kendo-utils-accent-color: k-map-get( $kendo-utils, "accent-color" ) !default;
15359
- @include generate-utils( accent-color, accent-color, $kendo-utils-accent-color );
16413
+ // Accent color utility classes
16414
+ $kendo-utils-accent-color: k-map-get( $kendo-utils, "accent-color" ) !default;
16415
+ @include generate-utils( accent-color, accent-color, $kendo-utils-accent-color );
15360
16416
 
16417
+ }
15361
16418
  }
15362
16419
 
15363
16420
  // #endregion
@@ -15374,24 +16431,40 @@ $kendo-utils: (
15374
16431
  /// @group appearance
15375
16432
  /// @contextType css
15376
16433
 
16434
+ // Register
16435
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
16436
+ // File already imported_once. Skipping output.
16437
+ // #endregion
16438
+ @include module-register((name: "utils-interactivity-appearance"));
16439
+
15377
16440
  @mixin kendo-utils--interactivity--appearance() {
16441
+ @include module-render("utils-interactivity-appearance") {
15378
16442
 
15379
- // Appearance utility classes
15380
- $kendo-utils-appearance: k-map-get( $kendo-utils, "appearance" ) !default;
15381
- @include generate-utils( appearance, appearance, $kendo-utils-appearance );
16443
+ // Appearance utility classes
16444
+ $kendo-utils-appearance: k-map-get( $kendo-utils, "appearance" ) !default;
16445
+ @include generate-utils( appearance, appearance, $kendo-utils-appearance );
15382
16446
 
16447
+ }
15383
16448
  }
15384
16449
 
15385
16450
  // #endregion
15386
16451
  // #region @import "./_caret-color.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-utils/scss/interactivity/_caret-color.scss
15387
16452
  // TODO: docs
15388
16453
 
16454
+ // Register
16455
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
16456
+ // File already imported_once. Skipping output.
16457
+ // #endregion
16458
+ @include module-register((name: "utils-interactivity-caret-color"));
16459
+
15389
16460
  @mixin kendo-utils--interactivity--caret-color() {
16461
+ @include module-render("utils-interactivity-caret-color") {
15390
16462
 
15391
- // Caret color utility classes
15392
- $kendo-utils-caret-color: k-map-get( $kendo-utils, "caret-color" ) !default;
15393
- @include generate-utils( caret, caret-color, $kendo-utils-caret-color );
16463
+ // Caret color utility classes
16464
+ $kendo-utils-caret-color: k-map-get( $kendo-utils, "caret-color" ) !default;
16465
+ @include generate-utils( caret, caret-color, $kendo-utils-caret-color );
15394
16466
 
16467
+ }
15395
16468
  }
15396
16469
 
15397
16470
  // #endregion
@@ -15420,12 +16493,20 @@ $kendo-utils: (
15420
16493
  /// @group cursor
15421
16494
  /// @contextType css
15422
16495
 
16496
+ // Register
16497
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
16498
+ // File already imported_once. Skipping output.
16499
+ // #endregion
16500
+ @include module-register((name: "utils-interactivity-cursor"));
16501
+
15423
16502
  @mixin kendo-utils--interactivity--cursor() {
16503
+ @include module-render("utils-interactivity-cursor") {
15424
16504
 
15425
- // Cursor utility classes
15426
- $kendo-utils-cursor: k-map-get( $kendo-utils, "cursor" ) !default;
15427
- @include generate-utils( cursor, cursor, $kendo-utils-cursor );
16505
+ // Cursor utility classes
16506
+ $kendo-utils-cursor: k-map-get( $kendo-utils, "cursor" ) !default;
16507
+ @include generate-utils( cursor, cursor, $kendo-utils-cursor );
15428
16508
 
16509
+ }
15429
16510
  }
15430
16511
 
15431
16512
  // #endregion
@@ -15442,12 +16523,20 @@ $kendo-utils: (
15442
16523
  /// @group pointer-events
15443
16524
  /// @contextType css
15444
16525
 
16526
+ // Register
16527
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
16528
+ // File already imported_once. Skipping output.
16529
+ // #endregion
16530
+ @include module-register((name: "utils-interactivity-pointer-events"));
16531
+
15445
16532
  @mixin kendo-utils--interactivity--pointer-events() {
16533
+ @include module-render("utils-interactivity-pointer-events") {
15446
16534
 
15447
- // Pointer events utility classes
15448
- $kendo-utils-pointer-events: k-map-get( $kendo-utils, "pointer-events" ) !default;
15449
- @include generate-utils( pointer-events, pointer-events, $kendo-utils-pointer-events );
16535
+ // Pointer events utility classes
16536
+ $kendo-utils-pointer-events: k-map-get( $kendo-utils, "pointer-events" ) !default;
16537
+ @include generate-utils( pointer-events, pointer-events, $kendo-utils-pointer-events );
15450
16538
 
16539
+ }
15451
16540
  }
15452
16541
 
15453
16542
  // #endregion
@@ -15476,12 +16565,20 @@ $kendo-utils: (
15476
16565
  /// @group resize
15477
16566
  /// @contextType css
15478
16567
 
16568
+ // Register
16569
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
16570
+ // File already imported_once. Skipping output.
16571
+ // #endregion
16572
+ @include module-register((name: "utils-interactivity-resize"));
16573
+
15479
16574
  @mixin kendo-utils--interactivity--resize() {
16575
+ @include module-render("utils-interactivity-resize") {
15480
16576
 
15481
- // Resize utility classes
15482
- $kendo-utils-resize: k-map-get( $kendo-utils, "resize" ) !default;
15483
- @include generate-utils( resize, resize, $kendo-utils-resize );
16577
+ // Resize utility classes
16578
+ $kendo-utils-resize: k-map-get( $kendo-utils, "resize" ) !default;
16579
+ @include generate-utils( resize, resize, $kendo-utils-resize );
15484
16580
 
16581
+ }
15485
16582
  }
15486
16583
 
15487
16584
  // #endregion
@@ -15810,55 +16907,61 @@ $kendo-utils: (
15810
16907
  /// @group scroll
15811
16908
  /// @contextType css
15812
16909
 
15813
-
16910
+ // Register
16911
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
16912
+ // File already imported_once. Skipping output.
16913
+ // #endregion
16914
+ @include module-register((name: "utils-interactivity-scroll"));
15814
16915
 
15815
16916
  @mixin kendo-utils--interactivity--scroll() {
16917
+ @include module-render("utils-interactivity-scroll") {
15816
16918
 
15817
- // Scroll behavior utility classes
15818
- $kendo-utils-scroll-behavior: k-map-get( $kendo-utils, "scroll-behavior" ) !default;
15819
- @include generate-utils( scroll, scroll-behavior, $kendo-utils-scroll-behavior );
16919
+ // Scroll behavior utility classes
16920
+ $kendo-utils-scroll-behavior: k-map-get( $kendo-utils, "scroll-behavior" ) !default;
16921
+ @include generate-utils( scroll, scroll-behavior, $kendo-utils-scroll-behavior );
15820
16922
 
15821
16923
 
15822
- // Scroll snap type utility classes
15823
- $kendo-utils-scroll-snap-type: k-map-get( $kendo-utils, "scroll-snap-type" ) !default;
15824
- @include generate-utils( scroll-snap, scroll-snap-type, $kendo-utils-scroll-snap-type );
16924
+ // Scroll snap type utility classes
16925
+ $kendo-utils-scroll-snap-type: k-map-get( $kendo-utils, "scroll-snap-type" ) !default;
16926
+ @include generate-utils( scroll-snap, scroll-snap-type, $kendo-utils-scroll-snap-type );
15825
16927
 
15826
- // Custom scroll snap type utility classes
15827
- .#{$kendo-prefix}scroll-snap-mandatory { #{--#{$kendo-prefix}scroll-snap-strictness}: mandatory; }
15828
- .#{$kendo-prefix}scroll-snap-proximity { #{--#{$kendo-prefix}scroll-snap-strictness}: proximity; }
16928
+ // Custom scroll snap type utility classes
16929
+ .#{$kendo-prefix}scroll-snap-mandatory { #{--#{$kendo-prefix}scroll-snap-strictness}: mandatory; }
16930
+ .#{$kendo-prefix}scroll-snap-proximity { #{--#{$kendo-prefix}scroll-snap-strictness}: proximity; }
15829
16931
 
15830
16932
 
15831
- // Scroll snap stop utility classes
15832
- $kendo-utils-scroll-snap-stop: k-map-get( $kendo-utils, "scroll-snap-stop" ) !default;
15833
- @include generate-utils( scroll-snap-stop, scroll-snap-stop, $kendo-utils-scroll-snap-stop );
16933
+ // Scroll snap stop utility classes
16934
+ $kendo-utils-scroll-snap-stop: k-map-get( $kendo-utils, "scroll-snap-stop" ) !default;
16935
+ @include generate-utils( scroll-snap-stop, scroll-snap-stop, $kendo-utils-scroll-snap-stop );
15834
16936
 
15835
16937
 
15836
- // Scroll snap align utility classes
15837
- $kendo-utils-scroll-snap-align: k-map-get( $kendo-utils, "scroll-snap-align" ) !default;
15838
- @include generate-utils( scroll-snap-align, scroll-snap-align, $kendo-utils-scroll-snap-align );
16938
+ // Scroll snap align utility classes
16939
+ $kendo-utils-scroll-snap-align: k-map-get( $kendo-utils, "scroll-snap-align" ) !default;
16940
+ @include generate-utils( scroll-snap-align, scroll-snap-align, $kendo-utils-scroll-snap-align );
15839
16941
 
15840
16942
 
15841
- // Scroll margin utility classes
15842
- $kendo-utils-scroll-margin: k-map-get( $kendo-utils, "scroll-margin" ) !default;
15843
- @include generate-utils( scroll-m, scroll-margin, $kendo-utils-scroll-margin );
15844
- @include generate-utils( scroll-mt, scroll-margin-top, $kendo-utils-scroll-margin );
15845
- @include generate-utils( scroll-mr, scroll-margin-right, $kendo-utils-scroll-margin );
15846
- @include generate-utils( scroll-mb, scroll-margin-bottom, $kendo-utils-scroll-margin );
15847
- @include generate-utils( scroll-ml, scroll-margin-left, $kendo-utils-scroll-margin );
15848
- @include generate-utils( scroll-mx, scroll-margin-inline, $kendo-utils-scroll-margin );
15849
- @include generate-utils( scroll-my, scroll-margin-block, $kendo-utils-scroll-margin );
16943
+ // Scroll margin utility classes
16944
+ $kendo-utils-scroll-margin: k-map-get( $kendo-utils, "scroll-margin" ) !default;
16945
+ @include generate-utils( scroll-m, scroll-margin, $kendo-utils-scroll-margin );
16946
+ @include generate-utils( scroll-mt, scroll-margin-top, $kendo-utils-scroll-margin );
16947
+ @include generate-utils( scroll-mr, scroll-margin-right, $kendo-utils-scroll-margin );
16948
+ @include generate-utils( scroll-mb, scroll-margin-bottom, $kendo-utils-scroll-margin );
16949
+ @include generate-utils( scroll-ml, scroll-margin-left, $kendo-utils-scroll-margin );
16950
+ @include generate-utils( scroll-mx, scroll-margin-inline, $kendo-utils-scroll-margin );
16951
+ @include generate-utils( scroll-my, scroll-margin-block, $kendo-utils-scroll-margin );
15850
16952
 
15851
16953
 
15852
- // Scroll padding utility classes
15853
- $kendo-utils-scroll-padding: k-map-get( $kendo-utils, "scroll-padding" ) !default;
15854
- @include generate-utils( scroll-p, scroll-padding, $kendo-utils-scroll-padding );
15855
- @include generate-utils( scroll-pt, scroll-padding-top, $kendo-utils-scroll-padding );
15856
- @include generate-utils( scroll-pr, scroll-padding-right, $kendo-utils-scroll-padding );
15857
- @include generate-utils( scroll-pb, scroll-padding-bottom, $kendo-utils-scroll-padding );
15858
- @include generate-utils( scroll-pl, scroll-padding-left, $kendo-utils-scroll-padding );
15859
- @include generate-utils( scroll-px, scroll-padding-inline, $kendo-utils-scroll-padding );
15860
- @include generate-utils( scroll-py, scroll-padding-block, $kendo-utils-scroll-padding );
16954
+ // Scroll padding utility classes
16955
+ $kendo-utils-scroll-padding: k-map-get( $kendo-utils, "scroll-padding" ) !default;
16956
+ @include generate-utils( scroll-p, scroll-padding, $kendo-utils-scroll-padding );
16957
+ @include generate-utils( scroll-pt, scroll-padding-top, $kendo-utils-scroll-padding );
16958
+ @include generate-utils( scroll-pr, scroll-padding-right, $kendo-utils-scroll-padding );
16959
+ @include generate-utils( scroll-pb, scroll-padding-bottom, $kendo-utils-scroll-padding );
16960
+ @include generate-utils( scroll-pl, scroll-padding-left, $kendo-utils-scroll-padding );
16961
+ @include generate-utils( scroll-px, scroll-padding-inline, $kendo-utils-scroll-padding );
16962
+ @include generate-utils( scroll-py, scroll-padding-block, $kendo-utils-scroll-padding );
15861
16963
 
16964
+ }
15862
16965
  }
15863
16966
 
15864
16967
  // #endregion
@@ -15923,12 +17026,20 @@ $kendo-utils: (
15923
17026
  /// @group touch-action
15924
17027
  /// @contextType css
15925
17028
 
17029
+ // Register
17030
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
17031
+ // File already imported_once. Skipping output.
17032
+ // #endregion
17033
+ @include module-register((name: "utils-interactivity-touch-action"));
17034
+
15926
17035
  @mixin kendo-utils--interactivity--touch-action() {
17036
+ @include module-render("utils-interactivity-touch-action") {
15927
17037
 
15928
- // Touch-action utility classes
15929
- $kendo-utils-touch-action: k-map-get( $kendo-utils, "touch-action" ) !default;
15930
- @include generate-utils( touch-action, touch-action, $kendo-utils-touch-action );
17038
+ // Touch-action utility classes
17039
+ $kendo-utils-touch-action: k-map-get( $kendo-utils, "touch-action" ) !default;
17040
+ @include generate-utils( touch-action, touch-action, $kendo-utils-touch-action );
15931
17041
 
17042
+ }
15932
17043
  }
15933
17044
 
15934
17045
  // #endregion
@@ -15963,24 +17074,40 @@ $kendo-utils: (
15963
17074
  /// @group user-select
15964
17075
  /// @contextType css
15965
17076
 
17077
+ // Register
17078
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
17079
+ // File already imported_once. Skipping output.
17080
+ // #endregion
17081
+ @include module-register((name: "utils-interactivity-user-select"));
17082
+
15966
17083
  @mixin kendo-utils--interactivity--user-select() {
17084
+ @include module-render("utils-interactivity-user-select") {
15967
17085
 
15968
- // User select utility classes
15969
- $kendo-utils-user-select: k-map-get( $kendo-utils, "user-select" ) !default;
15970
- @include generate-utils( user-select, user-select, $kendo-utils-user-select );
17086
+ // User select utility classes
17087
+ $kendo-utils-user-select: k-map-get( $kendo-utils, "user-select" ) !default;
17088
+ @include generate-utils( user-select, user-select, $kendo-utils-user-select );
15971
17089
 
17090
+ }
15972
17091
  }
15973
17092
 
15974
17093
  // #endregion
15975
17094
  // #region @import "./_will-change.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-utils/scss/interactivity/_will-change.scss
15976
17095
  // TODO: docs
15977
17096
 
17097
+ // Register
17098
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
17099
+ // File already imported_once. Skipping output.
17100
+ // #endregion
17101
+ @include module-register((name: "utils-interactivity-will-change"));
17102
+
15978
17103
  @mixin kendo-utils--interactivity--will-change() {
17104
+ @include module-render("utils-interactivity-will-change") {
15979
17105
 
15980
- // Will change utility classes
15981
- $kendo-utils-will-change: k-map-get( $kendo-utils, "will-change" ) !default;
15982
- @include generate-utils( will-change, will-change, $kendo-utils-will-change );
17106
+ // Will change utility classes
17107
+ $kendo-utils-will-change: k-map-get( $kendo-utils, "will-change" ) !default;
17108
+ @include generate-utils( will-change, will-change, $kendo-utils-will-change );
15983
17109
 
17110
+ }
15984
17111
  }
15985
17112
 
15986
17113
  // #endregion
@@ -16038,12 +17165,20 @@ $kendo-utils: (
16038
17165
  /// @group fill
16039
17166
  /// @contextType css
16040
17167
 
17168
+ // Register
17169
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
17170
+ // File already imported_once. Skipping output.
17171
+ // #endregion
17172
+ @include module-register((name: "utils-svg-fill"));
17173
+
16041
17174
  @mixin kendo-utils--svg--fill() {
17175
+ @include module-render("utils-svg-fill") {
16042
17176
 
16043
- // fill utility classes
16044
- $kendo-utils-fill: k-map-get( $kendo-utils, "fill-stroke" ) !default;
16045
- @include generate-utils( fill, fill, $kendo-utils-fill );
17177
+ // fill utility classes
17178
+ $kendo-utils-fill: k-map-get( $kendo-utils, "fill-stroke" ) !default;
17179
+ @include generate-utils( fill, fill, $kendo-utils-fill );
16046
17180
 
17181
+ }
16047
17182
  }
16048
17183
 
16049
17184
  // #endregion
@@ -16084,12 +17219,20 @@ $kendo-utils: (
16084
17219
  /// @group stroke
16085
17220
  /// @contextType css
16086
17221
 
17222
+ // Register
17223
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
17224
+ // File already imported_once. Skipping output.
17225
+ // #endregion
17226
+ @include module-register((name: "utils-svg-stroke"));
17227
+
16087
17228
  @mixin kendo-utils--svg--stroke() {
17229
+ @include module-render("utils-svg-stroke") {
16088
17230
 
16089
- // stroke utility classes
16090
- $kendo-utils-stroke: k-map-get( $kendo-utils, "fill-stroke" ) !default;
16091
- @include generate-utils( stroke, stroke, $kendo-utils-stroke );
17231
+ // stroke utility classes
17232
+ $kendo-utils-stroke: k-map-get( $kendo-utils, "fill-stroke" ) !default;
17233
+ @include generate-utils( stroke, stroke, $kendo-utils-stroke );
16092
17234
 
17235
+ }
16093
17236
  }
16094
17237
 
16095
17238
  // #endregion
@@ -16106,8 +17249,16 @@ $kendo-utils: (
16106
17249
  // File already imported_once. Skipping output.
16107
17250
  // #endregion
16108
17251
 
17252
+ // Register
17253
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
17254
+ // File already imported_once. Skipping output.
17255
+ // #endregion
17256
+ @include module-register((name: "utils-elevation"));
17257
+
16109
17258
  @mixin kendo-utils--elevation {
16110
- @include generate-utils(elevation, box-shadow, $kendo-elevation, $css-var: "elevation");
17259
+ @include module-render("utils-elevation") {
17260
+ @include generate-utils(elevation, box-shadow, $kendo-elevation, $css-var: "elevation");
17261
+ }
16111
17262
  }
16112
17263
 
16113
17264
  // #endregion
@@ -16117,6 +17268,7 @@ $kendo-utils: (
16117
17268
  @mixin kendo-utils() {
16118
17269
  @include kendo-utils--accessibility();
16119
17270
  @include kendo-utils--layout();
17271
+ @include kendo-utils--responsive-layout();
16120
17272
  @include kendo-utils--flex-grid();
16121
17273
  @include kendo-utils--spacing();
16122
17274
  @include kendo-utils--sizing();
@@ -16131,31 +17283,18 @@ $kendo-utils: (
16131
17283
  @include kendo-utils--svg();
16132
17284
 
16133
17285
  @include kendo-utils--elevation();
16134
- }
16135
-
16136
- // #endregion
16137
17286
 
16138
-
16139
- // Register
16140
- // #region @import "../core/module-system/index.import.scss"; -> scss/core/module-system/index.import.scss
16141
- // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
16142
- // File already imported_once. Skipping output.
16143
- // #endregion
16144
-
16145
- // #endregion
16146
- @include module-register( $_kendo-module-meta... );
16147
-
16148
-
16149
- // Expose
16150
- @mixin kendo-utils--styles() {
16151
- @include module-render( "utils" ) {
16152
- @include kendo-utils();
17287
+ // Responsive utils
17288
+ @each $key, $val in $kendo-breakpoints {
17289
+ @include kendo-breakpoint-up($key) {
17290
+ @include kendo-utils--layout--responsive($key);
17291
+ @include kendo-utils--flex-grid--responsive($key);
17292
+ @include kendo-utils--spacing--responsive($key);
17293
+ }
16153
17294
  }
16154
17295
  }
16155
17296
 
16156
- @if $kendo-auto-bootstrap {
16157
- @include kendo-utils--styles();
16158
- }
17297
+ // #endregion
16159
17298
 
16160
17299
  // #endregion
16161
17300
 
@@ -16688,7 +17827,10 @@ $kendo-display: (
16688
17827
 
16689
17828
  // Register
16690
17829
  // #region @import "../core/module-system/index.import.scss"; -> scss/core/module-system/index.import.scss
17830
+ // #region @import "@progress/kendo-theme-core/scss/module-system/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/index.import.scss
16691
17831
  // File already imported_once. Skipping output.
17832
+ // #endregion
17833
+
16692
17834
  // #endregion
16693
17835
  @include module-register( $_kendo-module-meta... );
16694
17836
 
@@ -16698,6 +17840,8 @@ $kendo-display: (
16698
17840
  @include module-render( "typography" ) {
16699
17841
  @include kendo-typography--layout();
16700
17842
  @include kendo-typography--theme();
17843
+ @include kendo-utils--spacing--margin();
17844
+ @include kendo-utils--typography();
16701
17845
  }
16702
17846
  }
16703
17847
 
@@ -16706,9 +17850,6 @@ $kendo-display: (
16706
17850
  }
16707
17851
 
16708
17852
  // #endregion
16709
- // #region @import "./utils/_index.scss"; -> scss/utils/_index.scss
16710
- // File already imported_once. Skipping output.
16711
- // #endregion
16712
17853
 
16713
17854
 
16714
17855
  // Generic content
@@ -16978,6 +18119,9 @@ $ki-rotate-map: (
16978
18119
  @include module-render( "icon" ) {
16979
18120
  @include kendo-icon--layout();
16980
18121
  @include kendo-icon--theme();
18122
+ @include kendo-utils--transform--rotate();
18123
+ @include kendo-utils--transform--flip();
18124
+ @include kendo-utils--typography--text-color();
16981
18125
  }
16982
18126
  }
16983
18127
 
@@ -16990,9 +18134,6 @@ $ki-rotate-map: (
16990
18134
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
16991
18135
  // File already imported_once. Skipping output.
16992
18136
  // #endregion
16993
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
16994
- // File already imported_once. Skipping output.
16995
- // #endregion
16996
18137
 
16997
18138
 
16998
18139
  // Module meta
@@ -17132,9 +18273,6 @@ $kendo-message-box-link-text-decoration: underline !default;
17132
18273
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
17133
18274
  // File already imported_once. Skipping output.
17134
18275
  // #endregion
17135
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
17136
- // File already imported_once. Skipping output.
17137
- // #endregion
17138
18276
 
17139
18277
 
17140
18278
  // Module meta
@@ -17373,9 +18511,6 @@ $kendo-drop-hint-bg: $kendo-color-primary !default;
17373
18511
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
17374
18512
  // File already imported_once. Skipping output.
17375
18513
  // #endregion
17376
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
17377
- // File already imported_once. Skipping output.
17378
- // #endregion
17379
18514
 
17380
18515
 
17381
18516
  // Module meta
@@ -17393,9 +18528,6 @@ $_kendo-module-meta: (
17393
18528
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
17394
18529
  // File already imported_once. Skipping output.
17395
18530
  // #endregion
17396
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
17397
- // File already imported_once. Skipping output.
17398
- // #endregion
17399
18531
 
17400
18532
 
17401
18533
  // Module meta
@@ -18672,9 +19804,6 @@ $kendo-checkbox-ripple-opacity: .2 !default;
18672
19804
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
18673
19805
  // File already imported_once. Skipping output.
18674
19806
  // #endregion
18675
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
18676
- // File already imported_once. Skipping output.
18677
- // #endregion
18678
19807
 
18679
19808
 
18680
19809
  // Module meta
@@ -18967,9 +20096,6 @@ $kendo-listgroup-item-border-width: 1px !default;
18967
20096
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
18968
20097
  // File already imported_once. Skipping output.
18969
20098
  // #endregion
18970
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
18971
- // File already imported_once. Skipping output.
18972
- // #endregion
18973
20099
 
18974
20100
 
18975
20101
  // Module meta
@@ -19077,9 +20203,6 @@ $kendo-overlay-opacity: .32 !default;
19077
20203
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
19078
20204
  // File already imported_once. Skipping output.
19079
20205
  // #endregion
19080
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
19081
- // File already imported_once. Skipping output.
19082
- // #endregion
19083
20206
 
19084
20207
 
19085
20208
  // Module meta
@@ -19285,9 +20408,6 @@ $kendo-popup-shadow: $box-shadow-depth-4 !default;
19285
20408
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
19286
20409
  // File already imported_once. Skipping output.
19287
20410
  // #endregion
19288
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
19289
- // File already imported_once. Skipping output.
19290
- // #endregion
19291
20411
 
19292
20412
 
19293
20413
  // Module meta
@@ -19419,10 +20539,6 @@ $_kendo-module-meta: (
19419
20539
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
19420
20540
  // File already imported_once. Skipping output.
19421
20541
  // #endregion
19422
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
19423
- // File already imported_once. Skipping output.
19424
- // #endregion
19425
-
19426
20542
 
19427
20543
  // Module meta
19428
20544
  $_kendo-module-meta: (
@@ -20089,9 +21205,6 @@ $kendo-table-selected-border: null !default;
20089
21205
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
20090
21206
  // File already imported_once. Skipping output.
20091
21207
  // #endregion
20092
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
20093
- // File already imported_once. Skipping output.
20094
- // #endregion
20095
21208
 
20096
21209
 
20097
21210
  // Module meta
@@ -20211,10 +21324,6 @@ $_kendo-module-meta: (
20211
21324
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
20212
21325
  // File already imported_once. Skipping output.
20213
21326
  // #endregion
20214
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
20215
- // File already imported_once. Skipping output.
20216
- // #endregion
20217
-
20218
21327
 
20219
21328
  // Module meta
20220
21329
  $_kendo-module-meta: (
@@ -20414,10 +21523,6 @@ $kendo-avatar-theme-colors: $kendo-theme-colors !default;
20414
21523
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
20415
21524
  // File already imported_once. Skipping output.
20416
21525
  // #endregion
20417
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
20418
- // File already imported_once. Skipping output.
20419
- // #endregion
20420
-
20421
21526
 
20422
21527
  // Module meta
20423
21528
  $_kendo-module-meta: (
@@ -21663,6 +22768,7 @@ $kendo-chip-list-sizes: (
21663
22768
  @include module-render( "chip" ) {
21664
22769
  @include kendo-chip--layout();
21665
22770
  @include kendo-chip--theme();
22771
+ @include kendo-utils--typography--text-overflow();
21666
22772
  }
21667
22773
  }
21668
22774
 
@@ -21675,9 +22781,6 @@ $kendo-chip-list-sizes: (
21675
22781
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
21676
22782
  // File already imported_once. Skipping output.
21677
22783
  // #endregion
21678
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
21679
- // File already imported_once. Skipping output.
21680
- // #endregion
21681
22784
 
21682
22785
 
21683
22786
  // Module meta
@@ -22669,6 +23772,7 @@ $kendo-zindex-loading: 100 !default;
22669
23772
  @include module-render( "loader" ) {
22670
23773
  @include kendo-loader--layout();
22671
23774
  @include kendo-loader--theme();
23775
+ @include kendo-utils--typography--text-color();
22672
23776
  }
22673
23777
  }
22674
23778
 
@@ -22682,9 +23786,6 @@ $kendo-zindex-loading: 100 !default;
22682
23786
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
22683
23787
  // File already imported_once. Skipping output.
22684
23788
  // #endregion
22685
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
22686
- // File already imported_once. Skipping output.
22687
- // #endregion
22688
23789
 
22689
23790
 
22690
23791
  // Module meta
@@ -23051,9 +24152,6 @@ $_kendo-module-meta: (
23051
24152
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
23052
24153
  // File already imported_once. Skipping output.
23053
24154
  // #endregion
23054
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
23055
- // File already imported_once. Skipping output.
23056
- // #endregion
23057
24155
 
23058
24156
 
23059
24157
  // Module meta
@@ -24028,9 +25126,6 @@ $_kendo-module-meta: (
24028
25126
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
24029
25127
  // File already imported_once. Skipping output.
24030
25128
  // #endregion
24031
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
24032
- // File already imported_once. Skipping output.
24033
- // #endregion
24034
25129
 
24035
25130
 
24036
25131
  // Module meta
@@ -25424,6 +26519,8 @@ $kendo-toolbar-sizes: (
25424
26519
  @include module-render( "toolbar" ) {
25425
26520
  @include kendo-toolbar--layout();
25426
26521
  @include kendo-toolbar--theme();
26522
+ @include kendo-utils--layout--overflow();
26523
+ @include kendo-utils--typography--vertical-align();
25427
26524
  }
25428
26525
  }
25429
26526
 
@@ -25634,6 +26731,7 @@ $kendo-actions-gradient: null !default;
25634
26731
  @include module-render( "actions" ) {
25635
26732
  @include kendo-actions--layout();
25636
26733
  @include kendo-actions--theme();
26734
+ @include kendo-utils--flex-grid--justify-content();
25637
26735
  }
25638
26736
  }
25639
26737
 
@@ -26945,6 +28043,10 @@ $kendo-form-sizes: (
26945
28043
  @include module-render( "form" ) {
26946
28044
  @include kendo-form--layout();
26947
28045
  @include kendo-form--theme();
28046
+ @include kendo-utils--layout--display();
28047
+ @include kendo-utils--flex-grid--gap();
28048
+ @include kendo-utils--flex-grid--grid-template-columns();
28049
+ @include kendo-utils--flex-grid--grid-column-start-end();
26948
28050
  }
26949
28051
  }
26950
28052
 
@@ -26957,9 +28059,6 @@ $kendo-form-sizes: (
26957
28059
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
26958
28060
  // File already imported_once. Skipping output.
26959
28061
  // #endregion
26960
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
26961
- // File already imported_once. Skipping output.
26962
- // #endregion
26963
28062
 
26964
28063
 
26965
28064
  // Module meta
@@ -27195,6 +28294,7 @@ $_kendo-module-meta: (
27195
28294
  @include module-render( "tooltip" ) {
27196
28295
  @include kendo-tooltip--layout();
27197
28296
  @include kendo-tooltip--theme();
28297
+ @include kendo-utils--typography--text-color();
27198
28298
  }
27199
28299
  }
27200
28300
 
@@ -27299,9 +28399,6 @@ $_kendo-module-meta: (
27299
28399
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
27300
28400
  // File already imported_once. Skipping output.
27301
28401
  // #endregion
27302
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
27303
- // File already imported_once. Skipping output.
27304
- // #endregion
27305
28402
 
27306
28403
 
27307
28404
  // Module meta
@@ -27318,9 +28415,6 @@ $_kendo-module-meta: (
27318
28415
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
27319
28416
  // File already imported_once. Skipping output.
27320
28417
  // #endregion
27321
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
27322
- // File already imported_once. Skipping output.
27323
- // #endregion
27324
28418
 
27325
28419
 
27326
28420
  // Module meta
@@ -28811,9 +29905,6 @@ $kendo-floating-label-focus-text: $kendo-color-primary !default;
28811
29905
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
28812
29906
  // File already imported_once. Skipping output.
28813
29907
  // #endregion
28814
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
28815
- // File already imported_once. Skipping output.
28816
- // #endregion
28817
29908
 
28818
29909
 
28819
29910
  // Module meta
@@ -28972,9 +30063,6 @@ $kendo-split-button-lg-arrow-padding-y: $kendo-button-lg-padding-y !default;
28972
30063
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
28973
30064
  // File already imported_once. Skipping output.
28974
30065
  // #endregion
28975
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
28976
- // File already imported_once. Skipping output.
28977
- // #endregion
28978
30066
 
28979
30067
 
28980
30068
  // Module meta
@@ -29102,10 +30190,6 @@ $kendo-menu-button-arrow-padding-x: k-spacing(1) !default;
29102
30190
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
29103
30191
  // File already imported_once. Skipping output.
29104
30192
  // #endregion
29105
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
29106
- // File already imported_once. Skipping output.
29107
- // #endregion
29108
-
29109
30193
 
29110
30194
  // Module meta
29111
30195
  $_kendo-module-meta: (
@@ -29205,7 +30289,6 @@ $_kendo-module-meta: (
29205
30289
  // File already imported_once. Skipping output.
29206
30290
  // #endregion
29207
30291
 
29208
-
29209
30292
  // Module meta
29210
30293
  $_kendo-module-meta: (
29211
30294
  name: "textarea",
@@ -29290,6 +30373,12 @@ $_kendo-module-meta: (
29290
30373
  @include module-render( "textarea" ) {
29291
30374
  @include kendo-textarea--layout();
29292
30375
  @include kendo-textarea--theme();
30376
+ @include kendo-utils--flex-grid--align-items();
30377
+ @include kendo-utils--flex-grid--flex-direction();
30378
+ @include kendo-utils--flex-grid--flex();
30379
+ @include kendo-utils--flex-grid--flex-wrap();
30380
+ @include kendo-utils--layout--overflow();
30381
+ @include kendo-utils--interactivity--resize();
29293
30382
  }
29294
30383
  }
29295
30384
 
@@ -29305,9 +30394,6 @@ $_kendo-module-meta: (
29305
30394
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
29306
30395
  // File already imported_once. Skipping output.
29307
30396
  // #endregion
29308
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
29309
- // File already imported_once. Skipping output.
29310
- // #endregion
29311
30397
 
29312
30398
 
29313
30399
  // Module meta
@@ -29558,9 +30644,6 @@ $kendo-listbox-drop-hint-border-width: 2px !default;
29558
30644
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
29559
30645
  // File already imported_once. Skipping output.
29560
30646
  // #endregion
29561
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
29562
- // File already imported_once. Skipping output.
29563
- // #endregion
29564
30647
 
29565
30648
 
29566
30649
  // Module meta
@@ -30129,9 +31212,6 @@ $kendo-circular-progressbar-scale-stroke: $kendo-progressbar-bg !default;
30129
31212
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
30130
31213
  // File already imported_once. Skipping output.
30131
31214
  // #endregion
30132
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
30133
- // File already imported_once. Skipping output.
30134
- // #endregion
30135
31215
 
30136
31216
 
30137
31217
  // Module meta
@@ -30716,9 +31796,6 @@ $kendo-radio-ripple-opacity: .2 !default;
30716
31796
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
30717
31797
  // File already imported_once. Skipping output.
30718
31798
  // #endregion
30719
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
30720
- // File already imported_once. Skipping output.
30721
- // #endregion
30722
31799
 
30723
31800
 
30724
31801
  // Module meta
@@ -32694,6 +33771,9 @@ $kendo-calendar-sizes: (
32694
33771
  @include module-render( "calendar" ) {
32695
33772
  @include kendo-calendar--layout();
32696
33773
  @include kendo-calendar--theme();
33774
+ @include kendo-utils--flex-grid--align-items();
33775
+ @include kendo-utils--flex-grid--justify-content();
33776
+ @include kendo-utils--interactivity--pointer-events();
32697
33777
  }
32698
33778
  }
32699
33779
 
@@ -32706,9 +33786,6 @@ $kendo-calendar-sizes: (
32706
33786
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
32707
33787
  // File already imported_once. Skipping output.
32708
33788
  // #endregion
32709
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
32710
- // File already imported_once. Skipping output.
32711
- // #endregion
32712
33789
 
32713
33790
 
32714
33791
  // Module meta
@@ -33216,10 +34293,6 @@ $kendo-time-selector-sizes: (
33216
34293
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
33217
34294
  // File already imported_once. Skipping output.
33218
34295
  // #endregion
33219
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
33220
- // File already imported_once. Skipping output.
33221
- // #endregion
33222
-
33223
34296
 
33224
34297
  // Module meta
33225
34298
  $_kendo-module-meta: (
@@ -33536,6 +34609,8 @@ $kendo-captcha-validation-message-font-style: italic !default;
33536
34609
  @include module-render( "captcha" ) {
33537
34610
  @include kendo-captcha--layout();
33538
34611
  @include kendo-captcha--theme();
34612
+ @include kendo-utils--typography--text-color();
34613
+ @include kendo-utils--layout--position();
33539
34614
  }
33540
34615
  }
33541
34616
 
@@ -33548,9 +34623,6 @@ $kendo-captcha-validation-message-font-style: italic !default;
33548
34623
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
33549
34624
  // File already imported_once. Skipping output.
33550
34625
  // #endregion
33551
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
33552
- // File already imported_once. Skipping output.
33553
- // #endregion
33554
34626
 
33555
34627
 
33556
34628
  // Module meta
@@ -33770,9 +34842,6 @@ $_kendo-module-meta: (
33770
34842
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
33771
34843
  // File already imported_once. Skipping output.
33772
34844
  // #endregion
33773
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
33774
- // File already imported_once. Skipping output.
33775
- // #endregion
33776
34845
 
33777
34846
 
33778
34847
  // Module meta
@@ -34339,6 +35408,9 @@ $kendo-color-gradient-contrast-spacer: k-spacing(2) !default;
34339
35408
  @include module-render( "color-gradient" ) {
34340
35409
  @include kendo-color-gradient--layout();
34341
35410
  @include kendo-color-gradient--theme();
35411
+ @include kendo-utils--flex-grid--flex();
35412
+ @include kendo-utils--flex-grid--align-self();
35413
+ @include kendo-utils--typography--text-color();
34342
35414
  }
34343
35415
  }
34344
35416
 
@@ -34351,9 +35423,6 @@ $kendo-color-gradient-contrast-spacer: k-spacing(2) !default;
34351
35423
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
34352
35424
  // File already imported_once. Skipping output.
34353
35425
  // #endregion
34354
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
34355
- // File already imported_once. Skipping output.
34356
- // #endregion
34357
35426
 
34358
35427
 
34359
35428
  // Module meta
@@ -34631,9 +35700,6 @@ $kendo-color-editor-color-gradient-focus-outline-offset: 2px !default;
34631
35700
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
34632
35701
  // File already imported_once. Skipping output.
34633
35702
  // #endregion
34634
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
34635
- // File already imported_once. Skipping output.
34636
- // #endregion
34637
35703
 
34638
35704
 
34639
35705
  // Module meta
@@ -34748,9 +35814,6 @@ $_kendo-module-meta: (
34748
35814
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
34749
35815
  // File already imported_once. Skipping output.
34750
35816
  // #endregion
34751
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
34752
- // File already imported_once. Skipping output.
34753
- // #endregion
34754
35817
 
34755
35818
 
34756
35819
  // Module meta
@@ -34858,9 +35921,6 @@ $_kendo-module-meta: (
34858
35921
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
34859
35922
  // File already imported_once. Skipping output.
34860
35923
  // #endregion
34861
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
34862
- // File already imported_once. Skipping output.
34863
- // #endregion
34864
35924
 
34865
35925
 
34866
35926
  // Module meta
@@ -34954,9 +36014,6 @@ $_kendo-module-meta: (
34954
36014
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
34955
36015
  // File already imported_once. Skipping output.
34956
36016
  // #endregion
34957
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
34958
- // File already imported_once. Skipping output.
34959
- // #endregion
34960
36017
 
34961
36018
 
34962
36019
  // Module meta
@@ -35057,9 +36114,6 @@ $_kendo-module-meta: (
35057
36114
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
35058
36115
  // File already imported_once. Skipping output.
35059
36116
  // #endregion
35060
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
35061
- // File already imported_once. Skipping output.
35062
- // #endregion
35063
36117
 
35064
36118
 
35065
36119
  // Module meta
@@ -35174,9 +36228,6 @@ $_kendo-module-meta: (
35174
36228
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
35175
36229
  // File already imported_once. Skipping output.
35176
36230
  // #endregion
35177
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
35178
- // File already imported_once. Skipping output.
35179
- // #endregion
35180
36231
 
35181
36232
 
35182
36233
  // Module meta
@@ -35341,9 +36392,6 @@ $kendo-datetime-width: calc( calc( #{$kendo-calendar-cell-size} * 8 ) + calc( #{
35341
36392
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
35342
36393
  // File already imported_once. Skipping output.
35343
36394
  // #endregion
35344
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
35345
- // File already imported_once. Skipping output.
35346
- // #endregion
35347
36395
 
35348
36396
 
35349
36397
  // Module meta
@@ -35462,9 +36510,6 @@ $_kendo-module-meta: (
35462
36510
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
35463
36511
  // File already imported_once. Skipping output.
35464
36512
  // #endregion
35465
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
35466
- // File already imported_once. Skipping output.
35467
- // #endregion
35468
36513
 
35469
36514
 
35470
36515
  // Module meta
@@ -35609,9 +36654,6 @@ $kendo-daterange-picker-input-width: 10em !default;
35609
36654
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
35610
36655
  // File already imported_once. Skipping output.
35611
36656
  // #endregion
35612
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
35613
- // File already imported_once. Skipping output.
35614
- // #endregion
35615
36657
 
35616
36658
 
35617
36659
  // Module meta
@@ -35728,9 +36770,6 @@ $_kendo-module-meta: (
35728
36770
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
35729
36771
  // File already imported_once. Skipping output.
35730
36772
  // #endregion
35731
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
35732
- // File already imported_once. Skipping output.
35733
- // #endregion
35734
36773
 
35735
36774
 
35736
36775
  // Module meta
@@ -35898,9 +36937,6 @@ $_kendo-module-meta: (
35898
36937
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
35899
36938
  // File already imported_once. Skipping output.
35900
36939
  // #endregion
35901
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
35902
- // File already imported_once. Skipping output.
35903
- // #endregion
35904
36940
 
35905
36941
 
35906
36942
  // Module meta
@@ -36016,9 +37052,6 @@ $_kendo-module-meta: (
36016
37052
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
36017
37053
  // File already imported_once. Skipping output.
36018
37054
  // #endregion
36019
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
36020
- // File already imported_once. Skipping output.
36021
- // #endregion
36022
37055
 
36023
37056
 
36024
37057
  // Module meta
@@ -36707,6 +37740,7 @@ $kendo-dropdowntree-popup-padding-y: k-spacing(2) !default;
36707
37740
  @include module-render( "dropdown-tree" ) {
36708
37741
  @include kendo-dropdown-tree--layout();
36709
37742
  @include kendo-dropdown-tree--theme();
37743
+ @include kendo-utils--typography--text-align();
36710
37744
  }
36711
37745
  }
36712
37746
 
@@ -36719,9 +37753,6 @@ $kendo-dropdowntree-popup-padding-y: k-spacing(2) !default;
36719
37753
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
36720
37754
  // File already imported_once. Skipping output.
36721
37755
  // #endregion
36722
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
36723
- // File already imported_once. Skipping output.
36724
- // #endregion
36725
37756
 
36726
37757
 
36727
37758
  // Module meta
@@ -36827,9 +37858,6 @@ $_kendo-module-meta: (
36827
37858
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
36828
37859
  // File already imported_once. Skipping output.
36829
37860
  // #endregion
36830
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
36831
- // File already imported_once. Skipping output.
36832
- // #endregion
36833
37861
 
36834
37862
 
36835
37863
  // Module meta
@@ -37091,9 +38119,6 @@ $kendo-rating-icon-focus-selected-shadow: 0 2px 4px rgba( black, .1) !default;
37091
38119
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
37092
38120
  // File already imported_once. Skipping output.
37093
38121
  // #endregion
37094
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
37095
- // File already imported_once. Skipping output.
37096
- // #endregion
37097
38122
 
37098
38123
 
37099
38124
  // Module meta
@@ -37194,9 +38219,6 @@ $_kendo-module-meta: (
37194
38219
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
37195
38220
  // File already imported_once. Skipping output.
37196
38221
  // #endregion
37197
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
37198
- // File already imported_once. Skipping output.
37199
- // #endregion
37200
38222
 
37201
38223
 
37202
38224
  // Module meta
@@ -37841,9 +38863,6 @@ $kendo-switch-on-thumb-hover-gradient: null !default;
37841
38863
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
37842
38864
  // File already imported_once. Skipping output.
37843
38865
  // #endregion
37844
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
37845
- // File already imported_once. Skipping output.
37846
- // #endregion
37847
38866
 
37848
38867
 
37849
38868
  // Module meta
@@ -37872,9 +38891,6 @@ $_kendo-module-meta: (
37872
38891
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
37873
38892
  // File already imported_once. Skipping output.
37874
38893
  // #endregion
37875
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
37876
- // File already imported_once. Skipping output.
37877
- // #endregion
37878
38894
 
37879
38895
 
37880
38896
  // Module meta
@@ -38615,9 +39631,6 @@ $kendo-upload-focus-shadow: 0 0 0 2px rgba( black, .13 ) !default;
38615
39631
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
38616
39632
  // File already imported_once. Skipping output.
38617
39633
  // #endregion
38618
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
38619
- // File already imported_once. Skipping output.
38620
- // #endregion
38621
39634
 
38622
39635
 
38623
39636
  // Module meta
@@ -39502,6 +40515,9 @@ $kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
39502
40515
  @include module-render( "fab" ) {
39503
40516
  @include kendo-fab--layout();
39504
40517
  @include kendo-fab--theme();
40518
+ @include kendo-utils--layout--position();
40519
+ @include kendo-utils--typography--text-align();
40520
+ @include kendo-utils--layout--overflow();
39505
40521
  }
39506
40522
  }
39507
40523
 
@@ -40155,6 +41171,8 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-spacing(4) !default;
40155
41171
  @include module-render( "action-sheet" ) {
40156
41172
  @include kendo-action-sheet--layout();
40157
41173
  @include kendo-action-sheet--theme();
41174
+ @include kendo-utils--layout--overflow();
41175
+ @include kendo-utils--typography--text-align();
40158
41176
  }
40159
41177
  }
40160
41178
 
@@ -40167,9 +41185,6 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-spacing(4) !default;
40167
41185
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
40168
41186
  // File already imported_once. Skipping output.
40169
41187
  // #endregion
40170
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
40171
- // File already imported_once. Skipping output.
40172
- // #endregion
40173
41188
 
40174
41189
 
40175
41190
  // Module meta
@@ -40188,9 +41203,6 @@ $_kendo-module-meta: (
40188
41203
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
40189
41204
  // File already imported_once. Skipping output.
40190
41205
  // #endregion
40191
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
40192
- // File already imported_once. Skipping output.
40193
- // #endregion
40194
41206
 
40195
41207
 
40196
41208
  // Module meta
@@ -40703,9 +41715,6 @@ $kendo-dialog-theme-colors: (
40703
41715
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
40704
41716
  // File already imported_once. Skipping output.
40705
41717
  // #endregion
40706
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
40707
- // File already imported_once. Skipping output.
40708
- // #endregion
40709
41718
 
40710
41719
 
40711
41720
  // Module meta
@@ -41171,9 +42180,6 @@ $kendo-drawer-selected-hover-text: $kendo-color-secondary !default;
41171
42180
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
41172
42181
  // File already imported_once. Skipping output.
41173
42182
  // #endregion
41174
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
41175
- // File already imported_once. Skipping output.
41176
- // #endregion
41177
42183
 
41178
42184
 
41179
42185
  // Module meta
@@ -41410,9 +42416,6 @@ $kendo-notification-theme: notification-theme( $kendo-notification-theme-colors
41410
42416
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
41411
42417
  // File already imported_once. Skipping output.
41412
42418
  // #endregion
41413
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
41414
- // File already imported_once. Skipping output.
41415
- // #endregion
41416
42419
 
41417
42420
 
41418
42421
  // Module meta
@@ -42134,6 +43137,9 @@ $kendo-card-callout-height: 20px !default;
42134
43137
  @include module-render( "card" ) {
42135
43138
  @include kendo-card--layout();
42136
43139
  @include kendo-card--theme();
43140
+ @include kendo-utils--typography--text-overflow();
43141
+ @include kendo-utils--typography--white-space();
43142
+ @include kendo-utils--layout--display();
42137
43143
  }
42138
43144
  }
42139
43145
 
@@ -42421,9 +43427,6 @@ $kendo-popover-callout-border: $kendo-popover-border !default;
42421
43427
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
42422
43428
  // File already imported_once. Skipping output.
42423
43429
  // #endregion
42424
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
42425
- // File already imported_once. Skipping output.
42426
- // #endregion
42427
43430
 
42428
43431
 
42429
43432
  // Module meta
@@ -42877,6 +43880,7 @@ $kendo-bottom-nav-flat-border: $kendo-component-border !default;
42877
43880
  @include module-render( "bottom-navigation" ) {
42878
43881
  @include kendo-bottom-navigation--layout();
42879
43882
  @include kendo-bottom-navigation--theme();
43883
+ @include kendo-utils--layout--position();
42880
43884
  }
42881
43885
  }
42882
43886
 
@@ -43420,6 +44424,8 @@ $kendo-breadcrumb-sizes: (
43420
44424
  @include module-render( "breadcrumb" ) {
43421
44425
  @include kendo-breadcrumb--layout();
43422
44426
  @include kendo-breadcrumb--theme();
44427
+ @include kendo-utils--flex-grid--flex();
44428
+ @include kendo-utils--flex-grid--flex-wrap();
43423
44429
  }
43424
44430
  }
43425
44431
 
@@ -43432,9 +44438,6 @@ $kendo-breadcrumb-sizes: (
43432
44438
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
43433
44439
  // File already imported_once. Skipping output.
43434
44440
  // #endregion
43435
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
43436
- // File already imported_once. Skipping output.
43437
- // #endregion
43438
44441
 
43439
44442
 
43440
44443
  // Module meta
@@ -43913,9 +44916,6 @@ $kendo-pager-sizes: (
43913
44916
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
43914
44917
  // File already imported_once. Skipping output.
43915
44918
  // #endregion
43916
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
43917
- // File already imported_once. Skipping output.
43918
- // #endregion
43919
44919
 
43920
44920
 
43921
44921
  // Module meta
@@ -45482,6 +46482,8 @@ $kendo-tabstrip-content-focus-border: $kendo-component-text !default;
45482
46482
  @include module-render( "tabstrip" ) {
45483
46483
  @include kendo-tabstrip--layout();
45484
46484
  @include kendo-tabstrip--theme();
46485
+ @include kendo-utils--layout--overflow();
46486
+ @include kendo-utils--layout--position();
45485
46487
  }
45486
46488
  }
45487
46489
 
@@ -45497,9 +46499,6 @@ $kendo-tabstrip-content-focus-border: $kendo-component-text !default;
45497
46499
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
45498
46500
  // File already imported_once. Skipping output.
45499
46501
  // #endregion
45500
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
45501
- // File already imported_once. Skipping output.
45502
- // #endregion
45503
46502
 
45504
46503
 
45505
46504
  // Module meta
@@ -46036,6 +47035,7 @@ $kendo-expander-content-padding-y: k-spacing(6) !default;
46036
47035
  @include module-render( "expander" ) {
46037
47036
  @include kendo-expander--layout();
46038
47037
  @include kendo-expander--theme();
47038
+ @include kendo-utils--layout--display();
46039
47039
  }
46040
47040
  }
46041
47041
 
@@ -46200,9 +47200,6 @@ $kendo-panel-border: var(--kendo-component-border, #{$kendo-component-border});
46200
47200
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
46201
47201
  // File already imported_once. Skipping output.
46202
47202
  // #endregion
46203
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
46204
- // File already imported_once. Skipping output.
46205
- // #endregion
46206
47203
 
46207
47204
 
46208
47205
  // Module meta
@@ -46903,9 +47900,6 @@ $kendo-panelbar-header-expanded-gradient: null !default;
46903
47900
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
46904
47901
  // File already imported_once. Skipping output.
46905
47902
  // #endregion
46906
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
46907
- // File already imported_once. Skipping output.
46908
- // #endregion
46909
47903
 
46910
47904
 
46911
47905
  // Module meta
@@ -47276,7 +48270,6 @@ $kendo-splitbar-selected-text: $kendo-color-primary-contrast !default;
47276
48270
  // File already imported_once. Skipping output.
47277
48271
  // #endregion
47278
48272
 
47279
-
47280
48273
  // Module meta
47281
48274
  $_kendo-module-meta: (
47282
48275
  name: "tile-layout",
@@ -47448,6 +48441,9 @@ $kendo-tile-layout-hint-bg: rgba( white, .2 ) !default;
47448
48441
  @include module-render( "tile-layout" ) {
47449
48442
  @include kendo-tile-layout--layout();
47450
48443
  @include kendo-tile-layout--theme();
48444
+ @include kendo-utils--interactivity--resize();
48445
+ @include kendo-utils--layout--position();
48446
+ @include kendo-utils--flex-grid--grid-auto-flow();
47451
48447
  }
47452
48448
  }
47453
48449
 
@@ -47460,9 +48456,6 @@ $kendo-tile-layout-hint-bg: rgba( white, .2 ) !default;
47460
48456
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
47461
48457
  // File already imported_once. Skipping output.
47462
48458
  // #endregion
47463
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
47464
- // File already imported_once. Skipping output.
47465
- // #endregion
47466
48459
 
47467
48460
  // Module meta
47468
48461
  $_kendo-module-meta: (
@@ -47950,9 +48943,6 @@ $_kendo-module-meta: (
47950
48943
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
47951
48944
  // File already imported_once. Skipping output.
47952
48945
  // #endregion
47953
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
47954
- // File already imported_once. Skipping output.
47955
- // #endregion
47956
48946
 
47957
48947
 
47958
48948
  // Module meta
@@ -48854,9 +49844,6 @@ $_kendo-module-meta: (
48854
49844
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
48855
49845
  // File already imported_once. Skipping output.
48856
49846
  // #endregion
48857
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
48858
- // File already imported_once. Skipping output.
48859
- // #endregion
48860
49847
 
48861
49848
 
48862
49849
  // Module meta
@@ -52252,6 +53239,9 @@ $kendo-grid-row-resizer-height: k-spacing(0.5) !default;
52252
53239
  @include module-render( "grid" ) {
52253
53240
  @include kendo-grid--layout();
52254
53241
  @include kendo-grid--theme();
53242
+ @include kendo-utils--interactivity--touch-action();
53243
+ @include kendo-utils--interactivity--cursor();
53244
+ @include kendo-utils--layout--display();
52255
53245
  }
52256
53246
  }
52257
53247
 
@@ -52595,6 +53585,10 @@ $kendo-listview-item-focus-shadow: null !default;
52595
53585
  @include module-render( "listview" ) {
52596
53586
  @include kendo-listview--layout();
52597
53587
  @include kendo-listview--theme();
53588
+ @include kendo-utils--layout--display();
53589
+ @include kendo-utils--flex-grid--flex-direction();
53590
+ @include kendo-utils--flex-grid--grid-template-columns();
53591
+ @include kendo-utils--flex-grid--flex-wrap();
52598
53592
  }
52599
53593
  }
52600
53594
 
@@ -54357,6 +55351,7 @@ $kendo-spreadsheet-dropzone-spacing-y: k-spacing(2) !default;
54357
55351
  @include module-render( "spreadsheet" ) {
54358
55352
  @include kendo-spreadsheet--layout();
54359
55353
  @include kendo-spreadsheet--theme();
55354
+ @include kendo-utils--flex-grid--order();
54360
55355
  }
54361
55356
  }
54362
55357
 
@@ -55627,6 +56622,9 @@ $kendo-pivotgrid-remove-text: $kendo-pivotgrid-button-bg !default;
55627
56622
  @include module-render( "pivotgrid" ) {
55628
56623
  @include kendo-pivotgrid--layout();
55629
56624
  @include kendo-pivotgrid--theme();
56625
+ @include kendo-utils--layout--display();
56626
+ @include kendo-utils--layout--position();
56627
+ @include kendo-utils--flex-grid--flex-direction();
55630
56628
  }
55631
56629
  }
55632
56630
 
@@ -55639,9 +56637,6 @@ $kendo-pivotgrid-remove-text: $kendo-pivotgrid-button-bg !default;
55639
56637
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
55640
56638
  // File already imported_once. Skipping output.
55641
56639
  // #endregion
55642
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
55643
- // File already imported_once. Skipping output.
55644
- // #endregion
55645
56640
 
55646
56641
 
55647
56642
  // Module meta
@@ -55899,9 +56894,6 @@ $kendo-treelist-footer-row-border-width: 1px !default;
55899
56894
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
55900
56895
  // File already imported_once. Skipping output.
55901
56896
  // #endregion
55902
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
55903
- // File already imported_once. Skipping output.
55904
- // #endregion
55905
56897
 
55906
56898
 
55907
56899
  // Module meta
@@ -56154,9 +57146,6 @@ $kendo-filter-toolbar-focus-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px
56154
57146
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
56155
57147
  // File already imported_once. Skipping output.
56156
57148
  // #endregion
56157
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
56158
- // File already imported_once. Skipping output.
56159
- // #endregion
56160
57149
 
56161
57150
 
56162
57151
  // Module meta
@@ -57465,6 +58454,7 @@ $kendo-taskboard-drag-placeholder-border: $kendo-component-border !default;
57465
58454
  @include module-render( "task-board" ) {
57466
58455
  @include kendo-task-board--layout();
57467
58456
  @include kendo-task-board--theme();
58457
+ @include kendo-utils--typography--text-overflow();
57468
58458
  }
57469
58459
  }
57470
58460
 
@@ -57480,9 +58470,6 @@ $kendo-taskboard-drag-placeholder-border: $kendo-component-border !default;
57480
58470
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
57481
58471
  // File already imported_once. Skipping output.
57482
58472
  // #endregion
57483
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
57484
- // File already imported_once. Skipping output.
57485
- // #endregion
57486
58473
 
57487
58474
 
57488
58475
  // Module meta
@@ -58402,9 +59389,6 @@ $kendo-editor-selectednode-outline-color: #88ccff !default;
58402
59389
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
58403
59390
  // File already imported_once. Skipping output.
58404
59391
  // #endregion
58405
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
58406
- // File already imported_once. Skipping output.
58407
- // #endregion
58408
59392
 
58409
59393
 
58410
59394
  // Module meta
@@ -60299,6 +61283,8 @@ $kendo-gantt-validation-tooltip-invalid-border: $kendo-color-error !default;
60299
61283
  @include module-render( "gantt" ) {
60300
61284
  @include kendo-gantt--layout();
60301
61285
  @include kendo-gantt--theme();
61286
+ @include kendo-utils--typography--white-space();
61287
+ @include kendo-utils--table--table-layout();
60302
61288
  }
60303
61289
  }
60304
61290
 
@@ -62095,6 +63081,7 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
62095
63081
  @include module-render( "scheduler" ) {
62096
63082
  @include kendo-scheduler--layout();
62097
63083
  @include kendo-scheduler--theme();
63084
+ @include kendo-utils--typography--text-overflow();
62098
63085
  }
62099
63086
  }
62100
63087
 
@@ -62113,9 +63100,6 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
62113
63100
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
62114
63101
  // File already imported_once. Skipping output.
62115
63102
  // #endregion
62116
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
62117
- // File already imported_once. Skipping output.
62118
- // #endregion
62119
63103
 
62120
63104
 
62121
63105
  // Module meta
@@ -63016,9 +64000,6 @@ $kendo-chat-quick-reply-shadow-opacity: 0 !default;
63016
64000
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
63017
64001
  // File already imported_once. Skipping output.
63018
64002
  // #endregion
63019
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
63020
- // File already imported_once. Skipping output.
63021
- // #endregion
63022
64003
 
63023
64004
 
63024
64005
  // Module meta
@@ -63270,9 +64251,6 @@ $kendo-media-player-titlebar-gradient: if($kendo-enable-color-system, ( color-mi
63270
64251
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
63271
64252
  // File already imported_once. Skipping output.
63272
64253
  // #endregion
63273
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
63274
- // File already imported_once. Skipping output.
63275
- // #endregion
63276
64254
 
63277
64255
 
63278
64256
  // Module meta
@@ -64478,6 +65456,8 @@ $kendo-pdf-viewer-icon-text: $kendo-dropzone-icon-text !default;
64478
65456
  @include module-render( "pdf-viewer" ) {
64479
65457
  @include kendo-pdf-viewer--layout();
64480
65458
  @include kendo-pdf-viewer--theme();
65459
+ @include kendo-utils--layout--overflow();
65460
+ @include kendo-utils--layout--position();
64481
65461
  }
64482
65462
  }
64483
65463
 
@@ -64490,9 +65470,6 @@ $kendo-pdf-viewer-icon-text: $kendo-dropzone-icon-text !default;
64490
65470
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
64491
65471
  // File already imported_once. Skipping output.
64492
65472
  // #endregion
64493
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
64494
- // File already imported_once. Skipping output.
64495
- // #endregion
64496
65473
 
64497
65474
 
64498
65475
  // Module meta
@@ -64662,9 +65639,6 @@ $_kendo-module-meta: (
64662
65639
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
64663
65640
  // File already imported_once. Skipping output.
64664
65641
  // #endregion
64665
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
64666
- // File already imported_once. Skipping output.
64667
- // #endregion
64668
65642
 
64669
65643
 
64670
65644
  // Module meta
@@ -65319,6 +66293,7 @@ $kendo-prompt-suggestion-shadow: k-elevation(1) !default;
65319
66293
  @include module-render( "prompt" ) {
65320
66294
  @include kendo-prompt--layout();
65321
66295
  @include kendo-prompt--theme();
66296
+ @include kendo-utils--flex-grid--flex-direction();
65322
66297
  }
65323
66298
  }
65324
66299
 
@@ -65337,9 +66312,6 @@ $kendo-prompt-suggestion-shadow: k-elevation(1) !default;
65337
66312
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
65338
66313
  // File already imported_once. Skipping output.
65339
66314
  // #endregion
65340
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
65341
- // File already imported_once. Skipping output.
65342
- // #endregion
65343
66315
 
65344
66316
 
65345
66317
  // Module meta
@@ -66070,6 +67042,10 @@ $kendo-orgchart-line-v-height: 25px !default;
66070
67042
  @include module-render( "orgchart" ) {
66071
67043
  @include kendo-orgchart--layout();
66072
67044
  @include kendo-orgchart--theme();
67045
+ @include kendo-utils--layout--overflow();
67046
+ @include kendo-utils--layout--position();
67047
+ @include kendo-utils--flex-grid--align-items();
67048
+ @include kendo-utils--flex-grid--justify-content();
66073
67049
  }
66074
67050
  }
66075
67051
 
@@ -66082,9 +67058,6 @@ $kendo-orgchart-line-v-height: 25px !default;
66082
67058
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
66083
67059
  // File already imported_once. Skipping output.
66084
67060
  // #endregion
66085
- // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
66086
- // File already imported_once. Skipping output.
66087
- // #endregion
66088
67061
 
66089
67062
 
66090
67063
  // Module meta
@@ -66309,9 +67282,8 @@ $kendo-signature-maximized-line-width: 3px !default;
66309
67282
 
66310
67283
  // Color system
66311
67284
 
66312
- // Typography and utils
67285
+ // Typography
66313
67286
  @include kendo-typography--styles();
66314
- @include kendo-utils--styles();
66315
67287
 
66316
67288
 
66317
67289
  // Generic content