@zohodesk/icons 1.3.10 → 1.3.12

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 (76) hide show
  1. package/README.md +9 -0
  2. package/assets/fonts/zd-gcFonts.svg +2 -0
  3. package/assets/fonts/zd-gcFonts.woff +0 -0
  4. package/assets/fonts/zd-gcFonts.woff2 +0 -0
  5. package/assets/fonts/zd-rGeneral.svg +1 -0
  6. package/assets/fonts/zd-rGeneral.woff +0 -0
  7. package/assets/fonts/zd-rGeneral.woff2 +0 -0
  8. package/assets/fonts/zd-rIM.svg +2 -0
  9. package/assets/fonts/zd-rIM.woff +0 -0
  10. package/assets/fonts/zd-rIM.woff2 +0 -0
  11. package/assets/react/zd-font-rAI.module.css +29 -25
  12. package/assets/react/zd-font-rAccessibility.module.css +46 -42
  13. package/assets/react/zd-font-rAnalyticsColor.module.css +199 -195
  14. package/assets/react/zd-font-rAutomation.module.css +322 -318
  15. package/assets/react/zd-font-rCallBar.module.css +35 -31
  16. package/assets/react/zd-font-rChannels.module.css +203 -199
  17. package/assets/react/zd-font-rCustomize.module.css +132 -128
  18. package/assets/react/zd-font-rDeveloperSpace.module.css +13 -9
  19. package/assets/react/zd-font-rExportFiles.module.css +731 -727
  20. package/assets/react/zd-font-rGeneral.module.css +630 -623
  21. package/assets/react/zd-font-rIM.module.css +52 -38
  22. package/assets/react/zd-font-rIntegrations.module.css +211 -207
  23. package/assets/react/zd-font-rLhs.module.css +380 -376
  24. package/assets/react/zd-font-rMarketplace.module.css +153 -149
  25. package/assets/react/zd-font-rReports.module.css +226 -222
  26. package/assets/react/zd-font-rSetup.module.css +151 -147
  27. package/assets/react/zd-font-rTickets.module.css +302 -298
  28. package/assets/react/zd-font-rTopband.module.css +122 -118
  29. package/assets/react/zd-font-rTwotone.module.css +1270 -1266
  30. package/assets/react/zd-font-rUpdates.module.css +17 -13
  31. package/assets/react/zd-font-react-addforms.module.css +439 -435
  32. package/assets/react/zd-font-react-automate.module.css +43 -39
  33. package/assets/react/zd-font-react-channels.module.css +433 -429
  34. package/assets/react/zd-font-react-channels.plain.css +433 -429
  35. package/assets/react/zd-font-react-common.module.css +771 -767
  36. package/assets/react/zd-font-react-common.plain.css +771 -767
  37. package/assets/react/zd-font-react-community.module.css +215 -211
  38. package/assets/react/zd-font-react-customers.module.css +21 -17
  39. package/assets/react/zd-font-react-customize.module.css +608 -604
  40. package/assets/react/zd-font-react-gamescope.module.css +85 -81
  41. package/assets/react/zd-font-react-gcFonts.module.css +1475 -1462
  42. package/assets/react/zd-font-react-gettingstarted.module.css +305 -301
  43. package/assets/react/zd-font-react-integrations.module.css +43 -39
  44. package/assets/react/zd-font-react-kb.module.css +4419 -4415
  45. package/assets/react/zd-font-react-logo.module.css +20 -16
  46. package/assets/react/zd-font-react-organization.module.css +51 -47
  47. package/assets/react/zd-font-react-organization.plain.css +51 -47
  48. package/assets/react/zd-font-react-others.module.css +281 -277
  49. package/assets/react/zd-font-react-reports.module.css +448 -444
  50. package/assets/react/zd-font-react-setup.module.css +785 -781
  51. package/assets/react/zd-font-react-setup.plain.css +785 -781
  52. package/assets/react/zd-font-react-social.module.css +456 -452
  53. package/assets/react/zd-font-react-ticket-channels.module.css +252 -248
  54. package/assets/react/zd-font-react-tickets.module.css +884 -880
  55. package/assets/react/zd-font-react-tickets.plain.css +884 -880
  56. package/assets/react/zd-font-react-topband.module.css +550 -546
  57. package/assets/react/zd-font-react-topband.plain.css +550 -546
  58. package/cbt.config.js +3 -3
  59. package/es/Context/__tests__/__snapshots__/IconContext.spec.js.snap +12 -12
  60. package/es/Icon/FontFactory.js +6 -3
  61. package/es/Icon/FontIcon.js +3 -2
  62. package/es/Icon/SvgIcon.js +2 -1
  63. package/es/Icon/__tests__/Icon.spec.js +15 -0
  64. package/es/Icon/__tests__/__snapshots__/FontIcon.spec.js.snap +22 -22
  65. package/es/Icon/__tests__/__snapshots__/Icon.spec.js.snap +37876 -0
  66. package/es/Icon/__tests__/__snapshots__/SvgIcon.spec.js.snap +13 -13
  67. package/lib/Context/__tests__/__snapshots__/IconContext.spec.js.snap +12 -12
  68. package/lib/Icon/FontFactory.js +4 -3
  69. package/lib/Icon/FontIcon.js +4 -2
  70. package/lib/Icon/SvgIcon.js +3 -1
  71. package/lib/Icon/__tests__/Icon.spec.js +38 -0
  72. package/lib/Icon/__tests__/__snapshots__/FontIcon.spec.js.snap +22 -22
  73. package/lib/Icon/__tests__/__snapshots__/Icon.spec.js.snap +37876 -0
  74. package/lib/Icon/__tests__/__snapshots__/SvgIcon.spec.js.snap +13 -13
  75. package/package.json +19 -12
  76. package/ut.config.js +106 -0
@@ -1,9 +1,13 @@
1
- @font-face{
2
- font-family:"zdf-rMarketplace_5";
3
- src:url('../fonts/zd-rMarketplace.woff2') format('woff2'), url('../fonts/zd-rMarketplace.woff') format('woff'), url('../fonts/zd-rMarketplace.svg#zdfonts') format('svg');
4
- font-weight:normal;
5
- font-style:normal;
6
- font-display:block;
1
+ @font-face {
2
+ font-family:"zdfonts-rMarketplace";
3
+ src:
4
+ url('../fonts/zd-rMarketplace.woff2') format('woff2'),
5
+
6
+ url('../fonts/zd-rMarketplace.woff') format('woff'),
7
+ url('../fonts/zd-rMarketplace.svg#zdfonts') format('svg');
8
+ font-weight: normal;
9
+ font-style: normal;
10
+ font-display: block;
7
11
  }
8
12
 
9
13
  @layer dot-icons.core {
@@ -11,150 +15,150 @@
11
15
 
12
16
 
13
17
  .icon-placeholder1,.icon-placeholder2,.icon-placeholder3,.icon-placeholder4,.icon-placeholder5,.icon-placeholder6,.icon-placeholder7,.icon-placeholder8,.icon-placeholder9,.icon-placeholder10,.icon-placeholder11,.icon-placeholder12,.icon-placeholder13,.icon-bolt,.icon-allApps{
14
- font-family:"zdf-rMarketplace_5" !important;
18
+ font-family:"zdfonts-rMarketplace" !important;
15
19
  }
16
20
 
17
- .icon-placeholder1 .path1:before{
18
- content:"\b4000";
19
- color:rgb(51, 51, 51);
20
- }
21
- .icon-placeholder1 .path2:before{
22
- content:"\b4001";
23
- margin-left:-1em;
24
- color:rgb(0, 0, 0);
25
- }
26
- .icon-placeholder2 .path1:before{
27
- content:"\b4002";
28
- color:rgb(51, 51, 51);
29
- }
30
- .icon-placeholder2 .path2:before{
31
- content:"\b4003";
32
- margin-left:-1em;
33
- color:rgb(0, 0, 0);
34
- }
35
- .icon-placeholder2 .path3:before{
36
- content:"\b4004";
37
- margin-left:-1em;
38
- color:rgb(0, 0, 0);
39
- }
40
- .icon-placeholder2 .path4:before{
41
- content:"\b4005";
42
- margin-left:-1em;
43
- color:rgb(0, 0, 0);
44
- }
45
- .icon-placeholder2 .path5:before{
46
- content:"\b4006";
47
- margin-left:-1em;
48
- color:rgb(0, 0, 0);
49
- }
50
- .icon-placeholder2 .path6:before{
51
- content:"\b4007";
52
- margin-left:-1em;
53
- color:rgb(0, 0, 0);
54
- }
55
- .icon-placeholder3 .path1:before{
56
- content:"\b4008";
57
- color:rgb(51, 51, 51);
58
- }
59
- .icon-placeholder3 .path2:before{
60
- content:"\b4009";
61
- margin-left:-1em;
62
- color:rgb(0, 0, 0);
63
- }
64
- .icon-placeholder4 .path1:before{
65
- content:"\b400a";
66
- color:rgb(51, 51, 51);
67
- }
68
- .icon-placeholder4 .path2:before{
69
- content:"\b400b";
70
- margin-left:-1em;
71
- color:rgb(0, 0, 0);
72
- }
73
- .icon-placeholder5 .path1:before{
74
- content:"\b400c";
75
- color:rgb(51, 51, 51);
76
- }
77
- .icon-placeholder5 .path2:before{
78
- content:"\b400d";
79
- margin-left:-1em;
80
- color:rgb(0, 0, 0);
81
- }
82
- .icon-placeholder6 .path1:before{
83
- content:"\b400e";
84
- color:rgb(51, 51, 51);
85
- }
86
- .icon-placeholder6 .path2:before{
87
- content:"\b400f";
88
- margin-left:-1em;
89
- color:rgb(0, 0, 0);
90
- }
91
- .icon-placeholder7 .path1:before{
92
- content:"\b4010";
93
- color:rgb(51, 51, 51);
94
- }
95
- .icon-placeholder7 .path2:before{
96
- content:"\b4011";
97
- margin-left:-1em;
98
- color:rgb(0, 0, 0);
99
- }
100
- .icon-placeholder8 .path1:before{
101
- content:"\b4012";
102
- color:rgb(51, 51, 51);
103
- }
104
- .icon-placeholder8 .path2:before{
105
- content:"\b4013";
106
- margin-left:-1em;
107
- color:rgb(1, 1, 1);
108
- }
109
- .icon-placeholder9 .path1:before{
110
- content:"\b4014";
111
- color:rgb(51, 51, 51);
112
- }
113
- .icon-placeholder9 .path2:before{
114
- content:"\b4015";
115
- margin-left:-1em;
116
- color:rgb(0, 0, 0);
117
- }
118
- .icon-placeholder10 .path1:before{
119
- content:"\b4016";
120
- color:rgb(51, 51, 51);
121
- }
122
- .icon-placeholder10 .path2:before{
123
- content:"\b4017";
124
- margin-left:-1em;
125
- color:rgb(1, 1, 1);
126
- }
127
- .icon-placeholder11 .path1:before{
128
- content:"\b4018";
129
- color:rgb(51, 51, 51);
130
- }
131
- .icon-placeholder11 .path2:before{
132
- content:"\b4019";
133
- margin-left:-1em;
134
- color:rgb(1, 1, 1);
135
- }
136
- .icon-placeholder12 .path1:before{
137
- content:"\b401a";
138
- color:rgb(51, 51, 51);
139
- }
140
- .icon-placeholder12 .path2:before{
141
- content:"\b401b";
142
- margin-left:-1em;
143
- color:rgb(1, 1, 1);
144
- }
145
- .icon-placeholder13 .path1:before{
146
- content:"\b401c";
147
- color:rgb(51, 51, 51);
148
- }
149
- .icon-placeholder13 .path2:before{
150
- content:"\b401d";
151
- margin-left:-1em;
152
- color:rgb(1, 1, 1);
153
- }
154
- .icon-bolt:before{
155
- content:"\b401e";
156
- }
157
- .icon-allApps:before{
158
- content:"\b401f";
21
+ .icon-placeholder1 .path1:before {
22
+ content: "\b4000";
23
+ color: rgb(51, 51, 51);
24
+ }
25
+ .icon-placeholder1 .path2:before {
26
+ content: "\b4001";
27
+ margin-left: -1em;
28
+ color: rgb(0, 0, 0);
29
+ }
30
+ .icon-placeholder2 .path1:before {
31
+ content: "\b4002";
32
+ color: rgb(51, 51, 51);
33
+ }
34
+ .icon-placeholder2 .path2:before {
35
+ content: "\b4003";
36
+ margin-left: -1em;
37
+ color: rgb(0, 0, 0);
38
+ }
39
+ .icon-placeholder2 .path3:before {
40
+ content: "\b4004";
41
+ margin-left: -1em;
42
+ color: rgb(0, 0, 0);
43
+ }
44
+ .icon-placeholder2 .path4:before {
45
+ content: "\b4005";
46
+ margin-left: -1em;
47
+ color: rgb(0, 0, 0);
48
+ }
49
+ .icon-placeholder2 .path5:before {
50
+ content: "\b4006";
51
+ margin-left: -1em;
52
+ color: rgb(0, 0, 0);
53
+ }
54
+ .icon-placeholder2 .path6:before {
55
+ content: "\b4007";
56
+ margin-left: -1em;
57
+ color: rgb(0, 0, 0);
58
+ }
59
+ .icon-placeholder3 .path1:before {
60
+ content: "\b4008";
61
+ color: rgb(51, 51, 51);
62
+ }
63
+ .icon-placeholder3 .path2:before {
64
+ content: "\b4009";
65
+ margin-left: -1em;
66
+ color: rgb(0, 0, 0);
67
+ }
68
+ .icon-placeholder4 .path1:before {
69
+ content: "\b400a";
70
+ color: rgb(51, 51, 51);
71
+ }
72
+ .icon-placeholder4 .path2:before {
73
+ content: "\b400b";
74
+ margin-left: -1em;
75
+ color: rgb(0, 0, 0);
76
+ }
77
+ .icon-placeholder5 .path1:before {
78
+ content: "\b400c";
79
+ color: rgb(51, 51, 51);
80
+ }
81
+ .icon-placeholder5 .path2:before {
82
+ content: "\b400d";
83
+ margin-left: -1em;
84
+ color: rgb(0, 0, 0);
85
+ }
86
+ .icon-placeholder6 .path1:before {
87
+ content: "\b400e";
88
+ color: rgb(51, 51, 51);
89
+ }
90
+ .icon-placeholder6 .path2:before {
91
+ content: "\b400f";
92
+ margin-left: -1em;
93
+ color: rgb(0, 0, 0);
94
+ }
95
+ .icon-placeholder7 .path1:before {
96
+ content: "\b4010";
97
+ color: rgb(51, 51, 51);
98
+ }
99
+ .icon-placeholder7 .path2:before {
100
+ content: "\b4011";
101
+ margin-left: -1em;
102
+ color: rgb(0, 0, 0);
103
+ }
104
+ .icon-placeholder8 .path1:before {
105
+ content: "\b4012";
106
+ color: rgb(51, 51, 51);
107
+ }
108
+ .icon-placeholder8 .path2:before {
109
+ content: "\b4013";
110
+ margin-left: -1em;
111
+ color: rgb(1, 1, 1);
112
+ }
113
+ .icon-placeholder9 .path1:before {
114
+ content: "\b4014";
115
+ color: rgb(51, 51, 51);
116
+ }
117
+ .icon-placeholder9 .path2:before {
118
+ content: "\b4015";
119
+ margin-left: -1em;
120
+ color: rgb(0, 0, 0);
121
+ }
122
+ .icon-placeholder10 .path1:before {
123
+ content: "\b4016";
124
+ color: rgb(51, 51, 51);
125
+ }
126
+ .icon-placeholder10 .path2:before {
127
+ content: "\b4017";
128
+ margin-left: -1em;
129
+ color: rgb(1, 1, 1);
130
+ }
131
+ .icon-placeholder11 .path1:before {
132
+ content: "\b4018";
133
+ color: rgb(51, 51, 51);
134
+ }
135
+ .icon-placeholder11 .path2:before {
136
+ content: "\b4019";
137
+ margin-left: -1em;
138
+ color: rgb(1, 1, 1);
139
+ }
140
+ .icon-placeholder12 .path1:before {
141
+ content: "\b401a";
142
+ color: rgb(51, 51, 51);
143
+ }
144
+ .icon-placeholder12 .path2:before {
145
+ content: "\b401b";
146
+ margin-left: -1em;
147
+ color: rgb(1, 1, 1);
148
+ }
149
+ .icon-placeholder13 .path1:before {
150
+ content: "\b401c";
151
+ color: rgb(51, 51, 51);
152
+ }
153
+ .icon-placeholder13 .path2:before {
154
+ content: "\b401d";
155
+ margin-left: -1em;
156
+ color: rgb(1, 1, 1);
157
+ }
158
+ .icon-bolt:before {
159
+ content: "\b401e";
160
+ }
161
+ .icon-allApps:before {
162
+ content: "\b401f";
159
163
  }
160
164
  }