@progress/kendo-theme-utils 12.0.0-dev.1 → 12.0.0-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.
|
@@ -1296,8 +1296,8 @@
|
|
|
1296
1296
|
"name": "k-color",
|
|
1297
1297
|
"code": "\n $_color: map.get($kendo-colors, $key);\n\n @if ($_color) {\n @return var(--kendo-color-#{$key}, $_color);\n } @else {\n @error \"Color Variable \\`#{$key}\\` does not exists in the color collection.\";\n }\n",
|
|
1298
1298
|
"line": {
|
|
1299
|
-
"start":
|
|
1300
|
-
"end":
|
|
1299
|
+
"start": 309,
|
|
1300
|
+
"end": 317
|
|
1301
1301
|
}
|
|
1302
1302
|
}
|
|
1303
1303
|
}
|
|
@@ -48918,8 +48918,8 @@
|
|
|
48918
48918
|
"name": "k-color",
|
|
48919
48919
|
"code": "\n $_color: map.get($kendo-colors, $key);\n\n @if ($_color) {\n @return var(--kendo-color-#{$key}, $_color);\n } @else {\n @error \"Color Variable \\`#{$key}\\` does not exists in the color collection.\";\n }\n",
|
|
48920
48920
|
"line": {
|
|
48921
|
-
"start":
|
|
48922
|
-
"end":
|
|
48921
|
+
"start": 309,
|
|
48922
|
+
"end": 317
|
|
48923
48923
|
}
|
|
48924
48924
|
}
|
|
48925
48925
|
}
|
|
@@ -45716,8 +45716,8 @@
|
|
|
45716
45716
|
"name": "k-color",
|
|
45717
45717
|
"code": "\n $_color: map.get($kendo-colors, $key);\n\n @if ($_color) {\n @return var(--kendo-color-#{$key}, $_color);\n } @else {\n @error \"Color Variable \\`#{$key}\\` does not exists in the color collection.\";\n }\n",
|
|
45718
45718
|
"line": {
|
|
45719
|
-
"start":
|
|
45720
|
-
"end":
|
|
45719
|
+
"start": 309,
|
|
45720
|
+
"end": 317
|
|
45721
45721
|
}
|
|
45722
45722
|
}
|
|
45723
45723
|
}
|
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": "12.0.0-dev.
|
|
4
|
+
"version": "12.0.0-dev.2",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -44,10 +44,10 @@
|
|
|
44
44
|
"postpublish": "echo 'no postpublish for utils'"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@progress/kendo-theme-core": "12.0.0-dev.
|
|
47
|
+
"@progress/kendo-theme-core": "12.0.0-dev.2"
|
|
48
48
|
},
|
|
49
49
|
"directories": {
|
|
50
50
|
"doc": "docs"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "3d3c1e57932a00e6c1a0e1fbbd14d7ba1e2fe4a9"
|
|
53
53
|
}
|