@progress/kendo-theme-utils 6.5.0-dev.0 → 6.5.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.
- package/dist/all.scss +4 -0
- package/package.json +3 -3
package/dist/all.scss
CHANGED
|
@@ -1319,6 +1319,10 @@ $_kendo-escape-class-name: (
|
|
|
1319
1319
|
/// @example scss - Usage
|
|
1320
1320
|
/// @debug k-meta-function-exists( "k-string-replace" ); // => true
|
|
1321
1321
|
@function k-meta-function-exists( $name ) {
|
|
1322
|
+
@if $name == "" {
|
|
1323
|
+
@return false;
|
|
1324
|
+
}
|
|
1325
|
+
|
|
1322
1326
|
@return function-exists( $name );
|
|
1323
1327
|
}
|
|
1324
1328
|
|
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": "6.5.0-dev.
|
|
4
|
+
"version": "6.5.0-dev.1",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"postpublish": "echo 'no postpublish for utils'"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@progress/kendo-theme-core": "6.5.0-dev.
|
|
45
|
+
"@progress/kendo-theme-core": "6.5.0-dev.1"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "6669ee878325bbdc367a4efc94ce2315e2b680e5"
|
|
48
48
|
}
|