@progress/kendo-theme-utils 7.0.2-dev.0 → 7.0.2-dev.2

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 (2) hide show
  1. package/dist/all.scss +14 -14
  2. package/package.json +8 -4
package/dist/all.scss CHANGED
@@ -3,8 +3,8 @@
3
3
 
4
4
  // #region @import "./index.import.scss"; -> scss/index.import.scss
5
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 "./_color.import.scss"; -> node_modules/@progress/kendo-theme-core/scss/functions/_color.import.scss
6
+ // #region @import "@progress/kendo-theme-core/scss/functions/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/functions/index.import.scss
7
+ // #region @import "./_color.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/functions/_color.import.scss
8
8
  /// Returns the alpha channel of a color.
9
9
  /// @param {Color} $color - The color to get the alpha channel for.
10
10
  /// @return {Number} - The alpha channel of the color.
@@ -175,7 +175,7 @@
175
175
  }
176
176
 
177
177
  // #endregion
178
- // #region @import "./_color-contrast.import.scss"; -> node_modules/@progress/kendo-theme-core/scss/functions/_color-contrast.import.scss
178
+ // #region @import "./_color-contrast.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/functions/_color-contrast.import.scss
179
179
  // Adapted from https://gist.github.com/sgomes/ccc72f71137fe29039c92c0a9fe9b657
180
180
  // Adapted from https://github.com/twbs/bootstrap/commit/03908ea37a55eaa44c12ce5694dddc1630c980b3
181
181
 
@@ -571,7 +571,7 @@ $wcag-light: white !default;
571
571
  }
572
572
 
573
573
  // #endregion
574
- // #region @import "./_color-manipulation.import.scss"; -> node_modules/@progress/kendo-theme-core/scss/functions/_color-manipulation.import.scss
574
+ // #region @import "./_color-manipulation.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/functions/_color-manipulation.import.scss
575
575
  $kendo-light-color-level-step: 8% !default;
576
576
  $kendo-dark-color-level-step: 16% !default;
577
577
 
@@ -708,7 +708,7 @@ $kendo-color-level-step: 8% !default;
708
708
  }
709
709
 
710
710
  // #endregion
711
- // #region @import "./_custom-properties.import.scss"; -> node_modules/@progress/kendo-theme-core/scss/functions/_custom-properties.import.scss
711
+ // #region @import "./_custom-properties.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/functions/_custom-properties.import.scss
712
712
  @function k-var( $prefix: kendo-, $var: null, $fallback: null ) {
713
713
  $_prefix: $prefix;
714
714
  $_var: $var;
@@ -748,7 +748,7 @@ $kendo-color-level-step: 8% !default;
748
748
  }
749
749
 
750
750
  // #endregion
751
- // #region @import "./_escape-string.import.scss"; -> node_modules/@progress/kendo-theme-core/scss/functions/_escape-string.import.scss
751
+ // #region @import "./_escape-string.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/functions/_escape-string.import.scss
752
752
  $_kendo-svg-escaped-characters: (
753
753
  ("%", "%25"),
754
754
  ("<", "%3c"),
@@ -799,7 +799,7 @@ $_kendo-escape-class-name: (
799
799
  }
800
800
 
801
801
  // #endregion
802
- // #region @import "./_lang.import.scss"; -> node_modules/@progress/kendo-theme-core/scss/functions/_lang.import.scss
802
+ // #region @import "./_lang.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/functions/_lang.import.scss
803
803
  /// Returns the value of a variable if it is not null,
804
804
  /// otherwise returns the fallback value.
805
805
  /// @param {Any} $var - The variable to check.
@@ -816,7 +816,7 @@ $_kendo-escape-class-name: (
816
816
  }
817
817
 
818
818
  // #endregion
819
- // #region @import "./_list.import.scss"; -> node_modules/@progress/kendo-theme-core/scss/functions/_list.import.scss
819
+ // #region @import "./_list.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/functions/_list.import.scss
820
820
  /// Returns a copy of `$list` with `$val` appended to the end.
821
821
  /// @param {List} $list - The list to process.
822
822
  /// @param {Any} $val - The value to append to `$list`.
@@ -955,7 +955,7 @@ $_kendo-escape-class-name: (
955
955
  }
956
956
 
957
957
  // #endregion
958
- // #region @import "./_math.import.scss"; -> node_modules/@progress/kendo-theme-core/scss/functions/_math.import.scss
958
+ // #region @import "./_math.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/functions/_math.import.scss
959
959
  /// Returns the absolute value of a number.
960
960
  /// @param {Number} $number - The number to get the absolute value of.
961
961
  /// @return {Number} - The absolute value of `$number`.
@@ -1179,7 +1179,7 @@ $_kendo-escape-class-name: (
1179
1179
  }
1180
1180
 
1181
1181
  // #endregion
1182
- // #region @import "./_map.import.scss"; -> node_modules/@progress/kendo-theme-core/scss/functions/_map.import.scss
1182
+ // #region @import "./_map.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/functions/_map.import.scss
1183
1183
  /// Returns the value at `$key` in `$map`.
1184
1184
  /// @param {Map} $map - The map to get the value from.
1185
1185
  /// @param {Any} $key - The key to get the value for.
@@ -1317,7 +1317,7 @@ $_kendo-escape-class-name: (
1317
1317
  }
1318
1318
 
1319
1319
  // #endregion
1320
- // #region @import "./_meta.import.scss"; -> node_modules/@progress/kendo-theme-core/scss/functions/_meta.import.scss
1320
+ // #region @import "./_meta.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/functions/_meta.import.scss
1321
1321
  // Adapted from https://css-tricks.com/snippets/sass/advanced-type-checking/
1322
1322
 
1323
1323
  /// A wrapper around the `call()` function.
@@ -1563,7 +1563,7 @@ $_kendo-escape-class-name: (
1563
1563
  }
1564
1564
 
1565
1565
  // #endregion
1566
- // #region @import "./_string.import.scss"; -> node_modules/@progress/kendo-theme-core/scss/functions/_string.import.scss
1566
+ // #region @import "./_string.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/functions/_string.import.scss
1567
1567
  $svg-escaped-characters: (
1568
1568
  ("%", "%25"),
1569
1569
  ("<", "%3c"),
@@ -9562,8 +9562,8 @@ $kendo-utils: (
9562
9562
  // #endregion
9563
9563
 
9564
9564
  // #region @import "./elevation/index.import.scss"; -> scss/elevation/index.import.scss
9565
- // #region @import "@progress/kendo-theme-core/scss/elevation/index.import.scss"; -> node_modules/@progress/kendo-theme-core/scss/elevation/index.import.scss
9566
- // #region @import "../functions/index.import.scss"; -> node_modules/@progress/kendo-theme-core/scss/functions/index.import.scss
9565
+ // #region @import "@progress/kendo-theme-core/scss/elevation/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/elevation/index.import.scss
9566
+ // #region @import "../functions/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/functions/index.import.scss
9567
9567
  // File already imported_once. Skipping output.
9568
9568
  // #endregion
9569
9569
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-utils",
3
3
  "description": "Utility first library alongside Kendo UI",
4
- "version": "7.0.2-dev.0",
4
+ "version": "7.0.2-dev.2",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -20,7 +20,7 @@
20
20
  "homepage": "https://github.com/telerik/kendo-themes/tree/master/packages/utils",
21
21
  "repository": {
22
22
  "type": "git",
23
- "url": "https://github.com/telerik/kendo-themes.git",
23
+ "url": "git+https://github.com/telerik/kendo-themes.git",
24
24
  "directory": "packages/utils"
25
25
  },
26
26
  "bugs": {
@@ -33,6 +33,7 @@
33
33
  "build": "sass-build",
34
34
  "watch": "node ../../scripts/watch-theme",
35
35
  "sass": "sass-build",
36
+ "sass:flat": "gulp dist:flat && sass-build -c sass-flat.config.js",
36
37
  "docs": "node ../../scripts/sassdoc.js",
37
38
  "predocs": "npm run resolve-variables",
38
39
  "resolve-variables": "node ../../scripts/resolve-variables.js",
@@ -42,7 +43,10 @@
42
43
  "postpublish": "echo 'no postpublish for utils'"
43
44
  },
44
45
  "dependencies": {
45
- "@progress/kendo-theme-core": "7.0.2-dev.0"
46
+ "@progress/kendo-theme-core": "7.0.2-dev.2"
46
47
  },
47
- "gitHead": "1364f9c5bda2e0f5abdf6bd3705d4b99f86a89f3"
48
+ "directories": {
49
+ "doc": "docs"
50
+ },
51
+ "gitHead": "36bea054a01eb1014236d7fcf8d5860741fed5a3"
48
52
  }