@progress/kendo-theme-utils 8.2.0-dev.0 → 9.0.0-dev.0

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 (109) hide show
  1. package/dist/all.css +14057 -2649
  2. package/dist/all.scss +6505 -5328
  3. package/dist/meta/sassdoc-data.json +2964 -3040
  4. package/dist/meta/sassdoc-raw-data.json +2668 -2744
  5. package/dist/meta/variables.json +376 -243
  6. package/package.json +3 -3
  7. package/scss/_mixins.scss +24 -0
  8. package/scss/_variables.scss +41 -53
  9. package/scss/accessibility/_screen-readers.scss +32 -26
  10. package/scss/background/_background-clip.scss +9 -3
  11. package/scss/background/_background-color.scss +9 -3
  12. package/scss/background/_background-position.scss +9 -3
  13. package/scss/background/_background-size.scss +9 -3
  14. package/scss/border/_border-color.scss +8 -3
  15. package/scss/border/_border-radius.scss +18 -12
  16. package/scss/border/_border-style.scss +16 -11
  17. package/scss/border/_border-width.scss +23 -19
  18. package/scss/border/_outline-color.scss +9 -3
  19. package/scss/border/_outline-offset.scss +9 -3
  20. package/scss/border/_outline-style.scss +9 -3
  21. package/scss/border/_outline-width.scss +6 -0
  22. package/scss/effects/_opacity.scss +9 -3
  23. package/scss/elevation/index.import.scss +7 -1
  24. package/scss/filter/_backdrop.scss +9 -3
  25. package/scss/flex-grid/_align-content.scss +9 -3
  26. package/scss/flex-grid/_align-items.scss +9 -3
  27. package/scss/flex-grid/_align-self.scss +9 -3
  28. package/scss/flex-grid/_flex-basis.scss +10 -4
  29. package/scss/flex-grid/_flex-direction.scss +20 -6
  30. package/scss/flex-grid/_flex-grow.scss +10 -4
  31. package/scss/flex-grid/_flex-shrink.scss +10 -4
  32. package/scss/flex-grid/_flex-wrap.scss +9 -3
  33. package/scss/flex-grid/_flex.scss +9 -3
  34. package/scss/flex-grid/_gap.scss +20 -4
  35. package/scss/flex-grid/_grid-auto-columns.scss +9 -3
  36. package/scss/flex-grid/_grid-auto-flow.scss +9 -3
  37. package/scss/flex-grid/_grid-auto-rows.scss +9 -3
  38. package/scss/flex-grid/_grid-column-start-end.scss +26 -6
  39. package/scss/flex-grid/_grid-row-start-end.scss +31 -13
  40. package/scss/flex-grid/_grid-template-columns.scss +16 -2
  41. package/scss/flex-grid/_grid-template-rows.scss +9 -3
  42. package/scss/flex-grid/_justify-content.scss +12 -6
  43. package/scss/flex-grid/_justify-items.scss +9 -3
  44. package/scss/flex-grid/_justify-self.scss +9 -3
  45. package/scss/flex-grid/_order.scss +9 -3
  46. package/scss/flex-grid/_place-content.scss +9 -3
  47. package/scss/flex-grid/_place-items.scss +9 -3
  48. package/scss/flex-grid/_place-self.scss +9 -3
  49. package/scss/flex-grid/index.import.scss +8 -0
  50. package/scss/index.import.scss +11 -0
  51. package/scss/interactivity/_accent-color.scss +9 -3
  52. package/scss/interactivity/_appearance.scss +9 -3
  53. package/scss/interactivity/_caret-color.scss +9 -3
  54. package/scss/interactivity/_cursor.scss +9 -3
  55. package/scss/interactivity/_pointer-events.scss +9 -3
  56. package/scss/interactivity/_resize.scss +9 -3
  57. package/scss/interactivity/_scroll.scss +38 -34
  58. package/scss/interactivity/_touch-action.scss +9 -3
  59. package/scss/interactivity/_user-select.scss +9 -3
  60. package/scss/interactivity/_will-change.scss +9 -3
  61. package/scss/layout/_aspect-ratio.scss +11 -5
  62. package/scss/layout/_box-sizing.scss +9 -3
  63. package/scss/layout/_clear.scss +9 -3
  64. package/scss/layout/_columns.scss +9 -3
  65. package/scss/layout/_display.scss +23 -9
  66. package/scss/layout/_float.scss +9 -3
  67. package/scss/layout/_object-fit.scss +9 -3
  68. package/scss/layout/_object-position.scss +9 -3
  69. package/scss/layout/_overflow.scss +12 -5
  70. package/scss/layout/_placement.scss +29 -80
  71. package/scss/layout/_position.scss +25 -18
  72. package/scss/layout/_visibility.scss +14 -8
  73. package/scss/layout/_zindex.scss +9 -3
  74. package/scss/layout/index.import.scss +4 -0
  75. package/scss/responsive-layout/_col-gap.scss +28 -0
  76. package/scss/responsive-layout/_col.scss +48 -0
  77. package/scss/responsive-layout/_container.scss +22 -0
  78. package/scss/responsive-layout/_row.scss +21 -0
  79. package/scss/responsive-layout/index.import.scss +25 -0
  80. package/scss/sizing/_height.scss +15 -9
  81. package/scss/sizing/_width.scss +15 -9
  82. package/scss/spacing/_margin.scss +17 -11
  83. package/scss/spacing/_padding.scss +23 -8
  84. package/scss/spacing/_space-between.scss +16 -10
  85. package/scss/spacing/index.import.scss +4 -0
  86. package/scss/svg/_fill.scss +9 -3
  87. package/scss/svg/_stroke.scss +9 -3
  88. package/scss/table/_border-collapse.scss +9 -3
  89. package/scss/table/_table-layout.scss +10 -4
  90. package/scss/transform/_flip.scss +21 -15
  91. package/scss/transform/_origin.scss +9 -3
  92. package/scss/transform/_rotate.scss +9 -3
  93. package/scss/transform/_scale.scss +11 -5
  94. package/scss/transform/_skew.scss +10 -4
  95. package/scss/transform/_translate.scss +22 -16
  96. package/scss/typography/_font-family.scss +7 -2
  97. package/scss/typography/_font-size.scss +9 -4
  98. package/scss/typography/_font-style.scss +9 -3
  99. package/scss/typography/_font-weight.scss +9 -5
  100. package/scss/typography/_letter-spacing.scss +7 -2
  101. package/scss/typography/_line-height.scss +7 -2
  102. package/scss/typography/_list-style.scss +9 -3
  103. package/scss/typography/_text-align.scss +9 -3
  104. package/scss/typography/_text-color.scss +11 -6
  105. package/scss/typography/_text-decoration.scss +9 -3
  106. package/scss/typography/_text-overflow.scss +23 -17
  107. package/scss/typography/_text-transform.scss +9 -3
  108. package/scss/typography/_vertical-align.scss +9 -3
  109. package/scss/typography/_white-space.scss +12 -6
@@ -70,10 +70,16 @@
70
70
  /// @group align-items
71
71
  /// @contextType css
72
72
 
73
+ // Register
74
+ @import "@progress/kendo-theme-core/scss/module-system/index.import.scss";
75
+ @include module-register((name: "utils-flex-grid-align-items"));
76
+
73
77
  @mixin kendo-utils--flex-grid--align-items() {
78
+ @include module-render("utils-flex-grid-align-items") {
74
79
 
75
- // Align items utility classes
76
- $kendo-utils-align-items: k-map-get( $kendo-utils, "align-items" ) !default;
77
- @include generate-utils( align-items, align-items, $kendo-utils-align-items );
80
+ // Align items utility classes
81
+ $kendo-utils-align-items: k-map-get( $kendo-utils, "align-items" ) !default;
82
+ @include generate-utils( align-items, align-items, $kendo-utils-align-items );
78
83
 
84
+ }
79
85
  }
@@ -76,10 +76,16 @@
76
76
  /// @group align-self
77
77
  /// @contextType css
78
78
 
79
+ // Register
80
+ @import "@progress/kendo-theme-core/scss/module-system/index.import.scss";
81
+ @include module-register((name: "utils-flex-grid-align-self"));
82
+
79
83
  @mixin kendo-utils--flex-grid--align-self() {
84
+ @include module-render("utils-flex-grid-align-self") {
80
85
 
81
- // Align self utility classes
82
- $kendo-utils-align-self: k-map-get( $kendo-utils, "align-self" ) !default;
83
- @include generate-utils( align-self, align-self, $kendo-utils-align-self );
86
+ // Align self utility classes
87
+ $kendo-utils-align-self: k-map-get( $kendo-utils, "align-self" ) !default;
88
+ @include generate-utils( align-self, align-self, $kendo-utils-align-self );
84
89
 
90
+ }
85
91
  }
@@ -10,11 +10,17 @@
10
10
  /// @group flex-basis
11
11
  /// @contextType css
12
12
 
13
+ // Register
14
+ @import "@progress/kendo-theme-core/scss/module-system/index.import.scss";
15
+ @include module-register((name: "utils-flex-grid-flex-basis"));
16
+
13
17
  @mixin kendo-utils--flex-grid--flex-basis() {
18
+ @include module-render("utils-flex-grid-flex-basis") {
14
19
 
15
- // Flex basis utility classes
16
- $kendo-utils-flex-basis: k-map-get( $kendo-utils, "flex-basis" ) !default;
17
- @include generate-utils( basis, flex-basis, $kendo-utils-flex-basis );
18
- @include generate-utils( flex-basis, flex-basis, $kendo-utils-flex-basis );
20
+ // Flex basis utility classes
21
+ $kendo-utils-flex-basis: k-map-get( $kendo-utils, "flex-basis" ) !default;
22
+ @include generate-utils( basis, flex-basis, $kendo-utils-flex-basis );
23
+ @include generate-utils( flex-basis, flex-basis, $kendo-utils-flex-basis );
19
24
 
25
+ }
20
26
  }
@@ -22,15 +22,29 @@
22
22
  /// @group flex-direction
23
23
  /// @contextType css
24
24
 
25
+ // Register
26
+ @import "@progress/kendo-theme-core/scss/module-system/index.import.scss";
27
+ @include module-register((name: "utils-flex-grid-flex-direction"));
28
+
25
29
  @mixin kendo-utils--flex-grid--flex-direction() {
30
+ @include module-render("utils-flex-grid-flex-direction") {
26
31
 
27
- // Flex direction utility classes
28
- $kendo-utils-flex-direction: k-map-get( $kendo-utils, "flex-direction" ) !default;
29
- @include generate-utils( flex, flex-direction, $kendo-utils-flex-direction );
32
+ // Flex direction utility classes
33
+ $kendo-utils-flex-direction: k-map-get( $kendo-utils, "flex-direction" ) !default;
34
+ @include generate-utils( flex, flex-direction, $kendo-utils-flex-direction );
30
35
 
31
36
 
32
- // Legacy aliases
33
- .#{$kendo-prefix}flex-column { @extend .#{$kendo-prefix}flex-col !optional; }
34
- .#{$kendo-prefix}flex-column-reverse { @extend .#{$kendo-prefix}flex-col-reverse !optional; }
37
+ // Legacy aliases
38
+ .#{$kendo-prefix}flex-column { @extend .#{$kendo-prefix}flex-col !optional; }
39
+ .#{$kendo-prefix}flex-column-reverse { @extend .#{$kendo-prefix}flex-col-reverse !optional; }
40
+
41
+ }
42
+ }
43
+
44
+ @mixin kendo-utils--flex-grid--flex-direction--responsive($key) {
45
+
46
+ // Flex direction responsive utility classes
47
+ $kendo-utils-flex-direction: k-map-get( $kendo-utils, "flex-direction" ) !default;
48
+ @include generate-utils( flex-#{$key}, flex-direction, $kendo-utils-flex-direction, $important: false );
35
49
 
36
50
  }
@@ -10,11 +10,17 @@
10
10
  /// @group flex-grow
11
11
  /// @contextType css
12
12
 
13
+ // Register
14
+ @import "@progress/kendo-theme-core/scss/module-system/index.import.scss";
15
+ @include module-register((name: "utils-flex-grid-flex-grow"));
16
+
13
17
  @mixin kendo-utils--flex-grid--flex-grow() {
18
+ @include module-render("utils-flex-grid-flex-grow") {
14
19
 
15
- // Flex grow utility classes
16
- $kendo-utils-flex-grow: k-map-get( $kendo-utils, "flex-grow" ) !default;
17
- @include generate-utils( grow, flex-grow, $kendo-utils-flex-grow );
18
- @include generate-utils( flex-grow, flex-grow, $kendo-utils-flex-grow );
20
+ // Flex grow utility classes
21
+ $kendo-utils-flex-grow: k-map-get( $kendo-utils, "flex-grow" ) !default;
22
+ @include generate-utils( grow, flex-grow, $kendo-utils-flex-grow );
23
+ @include generate-utils( flex-grow, flex-grow, $kendo-utils-flex-grow );
19
24
 
25
+ }
20
26
  }
@@ -10,11 +10,17 @@
10
10
  /// @group flex-shrink
11
11
  /// @contextType css
12
12
 
13
+ // Register
14
+ @import "@progress/kendo-theme-core/scss/module-system/index.import.scss";
15
+ @include module-register((name: "utils-flex-grid-flex-shrink"));
16
+
13
17
  @mixin kendo-utils--flex-grid--flex-shrink() {
18
+ @include module-render("utils-flex-grid-flex-shrink") {
14
19
 
15
- // Flex shrink utility classes
16
- $kendo-utils-flex-shrink: k-map-get( $kendo-utils, "flex-shrink" ) !default;
17
- @include generate-utils( shrink, flex-shrink, $kendo-utils-flex-shrink );
18
- @include generate-utils( flex-shrink, flex-shrink, $kendo-utils-flex-shrink );
20
+ // Flex shrink utility classes
21
+ $kendo-utils-flex-shrink: k-map-get( $kendo-utils, "flex-shrink" ) !default;
22
+ @include generate-utils( shrink, flex-shrink, $kendo-utils-flex-shrink );
23
+ @include generate-utils( flex-shrink, flex-shrink, $kendo-utils-flex-shrink );
19
24
 
25
+ }
20
26
  }
@@ -16,10 +16,16 @@
16
16
  /// @group flex-wrap
17
17
  /// @contextType css
18
18
 
19
+ // Register
20
+ @import "@progress/kendo-theme-core/scss/module-system/index.import.scss";
21
+ @include module-register((name: "utils-flex-grid-flex-wrap"));
22
+
19
23
  @mixin kendo-utils--flex-grid--flex-wrap() {
24
+ @include module-render("utils-flex-grid-flex-wrap") {
20
25
 
21
- // Flex wrap utility classes
22
- $kendo-utils-flex-wrap: k-map-get( $kendo-utils, "flex-wrap" ) !default;
23
- @include generate-utils( flex, flex-wrap, $kendo-utils-flex-wrap );
26
+ // Flex wrap utility classes
27
+ $kendo-utils-flex-wrap: k-map-get( $kendo-utils, "flex-wrap" ) !default;
28
+ @include generate-utils( flex, flex-wrap, $kendo-utils-flex-wrap );
24
29
 
30
+ }
25
31
  }
@@ -22,10 +22,16 @@
22
22
  /// @group flex
23
23
  /// @contextType css
24
24
 
25
+ // Register
26
+ @import "@progress/kendo-theme-core/scss/module-system/index.import.scss";
27
+ @include module-register((name: "utils-flex-grid-flex"));
28
+
25
29
  @mixin kendo-utils--flex-grid--flex() {
30
+ @include module-render("utils-flex-grid-flex") {
26
31
 
27
- // Flex utility classes
28
- $kendo-utils-flex: k-map-get( $kendo-utils, "flex" ) !default;
29
- @include generate-utils( flex, flex, $kendo-utils-flex );
32
+ // Flex utility classes
33
+ $kendo-utils-flex: k-map-get( $kendo-utils, "flex" ) !default;
34
+ @include generate-utils( flex, flex, $kendo-utils-flex );
30
35
 
36
+ }
31
37
  }
@@ -178,12 +178,28 @@
178
178
  /// @group gap
179
179
  /// @contextType css
180
180
 
181
+ // Register
182
+ @import "@progress/kendo-theme-core/scss/module-system/index.import.scss";
183
+ @include module-register((name: "utils-flex-grid-gap"));
184
+
181
185
  @mixin kendo-utils--flex-grid--gap() {
186
+ @include module-render("utils-flex-grid-gap") {
187
+
188
+ // Gap utility classes
189
+ $kendo-utils-gap: k-map-get( $kendo-utils, "gap" ) !default;
190
+ @include generate-utils( gap, gap, $kendo-utils-gap, $css-var: "spacing" );
191
+ @include generate-utils( gap-x, column-gap, $kendo-utils-gap, $css-var: "spacing" );
192
+ @include generate-utils( gap-y, row-gap, $kendo-utils-gap, $css-var: "spacing" );
193
+
194
+ }
195
+ }
196
+
197
+ @mixin kendo-utils--flex-grid--gap--responsive($key) {
182
198
 
183
- // Gap utility classes
199
+ // Gap responsive utility classes
184
200
  $kendo-utils-gap: k-map-get( $kendo-utils, "gap" ) !default;
185
- @include generate-utils( gap, gap, $kendo-utils-gap, $css-var: "spacing" );
186
- @include generate-utils( gap-x, column-gap, $kendo-utils-gap, $css-var: "spacing" );
187
- @include generate-utils( gap-y, row-gap, $kendo-utils-gap, $css-var: "spacing" );
201
+ @include generate-utils( gap-#{$key}, gap, $kendo-utils-gap, $css-var: "spacing", $important: false );
202
+ @include generate-utils( gap-x-#{$key}, column-gap, $kendo-utils-gap, $css-var: "spacing", $important: false );
203
+ @include generate-utils( gap-y-#{$key}, row-gap, $kendo-utils-gap, $css-var: "spacing", $important: false );
188
204
 
189
205
  }
@@ -22,10 +22,16 @@
22
22
  /// @group grid-auto-columns
23
23
  /// @contextType css
24
24
 
25
+ // Register
26
+ @import "@progress/kendo-theme-core/scss/module-system/index.import.scss";
27
+ @include module-register((name: "utils-flex-grid-grid-auto-columns"));
28
+
25
29
  @mixin kendo-utils--flex-grid--grid-auto-columns() {
30
+ @include module-render("utils-flex-grid-grid-auto-columns") {
26
31
 
27
- // Grid auto columns utility classes
28
- $kendo-utils-grid-auto-columns: k-map-get( $kendo-utils, "grid-auto-columns" ) !default;
29
- @include generate-utils( grid-auto-cols, grid-auto-columns, $kendo-utils-grid-auto-columns );
32
+ // Grid auto columns utility classes
33
+ $kendo-utils-grid-auto-columns: k-map-get( $kendo-utils, "grid-auto-columns" ) !default;
34
+ @include generate-utils( grid-auto-cols, grid-auto-columns, $kendo-utils-grid-auto-columns );
30
35
 
36
+ }
31
37
  }
@@ -34,10 +34,16 @@
34
34
  /// @group grid-auto-flow
35
35
  /// @contextType css
36
36
 
37
+ // Register
38
+ @import "@progress/kendo-theme-core/scss/module-system/index.import.scss";
39
+ @include module-register((name: "utils-flex-grid-grid-auto-flow"));
40
+
37
41
  @mixin kendo-utils--flex-grid--grid-auto-flow() {
42
+ @include module-render("utils-flex-grid-grid-auto-flow") {
38
43
 
39
- // Grid auto flow utility classes
40
- $kendo-utils-grid-auto-flow: k-map-get( $kendo-utils, "grid-auto-flow" ) !default;
41
- @include generate-utils( grid-flow, grid-auto-flow, $kendo-utils-grid-auto-flow );
44
+ // Grid auto flow utility classes
45
+ $kendo-utils-grid-auto-flow: k-map-get( $kendo-utils, "grid-auto-flow" ) !default;
46
+ @include generate-utils( grid-flow, grid-auto-flow, $kendo-utils-grid-auto-flow );
42
47
 
48
+ }
43
49
  }
@@ -22,10 +22,16 @@
22
22
  /// @group grid-auto-rows
23
23
  /// @contextType css
24
24
 
25
+ // Register
26
+ @import "@progress/kendo-theme-core/scss/module-system/index.import.scss";
27
+ @include module-register((name: "utils-flex-grid-grid-auto-rows"));
28
+
25
29
  @mixin kendo-utils--flex-grid--grid-auto-rows() {
30
+ @include module-render("utils-flex-grid-grid-auto-rows") {
26
31
 
27
- // Grid auto rows utility classes
28
- $kendo-utils-grid-auto-rows: k-map-get( $kendo-utils, "grid-auto-rows" ) !default;
29
- @include generate-utils( grid-auto-rows, grid-auto-rows, $kendo-utils-grid-auto-rows );
32
+ // Grid auto rows utility classes
33
+ $kendo-utils-grid-auto-rows: k-map-get( $kendo-utils, "grid-auto-rows" ) !default;
34
+ @include generate-utils( grid-auto-rows, grid-auto-rows, $kendo-utils-grid-auto-rows );
30
35
 
36
+ }
31
37
  }
@@ -16,26 +16,46 @@
16
16
  /// @group grid-column-start
17
17
  /// @contextType css
18
18
 
19
+ // Register
20
+ @import "@progress/kendo-theme-core/scss/module-system/index.import.scss";
21
+ @include module-register((name: "utils-flex-grid-grid-column-start-end"));
22
+
19
23
  @mixin kendo-utils--flex-grid--grid-column-start-end() {
24
+ @include module-render("utils-flex-grid-grid-column-start-end") {
25
+
26
+ // Grid column span utility classes
27
+ $kendo-utils-grid-column-span: k-map-get( $kendo-utils, "grid-column-span" ) !default;
28
+ @include generate-utils( col-span, grid-column, $kendo-utils-grid-column-span );
20
29
 
21
30
  // Grid column start utility classes
22
31
  $kendo-utils-grid-column-start: k-map-get( $kendo-utils, "grid-column-start" ) !default;
23
32
  @include generate-utils( col-start, grid-column-start, $kendo-utils-grid-column-start );
24
33
 
25
-
26
34
  // Grid column end utility classes
27
35
  $kendo-utils-grid-column-end: k-map-get( $kendo-utils, "grid-column-end" ) !default;
28
36
  @include generate-utils( col-end, grid-column-end, $kendo-utils-grid-column-end );
29
37
 
30
38
 
31
- // Grid column span utility classes
32
- $kendo-utils-grid-column-span: k-map-get( $kendo-utils, "grid-column-span" ) !default;
33
- @include generate-utils( col-span, grid-column, $kendo-utils-grid-column-span );
34
-
35
-
36
39
  // Legacy aliases
37
40
  @include generate-utils( colspan, grid-column, $kendo-utils-grid-column-span );
38
41
  .#{$kendo-prefix}colspan-all { @extend .#{$kendo-prefix}colspan-full !optional; }
39
42
  .\!#{$kendo-prefix}colspan-all { @extend .\!#{$kendo-prefix}colspan-full !optional; }
40
43
 
44
+ }
45
+ }
46
+
47
+ @mixin kendo-utils--flex-grid--grid-column-start-end--responsive($key) {
48
+
49
+ // Grid column span responsive utility classes
50
+ $kendo-utils-grid-column-span: k-map-get( $kendo-utils, "grid-column-span" ) !default;
51
+ @include generate-utils( col-span-#{$key}, grid-column, $kendo-utils-grid-column-span, $important: false );
52
+
53
+ // Grid column start responsive utility classes
54
+ $kendo-utils-grid-column-start: k-map-get( $kendo-utils, "grid-column-start" ) !default;
55
+ @include generate-utils( col-start-#{$key}, grid-column-start, $kendo-utils-grid-column-start, $important: false );
56
+
57
+ // Grid column end responsive utility classes
58
+ $kendo-utils-grid-column-end: k-map-get( $kendo-utils, "grid-column-end" ) !default;
59
+ @include generate-utils( col-end-#{$key}, grid-column-end, $kendo-utils-grid-column-end, $important: false );
60
+
41
61
  }
@@ -16,26 +16,44 @@
16
16
  /// @group grid-row-start
17
17
  /// @contextType css
18
18
 
19
+ // Register
20
+ @import "@progress/kendo-theme-core/scss/module-system/index.import.scss";
21
+ @include module-register((name: "utils-flex-grid-grid-row-start-end"));
22
+
19
23
  @mixin kendo-utils--flex-grid--grid-row-start-end() {
24
+ @include module-render("utils-flex-grid-grid-row-start-end") {
20
25
 
21
- // Grid row start/end utility classes
22
- $kendo-utils-grid-row-start: k-map-get( $kendo-utils, "grid-row-start" ) !default;
23
- @include generate-utils( row-start, grid-row-start, $kendo-utils-grid-row-start );
26
+ // Grid row start/end utility classes
27
+ $kendo-utils-grid-row-start: k-map-get( $kendo-utils, "grid-row-start" ) !default;
28
+ @include generate-utils( row-start, grid-row-start, $kendo-utils-grid-row-start );
24
29
 
25
30
 
26
- // Grid row start/end utility classes
27
- $kendo-utils-grid-row-end: k-map-get( $kendo-utils, "grid-row-end" ) !default;
28
- @include generate-utils( row-end, grid-row-end, $kendo-utils-grid-row-end );
31
+ // Grid row start/end utility classes
32
+ $kendo-utils-grid-row-end: k-map-get( $kendo-utils, "grid-row-end" ) !default;
33
+ @include generate-utils( row-end, grid-row-end, $kendo-utils-grid-row-end );
34
+
35
+
36
+ // Grid row span utility classes
37
+ $kendo-utils-grid-row-span: k-map-get( $kendo-utils, "grid-row-span" ) !default;
38
+ @include generate-utils( row-span, grid-row, $kendo-utils-grid-row-span );
29
39
 
30
40
 
31
- // Grid row span utility classes
32
- $kendo-utils-grid-row-span: k-map-get( $kendo-utils, "grid-row-span" ) !default;
33
- @include generate-utils( row-span, grid-row, $kendo-utils-grid-row-span );
41
+ // Legacy aliases
42
+ @include generate-utils( rowspan, grid-row, $kendo-utils-grid-row-span );
43
+ .#{$kendo-prefix}rowspan-all { @extend .#{$kendo-prefix}rowspan-full !optional; }
44
+ .\!#{$kendo-prefix}rowspan-all { @extend .\!#{$kendo-prefix}rowspan-full !optional; }
34
45
 
46
+ }
47
+ }
48
+
49
+ @mixin kendo-utils--flex-grid--grid-row-start-end--responsive($key) {
35
50
 
36
- // Legacy aliases
37
- @include generate-utils( rowspan, grid-row, $kendo-utils-grid-row-span );
38
- .#{$kendo-prefix}rowspan-all { @extend .#{$kendo-prefix}rowspan-full !optional; }
39
- .\!#{$kendo-prefix}rowspan-all { @extend .\!#{$kendo-prefix}rowspan-full !optional; }
51
+ // Grid row start responsive utility classes
52
+ $kendo-utils-grid-row-start: k-map-get( $kendo-utils, "grid-row-start" ) !default;
53
+ @include generate-utils( row-start-#{$key}, grid-row-start, $kendo-utils-grid-row-start, $important: false );
54
+
55
+ // Grid row end responsive utility classes
56
+ $kendo-utils-grid-row-end: k-map-get( $kendo-utils, "grid-row-end" ) !default;
57
+ @include generate-utils( row-end-#{$key}, grid-row-end, $kendo-utils-grid-row-end, $important: false );
40
58
 
41
59
  }
@@ -16,10 +16,24 @@
16
16
  /// @group grid-template-columns
17
17
  /// @contextType css
18
18
 
19
+ // Register
20
+ @import "@progress/kendo-theme-core/scss/module-system/index.import.scss";
21
+ @include module-register((name: "utils-flex-grid-grid-template-columns"));
22
+
19
23
  @mixin kendo-utils--flex-grid--grid-template-columns() {
24
+ @include module-render("utils-flex-grid-grid-template-columns") {
25
+
26
+ // Grid template columns utility classes
27
+ $kendo-utils-grid-template-columns: k-map-get( $kendo-utils, "grid-template-columns" ) !default;
28
+ @include generate-utils( grid-cols, grid-template-columns, $kendo-utils-grid-template-columns );
29
+
30
+ }
31
+ }
32
+
33
+ @mixin kendo-utils--flex-grid--grid-template-columns--responsive($key) {
20
34
 
21
- // Grid template columns utility classes
35
+ // Grid template columns responsive utility classes
22
36
  $kendo-utils-grid-template-columns: k-map-get( $kendo-utils, "grid-template-columns" ) !default;
23
- @include generate-utils( grid-cols, grid-template-columns, $kendo-utils-grid-template-columns );
37
+ @include generate-utils( grid-cols-#{$key}, grid-template-columns, $kendo-utils-grid-template-columns, $important: false );
24
38
 
25
39
  }
@@ -16,10 +16,16 @@
16
16
  /// @group grid-template-rows
17
17
  /// @contextType css
18
18
 
19
+ // Register
20
+ @import "@progress/kendo-theme-core/scss/module-system/index.import.scss";
21
+ @include module-register((name: "utils-flex-grid-grid-template-rows"));
22
+
19
23
  @mixin kendo-utils--flex-grid--grid-template-rows() {
24
+ @include module-render("utils-flex-grid-grid-template-rows") {
20
25
 
21
- // Grid template rows utility classes
22
- $kendo-utils-grid-template-rows: k-map-get( $kendo-utils, "grid-template-rows" ) !default;
23
- @include generate-utils( grid-rows, grid-template-rows, $kendo-utils-grid-template-rows );
26
+ // Grid template rows utility classes
27
+ $kendo-utils-grid-template-rows: k-map-get( $kendo-utils, "grid-template-rows" ) !default;
28
+ @include generate-utils( grid-rows, grid-template-rows, $kendo-utils-grid-template-rows );
24
29
 
30
+ }
25
31
  }
@@ -76,15 +76,21 @@
76
76
  /// @group justify-content
77
77
  /// @contextType css
78
78
 
79
+ // Register
80
+ @import "@progress/kendo-theme-core/scss/module-system/index.import.scss";
81
+ @include module-register((name: "utils-flex-grid-justify-content"));
82
+
79
83
  @mixin kendo-utils--flex-grid--justify-content() {
84
+ @include module-render("utils-flex-grid-justify-content") {
80
85
 
81
- // Justify content utility classes
82
- $kendo-utils-justify-content: k-map-get( $kendo-utils, "justify-content" ) !default;
83
- @include generate-utils( justify-content, justify-content, $kendo-utils-justify-content );
86
+ // Justify content utility classes
87
+ $kendo-utils-justify-content: k-map-get( $kendo-utils, "justify-content" ) !default;
88
+ @include generate-utils( justify-content, justify-content, $kendo-utils-justify-content );
84
89
 
85
90
 
86
- // Custom justify-content classes
87
- .#{$kendo-prefix}justify-content-stretch > * { flex: 1 0 0%; }
88
- .\!.#{$kendo-prefix}justify-content-stretch > * { flex: 1 0 0% !important; } // stylelint-disable-line declaration-no-important
91
+ // Custom justify-content classes
92
+ .#{$kendo-prefix}justify-content-stretch > * { flex: 1 0 0%; }
93
+ .\!.#{$kendo-prefix}justify-content-stretch > * { flex: 1 0 0% !important; } // stylelint-disable-line declaration-no-important
89
94
 
95
+ }
90
96
  }
@@ -82,10 +82,16 @@
82
82
  /// @group justify-items
83
83
  /// @contextType css
84
84
 
85
+ // Register
86
+ @import "@progress/kendo-theme-core/scss/module-system/index.import.scss";
87
+ @include module-register((name: "utils-flex-grid-justify-items"));
88
+
85
89
  @mixin kendo-utils--flex-grid--justify-items() {
90
+ @include module-render("utils-flex-grid-justify-items") {
86
91
 
87
- // Justify items utility classes
88
- $kendo-utils-justify-items: k-map-get( $kendo-utils, "justify-items" ) !default;
89
- @include generate-utils( justify-items, justify-items, $kendo-utils-justify-items );
92
+ // Justify items utility classes
93
+ $kendo-utils-justify-items: k-map-get( $kendo-utils, "justify-items" ) !default;
94
+ @include generate-utils( justify-items, justify-items, $kendo-utils-justify-items );
90
95
 
96
+ }
91
97
  }
@@ -76,10 +76,16 @@
76
76
  /// @group justify-self
77
77
  /// @contextType css
78
78
 
79
+ // Register
80
+ @import "@progress/kendo-theme-core/scss/module-system/index.import.scss";
81
+ @include module-register((name: "utils-flex-grid-justify-self"));
82
+
79
83
  @mixin kendo-utils--flex-grid--justify-self() {
84
+ @include module-render("utils-flex-grid-justify-self") {
80
85
 
81
- // Justify self utility classes
82
- $kendo-utils-justify-self: k-map-get( $kendo-utils, "justify-self" ) !default;
83
- @include generate-utils( justify-self, justify-self, $kendo-utils-justify-self );
86
+ // Justify self utility classes
87
+ $kendo-utils-justify-self: k-map-get( $kendo-utils, "justify-self" ) !default;
88
+ @include generate-utils( justify-self, justify-self, $kendo-utils-justify-self );
84
89
 
90
+ }
85
91
  }
@@ -22,10 +22,16 @@
22
22
  /// @group order
23
23
  /// @contextType css
24
24
 
25
+ // Register
26
+ @import "@progress/kendo-theme-core/scss/module-system/index.import.scss";
27
+ @include module-register((name: "utils-flex-grid-order"));
28
+
25
29
  @mixin kendo-utils--flex-grid--order() {
30
+ @include module-render("utils-flex-grid-order") {
26
31
 
27
- // Order utility classes
28
- $kendo-utils-order: k-map-get( $kendo-utils, "order" ) !default;
29
- @include generate-utils( order, order, $kendo-utils-order );
32
+ // Order utility classes
33
+ $kendo-utils-order: k-map-get( $kendo-utils, "order" ) !default;
34
+ @include generate-utils( order, order, $kendo-utils-order );
30
35
 
36
+ }
31
37
  }
@@ -76,10 +76,16 @@
76
76
  /// @group place-content
77
77
  /// @contextType css
78
78
 
79
+ // Register
80
+ @import "@progress/kendo-theme-core/scss/module-system/index.import.scss";
81
+ @include module-register((name: "utils-flex-grid-place-content"));
82
+
79
83
  @mixin kendo-utils--flex-grid--place-content() {
84
+ @include module-render("utils-flex-grid-place-content") {
80
85
 
81
- // Place content utility classes
82
- $kendo-utils-place-content: k-map-get( $kendo-utils, "place-content" ) !default;
83
- @include generate-utils( place-content, place-content, $kendo-utils-place-content );
86
+ // Place content utility classes
87
+ $kendo-utils-place-content: k-map-get( $kendo-utils, "place-content" ) !default;
88
+ @include generate-utils( place-content, place-content, $kendo-utils-place-content );
84
89
 
90
+ }
85
91
  }
@@ -58,10 +58,16 @@
58
58
  /// @group place-items
59
59
  /// @contextType css
60
60
 
61
+ // Register
62
+ @import "@progress/kendo-theme-core/scss/module-system/index.import.scss";
63
+ @include module-register((name: "utils-flex-grid-place-items"));
64
+
61
65
  @mixin kendo-utils--flex-grid--place-items() {
66
+ @include module-render("utils-flex-grid-place-items") {
62
67
 
63
- // Place items utility classes
64
- $kendo-utils-place-items: k-map-get( $kendo-utils, "place-items" ) !default;
65
- @include generate-utils( place-items, place-items, $kendo-utils-place-items );
68
+ // Place items utility classes
69
+ $kendo-utils-place-items: k-map-get( $kendo-utils, "place-items" ) !default;
70
+ @include generate-utils( place-items, place-items, $kendo-utils-place-items );
66
71
 
72
+ }
67
73
  }
@@ -64,10 +64,16 @@
64
64
  /// @group place-self
65
65
  /// @contextType css
66
66
 
67
+ // Register
68
+ @import "@progress/kendo-theme-core/scss/module-system/index.import.scss";
69
+ @include module-register((name: "utils-flex-grid-place-self"));
70
+
67
71
  @mixin kendo-utils--flex-grid--place-self() {
72
+ @include module-render("utils-flex-grid-place-self") {
68
73
 
69
- // Place self utility classes
70
- $kendo-utils-place-self: k-map-get( $kendo-utils, "place-self" ) !default;
71
- @include generate-utils( place-self, place-self, $kendo-utils-place-self );
74
+ // Place self utility classes
75
+ $kendo-utils-place-self: k-map-get( $kendo-utils, "place-self" ) !default;
76
+ @include generate-utils( place-self, place-self, $kendo-utils-place-self );
72
77
 
78
+ }
73
79
  }
@@ -50,3 +50,11 @@
50
50
  @include kendo-utils--flex-grid--place-items();
51
51
  @include kendo-utils--flex-grid--place-self();
52
52
  }
53
+
54
+ @mixin kendo-utils--flex-grid--responsive($key) {
55
+ @include kendo-utils--flex-grid--flex-direction--responsive($key);
56
+ @include kendo-utils--flex-grid--gap--responsive($key);
57
+ @include kendo-utils--flex-grid--grid-column-start-end--responsive($key);
58
+ @include kendo-utils--flex-grid--grid-row-start-end--responsive($key);
59
+ @include kendo-utils--flex-grid--grid-template-columns--responsive($key);
60
+ }
@@ -4,6 +4,7 @@
4
4
 
5
5
  @import "./accessibility/index.import.scss";
6
6
  @import "./layout/index.import.scss";
7
+ @import "./responsive-layout/index.import.scss";
7
8
  @import "./flex-grid/index.import.scss";
8
9
  @import "./spacing/index.import.scss";
9
10
  @import "./sizing/index.import.scss";
@@ -25,6 +26,7 @@
25
26
  @mixin kendo-utils() {
26
27
  @include kendo-utils--accessibility();
27
28
  @include kendo-utils--layout();
29
+ @include kendo-utils--responsive-layout();
28
30
  @include kendo-utils--flex-grid();
29
31
  @include kendo-utils--spacing();
30
32
  @include kendo-utils--sizing();
@@ -39,4 +41,13 @@
39
41
  @include kendo-utils--svg();
40
42
 
41
43
  @include kendo-utils--elevation();
44
+
45
+ // Responsive utils
46
+ @each $key, $val in $kendo-breakpoints {
47
+ @include kendo-breakpoint-up($key) {
48
+ @include kendo-utils--layout--responsive($key);
49
+ @include kendo-utils--flex-grid--responsive($key);
50
+ @include kendo-utils--spacing--responsive($key);
51
+ }
52
+ }
42
53
  }