@progress/kendo-theme-utils 9.1.1-dev.2 → 10.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 (121) hide show
  1. package/dist/all.css +17030 -17047
  2. package/dist/all.scss +1 -15160
  3. package/dist/meta/sassdoc-data.json +4734 -5298
  4. package/dist/meta/sassdoc-raw-data.json +3857 -4136
  5. package/dist/meta/variables.json +1 -3163
  6. package/package.json +3 -4
  7. package/scss/_functions.scss +40 -1
  8. package/scss/_globals.scss +2 -0
  9. package/scss/_mixins.scss +12 -3
  10. package/scss/_variables.scss +228 -225
  11. package/scss/accessibility/_screen-readers.scss +6 -4
  12. package/scss/accessibility/index.import.scss +1 -1
  13. package/scss/all.scss +1 -1
  14. package/scss/background/_background-clip.scss +6 -4
  15. package/scss/background/_background-color.scss +6 -4
  16. package/scss/background/_background-position.scss +6 -4
  17. package/scss/background/_background-size.scss +6 -4
  18. package/scss/background/index.import.scss +4 -4
  19. package/scss/border/_border-color.scss +6 -4
  20. package/scss/border/_border-radius.scss +5 -4
  21. package/scss/border/_border-style.scss +6 -4
  22. package/scss/border/_border-width.scss +6 -4
  23. package/scss/border/_outline-color.scss +6 -4
  24. package/scss/border/_outline-offset.scss +6 -4
  25. package/scss/border/_outline-style.scss +6 -4
  26. package/scss/border/_outline-width.scss +6 -4
  27. package/scss/border/index.import.scss +8 -8
  28. package/scss/effects/_opacity.scss +6 -4
  29. package/scss/effects/index.import.scss +1 -1
  30. package/scss/elevation/index.import.scss +4 -4
  31. package/scss/filter/_backdrop.scss +6 -4
  32. package/scss/filter/index.import.scss +1 -1
  33. package/scss/flex-grid/_align-content.scss +6 -4
  34. package/scss/flex-grid/_align-items.scss +6 -4
  35. package/scss/flex-grid/_align-self.scss +6 -4
  36. package/scss/flex-grid/_flex-basis.scss +6 -4
  37. package/scss/flex-grid/_flex-direction.scss +7 -5
  38. package/scss/flex-grid/_flex-grow.scss +6 -4
  39. package/scss/flex-grid/_flex-shrink.scss +6 -4
  40. package/scss/flex-grid/_flex-wrap.scss +6 -4
  41. package/scss/flex-grid/_flex.scss +6 -4
  42. package/scss/flex-grid/_gap.scss +7 -5
  43. package/scss/flex-grid/_grid-auto-columns.scss +6 -4
  44. package/scss/flex-grid/_grid-auto-flow.scss +6 -4
  45. package/scss/flex-grid/_grid-auto-rows.scss +6 -4
  46. package/scss/flex-grid/_grid-column-start-end.scss +11 -9
  47. package/scss/flex-grid/_grid-row-start-end.scss +10 -8
  48. package/scss/flex-grid/_grid-template-columns.scss +7 -5
  49. package/scss/flex-grid/_grid-template-rows.scss +6 -4
  50. package/scss/flex-grid/_justify-content.scss +6 -4
  51. package/scss/flex-grid/_justify-items.scss +6 -4
  52. package/scss/flex-grid/_justify-self.scss +6 -4
  53. package/scss/flex-grid/_order.scss +6 -4
  54. package/scss/flex-grid/_place-content.scss +6 -4
  55. package/scss/flex-grid/_place-items.scss +6 -4
  56. package/scss/flex-grid/_place-self.scss +6 -4
  57. package/scss/flex-grid/index.import.scss +49 -24
  58. package/scss/index.import.scss +36 -19
  59. package/scss/interactivity/_accent-color.scss +6 -4
  60. package/scss/interactivity/_appearance.scss +6 -4
  61. package/scss/interactivity/_caret-color.scss +6 -4
  62. package/scss/interactivity/_cursor.scss +6 -4
  63. package/scss/interactivity/_pointer-events.scss +6 -4
  64. package/scss/interactivity/_resize.scss +6 -4
  65. package/scss/interactivity/_scroll.scss +11 -9
  66. package/scss/interactivity/_touch-action.scss +6 -4
  67. package/scss/interactivity/_user-select.scss +6 -4
  68. package/scss/interactivity/_will-change.scss +6 -4
  69. package/scss/interactivity/index.import.scss +21 -10
  70. package/scss/layout/_aspect-ratio.scss +6 -4
  71. package/scss/layout/_box-sizing.scss +7 -4
  72. package/scss/layout/_clear.scss +6 -4
  73. package/scss/layout/_columns.scss +6 -4
  74. package/scss/layout/_display.scss +7 -5
  75. package/scss/layout/_float.scss +6 -4
  76. package/scss/layout/_object-fit.scss +6 -4
  77. package/scss/layout/_object-position.scss +6 -4
  78. package/scss/layout/_overflow.scss +6 -4
  79. package/scss/layout/_placement.scss +7 -5
  80. package/scss/layout/_position.scss +7 -6
  81. package/scss/layout/_visibility.scss +6 -4
  82. package/scss/layout/_zindex.scss +6 -4
  83. package/scss/layout/index.import.scss +27 -13
  84. package/scss/responsive-layout/_col-gap.scss +6 -2
  85. package/scss/responsive-layout/_col.scss +2 -0
  86. package/scss/responsive-layout/index.import.scss +5 -4
  87. package/scss/sizing/_height.scss +8 -6
  88. package/scss/sizing/_width.scss +8 -6
  89. package/scss/sizing/index.import.scss +2 -2
  90. package/scss/spacing/_margin.scss +6 -4
  91. package/scss/spacing/_padding.scss +7 -5
  92. package/scss/spacing/_space-between.scss +5 -4
  93. package/scss/spacing/index.import.scss +6 -4
  94. package/scss/svg/_fill.scss +6 -4
  95. package/scss/svg/_stroke.scss +6 -4
  96. package/scss/svg/index.import.scss +2 -2
  97. package/scss/table/_border-collapse.scss +6 -4
  98. package/scss/table/_table-layout.scss +6 -4
  99. package/scss/table/index.import.scss +5 -2
  100. package/scss/transform/_flip.scss +6 -4
  101. package/scss/transform/_origin.scss +6 -4
  102. package/scss/transform/_rotate.scss +7 -11
  103. package/scss/transform/_scale.scss +9 -19
  104. package/scss/transform/_skew.scss +8 -15
  105. package/scss/transform/_translate.scss +9 -19
  106. package/scss/transform/index.import.scss +9 -6
  107. package/scss/typography/_font-family.scss +3 -5
  108. package/scss/typography/_font-size.scss +3 -4
  109. package/scss/typography/_font-style.scss +6 -4
  110. package/scss/typography/_font-weight.scss +3 -4
  111. package/scss/typography/_letter-spacing.scss +3 -5
  112. package/scss/typography/_line-height.scss +3 -5
  113. package/scss/typography/_list-style.scss +6 -4
  114. package/scss/typography/_text-align.scss +6 -4
  115. package/scss/typography/_text-color.scss +5 -4
  116. package/scss/typography/_text-decoration.scss +6 -4
  117. package/scss/typography/_text-overflow.scss +6 -4
  118. package/scss/typography/_text-transform.scss +6 -4
  119. package/scss/typography/_vertical-align.scss +6 -4
  120. package/scss/typography/_white-space.scss +6 -4
  121. package/scss/typography/index.import.scss +35 -14
@@ -1,12 +1,14 @@
1
1
  // Register
2
- @import "@progress/kendo-theme-core/scss/module-system/index.import.scss";
3
- @include module-register((name: "utils-accessibility-screen-readers"));
2
+ @use "@progress/kendo-theme-core/scss/mixins/_import-once.scss" as *;
3
+ @use "../_globals.scss" as *;
4
+ @use "sass:map";
5
+
4
6
 
5
7
  @mixin kendo-utils--accessibility--screen-readers() {
6
- @include module-render("utils-accessibility-screen-readers") {
8
+ @include import-once("utils-accessibility-screen-readers") {
7
9
 
8
10
  // Screen readers utility classes
9
- $kendo-utils-accessibility: k-map-get( $kendo-utils, "accessibility" ) !default;
11
+ $kendo-utils-accessibility: map.get( $kendo-utils, "accessibility" ) !default;
10
12
 
11
13
  @if $kendo-utils-accessibility {
12
14
  /// This class could be assigned to elements which should be visually hidden, but remain accessible for screen readers.
@@ -1,4 +1,4 @@
1
- @import "./_screen-readers.scss";
1
+ @use "./_screen-readers.scss" as *;
2
2
 
3
3
  @mixin kendo-utils--accessibility() {
4
4
  @include kendo-utils--accessibility--screen-readers();
package/scss/all.scss CHANGED
@@ -1,3 +1,3 @@
1
- @import "./index.import.scss";
1
+ @use "./index.import.scss" as *;
2
2
 
3
3
  @include kendo-utils();
@@ -22,15 +22,17 @@
22
22
  /// @group background-clip
23
23
  /// @contextType css
24
24
 
25
+ @use "sass:map";
26
+ @use "../_globals.scss" as *;
27
+
25
28
  // Register
26
- @import "@progress/kendo-theme-core/scss/module-system/index.import.scss";
27
- @include module-register((name: "utils-background-clip"));
29
+ @use "@progress/kendo-theme-core/scss/mixins/import-once.scss" as *;
28
30
 
29
31
  @mixin kendo-utils--background--background-clip() {
30
- @include module-render("utils-background-clip") {
32
+ @include import-once("utils-background-clip") {
31
33
 
32
34
  // Background color utility classes
33
- $kendo-utils-background-clip: k-map-get( $kendo-utils, "background-clip" ) !default;
35
+ $kendo-utils-background-clip: map.get( $kendo-utils, "background-clip" ) !default;
34
36
  @include generate-utils( bg-clip, background-clip, $kendo-utils-background-clip );
35
37
 
36
38
  }
@@ -22,15 +22,17 @@
22
22
  /// @group background-color
23
23
  /// @contextType css
24
24
 
25
+ @use "sass:map";
26
+ @use "../_globals.scss" as *;
27
+
25
28
  // Register
26
- @import "@progress/kendo-theme-core/scss/module-system/index.import.scss";
27
- @include module-register((name: "utils-background-color"));
29
+ @use "@progress/kendo-theme-core/scss/mixins/import-once.scss" as *;
28
30
 
29
31
  @mixin kendo-utils--background--background-color() {
30
- @include module-render("utils-background-color") {
32
+ @include import-once("utils-background-color") {
31
33
 
32
34
  // Background color utility classes
33
- $kendo-utils-background-color: k-map-get( $kendo-utils, "background-color" ) !default;
35
+ $kendo-utils-background-color: map.get( $kendo-utils, "background-color" ) !default;
34
36
  @include generate-utils( bg, background-color, $kendo-utils-background-color, $css-var: 'color' );
35
37
 
36
38
  }
@@ -52,15 +52,17 @@
52
52
  /// @group background-position
53
53
  /// @contextType css
54
54
 
55
+ @use "sass:map";
56
+ @use "../_globals.scss" as *;
57
+
55
58
  // Register
56
- @import "@progress/kendo-theme-core/scss/module-system/index.import.scss";
57
- @include module-register((name: "utils-background-position"));
59
+ @use "@progress/kendo-theme-core/scss/mixins/import-once.scss" as *;
58
60
 
59
61
  @mixin kendo-utils--background--background-position() {
60
- @include module-render("utils-background-position") {
62
+ @include import-once("utils-background-position") {
61
63
 
62
64
  // Background position utility classes
63
- $kendo-utils-background-position: k-map-get( $kendo-utils, "background-position" ) !default;
65
+ $kendo-utils-background-position: map.get( $kendo-utils, "background-position" ) !default;
64
66
  @include generate-utils( bg, background-position, $kendo-utils-background-position );
65
67
 
66
68
  }
@@ -16,15 +16,17 @@
16
16
  /// @group background-size
17
17
  /// @contextType css
18
18
 
19
+ @use "sass:map";
20
+ @use "../_globals.scss" as *;
21
+
19
22
  // Register
20
- @import "@progress/kendo-theme-core/scss/module-system/index.import.scss";
21
- @include module-register((name: "utils-background-size"));
23
+ @use "@progress/kendo-theme-core/scss/mixins/import-once.scss" as *;
22
24
 
23
25
  @mixin kendo-utils--background--background-size() {
24
- @include module-render("utils-background-size") {
26
+ @include import-once("utils-background-size") {
25
27
 
26
28
  // Background size utility classes
27
- $kendo-utils-background-size: k-map-get( $kendo-utils, "background-size" ) !default;
29
+ $kendo-utils-background-size: map.get( $kendo-utils, "background-size" ) !default;
28
30
  @include generate-utils( bg, background-size, $kendo-utils-background-size );
29
31
 
30
32
  }
@@ -1,7 +1,7 @@
1
- @import "./_background-clip.scss";
2
- @import "./_background-color.scss";
3
- @import "./_background-position.scss";
4
- @import "./_background-size.scss";
1
+ @use "./_background-clip.scss" as *;
2
+ @use "./_background-color.scss" as *;
3
+ @use "./_background-position.scss" as *;
4
+ @use "./_background-size.scss" as *;
5
5
 
6
6
 
7
7
  @mixin kendo-utils--background() {
@@ -28,15 +28,17 @@
28
28
  /// @group border-color
29
29
  /// @contextType css
30
30
 
31
+ @use "sass:map";
32
+ @use "../_globals.scss" as *;
33
+
31
34
  // Register
32
- @import "@progress/kendo-theme-core/scss/module-system/index.import.scss";
33
- @include module-register((name: "utils-border-color"));
35
+ @use "@progress/kendo-theme-core/scss/mixins/import-once.scss" as *;
34
36
 
35
37
  @mixin kendo-utils--border--border-color() {
36
- @include module-render("utils-border-color") {
38
+ @include import-once("utils-border-color") {
37
39
 
38
40
  // Border color utility classes
39
- $kendo-utils-border-color: k-map-get( $kendo-utils, "border-color" ) !default;
41
+ $kendo-utils-border-color: map.get( $kendo-utils, "border-color" ) !default;
40
42
  @include generate-utils( border, border-color, $kendo-utils-border-color, $css-var: 'color' );
41
43
 
42
44
  }
@@ -322,14 +322,15 @@
322
322
  /// @group border-radius
323
323
  /// @contextType css
324
324
 
325
- @import "@progress/kendo-theme-core/scss/border-radii/index.import.scss";
325
+ @use "../_mixins.scss" as *;
326
+
327
+ @use "@progress/kendo-theme-core/scss/border-radii/index.import.scss" as *;
326
328
 
327
329
  // Register
328
- @import "@progress/kendo-theme-core/scss/module-system/index.import.scss";
329
- @include module-register((name: "utils-border-radius"));
330
+ @use "@progress/kendo-theme-core/scss/mixins/import-once.scss" as *;
330
331
 
331
332
  @mixin kendo-utils--border--border-radius() {
332
- @include module-render("utils-border-radius") {
333
+ @include import-once("utils-border-radius") {
333
334
 
334
335
  // Border radius utility classes
335
336
  @include generate-utils( rounded, border-radius, $kendo-border-radii, $css-var: "border-radius" );
@@ -244,15 +244,17 @@
244
244
  /// @group border-style
245
245
  /// @contextType css
246
246
 
247
+ @use "sass:map";
248
+ @use "../_globals.scss" as *;
249
+
247
250
  // Register
248
- @import "@progress/kendo-theme-core/scss/module-system/index.import.scss";
249
- @include module-register((name: "utils-border-style"));
251
+ @use "@progress/kendo-theme-core/scss/mixins/import-once.scss" as *;
250
252
 
251
253
  @mixin kendo-utils--border--border-style() {
252
- @include module-render("utils-border-style") {
254
+ @include import-once("utils-border-style") {
253
255
 
254
256
  // Border style utility classes
255
- $kendo-utils-border-style: k-map-get( $kendo-utils, "border-style" ) !default;
257
+ $kendo-utils-border-style: map.get( $kendo-utils, "border-style" ) !default;
256
258
  @include generate-utils( border, border-style, $kendo-utils-border-style );
257
259
  @include generate-utils( border-t, border-top-style, $kendo-utils-border-style );
258
260
  @include generate-utils( border-r, border-right-style, $kendo-utils-border-style );
@@ -208,15 +208,17 @@
208
208
  /// @group border-width
209
209
  /// @contextType css
210
210
 
211
+ @use "sass:map";
212
+ @use "../_globals.scss" as *;
213
+
211
214
  // Register
212
- @import "@progress/kendo-theme-core/scss/module-system/index.import.scss";
213
- @include module-register((name: "utils-border-width"));
215
+ @use "@progress/kendo-theme-core/scss/mixins/import-once.scss" as *;
214
216
 
215
217
  @mixin kendo-utils--border--border-width() {
216
- @include module-render("utils-border-width") {
218
+ @include import-once("utils-border-width") {
217
219
 
218
220
  // Border width utility classes
219
- $kendo-utils-border-width: k-map-get( $kendo-utils, "border-width" ) !default;
221
+ $kendo-utils-border-width: map.get( $kendo-utils, "border-width" ) !default;
220
222
  @include generate-utils( border, border-width, $kendo-utils-border-width );
221
223
  @include generate-utils( border-t, border-top-width, $kendo-utils-border-width );
222
224
  @include generate-utils( border-r, border-right-width, $kendo-utils-border-width );
@@ -28,15 +28,17 @@
28
28
  /// @group outline-color
29
29
  /// @contextType css
30
30
 
31
+ @use "sass:map";
32
+ @use "../_globals.scss" as *;
33
+
31
34
  // Register
32
- @import "@progress/kendo-theme-core/scss/module-system/index.import.scss";
33
- @include module-register((name: "utils-outline-color"));
35
+ @use "@progress/kendo-theme-core/scss/mixins/import-once.scss" as *;;
34
36
 
35
37
  @mixin kendo-utils--border--outline-color() {
36
- @include module-render("utils-outline-color") {
38
+ @include import-once("utils-outline-color") {
37
39
 
38
40
  // Outline color utility classes
39
- $kendo-utils-outline-color: k-map-get( $kendo-utils, "outline-color" ) !default;
41
+ $kendo-utils-outline-color: map.get( $kendo-utils, "outline-color" ) !default;
40
42
  @include generate-utils( outline, outline-color, $kendo-utils-outline-color, $css-var: 'color' );
41
43
 
42
44
  }
@@ -28,15 +28,17 @@
28
28
  /// @group outline-offset
29
29
  /// @contextType css
30
30
 
31
+ @use "sass:map";
32
+ @use "../_globals.scss" as *;
33
+
31
34
  // Register
32
- @import "@progress/kendo-theme-core/scss/module-system/index.import.scss";
33
- @include module-register((name: "utils-outline-offset"));
35
+ @use "@progress/kendo-theme-core/scss/mixins/import-once.scss" as *;
34
36
 
35
37
  @mixin kendo-utils--border--outline-offset() {
36
- @include module-render("utils-outline-offset") {
38
+ @include import-once("utils-outline-offset") {
37
39
 
38
40
  // Outline offset utility classes
39
- $kendo-utils-outline-offset: k-map-get( $kendo-utils, "outline-offset" ) !default;
41
+ $kendo-utils-outline-offset: map.get( $kendo-utils, "outline-offset" ) !default;
40
42
  @include generate-utils( outline-offset, outline-offset, $kendo-utils-outline-offset );
41
43
 
42
44
  }
@@ -34,15 +34,17 @@
34
34
  /// @group outline-style
35
35
  /// @contextType css
36
36
 
37
+ @use "sass:map";
38
+ @use "../_globals.scss" as *;
39
+
37
40
  // Register
38
- @import "@progress/kendo-theme-core/scss/module-system/index.import.scss";
39
- @include module-register((name: "utils-outline-style"));
41
+ @use "@progress/kendo-theme-core/scss/mixins/import-once.scss" as *;
40
42
 
41
43
  @mixin kendo-utils--border--outline-style() {
42
- @include module-render("utils-outline-style") {
44
+ @include import-once("utils-outline-style") {
43
45
 
44
46
  // Outline style utility classes
45
- $kendo-utils-outline-style: k-map-get( $kendo-utils, "outline-style" ) !default;
47
+ $kendo-utils-outline-style: map.get( $kendo-utils, "outline-style" ) !default;
46
48
  @include generate-utils( outline, outline-style, $kendo-utils-outline-style );
47
49
 
48
50
  }
@@ -28,15 +28,17 @@
28
28
  /// @group outline-width
29
29
  /// @contextType css
30
30
 
31
+ @use "sass:map";
32
+ @use "../_globals.scss" as *;
33
+
31
34
  // Register
32
- @import "@progress/kendo-theme-core/scss/module-system/index.import.scss";
33
- @include module-register((name: "utils-outline-width"));
35
+ @use "@progress/kendo-theme-core/scss/mixins/import-once.scss" as *;
34
36
 
35
37
  @mixin kendo-utils--border--outline-width() {
36
- @include module-render("utils-outline-width") {
38
+ @include import-once("utils-outline-width") {
37
39
 
38
40
  // Outline width utility classes
39
- $kendo-utils-outline-width: k-map-get( $kendo-utils, "outline-width" ) !default;
41
+ $kendo-utils-outline-width: map.get( $kendo-utils, "outline-width" ) !default;
40
42
  @include generate-utils( outline, outline-width, $kendo-utils-outline-width );
41
43
 
42
44
  }
@@ -1,11 +1,11 @@
1
- @import "./_border-color.scss";
2
- @import "./_border-radius.scss";
3
- @import "./_border-style.scss";
4
- @import "./_border-width.scss";
5
- @import "./_outline-color.scss";
6
- @import "./_outline-offset.scss";
7
- @import "./_outline-style.scss";
8
- @import "./_outline-width.scss";
1
+ @use "./_border-color.scss" as *;
2
+ @use "./_border-radius.scss" as *;
3
+ @use "./_border-style.scss" as *;
4
+ @use "./_border-width.scss" as *;
5
+ @use "./_outline-color.scss" as *;
6
+ @use "./_outline-offset.scss" as *;
7
+ @use "./_outline-style.scss" as *;
8
+ @use "./_outline-width.scss" as *;
9
9
 
10
10
 
11
11
  @mixin kendo-utils--border() {
@@ -10,15 +10,17 @@
10
10
  /// @group opacity
11
11
  /// @contextType css
12
12
 
13
+ @use "sass:map";
14
+ @use "../_globals.scss" as *;
15
+
13
16
  // Register
14
- @import "@progress/kendo-theme-core/scss/module-system/index.import.scss";
15
- @include module-register((name: "utils-effects-opacity"));
17
+ @use "@progress/kendo-theme-core/scss/mixins/import-once.scss" as *;
16
18
 
17
19
  @mixin kendo-utils--effects--opacity() {
18
- @include module-render("utils-effects-opacity") {
20
+ @include import-once("utils-effects-opacity") {
19
21
 
20
22
  // opacity utility classes
21
- $kendo-utils-opacity: k-map-get( $kendo-utils, "opacity" ) !default;
23
+ $kendo-utils-opacity: map.get( $kendo-utils, "opacity" ) !default;
22
24
  @include generate-utils( opacity, opacity, $kendo-utils-opacity );
23
25
 
24
26
  }
@@ -1,6 +1,6 @@
1
1
  // box shadow
2
2
  // box shadow color
3
- @import "./_opacity.scss";
3
+ @use "./_opacity.scss" as *;
4
4
 
5
5
  @mixin kendo-utils--effects() {
6
6
  @include kendo-utils--effects--opacity();
@@ -1,11 +1,11 @@
1
- @import "@progress/kendo-theme-core/scss/elevation/index.import.scss";
1
+ @use "@progress/kendo-theme-core/scss/elevation/index.import.scss" as *;
2
+ @use "../_globals.scss" as *;
2
3
 
3
4
  // Register
4
- @import "@progress/kendo-theme-core/scss/module-system/index.import.scss";
5
- @include module-register((name: "utils-elevation"));
5
+ @use "@progress/kendo-theme-core/scss/mixins/import-once.scss" as *;
6
6
 
7
7
  @mixin kendo-utils--elevation {
8
- @include module-render("utils-elevation") {
8
+ @include import-once("utils-elevation") {
9
9
  @include generate-utils(elevation, box-shadow, $kendo-elevation, $css-var: "elevation");
10
10
  }
11
11
  }
@@ -28,15 +28,17 @@
28
28
  /// @group backdrop-blur
29
29
  /// @contextType css
30
30
 
31
+ @use "sass:map";
32
+ @use "../_globals.scss" as *;
33
+
31
34
  // Register
32
- @import "@progress/kendo-theme-core/scss/module-system/index.import.scss";
33
- @include module-register((name: "utils-filter-backdrop"));
35
+ @use "@progress/kendo-theme-core/scss/mixins/import-once.scss" as *;
34
36
 
35
37
  @mixin kendo-utils--filter--backdrop() {
36
- @include module-render("utils-filter-backdrop") {
38
+ @include import-once("utils-filter-backdrop") {
37
39
 
38
40
  // backdrop utility classes
39
- $kendo-utils-backdrop-blur: k-map-get( $kendo-utils, "backdrop-blur" ) !default;
41
+ $kendo-utils-backdrop-blur: map.get( $kendo-utils, "backdrop-blur" ) !default;
40
42
  @include generate-utils( backdrop-blur, backdrop-filter, $kendo-utils-backdrop-blur );
41
43
 
42
44
  }
@@ -1,4 +1,4 @@
1
- @import "./_backdrop.scss";
1
+ @use "./_backdrop.scss" as *;
2
2
 
3
3
  @mixin kendo-utils--filter() {
4
4
  @include kendo-utils--filter--backdrop();
@@ -76,15 +76,17 @@
76
76
  /// @group align-content
77
77
  /// @contextType css
78
78
 
79
+ @use "sass:map";
80
+ @use "../_globals.scss" as *;
81
+
79
82
  // Register
80
- @import "@progress/kendo-theme-core/scss/module-system/index.import.scss";
81
- @include module-register((name: "utils-flex-grid-align-content"));
83
+ @use "@progress/kendo-theme-core/scss/mixins/import-once.scss" as *;
82
84
 
83
85
  @mixin kendo-utils--flex-grid--align-content() {
84
- @include module-render("utils-flex-grid-align-content") {
86
+ @include import-once("utils-flex-grid-align-content") {
85
87
 
86
88
  // Align content utility classes
87
- $kendo-utils-align-content: k-map-get( $kendo-utils, "align-content" ) !default;
89
+ $kendo-utils-align-content: map.get( $kendo-utils, "align-content" ) !default;
88
90
  @include generate-utils( align-content, align-content, $kendo-utils-align-content );
89
91
 
90
92
  }
@@ -70,15 +70,17 @@
70
70
  /// @group align-items
71
71
  /// @contextType css
72
72
 
73
+ @use "sass:map";
74
+ @use "../_globals.scss" as *;
75
+
73
76
  // Register
74
- @import "@progress/kendo-theme-core/scss/module-system/index.import.scss";
75
- @include module-register((name: "utils-flex-grid-align-items"));
77
+ @use "@progress/kendo-theme-core/scss/mixins/import-once.scss" as *;
76
78
 
77
79
  @mixin kendo-utils--flex-grid--align-items() {
78
- @include module-render("utils-flex-grid-align-items") {
80
+ @include import-once("utils-flex-grid-align-items") {
79
81
 
80
82
  // Align items utility classes
81
- $kendo-utils-align-items: k-map-get( $kendo-utils, "align-items" ) !default;
83
+ $kendo-utils-align-items: map.get( $kendo-utils, "align-items" ) !default;
82
84
  @include generate-utils( align-items, align-items, $kendo-utils-align-items );
83
85
 
84
86
  }
@@ -76,15 +76,17 @@
76
76
  /// @group align-self
77
77
  /// @contextType css
78
78
 
79
+ @use "sass:map";
80
+ @use "../_globals.scss" as *;
81
+
79
82
  // Register
80
- @import "@progress/kendo-theme-core/scss/module-system/index.import.scss";
81
- @include module-register((name: "utils-flex-grid-align-self"));
83
+ @use "@progress/kendo-theme-core/scss/mixins/import-once.scss" as *;
82
84
 
83
85
  @mixin kendo-utils--flex-grid--align-self() {
84
- @include module-render("utils-flex-grid-align-self") {
86
+ @include import-once("utils-flex-grid-align-self") {
85
87
 
86
88
  // Align self utility classes
87
- $kendo-utils-align-self: k-map-get( $kendo-utils, "align-self" ) !default;
89
+ $kendo-utils-align-self: map.get( $kendo-utils, "align-self" ) !default;
88
90
  @include generate-utils( align-self, align-self, $kendo-utils-align-self );
89
91
 
90
92
  }
@@ -10,15 +10,17 @@
10
10
  /// @group flex-basis
11
11
  /// @contextType css
12
12
 
13
+ @use "sass:map";
14
+ @use "../_globals.scss" as *;
15
+
13
16
  // Register
14
- @import "@progress/kendo-theme-core/scss/module-system/index.import.scss";
15
- @include module-register((name: "utils-flex-grid-flex-basis"));
17
+ @use "@progress/kendo-theme-core/scss/mixins/import-once.scss" as *;
16
18
 
17
19
  @mixin kendo-utils--flex-grid--flex-basis() {
18
- @include module-render("utils-flex-grid-flex-basis") {
20
+ @include import-once("utils-flex-grid-flex-basis") {
19
21
 
20
22
  // Flex basis utility classes
21
- $kendo-utils-flex-basis: k-map-get( $kendo-utils, "flex-basis" ) !default;
23
+ $kendo-utils-flex-basis: map.get( $kendo-utils, "flex-basis" ) !default;;
22
24
  @include generate-utils( basis, flex-basis, $kendo-utils-flex-basis );
23
25
  @include generate-utils( flex-basis, flex-basis, $kendo-utils-flex-basis );
24
26
 
@@ -22,15 +22,17 @@
22
22
  /// @group flex-direction
23
23
  /// @contextType css
24
24
 
25
+ @use "sass:map";
26
+ @use "../_globals.scss" as *;
27
+
25
28
  // Register
26
- @import "@progress/kendo-theme-core/scss/module-system/index.import.scss";
27
- @include module-register((name: "utils-flex-grid-flex-direction"));
29
+ @use "@progress/kendo-theme-core/scss/mixins/import-once.scss" as *;
28
30
 
29
31
  @mixin kendo-utils--flex-grid--flex-direction() {
30
- @include module-render("utils-flex-grid-flex-direction") {
32
+ @include import-once("utils-flex-grid-flex-direction") {
31
33
 
32
34
  // Flex direction utility classes
33
- $kendo-utils-flex-direction: k-map-get( $kendo-utils, "flex-direction" ) !default;
35
+ $kendo-utils-flex-direction: map.get( $kendo-utils, "flex-direction" ) !default;
34
36
  @include generate-utils( flex, flex-direction, $kendo-utils-flex-direction );
35
37
 
36
38
 
@@ -44,7 +46,7 @@
44
46
  @mixin kendo-utils--flex-grid--flex-direction--responsive($key) {
45
47
 
46
48
  // Flex direction responsive utility classes
47
- $kendo-utils-flex-direction: k-map-get( $kendo-utils, "flex-direction" ) !default;
49
+ $kendo-utils-flex-direction: map.get( $kendo-utils, "flex-direction" ) !default;
48
50
  @include generate-utils( flex-#{$key}, flex-direction, $kendo-utils-flex-direction, $important: false );
49
51
 
50
52
  }
@@ -10,15 +10,17 @@
10
10
  /// @group flex-grow
11
11
  /// @contextType css
12
12
 
13
+ @use "sass:map";
14
+ @use "../_globals.scss" as *;
15
+
13
16
  // Register
14
- @import "@progress/kendo-theme-core/scss/module-system/index.import.scss";
15
- @include module-register((name: "utils-flex-grid-flex-grow"));
17
+ @use "@progress/kendo-theme-core/scss/mixins/import-once.scss" as *;
16
18
 
17
19
  @mixin kendo-utils--flex-grid--flex-grow() {
18
- @include module-render("utils-flex-grid-flex-grow") {
20
+ @include import-once("utils-flex-grid-flex-grow") {
19
21
 
20
22
  // Flex grow utility classes
21
- $kendo-utils-flex-grow: k-map-get( $kendo-utils, "flex-grow" ) !default;
23
+ $kendo-utils-flex-grow: map.get( $kendo-utils, "flex-grow" ) !default;
22
24
  @include generate-utils( grow, flex-grow, $kendo-utils-flex-grow );
23
25
  @include generate-utils( flex-grow, flex-grow, $kendo-utils-flex-grow );
24
26
 
@@ -10,15 +10,17 @@
10
10
  /// @group flex-shrink
11
11
  /// @contextType css
12
12
 
13
+ @use "sass:map";
14
+ @use "../_globals.scss" as *;
15
+
13
16
  // Register
14
- @import "@progress/kendo-theme-core/scss/module-system/index.import.scss";
15
- @include module-register((name: "utils-flex-grid-flex-shrink"));
17
+ @use "@progress/kendo-theme-core/scss/mixins/import-once.scss" as *;
16
18
 
17
19
  @mixin kendo-utils--flex-grid--flex-shrink() {
18
- @include module-render("utils-flex-grid-flex-shrink") {
20
+ @include import-once("utils-flex-grid-flex-shrink") {
19
21
 
20
22
  // Flex shrink utility classes
21
- $kendo-utils-flex-shrink: k-map-get( $kendo-utils, "flex-shrink" ) !default;
23
+ $kendo-utils-flex-shrink: map.get( $kendo-utils, "flex-shrink" ) !default;
22
24
  @include generate-utils( shrink, flex-shrink, $kendo-utils-flex-shrink );
23
25
  @include generate-utils( flex-shrink, flex-shrink, $kendo-utils-flex-shrink );
24
26
 
@@ -16,15 +16,17 @@
16
16
  /// @group flex-wrap
17
17
  /// @contextType css
18
18
 
19
+ @use "sass:map";
20
+ @use "../_globals.scss" as *;
21
+
19
22
  // Register
20
- @import "@progress/kendo-theme-core/scss/module-system/index.import.scss";
21
- @include module-register((name: "utils-flex-grid-flex-wrap"));
23
+ @use "@progress/kendo-theme-core/scss/mixins/import-once.scss" as *;
22
24
 
23
25
  @mixin kendo-utils--flex-grid--flex-wrap() {
24
- @include module-render("utils-flex-grid-flex-wrap") {
26
+ @include import-once("utils-flex-grid-flex-wrap") {
25
27
 
26
28
  // Flex wrap utility classes
27
- $kendo-utils-flex-wrap: k-map-get( $kendo-utils, "flex-wrap" ) !default;
29
+ $kendo-utils-flex-wrap: map.get( $kendo-utils, "flex-wrap" ) !default;
28
30
  @include generate-utils( flex, flex-wrap, $kendo-utils-flex-wrap );
29
31
 
30
32
  }