@zohodesk/icons 1.3.14 → 1.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.
Files changed (64) hide show
  1. package/CHANGELOG.md +999 -0
  2. package/README.md +16 -983
  3. package/assets/fonts/zd-rUpdates.svg +12 -0
  4. package/assets/fonts/zd-rUpdates.woff +0 -0
  5. package/assets/fonts/zd-rUpdates.woff2 +0 -0
  6. package/assets/react/zd-font-rAI.module.css +1 -5
  7. package/assets/react/zd-font-rAccessibility.module.css +1 -5
  8. package/assets/react/zd-font-rAnalyticsColor.module.css +1 -5
  9. package/assets/react/zd-font-rAutomation.module.css +1 -5
  10. package/assets/react/zd-font-rCallBar.module.css +1 -5
  11. package/assets/react/zd-font-rChannels.module.css +1 -5
  12. package/assets/react/zd-font-rCustomize.module.css +1 -5
  13. package/assets/react/zd-font-rDeveloperSpace.module.css +1 -5
  14. package/assets/react/zd-font-rExportFiles.module.css +1 -5
  15. package/assets/react/zd-font-rGeneral.module.css +1 -5
  16. package/assets/react/zd-font-rIM.module.css +1 -5
  17. package/assets/react/zd-font-rIntegrations.module.css +1 -5
  18. package/assets/react/zd-font-rLhs.module.css +1 -5
  19. package/assets/react/zd-font-rMarketplace.module.css +1 -5
  20. package/assets/react/zd-font-rReports.module.css +1 -5
  21. package/assets/react/zd-font-rSetup.module.css +1 -5
  22. package/assets/react/zd-font-rTickets.module.css +1 -5
  23. package/assets/react/zd-font-rTopband.module.css +1 -5
  24. package/assets/react/zd-font-rTwotone.module.css +1 -5
  25. package/assets/react/zd-font-rUpdates.module.css +37 -5
  26. package/assets/react/zd-font-react-addforms.module.css +1 -5
  27. package/assets/react/zd-font-react-automate.module.css +1 -5
  28. package/assets/react/zd-font-react-channels.module.css +1 -5
  29. package/assets/react/zd-font-react-common.module.css +1 -5
  30. package/assets/react/zd-font-react-community.module.css +1 -5
  31. package/assets/react/zd-font-react-customers.module.css +1 -5
  32. package/assets/react/zd-font-react-customize.module.css +1 -5
  33. package/assets/react/zd-font-react-gamescope.module.css +1 -5
  34. package/assets/react/zd-font-react-gcFonts.module.css +1 -5
  35. package/assets/react/zd-font-react-gettingstarted.module.css +1 -5
  36. package/assets/react/zd-font-react-kb.module.css +1 -5
  37. package/assets/react/zd-font-react-organization.module.css +1 -5
  38. package/assets/react/zd-font-react-others.module.css +1 -5
  39. package/assets/react/zd-font-react-reports.module.css +1 -5
  40. package/assets/react/zd-font-react-setup.module.css +1 -5
  41. package/assets/react/zd-font-react-social.module.css +1 -5
  42. package/assets/react/zd-font-react-ticket-channels.module.css +1 -5
  43. package/assets/react/zd-font-react-tickets.module.css +1 -5
  44. package/assets/react/zd-font-react-topband.module.css +1 -5
  45. package/cbt.config.js +1 -1
  46. package/es/Context/__tests__/__snapshots__/IconContext.spec.js.snap +2 -2
  47. package/es/Icon/FontFactory.js +13 -1
  48. package/es/Icon/FontIcon.js +25 -11
  49. package/es/Icon/Icon.module.css +0 -10
  50. package/es/Icon/SvgIcon.js +1 -1
  51. package/es/Icon/__tests__/__snapshots__/FontIcon.spec.js.snap +18 -18
  52. package/es/Icon/__tests__/__snapshots__/Icon.spec.js.snap +2493 -2349
  53. package/es/Icon/css/cssJSLogic.js +1 -0
  54. package/es/Icon/css/fontIcon.cva.js +48 -0
  55. package/lib/Context/__tests__/__snapshots__/IconContext.spec.js.snap +2 -2
  56. package/lib/Icon/FontFactory.js +13 -1
  57. package/lib/Icon/FontIcon.js +24 -13
  58. package/lib/Icon/Icon.module.css +0 -10
  59. package/lib/Icon/SvgIcon.js +1 -1
  60. package/lib/Icon/__tests__/__snapshots__/FontIcon.spec.js.snap +18 -18
  61. package/lib/Icon/__tests__/__snapshots__/Icon.spec.js.snap +2493 -2349
  62. package/lib/Icon/css/cssJSLogic.js +13 -0
  63. package/lib/Icon/css/fontIcon.cva.js +61 -0
  64. package/package.json +7 -6
package/CHANGELOG.md ADDED
@@ -0,0 +1,999 @@
1
+ # Changelog
2
+
3
+ ## 1.4.0
4
+
5
+ - `@dot-system/css-utility` classes adopted and cva added (consumers need to import the utility CSS)
6
+ - Collapse per-icon font-family selector lists in CSS modules into a single `.ff` class, applied via iconContent['ff'] when rendering FontIcon.
7
+
8
+ ## 1.3.15
9
+
10
+ - ReactProductUpdatesIcon --> 12 icons included.
11
+
12
+ ## 1.3.14
13
+
14
+ - ReactIMIcon --> ZD-AC-arattaiBusiness icon included.
15
+ - ReactGCFontIcon --> GC-arattaiBusinessMono icon included.
16
+
17
+ ## 1.3.13
18
+
19
+ - ReactGCFontIcon --> GC-arattaiMono paths removed
20
+
21
+ ## 1.3.12
22
+
23
+ - ReactIMIcon --> ZD-AC-arattai icon included.
24
+ - ReactGCFontIcon --> GC-arattaiMono icon included.
25
+
26
+ ## 1.3.11
27
+
28
+ - ReactGeneralFontIcon - ZD-GN-tour icon added.
29
+
30
+ ## 1.3.10
31
+
32
+ - Reordered className values to ensure customClass is always appended last to adopt CSS utility .
33
+
34
+ ## 1.3.9
35
+
36
+ - ReactAnalyticsColorIcon --> ZD-AC-unassignedTicket icon added.
37
+
38
+ ## 1.3.8
39
+
40
+ - ReactAnalyticsColorIcon --> ZD-AC-askZia icon modified.
41
+
42
+ ## 1.3.7
43
+
44
+ - ReactGeneralFontIcon --> ZD-GN-manualTranslation & ZD-GN-featureHome icons included.
45
+
46
+ ## 1.3.6
47
+
48
+ - ReactGeneralFontIcon --> ZD-GN-mailDefault icon modified.
49
+
50
+ ## 1.3.5
51
+
52
+ - ReactGeneralFontIcon --> ZD-GN-process icon included.
53
+ - ReactIMIcon --> ZD-AC-incomingMissed and ZD-AC-outgoingMissed icons included.
54
+
55
+ ## 1.3.4
56
+
57
+ - ReactIntegrationsFontIcon --> ZD-IG-agentStudio icon included.
58
+ - ReactTicketsFontIcon --> ZD-TK-maskContent, ZD-TK-redactContent, ZD-TK-unmaskContent and ZD-TK-viewConent icons included.
59
+
60
+ ## 1.3.3
61
+
62
+ - ReactIMIcon --> New icon set created.
63
+
64
+ ## 1.3.2
65
+
66
+ - Introduced SvgIcon, IconContext, and IconProvider to enable centralized control of SvgIcon behavior through IconProvider.
67
+
68
+ ## 1.3.1
69
+
70
+ - ReactTicketsFontIcon --> ZD-TK-sideChat icon included.
71
+ - ReactAutomationIcon --> ZD-AU-skip, ZD-AU-scheduleDelay, ZD-AU-reschedule, ZD-AU-nodeRemove and ZD-AU-failure icons included.
72
+
73
+ ## 1.3.0
74
+
75
+ - ReactAnalyticsColorIcon --> ZD-AC-askZia & ZD-AC-growth icons included.
76
+
77
+ ## 1.2.9
78
+
79
+ - ReactGeneralFontIcon --> Plan set icons(7) included.
80
+
81
+ ## 1.2.8
82
+
83
+ - ReactAutomationIcon --> 29 Automation Studio icons have been modified.
84
+
85
+ ## 1.2.7
86
+
87
+ - ReactAutomationIcon --> Automation studio(30) icons has been included.
88
+
89
+ ## 1.2.6
90
+
91
+ - ReactGCFontIcon --> GC-gcLogo icon path modified.
92
+
93
+ ## 1.2.5
94
+
95
+ - ReactAnalyticsColorIcon --> A new module has been created.
96
+
97
+ ## 1.2.4
98
+
99
+ - ReactGeneralFontIcon --> ZD-GN-mailDefault icon included.
100
+
101
+ # 1.2.0, # 1.2.1, # 1.2.2, # 1.2.3
102
+
103
+ - assets_final folder removed, use fonts from assets folder (Impacted)
104
+
105
+ ## 1.1.8
106
+
107
+ - ReactGCFontIcon --> GC-zohoCheckout icons included.
108
+
109
+ ## 1.1.7
110
+
111
+ - ReactGCFontIcon --> Payments block icons included.
112
+
113
+ ## 1.1.6
114
+
115
+ - ReactGeneralFontIcon --> ZD-GN-followUpTicket icon modified.
116
+
117
+ ## 1.1.5
118
+
119
+ - ReactGCFontIcon --> GC-wechat, GC-wecom, GC-wecomColor and GC-wechatColor icons modified.
120
+
121
+ ## 1.1.4
122
+
123
+ - ReactTicketsFontIcon --> ZD-TK-nestedConversation icons modified.
124
+ - ReactGeneralFontIcon --> ZD-GN-doubleArrow icons modified.
125
+
126
+ ## 1.1.3
127
+
128
+ - ReactGCFontIcon --> minimalviewIcon icons modified.
129
+
130
+ ## 1.1.2
131
+
132
+ - ReactGCFontIcon --> minimalviewIcon icons has been included.
133
+
134
+ ## 1.1.1
135
+
136
+ - ReactAutomationIcon --> ZD-AU-fitToView and ZD-AU-reCentre icons has been included.
137
+
138
+ ## 1.1.0
139
+
140
+ - Css layer Introduced
141
+
142
+
143
+ ## 1.0.81
144
+
145
+ - ReactDeveloperSpaceIcon --> New icon set created.
146
+
147
+ ## 1.0.80
148
+
149
+ - ReactExportFilesFontIcon --> ZD-EF-clrCsv icon has been included.
150
+
151
+ ## 1.0.79
152
+
153
+ - ReactGeneralFontIcon --> ZD-GN-pricingTag icon has been included.
154
+
155
+ ## 1.0.78
156
+
157
+ - ReactAutomationIcon --> ZD-AU-auTrigger icon has been included.
158
+
159
+ ## 1.0.77
160
+
161
+ - ReactGeneralFontIcon --> ZD-GN-radar icon has been included.
162
+ - ReactAutomationIcon --> New icon set created.
163
+
164
+ ## 1.0.76
165
+
166
+ - ReactGeneralFontIcon --> ZD-GN-imPause, ZD-GN-imPlay and ZD-GN-imRecord icons has been included.
167
+ - ReactTwotoneIcon --> ZD-TT-ttMic icon has been included.
168
+
169
+ ## 1.0.75
170
+
171
+ - ReactTwotoneIcon --> The ZD-TT-exploreExtension, ZD-TT-uploadExtension and ZD-TT-buildExtension icons has been included.
172
+
173
+ ## 1.0.74
174
+
175
+ - ReactTwotoneIcon --> The ZD-TT-weCom icon has been included, and the arrow color of ZD-TT-whatsAppOut (blue2) has been modified.
176
+
177
+ ## 1.0.73
178
+
179
+ - ReactAIIcon --> ZD-AI-playground icon included.
180
+
181
+ ## 1.0.72
182
+
183
+ - ReactTwotoneIcon --> ZD-TT-splitView, fullView and ZD-TT-compactView (IM) icons included.
184
+
185
+ ## 1.0.71
186
+
187
+ - ReactGeneralFontIcon --> ZD-GN-fileMail, ZD-GN-fileUnknown, ZD-GN-filePpt, ZD-GN-fileDoc, ZD-GN-fileSheet, icon-fileSheet icons modified.
188
+
189
+ ## 1.0.70
190
+
191
+ - ReactAIIcon --> ZD-TT-chatGPT icon included.
192
+
193
+ ## 1.0.69
194
+
195
+ - ReactTwotoneIcon --> ZD-TT-aiChatSummary icon have been moved from ReactAIIcon.
196
+
197
+ ## 1.0.68
198
+
199
+ - ReactTwotoneIcon --> ZD-TT-aiInbox icon included.
200
+ - ReactAIIcon --> ZD-AI-aiChatSummary icon included.
201
+
202
+ ## 1.0.67
203
+
204
+ - ReactGCFontIcon --> GC-combineOld icon included.
205
+
206
+ ## 1.0.66
207
+
208
+ - ReactGCFontIcon --> GC-combine icon included.
209
+
210
+ ## 1.0.65
211
+
212
+ - ReactGeneralFontIcon --> ZD-GN-fileMail, ZD-GN-rename, ZD-GN-fileUnknown, ZD-GN-filePpt, ZD-GN-fileDoc, ZD-GN-fileSheet, icon-fileSheet icons included.
213
+
214
+ ## 1.0.64
215
+
216
+ - ReactGCFontIcon --> Zia 7 icons have been moved from gcFonts to the newly created rAI.
217
+
218
+ ## 1.0.63
219
+
220
+ - ReactGCFontIcon --> 12 icons included.
221
+
222
+ ## 1.0.62
223
+
224
+ - `tagAttributes` prop supported
225
+
226
+ ## 1.0.61
227
+
228
+ - ReactTwotoneIcon --> ZD-TT-ttComment, ZD-TT-ttCommentIn & ZD-TT-ttCommentOut icons included.
229
+
230
+ ## 1.0.60
231
+
232
+ - ReactGCFontIcon --> 30 GC widget icons included.
233
+
234
+ ## 1.0.59
235
+
236
+ - ReactReportsFontIcon --> ZD-RP-KPICards icon included.
237
+
238
+ ## 1.0.58
239
+
240
+ - ReactTwotoneIcon --> ZD-TT-notificationBell icon modified.
241
+
242
+ ## 1.0.57
243
+
244
+ - ReactProductUpdatesIcon --> ZD-PU-privacySecurity, ZD-PU-communityDashboard & ZD-PU-agentDetails icons included.
245
+
246
+ ## 1.0.56
247
+
248
+ - ReactGCFontIcon --> Some block list icons replaced.
249
+
250
+ ## 1.0.55
251
+
252
+ - ReactTwotoneIcon --> ZD-TT-selfservicePortal icon included.
253
+ - ReactGeneralFontIcon --> ZD-GN-agentportal icon included.
254
+
255
+ ## 1.0.54
256
+
257
+ - ReactGCFontIcon --> 34 block list icons included.
258
+
259
+ ## 1.0.53
260
+
261
+ - ReactTwotoneIcon --> ZD-TT-notificationBell icon included.
262
+
263
+ ## 1.0.52
264
+
265
+ - ReactGeneralFontIcon --> ZD-GN-primaryContact and ZD-GN-wallet icons included.
266
+
267
+ ## 1.0.51
268
+
269
+ - Icon not rendering in other CLIs ( default export and __esModule export conditional check added )
270
+
271
+ ## 1.0.50
272
+
273
+ - ReactCustomizeFontIcon --> ZD-CM-formulaField icon included.
274
+
275
+ ## 1.0.49
276
+
277
+ - ReactGeneralFontIcon --> ZD-GN-answerBot icon included.
278
+ - ReactTicketsFontIcon --> ZD-TK-botPositive and ZD-TK-botNeutral icons included.
279
+
280
+ ## 1.0.48
281
+
282
+ - ReactReportsFontIcon --> ZD-RP-clrBulletChart, ZD-RP-clrCompare, ZD-RP-clrDialchart and ZD-RP-clrMetricCards icons again modified.
283
+
284
+ ## 1.0.47
285
+
286
+ - ReactReportsFontIcon --> ZD-RP-clrBulletChart, ZD-RP-clrCompare, ZD-RP-clrDialchart and ZD-RP-clrMetricCards icons modified.
287
+
288
+ ## 1.0.46
289
+
290
+ - ReactReportsFontIcon --> ZD-RP-clrBulletChart, ZD-RP-clrCompare, ZD-RP-clrDialchart and ZD-RP-clrMetricCards icons included.
291
+
292
+ ## 1.0.45
293
+
294
+ - ReactGeneralFontIcon --> ZD-GN-instagram and ZD-GN-line icons included.
295
+
296
+ ## 1.0.44
297
+
298
+ - ReactGeneralFontIcon --> ZD-GN-flagFill​ icon included.
299
+
300
+ ## 1.0.43
301
+
302
+ - ReactTicketsFontIcon --> ZD-TK-ticketSpam, ZD-TK-ticketClosed, ZD-TK-ticketContexual, ZD-TK-ticketReopen and ZD-TK-tempPreview icons included.
303
+ - ReactTwotoneIcon --> ZD-TT-ttFilter icon included.
304
+
305
+ ## 1.0.42
306
+
307
+ - ReactTicketsFontIcon --> ZD-TK-publicPrivatePin icon modified.
308
+
309
+ ## 1.0.41
310
+
311
+ - ReactTwotoneIcon --> Added colors for in, out, and missed for ZD-TT-chTwitterDirect.
312
+
313
+ ## 1.0.40
314
+
315
+ - ReactTwotoneIcon --> ZD-TT-chTwitterDirect icon modified
316
+ - ReactCustomizeFontIcon --> ZD-CM-function and ZD-CM-operater icons are included
317
+
318
+ ## 1.0.39
319
+
320
+ - ReactGCFontIcon --> 90 new icons induclued
321
+ - ReactTwotoneIcon --> ZD-TT-chTwitterDirect icon is included
322
+
323
+ ## 1.0.38
324
+
325
+ - ReactTicketsFontIcon --> ZD-TK-publicPrivatePin icon is included
326
+
327
+ ## 1.0.37
328
+
329
+ - ReactChannelsFontIcon --> ZD-CH-fbMessenger and ZD-CH-telegram icon is included
330
+
331
+ ## 1.0.36
332
+
333
+ - ReactTwotoneIcon --> ZD-TT-ttreschedule icon is included in rTwotone.css
334
+ - ReactTicketsFontIcon --> ZD-TK-reschedule icon is included in rTickets.css
335
+
336
+ ## 1.0.35
337
+
338
+ - ReactCustomizeFontIcon --> Removed ZD-CM-selectPicklist and included ZD-CM-clrSinglePick & ZD-CM-clrMultiPick
339
+
340
+ ## 1.0.34
341
+
342
+ - ReactCustomizeFontIcon --> ZD-CM-regEx icon is included in rCustomize.css
343
+ - ReactGeneralFontIcon --> ZD-GN-pinned icon is included in rGeneral.css
344
+
345
+ ## 1.0.33
346
+
347
+ - ReactTwotoneIcon --> ZD-TT-allChannels included
348
+
349
+ ## 1.0.32
350
+
351
+ - ZD-A11Y-colorBlindness icon breakage fix
352
+
353
+ ## 1.0.31
354
+
355
+ ReactGeneralFontIcon --> The icons for ZD-GN-hearing, ZD-GN-learning, ZD-GN-mobility and ZD-GN-vision have been relocated from ReactGeneralFontIcon to ReactAccessibilityIcon.
356
+ ReactAccessibilityIcon --> Newly created with 13 icons.
357
+
358
+ ## 1.0.30
359
+
360
+ ReactGeneralFontIcon --> ZD-GN-customDashboard, ZD-GN-databaseEncryption and ZD-GN-myPins are included.
361
+ ReactCustomizeFontIcon --> ZD-CM-selectPicklist included
362
+
363
+ ## 1.0.29
364
+
365
+ ReactGeneralFontIcon --> ZD-GN-androidFill included.
366
+
367
+ ## 1.0.28
368
+
369
+ ReactGeneralFontIcon --> ZD-GN-mesengerFill, ZD-GN-telegramFill and ZD-GN-sortingArrow are included.
370
+
371
+ ## 1.0.27
372
+
373
+ ReactGeneralFontIcon --> ZD-GN-hearing, ZD-GN-learning, ZD-GN-mobility and ZD-GN-vision are included.
374
+
375
+ ## 1.0.26
376
+
377
+ ReactTwotoneIcon --> ZD-TT-blocked and ZD-TT-ended are included.
378
+
379
+ ## 1.0.25
380
+
381
+ ReactGeneralFontIcon --> ZD-GN-ticketOwner ZD-GN-smsAuth are included.
382
+
383
+ ## 1.0.24
384
+
385
+ ReactGeneralFontIcon --> ZD-GN-jsonWebToken, ZD-GN-parentChild, ZD-GN-saml, ZD-GN-smsAuth are included & ReactGCFontIcon - GC-arrayOfImage, GC-arrayOfNumber are included.
386
+
387
+ ## 1.0.23
388
+
389
+ ReactGCFontIcon --> GC-lineHight & ReactTicketsFontIcon - ZD-TK-customModule included.
390
+
391
+ ## 1.0.22
392
+
393
+ ReactGeneralFontIcon --> ZD-GN-filterAdd modified & ReactTicketsFontIcon - ZD-TK-ziaTranslator' included.
394
+
395
+ ## 1.0.21
396
+
397
+ ReactTicketsFontIcon --> ZD-TK-addResolution & ZD-TK-clearSchedule included.
398
+
399
+ ## 1.0.20
400
+
401
+ AutomateFontIcon --> ZD-roundRobinSequential included.
402
+
403
+ ## 1.0.19
404
+
405
+ ReactIntegrationsFontIcon --> ZD-GN-filterAdd included.
406
+
407
+ ## 1.0.18
408
+
409
+ ReactIntegrationsFontIcon --> ZD-GN-rrSequential included.
410
+
411
+ ## 1.0.17
412
+
413
+ ReactIntegrationsFontIcon --> ZD-GN-skipReplyall included.
414
+
415
+ ## 1.0.16
416
+
417
+ ReactGeneralFontIcon --> ZD-GN-skipReplyall included.
418
+ Finally the new twitter logo modified under TicketsFontIcon.
419
+
420
+ ## 1.0.15
421
+
422
+ Again modified the new twitter logo under TicketsFontIcon.
423
+
424
+ ## 1.0.14
425
+
426
+ Twitter new logo modified in TicketsFontIcon.
427
+
428
+ ## 1.0.13
429
+
430
+ Twotone twitter new logo bg changed.
431
+
432
+ ## 1.0.12
433
+
434
+ Twitter new logo modified in ticket-channels and rchennels.
435
+
436
+ ## 1.0.11
437
+
438
+ Twitter new logo changes
439
+
440
+ ## 1.0.10
441
+
442
+ ReactGeneralFontIcon -> ZD-GN-comma, ZD-GN-enter & ZD-GN-spaceBar modified
443
+
444
+ ## 1.0.9
445
+
446
+ Readme file version corrected
447
+ ## 1.0.8
448
+
449
+ ReactGeneralFontIcon -> ZD-GN-comma, ZD-GN-enter & ZD-GN-space included
450
+ ## 1.0.7
451
+
452
+ ReactCustomizeFontIcon -> ZD-CM-modules included​
453
+ ReactGeneralFontIcon -> ​ZD-GN-ticketDetail included
454
+ ​ReactSetupFontIcon -> ZD-SE-autitLog​ included
455
+ ​ReactTwotoneIcon -> ZD-TT-customModule included
456
+ ## 1.0.6
457
+
458
+ ReactTwotoneIcon -> ZD-TT-fbMessanger modified.
459
+ ## 1.0.5
460
+
461
+ - ChannelsFontIcon -> ZD-xTwiiter included.
462
+ ## 1.0.4
463
+
464
+ - ReactTopbandFontIcon -> ZD-TB-whatsApp modified.
465
+ ## 1.0.3
466
+
467
+ - ReactTicketsFontIcon -> ZD-TK-makeLonger & ZD-TK-makeShorter included.
468
+ ## 1.0.2
469
+
470
+ - Async remove issue fixed
471
+
472
+ ## 1.0.1
473
+
474
+ - WordWrap css inheritance issue solved for RTL direction
475
+ - AyncComponent Removed Because Not Needed.
476
+
477
+ ## 1.0.0
478
+
479
+ - beta release removed and version changed to normal flow
480
+
481
+ ## 1.0.0-beta.136
482
+
483
+ ReactTicketsFontIcon -> ZD-TK-parentTicket & ZD-TK-childTicket included.
484
+
485
+ ## 1.0.0-beta.135
486
+
487
+ Readme.md file changes
488
+
489
+ ## 1.0.0-beta.134
490
+
491
+ ReactTwotoneIcon -> ZD-TT-fbMessanger included.
492
+
493
+ ## 1.0.0-beta.133
494
+
495
+ ReactTopbandFontIcon -> ZD-TB-sandboxMode included.
496
+
497
+ ## 1.0.0-beta.132
498
+
499
+ - data-test-id attribute added for all element which having data-id attribute to separate customization and automation
500
+
501
+ ## 1.0.0-beta.131
502
+
503
+ ReactTwotoneIcon -> ZD-TT-xls and ZD-TT-xls renamed.
504
+
505
+ ## 1.0.0-beta.130
506
+
507
+ ReactTwotoneIcon -> ZD-TT-xls and ZD-TT-xls included.
508
+ ReactSetupFontIcon -> ZD-SE-api included.
509
+
510
+ ## 1.0.0-beta.129
511
+
512
+ CommonFontIcon -> ZD-videoCall and ZD-telephoneHandset included.
513
+ ReportsFontIcon -> ZD-RP-graphView included.
514
+
515
+ ## 1.0.0-beta.128
516
+
517
+ ReactTwotoneIcon -> ZD-TT-zia included.
518
+
519
+ ## 1.0.0-beta.127
520
+
521
+ ReactMarketplaceFontIcon -> ZD-GN-accessibility modified.# 1.0.0-beta.126
522
+
523
+ ReactTwotoneIcon: -> ZD-TT-supportPlan​ included.
524
+ ReactCustomizeFontIcon -> ZD-CM-terminate included.
525
+
526
+ ## 1.0.0-beta.125
527
+
528
+ ReactGCFontIcon: -> GC-arrayIcon, GC-dropoff, GC-click, GC-boolean, GC-jumpstate​ included.
529
+
530
+ ## 1.0.0-beta.124
531
+
532
+ ReactCustomizeFontIcon -> ZD-CM-npsOk, ZD-CM-npsGud, ZD-CM-npsBad, ZD-CM-cesGud, ZD-CM-cesOk, ZD-CM-cesBad, ZD-CM-primaryField included.
533
+
534
+ ## 1.0.0-beta.123
535
+
536
+ ReactMarketplaceFontIcon -> ZD-GN-accessibility modified.
537
+
538
+ ## 1.0.0-beta.122
539
+
540
+ - ReactGeneralFontIcon -> ZD-TB-defaultTicket included & ReactMarketplaceFontIcon -> ZD-GN-accessibility modified.
541
+
542
+ ## 1.0.0-beta.121
543
+
544
+ - ReactGeneralFontIcon -> ZD-GN-marketplace & ReactMarketplaceFontIcon -> ZD-MP-bolt and ZD-MP-allApps modified.
545
+
546
+ ## 1.0.0-beta.120
547
+
548
+ - ReactGeneralFontIcon -> ZD-GN-marketplace & ReactMarketplaceFontIcon -> ZD-MP-bolt and ZD-MP-allApps included.
549
+
550
+ ## 1.0.0-beta.119
551
+
552
+ - index direct import feature added from package
553
+
554
+ ## 1.0.0-beta.118
555
+
556
+ - ReactGCFontIcon -> GC-inputlocation modified.
557
+
558
+ ## 1.0.0-beta.117
559
+
560
+ - ReactGCFontIcon -> GC-inputlocation included.
561
+
562
+ ## 1.0.0-beta.116
563
+
564
+ - **Icons** - Icon Code Optimized.
565
+
566
+ ## 1.0.0-beta.115
567
+
568
+ - ReactGCFontIcon -> GC-urlbutton included.
569
+
570
+ ## 1.0.0-beta.114
571
+
572
+ - ReactGCFontIcon -> GC-agent included.
573
+
574
+ ## 1.0.0-beta.113
575
+
576
+ - ReactGCFontIcon -> GC-blocks, GC-connection, GC-request & GC-response included.
577
+
578
+ ## 1.0.0-beta.112
579
+
580
+ - ReactIntegrationsFontIcon -> ZD-IG-inSalesIQ included.
581
+
582
+ ## 1.0.0-beta.111
583
+
584
+ - CustomizeFontIcon -> ZD-zdIm included.
585
+
586
+ ## 1.0.0-beta.110
587
+
588
+ - ReactTwotoneIcon -> ZD-TT-imTelegram modified and ZD-TT-ttLocation, ZD-TT-ttAttach, ZD-TT-ttHash included.
589
+
590
+ ## 1.0.0-beta.109
591
+
592
+ - ReactCutomizeFontIcon -> ZD-CM-cus based icons renamed to happinessLevel.
593
+
594
+ ## 1.0.0-beta.10
595
+
596
+ - ReactCustomizeFontIcon -> ZD-CM-cus1, ZD-CM-cus2, ZD-CM-cus3, ZD-CM-cus4, ZD-CM-cus5, ZD-CM-cus6, ZD-CM-cus7, ZD-CM-cus8, ZD-CM-cus9, ZD-CM-cus10 included.
597
+
598
+ ## 1.0.0-beta.107
599
+
600
+ - ReactGCFontIcon -> GC-dynamicButton included.
601
+
602
+ ## 1.0.0-beta.106
603
+
604
+ - ReactGeneralFontIcon -> ZD-GN-wmsSun & ZD-GN-wmsMoon modified.
605
+
606
+ ## 1.0.0-beta.105
607
+
608
+ - ReactTwotoneIcon -> ZD-TT-imLine, ZD-TT-imASAP, ZD-TT-mp3, ZD-TT-pdf, ZD-TT-mp4, ZD-TT-image, ZD-TT-zip, ZD-TT-unknown, ZD-TT-txt, ZD-TT-code modified.
609
+
610
+ ## 1.0.0-beta.104
611
+
612
+ - ReactTwotoneIcon -> ZD-TT-imLine, ZD-TT-imASAP, ZD-TT-mp3, ZD-TT-pdf, ZD-TT-mp4, ZD-TT-image, ZD-TT-zip, ZD-TT-unknown, ZD-TT-txt, ZD-TT-code added.
613
+
614
+ ## 1.0.0-beta.103
615
+
616
+ - ReactMarketplaceFontIcon -> ZD-MP-placeholder13 file renamed.
617
+
618
+ ## 1.0.0-beta.102
619
+
620
+ - ReactMarketplaceFontIcon -> ZD-MP-placeholder13 included.
621
+
622
+ ## 1.0.0-beta.101
623
+
624
+ - ReactGeneralFontIcon -> ZD-GN-money included.
625
+
626
+ ## 1.0.0-beta.100
627
+
628
+ - ReactGeneralFontIcon -> ZD-GN-premium included.
629
+
630
+ ## 1.0.0-beta.99
631
+
632
+ - ReactGCFontIcon -> GC-deskLogo included.
633
+
634
+ ## 1.0.0-beta.98
635
+
636
+ - ReactIntegrationsFontIcon -> ZD-IG-searchZoho included.
637
+ - ReactTwotoneIcon -> ZD-TT-imWeChat, ZD-TT-imtwillio, ZD-TT-imTelegram, ZD-TT-imLine, ZD-TT-imASAP included
638
+
639
+ ## 1.0.0-beta.97
640
+
641
+ - ReactGeneralFontIcon -> ZD-GN-wmsSun and ZD-GN-wmsMoon modified. ZD-GN-configuaration included.
642
+
643
+ ## 1.0.0-beta.96
644
+
645
+ - FontFamily Generated
646
+
647
+ ## 1.0.0-beta.95
648
+
649
+ - ReactGCFontIcon -> GC-inputFile path modified
650
+
651
+ ## 1.0.0-beta.94
652
+
653
+ - ReactGCFontIcon -> GC-inputFile added
654
+
655
+ ## 1.0.0-beta.93
656
+
657
+ - ReactGeneralFontIcon -> ZD-GN-wmsSun and ZD-GN-wmsMoon added
658
+
659
+ ## 1.0.0-beta.92
660
+
661
+ - TicketsFontIcon -> ZD-analytics and ZD-customer added
662
+
663
+ ## 1.0.0-beta.91
664
+
665
+ - ReactTwotoneIcon -> ZD-TT-instaIMIn, ZD-TT-instaIMOut and ZD-TT-instaIMMissed added
666
+
667
+ ## 1.0.0-beta.90
668
+
669
+ - ReactTwotoneIcon -> ZD-instaIM added
670
+ - TicketsFontIcon -> ZD-instaIM removed for duplicate
671
+
672
+ ## 1.0.0-beta.89
673
+
674
+ - TicketsFontIcon -> ZD-instaIM added
675
+
676
+ ## 1.0.0-beta.88
677
+
678
+ - ReactGCFontIcon -> GC-object, GC-number, GC-arrayOfString & GC-arrayOfObject added
679
+
680
+ ## 1.0.0-beta.87
681
+
682
+ - ReactGCFontIcon -> GC-dynamicInfo & GC-staticInfo added
683
+
684
+ ## 1.0.0-beta.86
685
+
686
+ - CommunityFontIcon -> ZD-moderaterTick added
687
+
688
+ ## 1.0.0-beta.85
689
+
690
+ - ReactGeneralFontIcon -> ZD-GN-read updated
691
+
692
+ ## 1.0.0-beta.84
693
+
694
+ - ReactGeneralFontIcon -> ZD-GN-unread updated
695
+
696
+ ## 1.0.0-beta.83
697
+
698
+ - ReactGeneralFontIcon -> ZD-GN-accessibility updated
699
+ - ReactTicketsFontIcon -> ZD-TK-read , ZD-TK-unRead removed for duplicate
700
+
701
+ ## 1.0.0-beta.82
702
+
703
+ - ReactGeneralFontIcon -> ZD-GN-read and ZD-GN-unread added
704
+
705
+ ## 1.0.0-beta.81
706
+
707
+ - TicketsFontIcon -> ZD-prediction added
708
+
709
+ ## 1.0.0-beta.80
710
+
711
+ - CommonFontIcon -> ZD-accessibility added
712
+ - ReactGeneralFontIcon -> ZD-accessibility added
713
+
714
+ ## 1.0.0-beta.79
715
+
716
+ - ZD-TK-readUnread removed
717
+ - ZD-TK-read , ZD-TK-unRead added
718
+
719
+ ## 1.0.0-beta.78
720
+
721
+ - ZD-TK-prediction added
722
+
723
+ ## 1.0.0-beta.77
724
+
725
+ - ReactTicketsFontIcon => ZD-TK-originalView removed , ZD-TK-readUnread added
726
+ - ReactGeneralFontIcon => ZD-GN-showOriginal removed
727
+ - ReactGCFontIcon => GC-dynamicCard, GC-staticCard added
728
+
729
+ ## 1.0.0-beta.76
730
+
731
+ - GC-cloud added
732
+
733
+ ## 1.0.0-beta.75
734
+
735
+ - ZD-CM-ticketID added
736
+
737
+ ## 1.0.0-beta.74
738
+
739
+ - ZD-GN-doubleTick,ZD-GN-bounce added
740
+
741
+ ## 1.0.0-beta.73
742
+
743
+ - Rtl Fixed for ZD-menu1,ZD-TK-thread,ZD-TB-menu
744
+
745
+ ## 1.0.0-beta.72
746
+
747
+ - ZD-ticketView,ZD-GN-department,ZD-TK-ticketView,ZD-TB-features
748
+
749
+ ## 1.0.0-beta.71
750
+
751
+ - ZD-GN-template added
752
+
753
+ ## 1.0.0-beta.70
754
+
755
+ - ZD-TT-web issue fixed
756
+
757
+ ## 1.0.0-beta.69
758
+
759
+ - ZD-GN-contactInformation,ZD-GN-relatedDetails,ZD-TK-languageDetector,ZD-TT-skills added
760
+
761
+ ## 1.0.0-beta.68
762
+
763
+ - ZD-TT-reply, ZD-GN-skills added
764
+
765
+ ## 1.0.0-beta.66
766
+
767
+ - ZD-GN-placeholder,ZD-GN-gift,ZD-GN-freeTrial added
768
+
769
+ ## 1.0.0-beta.65
770
+
771
+ - ZD-GN-insertHtml updated
772
+ - GC-button added
773
+
774
+ ## 1.0.0-beta.64
775
+
776
+ - Tested
777
+
778
+ ## 1.0.0-beta.63
779
+
780
+ - ReactCustomizeFontIcon => ZD-CM-formula added
781
+ - ReactTwotoneIcon => ZD-TT-moreApps added
782
+
783
+ ## 1.0.0-beta.62
784
+
785
+ - ZD-zdCRMQueueNew path fixes
786
+ - ZD-TK-ticketVisible,ZD-TK-ticketInvisible added
787
+
788
+ ## 1.0.0-beta.61
789
+
790
+ - icon-paidUser modified in rTickets.css
791
+ - icon-paperPlane modified in rGeneral.css
792
+
793
+ ## 1.0.0-beta.60
794
+
795
+ - icon-contactInformation,.icon-listening icons added in rCallBar.css
796
+ - icon-relatedDetails added in rTickets.css
797
+
798
+ ## 1.0.0-beta.59
799
+
800
+ - 2Tone Web Icon Path Changes
801
+ - path2 color changes (red(d63a3a)=>de3535,green(35b556)=>26a942,blue(2e8abe)=>0a73eb)
802
+
803
+ ## 1.0.0-beta.58
804
+
805
+ - Twotone icons Path color fixes
806
+
807
+ ## 1.0.0-beta.57
808
+
809
+ - font-face fix
810
+
811
+ ## 1.0.0-beta.56
812
+
813
+ - font-face issue fix
814
+
815
+ ## 1.0.0-beta.55
816
+
817
+ - ZD-arrow1 rtl added
818
+
819
+ ## 1.0.0-beta.54
820
+
821
+ - FontIcon Folder Removed
822
+
823
+ ## 1.0.0-beta.53
824
+
825
+ - triangleAlert,questionStroke,annoncement added in ZD-TT
826
+
827
+ ## 1.0.0-beta.52
828
+
829
+ - fsize => font_size css variables
830
+
831
+ ## 1.0.0-beta.51
832
+
833
+ - size => fsize
834
+
835
+ ## 1.0.0-beta.50
836
+
837
+ - icon(zd_font_icons) selector added
838
+ - fsize variables implemented
839
+
840
+ ## 1.0.0-beta.49
841
+
842
+ - ZD-CM-customAction added
843
+
844
+ ## 1.0.0-beta.48
845
+
846
+ - ZD-languageDetector,ZD-RP-reportRedirection,ZD-TK-crm,ZD-TT-directFacebook, ZD-TT-directFacebook,ZD-TT-directFacebookOut,ZD-TT-directFacebookMissed,ZD-TT-forwardDraft,ZD-TT-draft,ZD-TT-remoteAssist,ZD-TT-conversation added
847
+ - ZD-TK-handshakMode,ZD-TT-draft removed
848
+
849
+ ## 1.0.0-beta.47
850
+
851
+ - ReactTwotoneIcon => product,ticket,gamescope added
852
+
853
+ ## 1.0.0-beta.46
854
+
855
+ - ReactIntegration => intInvoice,intSubscription added
856
+
857
+ ## 1.0.0-beta.45
858
+
859
+ - ReactGeneralFontIcon => added ZD-GN-clearFilter
860
+ - ReactTwotoneIcon => added ZD-TT-whatsApp in , out , missed
861
+
862
+ ## 1.0.0-beta.44
863
+
864
+ - ZD-EF-fileAdobe removed
865
+ - ZD-EF-filePdf,ZD-TK-commentPath,ZD-TK-followStroke,ZD-TT-flagFill added
866
+
867
+ ## 1.0.0-beta.43
868
+
869
+ - TwoTone Icons Added
870
+ - ZD-TK-paiUser replaced to ZD-TK-paidUser
871
+
872
+ ## 1.0.0-beta.42
873
+
874
+ - ZD-MP-placeholder12 added in ReactMarketplaceFontIcon
875
+
876
+ ## 1.0.0-beta.41
877
+
878
+ - follow,forward,forwardFill,showOriginal,unFollow added in ReactGeneralFontIcon
879
+ - appltmacro renamed to applyMacro in ReactTicketsFontIcon
880
+ - ZD-TK-forword removed from ReactTicketsFontIcon
881
+
882
+ ## 1.0.0-beta.40
883
+
884
+ - ZD-TB-overPhone icon Fixed
885
+
886
+ ## 1.0.0-beta.39
887
+
888
+ - Icon Render Fix
889
+
890
+ ## 1.0.0-beta.38
891
+
892
+ - GC-gclogo added, style Variable added to reduce css file size
893
+
894
+ ## 1.0.0-beta.37
895
+
896
+ - GcFonts Added
897
+
898
+ ## 1.0.0-beta.36
899
+
900
+ - ZD-MP-placeholder10,ZD-MP-placeholder11 added
901
+
902
+ ## 1.0.0-beta.35
903
+
904
+ - Icons Added in GC
905
+
906
+ ## 1.0.0-beta.34
907
+
908
+ - roundComment,scheduleReply added in ReactTickets
909
+
910
+ ## 1.0.0-beta.33
911
+
912
+ - mobile,building,fontcolor removed from rGeneral
913
+ - enterpriceplanPlan,freePlan,mobile,overPhone,overWeb,rofessionalPlan,standerdPlan,statusFill,statusStroke added in rTopband
914
+
915
+ ## 1.0.0-beta.32
916
+
917
+ - GC Icons Group Added
918
+ - IconsAdded in React Topband and React General
919
+
920
+ ## 1.0.0-beta.31
921
+
922
+ - ZD-CH-mailOutBound,ZD-CH-callOutBound,ZD-TK-primaryFolder added
923
+
924
+ ## 1.0.0-beta.30
925
+
926
+ - commentFlled Issue Fix
927
+
928
+ ## 1.0.0-beta.29
929
+
930
+ - IntegrationsFontIcon,CallBar group removed
931
+ - REACT 2PX Icons Added
932
+ - LHS Icons Updated
933
+
934
+ ## 1.0.0-beta.28
935
+
936
+ - LhsFontIcons and Telephony FontIcons Added
937
+ - ZD-tableView icon added in TicketsFontIcon
938
+ - IntegrationsFontIcon prefix 2px removed
939
+
940
+ ## 1.0.0-beta.27
941
+
942
+ - Integrations Group Created
943
+ - Renamed "icon-Frame" to "icon-subscription" in Tickets FontIcon
944
+ - Newly added IntegrationsFontIcons(icon-zohoProject,.icon-link,.icon-deLink )
945
+ - happinessBad,happinessGood,happinessOk Icons Added in TicketsFontIcon
946
+
947
+ ## 1.0.0-beta.26
948
+
949
+ - TicketChannel Family Name Issue
950
+
951
+ ## 1.0.0-beta.25
952
+
953
+ - Channel Icons Fixed , Color Added
954
+
955
+ ## 1.0.0-beta.24
956
+
957
+ - Frame, chDraftNew , chDirectFB Added
958
+
959
+ ## 1.0.0-beta.23
960
+
961
+ - Line Height Issue Fixed
962
+
963
+ ## 1.0.0-beta.22
964
+
965
+ - Rtl Implemented for Navigation Based Icons
966
+
967
+ ## 1.0.0-beta.21
968
+
969
+ - ZD-books1 removed from ticketfonticon group
970
+ - ZD-channelPhoneIn, ZD-channelPhoneOut Icon Fixed
971
+
972
+ ## 1.0.0-beta.20
973
+
974
+ - icon-Invoice1 removed
975
+
976
+ ## 1.0.0-beta.19
977
+
978
+ - Css Missing Issue Fix
979
+
980
+ ## 1.0.0-beta.18
981
+
982
+ - TicketChannel Added
983
+ - icon-tableTask,.icon-tableTicket,.ico
984
+ n-tableContact,.icon-tableAccount,.icon-multipleLine,.icon-table,.icon-percentageBar,.icon
985
+ -pie,.icon-line,.icon-funnel,.icon-stackedBar,.icon-bar,icon-barGraph,.icon-barLineGraph,
986
+ .icon-dialMeter,.icon-donutChart,.icon-lineGraph,.icon-listGraph,.icon-multilineGraph,.ico
987
+ n-pieChart,.icon-pieChartFill,.icon-tableChart,.icon-wordCloud
988
+
989
+ ## 1.0.0-beta.17
990
+
991
+ - menu1, socialZoomOut, returns Icon Added
992
+
993
+ ## 1.0.0-beta.16
994
+
995
+ - editdDraft Name SpellFix to editDraft
996
+
997
+ ## 1.0.0-beta.15
998
+
999
+ - ASYNC Implement