@zohodesk/icons 1.3.8 → 1.3.9
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/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@font-face{
|
|
2
|
-
font-family:"zdf-
|
|
2
|
+
font-family:"zdf-rAnalyticsColor_4";
|
|
3
3
|
src:url('../fonts/zd-rAnalyticsColor.woff2') format('woff2'), url('../fonts/zd-rAnalyticsColor.woff') format('woff'), url('../fonts/zd-rAnalyticsColor.svg#zdfonts') format('svg');
|
|
4
4
|
font-weight:normal;
|
|
5
5
|
font-style:normal;
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
.icon-bar,.icon-donut,.icon-happinessRating,.icon-line,.icon-liveTraffic,.icon-mostThread,.icon-multiLine,.icon-negativeRating,.icon-offlineAgent,.icon-onlineAgent,.icon-openTicket,.icon-overdueTicket,.icon-percentage,.icon-pie,.icon-responseTrend,.icon-stackedBar,.icon-unassignedTicket,.icon-growth,.icon-askZia{
|
|
14
|
-
font-family:"zdf-
|
|
14
|
+
font-family:"zdf-rAnalyticsColor_4" !important;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
.icon-bar .path1:before{
|
package/cbt.config.js
CHANGED
|
@@ -79,7 +79,7 @@ exports.config = {
|
|
|
79
79
|
"zdfonts-rAI": "zdf-rAI_5",
|
|
80
80
|
"zdfonts-rAutomation": "zdf-rAutomation_5",
|
|
81
81
|
"zdfonts-rDeveloperSpace": "zdf-rDeveloperSpace_1",
|
|
82
|
-
"zdfonts-rAnalyticsColor": "zdf-
|
|
82
|
+
"zdfonts-rAnalyticsColor": "zdf-rAnalyticsColor_4",
|
|
83
83
|
"zdfonts-rIM": "zdf-rIM_2"
|
|
84
84
|
}
|
|
85
85
|
}
|
package/es/Icon/FontFactory.js
CHANGED
|
@@ -2423,7 +2423,8 @@ export const FontFactory = {
|
|
|
2423
2423
|
'ZD-AC-responseTrend': ['icon-responseTrend', 3],
|
|
2424
2424
|
'ZD-AC-stackedBar': ['icon-stackedBar', 2],
|
|
2425
2425
|
'ZD-AC-askZia': 'icon-askZia',
|
|
2426
|
-
'ZD-AC-growth': 'icon-growth'
|
|
2426
|
+
'ZD-AC-growth': 'icon-growth',
|
|
2427
|
+
'ZD-AC-unassignedTicket': ['icon-unassignedTicket', 3]
|
|
2427
2428
|
},
|
|
2428
2429
|
ReactIMIcon: {
|
|
2429
2430
|
'ZD-IM-endChat': 'icon-endChat',
|
package/lib/Icon/FontFactory.js
CHANGED
|
@@ -2057,7 +2057,8 @@ var FontFactory = {
|
|
|
2057
2057
|
'ZD-AC-responseTrend': ['icon-responseTrend', 3],
|
|
2058
2058
|
'ZD-AC-stackedBar': ['icon-stackedBar', 2],
|
|
2059
2059
|
'ZD-AC-askZia': 'icon-askZia',
|
|
2060
|
-
'ZD-AC-growth': 'icon-growth'
|
|
2060
|
+
'ZD-AC-growth': 'icon-growth',
|
|
2061
|
+
'ZD-AC-unassignedTicket': ['icon-unassignedTicket', 3]
|
|
2061
2062
|
},
|
|
2062
2063
|
ReactIMIcon: {
|
|
2063
2064
|
'ZD-IM-endChat': 'icon-endChat',
|