@progress/kendo-font-icons 0.3.0 → 0.4.0

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/index.css CHANGED
@@ -507,6 +507,10 @@
507
507
  content: "\e027";
508
508
  }
509
509
 
510
+ .k-i-handler-drag::before {
511
+ content: "\e027";
512
+ }
513
+
510
514
  .k-i-layout::before {
511
515
  content: "\e028";
512
516
  }
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-font-icons",
3
3
  "description": "",
4
- "version": "0.3.0",
4
+ "version": "0.4.0",
5
5
  "author": "Progress",
6
6
  "repository": "telerik/kendo-icons",
7
7
  "bugs": "https://github.com/telerik/kendo-icons/issues",
@@ -23,5 +23,5 @@
23
23
  "publishConfig": {
24
24
  "access": "public"
25
25
  },
26
- "gitHead": "9e4ef6cf71b3befcbb2e0ef1200bbbfa0c02a7d7"
26
+ "gitHead": "a069f043cb7a3544d97ddc4ef3d2b484ac337c3d"
27
27
  }