@progress/kendo-theme-utils 6.1.1-dev.11 → 6.1.1-dev.16

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.
package/dist/all.scss CHANGED
@@ -1,17 +1,17 @@
1
1
  // This file is auto-generated. Do not edit!
2
- // baka:source packages/utils/scss/all.scss
2
+ // baka:source scss/all.scss
3
3
 
4
- // #region @import "./index.import.scss"; -> packages/utils/scss/index.import.scss
5
- // #region @import "./_functions.scss"; -> packages/utils/scss/_functions.scss
6
- // #region @import "@progress/kendo-theme-core/scss/functions/index.import.scss"; -> packages/utils/node_modules/@progress/kendo-theme-core/scss/functions/index.import.scss
7
- // #region @import "../_variables.scss"; -> packages/utils/node_modules/@progress/kendo-theme-core/scss/_variables.scss
4
+ // #region @import "./index.import.scss"; -> scss/index.import.scss
5
+ // #region @import "./_functions.scss"; -> scss/_functions.scss
6
+ // #region @import "@progress/kendo-theme-core/scss/functions/index.import.scss"; -> node_modules/@progress/kendo-theme-core/scss/functions/index.import.scss
7
+ // #region @import "../_variables.scss"; -> node_modules/@progress/kendo-theme-core/scss/_variables.scss
8
8
  // Equilateral triangle variables
9
9
  $equilateral-index: 1.7320508076 !default;
10
10
  $equilateral-height: .8660254038 !default;
11
11
 
12
12
  // #endregion
13
13
 
14
- // #region @import "./_color.import.scss"; -> packages/utils/node_modules/@progress/kendo-theme-core/scss/functions/_color.import.scss
14
+ // #region @import "./_color.import.scss"; -> node_modules/@progress/kendo-theme-core/scss/functions/_color.import.scss
15
15
  /// Returns the alpha channel of a color.
16
16
  /// @param {Color} $color - The color to get the alpha channel for.
17
17
  /// @return {Number} - The alpha channel of the color.
@@ -182,7 +182,7 @@ $equilateral-height: .8660254038 !default;
182
182
  }
183
183
 
184
184
  // #endregion
185
- // #region @import "./_color-contrast.import.scss"; -> packages/utils/node_modules/@progress/kendo-theme-core/scss/functions/_color-contrast.import.scss
185
+ // #region @import "./_color-contrast.import.scss"; -> node_modules/@progress/kendo-theme-core/scss/functions/_color-contrast.import.scss
186
186
  // Adapted from https://gist.github.com/sgomes/ccc72f71137fe29039c92c0a9fe9b657
187
187
  // Adapted from https://github.com/twbs/bootstrap/commit/03908ea37a55eaa44c12ce5694dddc1630c980b3
188
188
 
@@ -581,7 +581,7 @@ $wcag-light: white !default;
581
581
  }
582
582
 
583
583
  // #endregion
584
- // #region @import "./_color-manipulation.import.scss"; -> packages/utils/node_modules/@progress/kendo-theme-core/scss/functions/_color-manipulation.import.scss
584
+ // #region @import "./_color-manipulation.import.scss"; -> node_modules/@progress/kendo-theme-core/scss/functions/_color-manipulation.import.scss
585
585
  /// Set a specific jump point for requesting color jumps
586
586
  /// @group color-system
587
587
  /// @access private
@@ -713,7 +713,7 @@ $kendo-color-level-step: 8% !default;
713
713
  }
714
714
 
715
715
  // #endregion
716
- // #region @import "./_custom-properties.import.scss"; -> packages/utils/node_modules/@progress/kendo-theme-core/scss/functions/_custom-properties.import.scss
716
+ // #region @import "./_custom-properties.import.scss"; -> node_modules/@progress/kendo-theme-core/scss/functions/_custom-properties.import.scss
717
717
  @function k-var( $prefix: kendo-, $var: null, $fallback: null ) {
718
718
  $_prefix: $prefix;
719
719
  $_var: $var;
@@ -753,7 +753,7 @@ $kendo-color-level-step: 8% !default;
753
753
  }
754
754
 
755
755
  // #endregion
756
- // #region @import "./_escape-string.import.scss"; -> packages/utils/node_modules/@progress/kendo-theme-core/scss/functions/_escape-string.import.scss
756
+ // #region @import "./_escape-string.import.scss"; -> node_modules/@progress/kendo-theme-core/scss/functions/_escape-string.import.scss
757
757
  $_kendo-svg-escaped-characters: (
758
758
  ("%", "%25"),
759
759
  ("<", "%3c"),
@@ -804,7 +804,7 @@ $_kendo-escape-class-name: (
804
804
  }
805
805
 
806
806
  // #endregion
807
- // #region @import "./_lang.import.scss"; -> packages/utils/node_modules/@progress/kendo-theme-core/scss/functions/_lang.import.scss
807
+ // #region @import "./_lang.import.scss"; -> node_modules/@progress/kendo-theme-core/scss/functions/_lang.import.scss
808
808
  /// Returns the value of a variable if it is not null,
809
809
  /// otherwise returns the fallback value.
810
810
  /// @param {Any} $var - The variable to check.
@@ -821,7 +821,7 @@ $_kendo-escape-class-name: (
821
821
  }
822
822
 
823
823
  // #endregion
824
- // #region @import "./_list.import.scss"; -> packages/utils/node_modules/@progress/kendo-theme-core/scss/functions/_list.import.scss
824
+ // #region @import "./_list.import.scss"; -> node_modules/@progress/kendo-theme-core/scss/functions/_list.import.scss
825
825
  /// Returns a copy of `$list` with `$val` appended to the end.
826
826
  /// @param {List} $list - The list to process.
827
827
  /// @param {Any} $val - The value to append to `$list`.
@@ -961,7 +961,7 @@ $_kendo-escape-class-name: (
961
961
  }
962
962
 
963
963
  // #endregion
964
- // #region @import "./_math.import.scss"; -> packages/utils/node_modules/@progress/kendo-theme-core/scss/functions/_math.import.scss
964
+ // #region @import "./_math.import.scss"; -> node_modules/@progress/kendo-theme-core/scss/functions/_math.import.scss
965
965
  /// Returns the absolute value of a number.
966
966
  /// @param {Number} $number - The number to get the absolute value of.
967
967
  /// @return {Number} - The absolute value of `$number`.
@@ -1185,7 +1185,7 @@ $_kendo-escape-class-name: (
1185
1185
  }
1186
1186
 
1187
1187
  // #endregion
1188
- // #region @import "./_map.import.scss"; -> packages/utils/node_modules/@progress/kendo-theme-core/scss/functions/_map.import.scss
1188
+ // #region @import "./_map.import.scss"; -> node_modules/@progress/kendo-theme-core/scss/functions/_map.import.scss
1189
1189
  /// Returns the value at `$key` in `$map`.
1190
1190
  /// @param {Map} $map - The map to get the value from.
1191
1191
  /// @param {Any} $key - The key to get the value for.
@@ -1269,7 +1269,7 @@ $_kendo-escape-class-name: (
1269
1269
  }
1270
1270
 
1271
1271
  // #endregion
1272
- // #region @import "./_meta.import.scss"; -> packages/utils/node_modules/@progress/kendo-theme-core/scss/functions/_meta.import.scss
1272
+ // #region @import "./_meta.import.scss"; -> node_modules/@progress/kendo-theme-core/scss/functions/_meta.import.scss
1273
1273
  // Adapted from https://css-tricks.com/snippets/sass/advanced-type-checking/
1274
1274
 
1275
1275
  /// A wrapper around the `call()` function.
@@ -1511,7 +1511,7 @@ $_kendo-escape-class-name: (
1511
1511
  }
1512
1512
 
1513
1513
  // #endregion
1514
- // #region @import "./_string.import.scss"; -> packages/utils/node_modules/@progress/kendo-theme-core/scss/functions/_string.import.scss
1514
+ // #region @import "./_string.import.scss"; -> node_modules/@progress/kendo-theme-core/scss/functions/_string.import.scss
1515
1515
  /// Returns the first index of `$substring` in `$string`, or `null` if `$string` doesn’t contain `$substring`.
1516
1516
  /// @param {String} $string - The string to process.
1517
1517
  /// @param {String} $substring - The substring to look for.
@@ -1636,7 +1636,7 @@ $_kendo-escape-class-name: (
1636
1636
  // #endregion
1637
1637
 
1638
1638
  // #endregion
1639
- // #region @import "./_variables.scss"; -> packages/utils/scss/_variables.scss
1639
+ // #region @import "./_variables.scss"; -> scss/_variables.scss
1640
1640
  $kendo-prefix: k- !default;
1641
1641
  $kendo-important: true !default;
1642
1642
 
@@ -2459,7 +2459,7 @@ $kendo-utils: (
2459
2459
  ) !default;
2460
2460
 
2461
2461
  // #endregion
2462
- // #region @import "./_mixins.scss"; -> packages/utils/scss/_mixins.scss
2462
+ // #region @import "./_mixins.scss"; -> scss/_mixins.scss
2463
2463
  @mixin generate-utils( $name, $props, $values, $function: "", $important: $kendo-important ) {
2464
2464
  @if $values {
2465
2465
  $_props: if( k-meta-type-of($props) == list, $props, ( $props ) );
@@ -2491,8 +2491,8 @@ $kendo-utils: (
2491
2491
 
2492
2492
  // #endregion
2493
2493
 
2494
- // #region @import "./accessibility/index.import.scss"; -> packages/utils/scss/accessibility/index.import.scss
2495
- // #region @import "./_screen-readers.scss"; -> packages/utils/scss/accessibility/_screen-readers.scss
2494
+ // #region @import "./accessibility/index.import.scss"; -> scss/accessibility/index.import.scss
2495
+ // #region @import "./_screen-readers.scss"; -> scss/accessibility/_screen-readers.scss
2496
2496
  @mixin kendo-utils--accessibility--screen-readers() {
2497
2497
 
2498
2498
  // Screen readers utility classes
@@ -2534,8 +2534,8 @@ $kendo-utils: (
2534
2534
  }
2535
2535
 
2536
2536
  // #endregion
2537
- // #region @import "./layout/index.import.scss"; -> packages/utils/scss/layout/index.import.scss
2538
- // #region @import "./_aspect-ratio.scss"; -> packages/utils/scss/layout/_aspect-ratio.scss
2537
+ // #region @import "./layout/index.import.scss"; -> scss/layout/index.import.scss
2538
+ // #region @import "./_aspect-ratio.scss"; -> scss/layout/_aspect-ratio.scss
2539
2539
  // Aspect-ratio documentation sourced from https://developer.mozilla.org/en-US/docs/Web/CSS/aspect-ratio.
2540
2540
 
2541
2541
  /// This is equivalent to `aspect-ratio: auto;`. Replaced elements with an intrinsic aspect ratio use that aspect ratio, otherwise the box has no preferred aspect ratio. Size calculations involving intrinsic aspect ratio always work with the content box dimensions.
@@ -2571,7 +2571,7 @@ $kendo-utils: (
2571
2571
  }
2572
2572
 
2573
2573
  // #endregion
2574
- // #region @import "./_clear.scss"; -> packages/utils/scss/layout/_clear.scss
2574
+ // #region @import "./_clear.scss"; -> scss/layout/_clear.scss
2575
2575
  // Clear documentation sourced from https://developer.mozilla.org/en-US/docs/Web/CSS/clear.
2576
2576
 
2577
2577
  /// This is equivalent to `clear: left;`. Is a keyword indicating that the element is moved down to clear past left floats.
@@ -2603,7 +2603,7 @@ $kendo-utils: (
2603
2603
  }
2604
2604
 
2605
2605
  // #endregion
2606
- // #region @import "./_display.scss"; -> packages/utils/scss/layout/_display.scss
2606
+ // #region @import "./_display.scss"; -> scss/layout/_display.scss
2607
2607
  /// This is equivalent to `display: none;`. Turns off the display of an element so that it has no effect on layout (the document is rendered as though the element did not exist). All descendant elements also have their display turned off.
2608
2608
  /// @name .k-d-none
2609
2609
  /// @group display
@@ -2676,7 +2676,7 @@ $kendo-utils: (
2676
2676
  }
2677
2677
 
2678
2678
  // #endregion
2679
- // #region @import "./_float.scss"; -> packages/utils/scss/layout/_float.scss
2679
+ // #region @import "./_float.scss"; -> scss/layout/_float.scss
2680
2680
  // Float documentation sourced from https://developer.mozilla.org/en-US/docs/Web/CSS/float.
2681
2681
 
2682
2682
  /// This is equivalent to `float: left;`. The element must float on the left side of its containing block.
@@ -2703,7 +2703,7 @@ $kendo-utils: (
2703
2703
  }
2704
2704
 
2705
2705
  // #endregion
2706
- // #region @import "./_overflow.scss"; -> packages/utils/scss/layout/_overflow.scss
2706
+ // #region @import "./_overflow.scss"; -> scss/layout/_overflow.scss
2707
2707
  /// This is equivalent to `overflow: auto;`. Depends on the user agent. If content fits inside the padding box, it looks the same as visible, but still establishes a new block formatting context. Desktop browsers provide scrollbar if content overflows.
2708
2708
  /// @name .k-overflow-auto
2709
2709
  /// @group overflow
@@ -2788,7 +2788,7 @@ $kendo-utils: (
2788
2788
  }
2789
2789
 
2790
2790
  // #endregion
2791
- // #region @import "./_position.scss"; -> packages/utils/scss/layout/_position.scss
2791
+ // #region @import "./_position.scss"; -> scss/layout/_position.scss
2792
2792
  // Position documentation sourced from https://developer.mozilla.org/en-US/docs/Web/CSS/position.
2793
2793
 
2794
2794
  /// This is equivalent to `position: static;`. The element is positioned according to the normal flow of the document. The top, right, bottom, left, and z-index properties have no effect. This is the default value.
@@ -2942,7 +2942,7 @@ $kendo-utils: (
2942
2942
  }
2943
2943
 
2944
2944
  // #endregion
2945
- // #region @import "./_visibility.scss"; -> packages/utils/scss/layout/_visibility.scss
2945
+ // #region @import "./_visibility.scss"; -> scss/layout/_visibility.scss
2946
2946
  // TODO: docs
2947
2947
  // TODO: consider visible and invisible vs visibility-visible and visibility-hidden
2948
2948
 
@@ -2961,7 +2961,7 @@ $kendo-utils: (
2961
2961
  }
2962
2962
 
2963
2963
  // #endregion
2964
- // #region @import "./_zindex.scss"; -> packages/utils/scss/layout/_zindex.scss
2964
+ // #region @import "./_zindex.scss"; -> scss/layout/_zindex.scss
2965
2965
  // TODO: docs
2966
2966
 
2967
2967
  @mixin kendo-utils--layout--zindex() {
@@ -2987,8 +2987,8 @@ $kendo-utils: (
2987
2987
  }
2988
2988
 
2989
2989
  // #endregion
2990
- // #region @import "./flex-grid/index.import.scss"; -> packages/utils/scss/flex-grid/index.import.scss
2991
- // #region @import "./_align-content.scss"; -> packages/utils/scss/flex-grid/_align-content.scss
2990
+ // #region @import "./flex-grid/index.import.scss"; -> scss/flex-grid/index.import.scss
2991
+ // #region @import "./_align-content.scss"; -> scss/flex-grid/_align-content.scss
2992
2992
  // TODO: docs
2993
2993
 
2994
2994
  @mixin kendo-utils--flex-grid--align-content() {
@@ -3000,7 +3000,7 @@ $kendo-utils: (
3000
3000
  }
3001
3001
 
3002
3002
  // #endregion
3003
- // #region @import "./_align-items.scss"; -> packages/utils/scss/flex-grid/_align-items.scss
3003
+ // #region @import "./_align-items.scss"; -> scss/flex-grid/_align-items.scss
3004
3004
  // TODO: docs
3005
3005
 
3006
3006
  @mixin kendo-utils--flex-grid--align-items() {
@@ -3012,7 +3012,7 @@ $kendo-utils: (
3012
3012
  }
3013
3013
 
3014
3014
  // #endregion
3015
- // #region @import "./_align-self.scss"; -> packages/utils/scss/flex-grid/_align-self.scss
3015
+ // #region @import "./_align-self.scss"; -> scss/flex-grid/_align-self.scss
3016
3016
  // TODO: docs
3017
3017
 
3018
3018
  @mixin kendo-utils--flex-grid--align-self() {
@@ -3024,7 +3024,7 @@ $kendo-utils: (
3024
3024
  }
3025
3025
 
3026
3026
  // #endregion
3027
- // #region @import "./_flex-basis.scss"; -> packages/utils/scss/flex-grid/_flex-basis.scss
3027
+ // #region @import "./_flex-basis.scss"; -> scss/flex-grid/_flex-basis.scss
3028
3028
  /// This is equivalent to `flex-basis: auto`. It specifies the initial size of the flex item, before any available space is distributed according to the flex factors. It sizes the element according to its size property.
3029
3029
  /// @name .k-flex-basis-auto
3030
3030
  /// @group flex-basis
@@ -3045,7 +3045,7 @@ $kendo-utils: (
3045
3045
  }
3046
3046
 
3047
3047
  // #endregion
3048
- // #region @import "./_flex-direction.scss"; -> packages/utils/scss/flex-grid/_flex-direction.scss
3048
+ // #region @import "./_flex-direction.scss"; -> scss/flex-grid/_flex-direction.scss
3049
3049
  /// This is equivalent to `flex-direction: row`. This establishes the main-axis to be horizontal, thus defining the direction flex items are placed in the flex container: left to right in `ltr`; right to left in `rtl`.
3050
3050
  /// @name .k-flex-row
3051
3051
  /// @group flex-direction
@@ -3080,7 +3080,7 @@ $kendo-utils: (
3080
3080
  }
3081
3081
 
3082
3082
  // #endregion
3083
- // #region @import "./_flex-grow.scss"; -> packages/utils/scss/flex-grid/_flex-grow.scss
3083
+ // #region @import "./_flex-grow.scss"; -> scss/flex-grid/_flex-grow.scss
3084
3084
  /// This is equivalent to `flex-grow: 1`. It defines the ability for a flex item to grow if necessary. It accepts a unitless value that serves as a proportion. It dictates what amount of the available space inside the flex container the item should take up.
3085
3085
  /// @name .k-flex-grow
3086
3086
  /// @group flex-grow
@@ -3101,7 +3101,7 @@ $kendo-utils: (
3101
3101
  }
3102
3102
 
3103
3103
  // #endregion
3104
- // #region @import "./_flex-shrink.scss"; -> packages/utils/scss/flex-grid/_flex-shrink.scss
3104
+ // #region @import "./_flex-shrink.scss"; -> scss/flex-grid/_flex-shrink.scss
3105
3105
  /// This is equivalent to `flex-shrink: 1`. It determines how much the flex item will shrink relative to the rest of the flex items in the flex container when there isn't enough space on the row.
3106
3106
  /// @name .k-flex-shrink
3107
3107
  /// @group flex-shrink
@@ -3122,7 +3122,7 @@ $kendo-utils: (
3122
3122
  }
3123
3123
 
3124
3124
  // #endregion
3125
- // #region @import "./_flex-wrap.scss"; -> packages/utils/scss/flex-grid/_flex-wrap.scss
3125
+ // #region @import "./_flex-wrap.scss"; -> scss/flex-grid/_flex-wrap.scss
3126
3126
  /// This is equivalent to `flex-wrap: wrap`. It allows flex items to wrap as needed onto multiple lines, from top to bottom.
3127
3127
  /// @name .k-flex-wrap
3128
3128
  /// @group flex-wrap
@@ -3147,7 +3147,7 @@ $kendo-utils: (
3147
3147
  }
3148
3148
 
3149
3149
  // #endregion
3150
- // #region @import "./_flex.scss"; -> packages/utils/scss/flex-grid/_flex.scss
3150
+ // #region @import "./_flex.scss"; -> scss/flex-grid/_flex.scss
3151
3151
  /// This is equivalent to `flex: 1 1 0%`. It sizes the item not based on its `width`/`height` properties, but based on the available space. This is similar to `flex: 1 1 auto` except it is allowed to shrink beyond its initial size.
3152
3152
  /// @name .k-flex-1
3153
3153
  /// @group flex
@@ -3177,7 +3177,7 @@ $kendo-utils: (
3177
3177
  }
3178
3178
 
3179
3179
  // #endregion
3180
- // #region @import "./_gap.scss"; -> packages/utils/scss/flex-grid/_gap.scss
3180
+ // #region @import "./_gap.scss"; -> scss/flex-grid/_gap.scss
3181
3181
  // TODO: docs
3182
3182
 
3183
3183
  @mixin kendo-utils--flex-grid--gap() {
@@ -3191,7 +3191,7 @@ $kendo-utils: (
3191
3191
  }
3192
3192
 
3193
3193
  // #endregion
3194
- // #region @import "./_grid-auto-columns.scss"; -> packages/utils/scss/flex-grid/_grid-auto-columns.scss
3194
+ // #region @import "./_grid-auto-columns.scss"; -> scss/flex-grid/_grid-auto-columns.scss
3195
3195
  // TODO: docs
3196
3196
 
3197
3197
  @mixin kendo-utils--flex-grid--grid-auto-columns() {
@@ -3203,7 +3203,7 @@ $kendo-utils: (
3203
3203
  }
3204
3204
 
3205
3205
  // #endregion
3206
- // #region @import "./_grid-auto-flow.scss"; -> packages/utils/scss/flex-grid/_grid-auto-flow.scss
3206
+ // #region @import "./_grid-auto-flow.scss"; -> scss/flex-grid/_grid-auto-flow.scss
3207
3207
  // TODO: docs
3208
3208
 
3209
3209
  @mixin kendo-utils--flex-grid--grid-auto-flow() {
@@ -3215,7 +3215,7 @@ $kendo-utils: (
3215
3215
  }
3216
3216
 
3217
3217
  // #endregion
3218
- // #region @import "./_grid-auto-rows.scss"; -> packages/utils/scss/flex-grid/_grid-auto-rows.scss
3218
+ // #region @import "./_grid-auto-rows.scss"; -> scss/flex-grid/_grid-auto-rows.scss
3219
3219
  // TODO: docs
3220
3220
 
3221
3221
  @mixin kendo-utils--flex-grid--grid-auto-rows() {
@@ -3227,7 +3227,7 @@ $kendo-utils: (
3227
3227
  }
3228
3228
 
3229
3229
  // #endregion
3230
- // #region @import "./_grid-column-start-end.scss"; -> packages/utils/scss/flex-grid/_grid-column-start-end.scss
3230
+ // #region @import "./_grid-column-start-end.scss"; -> scss/flex-grid/_grid-column-start-end.scss
3231
3231
  // TODO: docs
3232
3232
 
3233
3233
  @mixin kendo-utils--flex-grid--grid-column-start-end() {
@@ -3255,7 +3255,7 @@ $kendo-utils: (
3255
3255
  }
3256
3256
 
3257
3257
  // #endregion
3258
- // #region @import "./_grid-row-start-end.scss"; -> packages/utils/scss/flex-grid/_grid-row-start-end.scss
3258
+ // #region @import "./_grid-row-start-end.scss"; -> scss/flex-grid/_grid-row-start-end.scss
3259
3259
  // TODO: docs
3260
3260
 
3261
3261
  @mixin kendo-utils--flex-grid--grid-row-start-end() {
@@ -3283,7 +3283,7 @@ $kendo-utils: (
3283
3283
  }
3284
3284
 
3285
3285
  // #endregion
3286
- // #region @import "./_grid-template-columns.scss"; -> packages/utils/scss/flex-grid/_grid-template-columns.scss
3286
+ // #region @import "./_grid-template-columns.scss"; -> scss/flex-grid/_grid-template-columns.scss
3287
3287
  // TODO: docs
3288
3288
 
3289
3289
  @mixin kendo-utils--flex-grid--grid-template-columns() {
@@ -3295,7 +3295,7 @@ $kendo-utils: (
3295
3295
  }
3296
3296
 
3297
3297
  // #endregion
3298
- // #region @import "./_grid-template-rows.scss"; -> packages/utils/scss/flex-grid/_grid-template-rows.scss
3298
+ // #region @import "./_grid-template-rows.scss"; -> scss/flex-grid/_grid-template-rows.scss
3299
3299
  // TODO: docs
3300
3300
 
3301
3301
  @mixin kendo-utils--flex-grid--grid-template-rows() {
@@ -3307,7 +3307,7 @@ $kendo-utils: (
3307
3307
  }
3308
3308
 
3309
3309
  // #endregion
3310
- // #region @import "./_justify-content.scss"; -> packages/utils/scss/flex-grid/_justify-content.scss
3310
+ // #region @import "./_justify-content.scss"; -> scss/flex-grid/_justify-content.scss
3311
3311
  // TODO: docs
3312
3312
 
3313
3313
  @mixin kendo-utils--flex-grid--justify-content() {
@@ -3324,7 +3324,7 @@ $kendo-utils: (
3324
3324
  }
3325
3325
 
3326
3326
  // #endregion
3327
- // #region @import "./_justify-items.scss"; -> packages/utils/scss/flex-grid/_justify-items.scss
3327
+ // #region @import "./_justify-items.scss"; -> scss/flex-grid/_justify-items.scss
3328
3328
  // TODO: docs
3329
3329
 
3330
3330
  @mixin kendo-utils--flex-grid--justify-items() {
@@ -3336,7 +3336,7 @@ $kendo-utils: (
3336
3336
  }
3337
3337
 
3338
3338
  // #endregion
3339
- // #region @import "./_justify-self.scss"; -> packages/utils/scss/flex-grid/_justify-self.scss
3339
+ // #region @import "./_justify-self.scss"; -> scss/flex-grid/_justify-self.scss
3340
3340
  // TODO: docs
3341
3341
 
3342
3342
  @mixin kendo-utils--flex-grid--justify-self() {
@@ -3348,7 +3348,7 @@ $kendo-utils: (
3348
3348
  }
3349
3349
 
3350
3350
  // #endregion
3351
- // #region @import "./_order.scss"; -> packages/utils/scss/flex-grid/_order.scss
3351
+ // #region @import "./_order.scss"; -> scss/flex-grid/_order.scss
3352
3352
  /// This is equivalent to `order: -9999;`.
3353
3353
  /// @name .k-order-first
3354
3354
  /// @group order
@@ -3373,7 +3373,7 @@ $kendo-utils: (
3373
3373
  }
3374
3374
 
3375
3375
  // #endregion
3376
- // #region @import "./_place-content.scss"; -> packages/utils/scss/flex-grid/_place-content.scss
3376
+ // #region @import "./_place-content.scss"; -> scss/flex-grid/_place-content.scss
3377
3377
  // TODO: docs
3378
3378
 
3379
3379
  @mixin kendo-utils--flex-grid--place-content() {
@@ -3385,7 +3385,7 @@ $kendo-utils: (
3385
3385
  }
3386
3386
 
3387
3387
  // #endregion
3388
- // #region @import "./_place-items.scss"; -> packages/utils/scss/flex-grid/_place-items.scss
3388
+ // #region @import "./_place-items.scss"; -> scss/flex-grid/_place-items.scss
3389
3389
  // TODO: docs
3390
3390
 
3391
3391
  @mixin kendo-utils--flex-grid--place-items() {
@@ -3397,7 +3397,7 @@ $kendo-utils: (
3397
3397
  }
3398
3398
 
3399
3399
  // #endregion
3400
- // #region @import "./_place-self.scss"; -> packages/utils/scss/flex-grid/_place-self.scss
3400
+ // #region @import "./_place-self.scss"; -> scss/flex-grid/_place-self.scss
3401
3401
  // TODO: docs
3402
3402
 
3403
3403
  @mixin kendo-utils--flex-grid--place-self() {
@@ -3439,8 +3439,8 @@ $kendo-utils: (
3439
3439
  }
3440
3440
 
3441
3441
  // #endregion
3442
- // #region @import "./spacing/index.import.scss"; -> packages/utils/scss/spacing/index.import.scss
3443
- // #region @import "./_margin.scss"; -> packages/utils/scss/spacing/_margin.scss
3442
+ // #region @import "./spacing/index.import.scss"; -> scss/spacing/index.import.scss
3443
+ // #region @import "./_margin.scss"; -> scss/spacing/_margin.scss
3444
3444
  // TODO: docs
3445
3445
 
3446
3446
  @mixin kendo-utils--spacing--margin() {
@@ -3458,7 +3458,7 @@ $kendo-utils: (
3458
3458
  }
3459
3459
 
3460
3460
  // #endregion
3461
- // #region @import "./_padding.scss"; -> packages/utils/scss/spacing/_padding.scss
3461
+ // #region @import "./_padding.scss"; -> scss/spacing/_padding.scss
3462
3462
  // TODO: docs
3463
3463
 
3464
3464
  @mixin kendo-utils--spacing--padding() {
@@ -3476,7 +3476,7 @@ $kendo-utils: (
3476
3476
  }
3477
3477
 
3478
3478
  // #endregion
3479
- // #region @import "./_space-between.scss"; -> packages/utils/scss/spacing/_space-between.scss
3479
+ // #region @import "./_space-between.scss"; -> scss/spacing/_space-between.scss
3480
3480
  // TODO: docs
3481
3481
 
3482
3482
  @mixin kendo-utils--spacing--space-between() {
@@ -3506,8 +3506,8 @@ $kendo-utils: (
3506
3506
  }
3507
3507
 
3508
3508
  // #endregion
3509
- // #region @import "./sizing/index.import.scss"; -> packages/utils/scss/sizing/index.import.scss
3510
- // #region @import "./_height.scss"; -> packages/utils/scss/sizing/_height.scss
3509
+ // #region @import "./sizing/index.import.scss"; -> scss/sizing/index.import.scss
3510
+ // #region @import "./_height.scss"; -> scss/sizing/_height.scss
3511
3511
  // TODO: docs
3512
3512
 
3513
3513
  @mixin kendo-utils--sizing--height() {
@@ -3527,7 +3527,7 @@ $kendo-utils: (
3527
3527
  }
3528
3528
 
3529
3529
  // #endregion
3530
- // #region @import "./_width.scss"; -> packages/utils/scss/sizing/_width.scss
3530
+ // #region @import "./_width.scss"; -> scss/sizing/_width.scss
3531
3531
  // TODO: docs
3532
3532
 
3533
3533
  @mixin kendo-utils--sizing--width() {
@@ -3555,9 +3555,9 @@ $kendo-utils: (
3555
3555
  }
3556
3556
 
3557
3557
  // #endregion
3558
- // #region @import "./typography/index.import.scss"; -> packages/utils/scss/typography/index.import.scss
3558
+ // #region @import "./typography/index.import.scss"; -> scss/typography/index.import.scss
3559
3559
  // font family
3560
- // #region @import "./_font-size.scss"; -> packages/utils/scss/typography/_font-size.scss
3560
+ // #region @import "./_font-size.scss"; -> scss/typography/_font-size.scss
3561
3561
  // TODO: docs
3562
3562
 
3563
3563
  @mixin kendo-utils--typography--font-size() {
@@ -3573,7 +3573,7 @@ $kendo-utils: (
3573
3573
 
3574
3574
  // #endregion
3575
3575
  // font smoothing
3576
- // #region @import "./_font-style.scss"; -> packages/utils/scss/typography/_font-style.scss
3576
+ // #region @import "./_font-style.scss"; -> scss/typography/_font-style.scss
3577
3577
  // TODO: docs
3578
3578
 
3579
3579
  @mixin kendo-utils--typography--font-style() {
@@ -3585,7 +3585,7 @@ $kendo-utils: (
3585
3585
  }
3586
3586
 
3587
3587
  // #endregion
3588
- // #region @import "./_font-weight.scss"; -> packages/utils/scss/typography/_font-weight.scss
3588
+ // #region @import "./_font-weight.scss"; -> scss/typography/_font-weight.scss
3589
3589
  // TODO: docs
3590
3590
 
3591
3591
  @mixin kendo-utils--typography--font-weight() {
@@ -3605,7 +3605,7 @@ $kendo-utils: (
3605
3605
  // letter spacing
3606
3606
  // line height
3607
3607
  // list style
3608
- // #region @import "./_text-align.scss"; -> packages/utils/scss/typography/_text-align.scss
3608
+ // #region @import "./_text-align.scss"; -> scss/typography/_text-align.scss
3609
3609
  // Text-align documentation sourced from https://developer.mozilla.org/en-US/docs/Web/CSS/text-align.
3610
3610
 
3611
3611
  /// This is equivalent to `text-align: left;`. The inline contents are aligned to the left edge of the line box.
@@ -3638,7 +3638,7 @@ $kendo-utils: (
3638
3638
  }
3639
3639
 
3640
3640
  // #endregion
3641
- // #region @import "./_text-color.scss"; -> packages/utils/scss/typography/_text-color.scss
3641
+ // #region @import "./_text-color.scss"; -> scss/typography/_text-color.scss
3642
3642
  // TODO: docs
3643
3643
 
3644
3644
  @mixin kendo-utils--typography--text-color() {
@@ -3655,7 +3655,7 @@ $kendo-utils: (
3655
3655
 
3656
3656
  // #endregion
3657
3657
  // text decoration
3658
- // #region @import "./_text-transform.scss"; -> packages/utils/scss/typography/_text-transform.scss
3658
+ // #region @import "./_text-transform.scss"; -> scss/typography/_text-transform.scss
3659
3659
  // Text-transform documentation sourced from https://developer.mozilla.org/en-US/docs/Web/CSS/text-transform.
3660
3660
 
3661
3661
  /// This is equivalent to `text-transform: lowercase;`. Is a keyword that converts all characters to lowercase.
@@ -3685,7 +3685,7 @@ $kendo-utils: (
3685
3685
  // text overflow
3686
3686
  // text indent
3687
3687
  // vertical align
3688
- // #region @import "./_white-space.scss"; -> packages/utils/scss/typography/_white-space.scss
3688
+ // #region @import "./_white-space.scss"; -> scss/typography/_white-space.scss
3689
3689
  // White-space documentation sourced from https://developer.mozilla.org/en-US/docs/Web/CSS/white-space.
3690
3690
 
3691
3691
  /// This is equivalent to `white-space: normal;`. Sequences of white space are collapsed. Newline characters in the source are handled the same as other white space. Lines are broken as necessary to fill line boxes.
@@ -3751,8 +3751,8 @@ $kendo-utils: (
3751
3751
  }
3752
3752
 
3753
3753
  // #endregion
3754
- // #region @import "./background/index.import.scss"; -> packages/utils/scss/background/index.import.scss
3755
- // #region @import "./_background-color.scss"; -> packages/utils/scss/background/_background-color.scss
3754
+ // #region @import "./background/index.import.scss"; -> scss/background/index.import.scss
3755
+ // #region @import "./_background-color.scss"; -> scss/background/_background-color.scss
3756
3756
  // TODO: docs
3757
3757
 
3758
3758
  @mixin kendo-utils--background--background-color() {
@@ -3771,8 +3771,8 @@ $kendo-utils: (
3771
3771
  }
3772
3772
 
3773
3773
  // #endregion
3774
- // #region @import "./border/index.import.scss"; -> packages/utils/scss/border/index.import.scss
3775
- // #region @import "./_border-color.scss"; -> packages/utils/scss/border/_border-color.scss
3774
+ // #region @import "./border/index.import.scss"; -> scss/border/index.import.scss
3775
+ // #region @import "./_border-color.scss"; -> scss/border/_border-color.scss
3776
3776
  // TODO: docs
3777
3777
 
3778
3778
  @mixin kendo-utils--border--border-color() {
@@ -3790,7 +3790,7 @@ $kendo-utils: (
3790
3790
  }
3791
3791
 
3792
3792
  // #endregion
3793
- // #region @import "./_border-radius.scss"; -> packages/utils/scss/border/_border-radius.scss
3793
+ // #region @import "./_border-radius.scss"; -> scss/border/_border-radius.scss
3794
3794
  // TODO: docs
3795
3795
 
3796
3796
  @mixin kendo-utils--border--border-radius() {
@@ -3810,7 +3810,7 @@ $kendo-utils: (
3810
3810
  }
3811
3811
 
3812
3812
  // #endregion
3813
- // #region @import "./_border-style.scss"; -> packages/utils/scss/border/_border-style.scss
3813
+ // #region @import "./_border-style.scss"; -> scss/border/_border-style.scss
3814
3814
  // TODO: docs
3815
3815
 
3816
3816
  @mixin kendo-utils--border--border-style() {
@@ -3828,7 +3828,7 @@ $kendo-utils: (
3828
3828
  }
3829
3829
 
3830
3830
  // #endregion
3831
- // #region @import "./_border-width.scss"; -> packages/utils/scss/border/_border-width.scss
3831
+ // #region @import "./_border-width.scss"; -> scss/border/_border-width.scss
3832
3832
  // TODO: docs
3833
3833
 
3834
3834
  @mixin kendo-utils--border--border-width() {
@@ -3853,7 +3853,7 @@ $kendo-utils: (
3853
3853
  }
3854
3854
 
3855
3855
  // #endregion
3856
- // #region @import "./_outline-color.scss"; -> packages/utils/scss/border/_outline-color.scss
3856
+ // #region @import "./_outline-color.scss"; -> scss/border/_outline-color.scss
3857
3857
  // TODO: docs
3858
3858
 
3859
3859
  @mixin kendo-utils--border--outline-color() {
@@ -3865,7 +3865,7 @@ $kendo-utils: (
3865
3865
  }
3866
3866
 
3867
3867
  // #endregion
3868
- // #region @import "./_outline-offset.scss"; -> packages/utils/scss/border/_outline-offset.scss
3868
+ // #region @import "./_outline-offset.scss"; -> scss/border/_outline-offset.scss
3869
3869
  // TODO: docs
3870
3870
 
3871
3871
  @mixin kendo-utils--border--outline-offset() {
@@ -3877,7 +3877,7 @@ $kendo-utils: (
3877
3877
  }
3878
3878
 
3879
3879
  // #endregion
3880
- // #region @import "./_outline-style.scss"; -> packages/utils/scss/border/_outline-style.scss
3880
+ // #region @import "./_outline-style.scss"; -> scss/border/_outline-style.scss
3881
3881
  // TODO: docs
3882
3882
 
3883
3883
  @mixin kendo-utils--border--outline-style() {
@@ -3889,7 +3889,7 @@ $kendo-utils: (
3889
3889
  }
3890
3890
 
3891
3891
  // #endregion
3892
- // #region @import "./_outline-width.scss"; -> packages/utils/scss/border/_outline-width.scss
3892
+ // #region @import "./_outline-width.scss"; -> scss/border/_outline-width.scss
3893
3893
  // TODO: docs
3894
3894
 
3895
3895
  @mixin kendo-utils--border--outline-width() {
@@ -3917,8 +3917,8 @@ $kendo-utils: (
3917
3917
  // #endregion
3918
3918
  // effects
3919
3919
  // filter
3920
- // #region @import "./table/index.import.scss"; -> packages/utils/scss/table/index.import.scss
3921
- // #region @import "./_border-collapse.scss"; -> packages/utils/scss/table/_border-collapse.scss
3920
+ // #region @import "./table/index.import.scss"; -> scss/table/index.import.scss
3921
+ // #region @import "./_border-collapse.scss"; -> scss/table/_border-collapse.scss
3922
3922
  // TODO: docs
3923
3923
 
3924
3924
  @mixin kendo-utils--table--border-collapse() {
@@ -3930,7 +3930,7 @@ $kendo-utils: (
3930
3930
  }
3931
3931
 
3932
3932
  // #endregion
3933
- // #region @import "./_table-layout.scss"; -> packages/utils/scss/table/_table-layout.scss
3933
+ // #region @import "./_table-layout.scss"; -> scss/table/_table-layout.scss
3934
3934
  // Table-layout documentation sourced from https://developer.mozilla.org/en-US/docs/Web/CSS/table-layout.
3935
3935
 
3936
3936
  /// This is equivalent to `table-layout: auto;`. By default, most browsers use an automatic table layout algorithm. The widths of the table and its cells are adjusted to fit the content.
@@ -3962,8 +3962,8 @@ $kendo-utils: (
3962
3962
 
3963
3963
  // #endregion
3964
3964
  // transition
3965
- // #region @import "./transform/index.import.scss"; -> packages/utils/scss/transform/index.import.scss
3966
- // #region @import "./_flip.scss"; -> packages/utils/scss/transform/_flip.scss
3965
+ // #region @import "./transform/index.import.scss"; -> scss/transform/index.import.scss
3966
+ // #region @import "./_flip.scss"; -> scss/transform/_flip.scss
3967
3967
  /// This is equivalent to `transform: scaleX( -1 );`. Flips the element horizontally.
3968
3968
  /// @name .k-flip-h
3969
3969
  /// @group transform
@@ -3998,7 +3998,7 @@ $kendo-utils: (
3998
3998
  }
3999
3999
 
4000
4000
  // #endregion
4001
- // #region @import "./_origin.scss"; -> packages/utils/scss/transform/_origin.scss
4001
+ // #region @import "./_origin.scss"; -> scss/transform/_origin.scss
4002
4002
  // TODO: docs
4003
4003
 
4004
4004
  @mixin kendo-utils--transform--origin() {
@@ -4010,7 +4010,7 @@ $kendo-utils: (
4010
4010
  }
4011
4011
 
4012
4012
  // #endregion
4013
- // #region @import "./_rotate.scss"; -> packages/utils/scss/transform/_rotate.scss
4013
+ // #region @import "./_rotate.scss"; -> scss/transform/_rotate.scss
4014
4014
  /// This is equivalent to `transform: rotate( 0 );`. Does not rotate the element.
4015
4015
  /// @name .k-rotate-0
4016
4016
  /// @group transform
@@ -4066,7 +4066,7 @@ $kendo-utils: (
4066
4066
  }
4067
4067
 
4068
4068
  // #endregion
4069
- // #region @import "./_scale.scss"; -> packages/utils/scss/transform/_scale.scss
4069
+ // #region @import "./_scale.scss"; -> scss/transform/_scale.scss
4070
4070
  /// This is equivalent to `transform: scale( 0, 0 );`. The element is shrunk and no longer visible.
4071
4071
  /// @name .k-scale-0
4072
4072
  /// @group transform
@@ -4105,7 +4105,7 @@ $kendo-utils: (
4105
4105
  }
4106
4106
 
4107
4107
  // #endregion
4108
- // #region @import "./_skew.scss"; -> packages/utils/scss/transform/_skew.scss
4108
+ // #region @import "./_skew.scss"; -> scss/transform/_skew.scss
4109
4109
  // TODO: docs
4110
4110
 
4111
4111
  // sass-lint:disable function-name-format
@@ -4127,7 +4127,7 @@ $kendo-utils: (
4127
4127
  }
4128
4128
 
4129
4129
  // #endregion
4130
- // #region @import "./_translate.scss"; -> packages/utils/scss/transform/_translate.scss
4130
+ // #region @import "./_translate.scss"; -> scss/transform/_translate.scss
4131
4131
  /// This is equivalent to `transform: translate( 0, 0 );`. The element does not move.
4132
4132
  /// @name .k-translate-0
4133
4133
  /// @group transform
@@ -4219,8 +4219,8 @@ $kendo-utils: (
4219
4219
  }
4220
4220
 
4221
4221
  // #endregion
4222
- // #region @import "./interactivity/index.import.scss"; -> packages/utils/scss/interactivity/index.import.scss
4223
- // #region @import "./_accent-color.scss"; -> packages/utils/scss/interactivity/_accent-color.scss
4222
+ // #region @import "./interactivity/index.import.scss"; -> scss/interactivity/index.import.scss
4223
+ // #region @import "./_accent-color.scss"; -> scss/interactivity/_accent-color.scss
4224
4224
  // TODO: docs
4225
4225
 
4226
4226
  @mixin kendo-utils--interactivity--accent-color() {
@@ -4232,7 +4232,7 @@ $kendo-utils: (
4232
4232
  }
4233
4233
 
4234
4234
  // #endregion
4235
- // #region @import "./_appearance.scss"; -> packages/utils/scss/interactivity/_appearance.scss
4235
+ // #region @import "./_appearance.scss"; -> scss/interactivity/_appearance.scss
4236
4236
  /// This is equivalent to `appearance: none;`. Resets any browser specific styling on an element.
4237
4237
  /// @name .k-appearance-none
4238
4238
  /// @group appearance
@@ -4252,7 +4252,7 @@ $kendo-utils: (
4252
4252
  }
4253
4253
 
4254
4254
  // #endregion
4255
- // #region @import "./_caret-color.scss"; -> packages/utils/scss/interactivity/_caret-color.scss
4255
+ // #region @import "./_caret-color.scss"; -> scss/interactivity/_caret-color.scss
4256
4256
  // TODO: docs
4257
4257
 
4258
4258
  @mixin kendo-utils--interactivity--caret-color() {
@@ -4264,7 +4264,7 @@ $kendo-utils: (
4264
4264
  }
4265
4265
 
4266
4266
  // #endregion
4267
- // #region @import "./_cursor.scss"; -> packages/utils/scss/interactivity/_cursor.scss
4267
+ // #region @import "./_cursor.scss"; -> scss/interactivity/_cursor.scss
4268
4268
  // TODO: docs
4269
4269
 
4270
4270
  @mixin kendo-utils--interactivity--cursor() {
@@ -4276,7 +4276,7 @@ $kendo-utils: (
4276
4276
  }
4277
4277
 
4278
4278
  // #endregion
4279
- // #region @import "./_pointer-events.scss"; -> packages/utils/scss/interactivity/_pointer-events.scss
4279
+ // #region @import "./_pointer-events.scss"; -> scss/interactivity/_pointer-events.scss
4280
4280
  // Pointer-events documentation sourced from https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events.
4281
4281
 
4282
4282
  /// This is equivalent to `pointer-events: none;`. The element is never the target of pointer events; however, pointer events may target its descendant elements if those descendants have pointer-events set to some other value. In these circumstances, pointer events will trigger event listeners on this parent element as appropriate on their way to/from the descendant during the event capture/bubble phases.
@@ -4298,7 +4298,7 @@ $kendo-utils: (
4298
4298
  }
4299
4299
 
4300
4300
  // #endregion
4301
- // #region @import "./_resize.scss"; -> packages/utils/scss/interactivity/_resize.scss
4301
+ // #region @import "./_resize.scss"; -> scss/interactivity/_resize.scss
4302
4302
  // Resize documentation sourced from https://developer.mozilla.org/en-US/docs/Web/CSS/resize.
4303
4303
 
4304
4304
  /// This is equivalent to `resize: both;`. The element displays a mechanism for allowing the user to resize it, which may be resized both horizontally and vertically.
@@ -4330,7 +4330,7 @@ $kendo-utils: (
4330
4330
  }
4331
4331
 
4332
4332
  // #endregion
4333
- // #region @import "./_scroll.scss"; -> packages/utils/scss/interactivity/_scroll.scss
4333
+ // #region @import "./_scroll.scss"; -> scss/interactivity/_scroll.scss
4334
4334
  // TODO: docs
4335
4335
 
4336
4336
  @mixin kendo-utils--interactivity--scroll() {
@@ -4383,7 +4383,7 @@ $kendo-utils: (
4383
4383
  }
4384
4384
 
4385
4385
  // #endregion
4386
- // #region @import "./_touch-action.scss"; -> packages/utils/scss/interactivity/_touch-action.scss
4386
+ // #region @import "./_touch-action.scss"; -> scss/interactivity/_touch-action.scss
4387
4387
  // TODO: docs
4388
4388
 
4389
4389
  /// This is equivalent to `touch-action: none;`. Disable browser handling of all panning and zooming gestures.
@@ -4405,7 +4405,7 @@ $kendo-utils: (
4405
4405
  }
4406
4406
 
4407
4407
  // #endregion
4408
- // #region @import "./_user-select.scss"; -> packages/utils/scss/interactivity/_user-select.scss
4408
+ // #region @import "./_user-select.scss"; -> scss/interactivity/_user-select.scss
4409
4409
  // User-select documentation sourced from https://developer.mozilla.org/en-US/docs/Web/CSS/user-select.
4410
4410
 
4411
4411
  /// This is equivalent to `user-select: none;`. The text of the element and its sub-elements is not selectable. Note that the Selection object can contain these elements.
@@ -4442,7 +4442,7 @@ $kendo-utils: (
4442
4442
  }
4443
4443
 
4444
4444
  // #endregion
4445
- // #region @import "./_will-change.scss"; -> packages/utils/scss/interactivity/_will-change.scss
4445
+ // #region @import "./_will-change.scss"; -> scss/interactivity/_will-change.scss
4446
4446
  // TODO: docs
4447
4447
 
4448
4448
  @mixin kendo-utils--interactivity--will-change() {