@progress/kendo-theme-utils 8.0.2-dev.2 → 8.0.2-dev.4
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.css +2 -4
- package/package.json +3 -3
package/dist/all.css
CHANGED
|
@@ -17135,13 +17135,11 @@
|
|
|
17135
17135
|
}
|
|
17136
17136
|
|
|
17137
17137
|
.k-bg-clip-text {
|
|
17138
|
-
|
|
17139
|
-
background-clip: text;
|
|
17138
|
+
background-clip: text;
|
|
17140
17139
|
}
|
|
17141
17140
|
|
|
17142
17141
|
.\!k-bg-clip-text {
|
|
17143
|
-
|
|
17144
|
-
background-clip: text !important;
|
|
17142
|
+
background-clip: text !important;
|
|
17145
17143
|
}
|
|
17146
17144
|
|
|
17147
17145
|
.k-bg-inherit {
|
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": "8.0.2-dev.
|
|
4
|
+
"version": "8.0.2-dev.4",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -43,10 +43,10 @@
|
|
|
43
43
|
"postpublish": "echo 'no postpublish for utils'"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@progress/kendo-theme-core": "8.0.2-dev.
|
|
46
|
+
"@progress/kendo-theme-core": "8.0.2-dev.4"
|
|
47
47
|
},
|
|
48
48
|
"directories": {
|
|
49
49
|
"doc": "docs"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "69324d7de3d7724d8484700a99f61efc52047622"
|
|
52
52
|
}
|