@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
package/cbt.config.js CHANGED
@@ -51,7 +51,7 @@ exports.config = {
51
51
  "zdfonts-react-customers": "zdf-react-customers_1",
52
52
  "zdfonts-react-customize": "zdf-react-customize_2",
53
53
  "zdfonts-react-gamescope": "zdf-react-gamescope_1",
54
- "zdfonts-react-gcFonts": "zdf-react-gcFonts_21",
54
+ "zdfonts-react-gcFonts": "zdf-react-gcFonts_22",
55
55
  "zdfonts-react-gettingstarted": "zdf-react-gettingstarted_1",
56
56
  "zdfonts-react-integrations": "zdf-react-integrations_1",
57
57
  "zdfonts-react-kb": "zdf-react-kb_1",
@@ -65,7 +65,7 @@ exports.config = {
65
65
  "zdfonts-react-tickets": "zdf-react-tickets_4",
66
66
  "zdfonts-react-topband": "zdf-react-topband_2",
67
67
  "zdfonts-rExportFiles": "zdf-rExportFiles_2",
68
- "zdfonts-rGeneral": "zdf-rGeneral_42",
68
+ "zdfonts-rGeneral": "zdf-rGeneral_43",
69
69
  "zdfonts-rIntegrations": "zdf-rIntegrations_5",
70
70
  "zdfonts-rLhs": "zdf-rLhs_1",
71
71
  "zdfonts-rMarketplace": "zdf-rMarketplace_5",
@@ -80,7 +80,7 @@ exports.config = {
80
80
  "zdfonts-rAutomation": "zdf-rAutomation_5",
81
81
  "zdfonts-rDeveloperSpace": "zdf-rDeveloperSpace_1",
82
82
  "zdfonts-rAnalyticsColor": "zdf-rAnalyticsColor_4",
83
- "zdfonts-rIM": "zdf-rIM_2"
83
+ "zdfonts-rIM": "zdf-rIM_3"
84
84
  }
85
85
  }
86
86
  ]
@@ -1,10 +1,10 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
1
+ // Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
2
2
 
3
3
  exports[`IconProvider / IconContext - default context - renders font icon (no provider) 1`] = `
4
4
  <DocumentFragment>
5
5
  <i
6
6
  aria-hidden="true"
7
- class="zd_font_icons basic icon-close2 "
7
+ class="zd_font_icons basic icon-close2"
8
8
  data-id="fontIcon"
9
9
  data-selector-id="fontIcon"
10
10
  data-test-id="fontIcon"
@@ -16,7 +16,7 @@ exports[`IconProvider / IconContext - multiple icons share the same provider co
16
16
  <DocumentFragment>
17
17
  <svg
18
18
  aria-hidden="true"
19
- class="svgIcon "
19
+ class="svgIcon"
20
20
  data-id="fontIcon"
21
21
  data-selector-id="fontIcon"
22
22
  data-test-id="fontIcon"
@@ -27,7 +27,7 @@ exports[`IconProvider / IconContext - multiple icons share the same provider co
27
27
  </svg>
28
28
  <svg
29
29
  aria-hidden="true"
30
- class="svgIcon "
30
+ class="svgIcon"
31
31
  data-id="fontIcon"
32
32
  data-selector-id="fontIcon"
33
33
  data-test-id="fontIcon"
@@ -43,7 +43,7 @@ exports[`IconProvider / IconContext - type "fontIcon" - renders font icon 1`] =
43
43
  <DocumentFragment>
44
44
  <i
45
45
  aria-hidden="true"
46
- class="zd_font_icons basic icon-close2 "
46
+ class="zd_font_icons basic icon-close2"
47
47
  data-id="fontIcon"
48
48
  data-selector-id="fontIcon"
49
49
  data-test-id="fontIcon"
@@ -55,7 +55,7 @@ exports[`IconProvider / IconContext - type "svgIcon" - passes "a11y" ariaHidden
55
55
  <DocumentFragment>
56
56
  <svg
57
57
  aria-hidden="false"
58
- class="svgIcon "
58
+ class="svgIcon"
59
59
  data-id="fontIcon"
60
60
  data-selector-id="fontIcon"
61
61
  data-test-id="fontIcon"
@@ -71,7 +71,7 @@ exports[`IconProvider / IconContext - type "svgIcon" - passes "iconClass" prop
71
71
  <DocumentFragment>
72
72
  <svg
73
73
  aria-hidden="true"
74
- class="svgIcon custom-class"
74
+ class="svgIcon custom-class"
75
75
  data-id="fontIcon"
76
76
  data-selector-id="fontIcon"
77
77
  data-test-id="fontIcon"
@@ -87,7 +87,7 @@ exports[`IconProvider / IconContext - type "svgIcon" - passes "size" prop to sv
87
87
  <DocumentFragment>
88
88
  <svg
89
89
  aria-hidden="true"
90
- class="svgIcon "
90
+ class="svgIcon"
91
91
  data-id="fontIcon"
92
92
  data-selector-id="fontIcon"
93
93
  data-test-id="fontIcon"
@@ -104,7 +104,7 @@ exports[`IconProvider / IconContext - type "svgIcon" - passes "title" prop to s
104
104
  <DocumentFragment>
105
105
  <svg
106
106
  aria-hidden="true"
107
- class="svgIcon "
107
+ class="svgIcon"
108
108
  data-id="fontIcon"
109
109
  data-selector-id="fontIcon"
110
110
  data-test-id="fontIcon"
@@ -121,7 +121,7 @@ exports[`IconProvider / IconContext - type "svgIcon" - renders svg symbol 1`] =
121
121
  <DocumentFragment>
122
122
  <svg
123
123
  aria-hidden="true"
124
- class="svgIcon "
124
+ class="svgIcon"
125
125
  data-id="fontIcon"
126
126
  data-selector-id="fontIcon"
127
127
  data-test-id="fontIcon"
@@ -137,7 +137,7 @@ exports[`IconProvider / IconContext - type "svgIcon" with "svgIconClass" 1`] =
137
137
  <DocumentFragment>
138
138
  <svg
139
139
  aria-hidden="true"
140
- class="svgIcon app-svg-icon "
140
+ class="svgIcon app-svg-icon"
141
141
  data-id="fontIcon"
142
142
  data-selector-id="fontIcon"
143
143
  data-test-id="fontIcon"
@@ -153,7 +153,7 @@ exports[`IconProvider / IconContext - type "svgIcon" with custom "svgIconPrefix
153
153
  <DocumentFragment>
154
154
  <svg
155
155
  aria-hidden="true"
156
- class="svgIcon "
156
+ class="svgIcon"
157
157
  data-id="fontIcon"
158
158
  data-selector-id="fontIcon"
159
159
  data-test-id="fontIcon"
@@ -1612,7 +1612,8 @@ export const FontFactory = {
1612
1612
  'ZD-GN-process': 'icon-process',
1613
1613
  'ZD-GN-mailDefault': 'icon-mailDefault',
1614
1614
  'ZD-GN-featureHome': ['icon-featureHome', 2],
1615
- 'ZD-GN-manualTranslation': 'icon-manualTranslation'
1615
+ 'ZD-GN-manualTranslation': 'icon-manualTranslation',
1616
+ 'ZD-GN-tour': 'icon-tour'
1616
1617
  },
1617
1618
  ReactIntegrationsFontIcon: {
1618
1619
  'ZD-IG-intAnalytics': 'icon-intAnalytics',
@@ -2179,7 +2180,8 @@ export const FontFactory = {
2179
2180
  'GC-OrganisationFilled': 'icon-OrganisationFilled',
2180
2181
  'GC-Pending-Filled': 'icon-Pending-Filled',
2181
2182
  'GC-Stars': 'icon-Stars',
2182
- 'GC-zohoCheckout': ['icon-zohoCheckout', 5]
2183
+ 'GC-zohoCheckout': ['icon-zohoCheckout', 5],
2184
+ 'GC-arattaiMono': ['icon-arattaiMono', 2]
2183
2185
  },
2184
2186
  ReactTwotoneIcon: {
2185
2187
  'ZD-TT-call': ['icon-chCall', 2],
@@ -2429,6 +2431,7 @@ export const FontFactory = {
2429
2431
  ReactIMIcon: {
2430
2432
  'ZD-IM-endChat': 'icon-endChat',
2431
2433
  'ZD-AC-incomingMissed': ['icon-incomingMissed', 3],
2432
- 'ZD-AC-outgoingMissed': ['icon-outgoingMissed', 3]
2434
+ 'ZD-AC-outgoingMissed': ['icon-outgoingMissed', 3],
2435
+ 'ZD-AC-arattai': ['icon-arattai', 2]
2433
2436
  }
2434
2437
  };
@@ -4,6 +4,7 @@ import React from 'react';
4
4
  import { IconDefaultProps } from "./props/defaultProps";
5
5
  import { IconProps } from "./props/propTypes";
6
6
  import { allCustomIcons } from "./CustomIcons";
7
+ import { cn } from "@dot-system/css-utility";
7
8
  import style from "./Icon.module.css";
8
9
  export default class FontIcon extends React.Component {
9
10
  render() {
@@ -44,14 +45,14 @@ export default class FontIcon extends React.Component {
44
45
  for (let i = 1; i < name[1] + 1; i++) {
45
46
  let pathClass = `${iconContent[`path${i}`]} ${iconClass || isCustom ? `path${i}` : ''}`;
46
47
  childArray.push( /*#__PURE__*/React.createElement("span", {
47
- className: pathClass,
48
+ className: cn(pathClass),
48
49
  key: i
49
50
  }));
50
51
  }
51
52
  }
52
53
 
53
54
  return /*#__PURE__*/React.createElement("i", _extends({
54
- className: `${'zd_font_icons'} ${isCustom} ${fontClass}`,
55
+ className: cn(`${'zd_font_icons'} ${isCustom} ${fontClass}`),
55
56
  "data-title": title,
56
57
  onClick: onClick,
57
58
  "data-id": dataId,
@@ -4,6 +4,7 @@ import React from 'react';
4
4
  import { SvgIconDefaultProps } from "./props/defaultProps";
5
5
  import { SvgIconProps } from "./props/propTypes";
6
6
  import { DUMMY_OBJECT } from '@zohodesk/dotkit/es/utils/constants';
7
+ import { cn } from "@dot-system/css-utility";
7
8
  import style from "./Icon.module.css";
8
9
  export default function SvgIcon({
9
10
  name,
@@ -27,7 +28,7 @@ export default function SvgIcon({
27
28
  } : DUMMY_OBJECT;
28
29
  let className = `${style.svgIcon} ${onClick ? style.cursor : ''} ${iconClass ? iconClass : ''}`;
29
30
  return /*#__PURE__*/React.createElement("svg", _extends({
30
- className: className,
31
+ className: cn(className),
31
32
  onClick: onClick,
32
33
  "data-title": title,
33
34
  "data-id": dataId,
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { render } from '@testing-library/react';
3
+ import Icon from "../index";
4
+ import { FontFactory } from "../FontFactory";
5
+ const iconNames = [...new Set(Object.values(FontFactory).flatMap(group => Object.keys(group)))].sort();
6
+ describe('Icon - FontFactory names', () => {
7
+ test.each(iconNames)('renders "%s"', name => {
8
+ const {
9
+ asFragment
10
+ } = render( /*#__PURE__*/React.createElement(Icon, {
11
+ name: name
12
+ }));
13
+ expect(asFragment()).toMatchSnapshot();
14
+ });
15
+ });
@@ -1,10 +1,10 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
1
+ // Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
2
2
 
3
3
  exports[`FontIcon - checking "isBold" is false 1`] = `
4
4
  <DocumentFragment>
5
5
  <i
6
6
  aria-hidden="true"
7
- class="zd_font_icons basic undefined "
7
+ class="zd_font_icons basic"
8
8
  data-id="fontIcon"
9
9
  data-selector-id="fontIcon"
10
10
  data-test-id="fontIcon"
@@ -16,7 +16,7 @@ exports[`FontIcon - checking "isBold" is true 1`] = `
16
16
  <DocumentFragment>
17
17
  <i
18
18
  aria-hidden="true"
19
- class="zd_font_icons basic undefined fbold "
19
+ class="zd_font_icons basic fbold"
20
20
  data-id="fontIcon"
21
21
  data-selector-id="fontIcon"
22
22
  data-test-id="fontIcon"
@@ -28,7 +28,7 @@ exports[`FontIcon - rendering "IconName" 1`] = `
28
28
  <DocumentFragment>
29
29
  <i
30
30
  aria-hidden="true"
31
- class="zd_font_icons basic undefined "
31
+ class="zd_font_icons basic"
32
32
  data-id="fontIcon"
33
33
  data-selector-id="fontIcon"
34
34
  data-test-id="fontIcon"
@@ -40,19 +40,19 @@ exports[`FontIcon - rendering "Name" with "iconContent" and without path 1`] =
40
40
  <DocumentFragment>
41
41
  <i
42
42
  aria-hidden="true"
43
- class="zd_font_icons basic undefined "
43
+ class="zd_font_icons basic"
44
44
  data-id="fontIcon"
45
45
  data-selector-id="fontIcon"
46
46
  data-test-id="fontIcon"
47
47
  >
48
48
  <span
49
- class="icon1 "
49
+ class="icon1"
50
50
  />
51
51
  <span
52
- class="icon2 "
52
+ class="icon2"
53
53
  />
54
54
  <span
55
- class="icon3 "
55
+ class="icon3"
56
56
  />
57
57
  </i>
58
58
  </DocumentFragment>
@@ -62,7 +62,7 @@ exports[`FontIcon - rendering "ariaHidden" is false 1`] = `
62
62
  <DocumentFragment>
63
63
  <i
64
64
  aria-hidden="false"
65
- class="zd_font_icons basic undefined "
65
+ class="zd_font_icons basic"
66
66
  data-id="fontIcon"
67
67
  data-selector-id="fontIcon"
68
68
  data-test-id="fontIcon"
@@ -74,7 +74,7 @@ exports[`FontIcon - rendering "custumIcon" with path 1`] = `
74
74
  <DocumentFragment>
75
75
  <i
76
76
  aria-hidden="true"
77
- class="zd_font_icons red basic undefined "
77
+ class="zd_font_icons red basic"
78
78
  data-id="fontIcon"
79
79
  data-selector-id="fontIcon"
80
80
  data-test-id="fontIcon"
@@ -93,7 +93,7 @@ exports[`FontIcon - rendering "iconClass" with path 1`] = `
93
93
  <DocumentFragment>
94
94
  <i
95
95
  aria-hidden="true"
96
- class="zd_font_icons basic undefined iconStyleCss"
96
+ class="zd_font_icons basic iconStyleCss"
97
97
  data-id="fontIcon"
98
98
  data-selector-id="fontIcon"
99
99
  data-test-id="fontIcon"
@@ -115,7 +115,7 @@ exports[`FontIcon - rendering custom attributes with tagAttributes prop 1`] = `
115
115
  <DocumentFragment>
116
116
  <i
117
117
  aria-hidden="true"
118
- class="zd_font_icons basic undefined "
118
+ class="zd_font_icons basic"
119
119
  data-custom-attr="true"
120
120
  data-id="fontIcon"
121
121
  data-selector-id="fontIcon"
@@ -128,7 +128,7 @@ exports[`FontIcon - rendering custom icon name 1`] = `
128
128
  <DocumentFragment>
129
129
  <i
130
130
  aria-hidden="true"
131
- class="zd_font_icons red basic undefined "
131
+ class="zd_font_icons red basic"
132
132
  data-id="fontIcon"
133
133
  data-selector-id="fontIcon"
134
134
  data-test-id="fontIcon"
@@ -140,7 +140,7 @@ exports[`FontIcon - rendering the "default" props 1`] = `
140
140
  <DocumentFragment>
141
141
  <i
142
142
  aria-hidden="true"
143
- class="zd_font_icons basic undefined "
143
+ class="zd_font_icons basic"
144
144
  data-id="fontIcon"
145
145
  data-selector-id="fontIcon"
146
146
  data-test-id="fontIcon"
@@ -152,7 +152,7 @@ exports[`FontIcon - rendering the "fontSize" 1`] = `
152
152
  <DocumentFragment>
153
153
  <i
154
154
  aria-hidden="true"
155
- class="zd_font_icons basic undefined "
155
+ class="zd_font_icons basic"
156
156
  data-id="fontIcon"
157
157
  data-selector-id="fontIcon"
158
158
  data-test-id="fontIcon"
@@ -165,7 +165,7 @@ exports[`FontIcon - rendering the "iconClass" 1`] = `
165
165
  <DocumentFragment>
166
166
  <i
167
167
  aria-hidden="true"
168
- class="zd_font_icons basic undefined iconStyleCss"
168
+ class="zd_font_icons basic iconStyleCss"
169
169
  data-id="fontIcon"
170
170
  data-selector-id="fontIcon"
171
171
  data-test-id="fontIcon"
@@ -177,7 +177,7 @@ exports[`FontIcon - rendering the "pathname" 1`] = `
177
177
  <DocumentFragment>
178
178
  <i
179
179
  aria-hidden="true"
180
- class="zd_font_icons basic zd67f91bb627 "
180
+ class="zd_font_icons basic zd67f91bb627"
181
181
  data-id="fontIcon"
182
182
  data-selector-id="fontIcon"
183
183
  data-test-id="fontIcon"
@@ -189,7 +189,7 @@ exports[`FontIcon - rendering the "title" 1`] = `
189
189
  <DocumentFragment>
190
190
  <i
191
191
  aria-hidden="true"
192
- class="zd_font_icons basic undefined "
192
+ class="zd_font_icons basic"
193
193
  data-id="fontIcon"
194
194
  data-selector-id="fontIcon"
195
195
  data-test-id="fontIcon"
@@ -202,7 +202,7 @@ exports[`FontIcon - rendering the "titlePostion" to - bottom 1`] = `
202
202
  <DocumentFragment>
203
203
  <i
204
204
  aria-hidden="true"
205
- class="zd_font_icons basic undefined "
205
+ class="zd_font_icons basic"
206
206
  data-id="fontIcon"
207
207
  data-selector-id="fontIcon"
208
208
  data-test-id="fontIcon"
@@ -215,7 +215,7 @@ exports[`FontIcon - rendering the "titlePostion" to - left 1`] = `
215
215
  <DocumentFragment>
216
216
  <i
217
217
  aria-hidden="true"
218
- class="zd_font_icons basic undefined "
218
+ class="zd_font_icons basic"
219
219
  data-id="fontIcon"
220
220
  data-selector-id="fontIcon"
221
221
  data-test-id="fontIcon"
@@ -228,7 +228,7 @@ exports[`FontIcon - rendering the "titlePostion" to - right 1`] = `
228
228
  <DocumentFragment>
229
229
  <i
230
230
  aria-hidden="true"
231
- class="zd_font_icons basic undefined "
231
+ class="zd_font_icons basic"
232
232
  data-id="fontIcon"
233
233
  data-selector-id="fontIcon"
234
234
  data-test-id="fontIcon"
@@ -241,7 +241,7 @@ exports[`FontIcon - rendering the "titlePostion" to - top 1`] = `
241
241
  <DocumentFragment>
242
242
  <i
243
243
  aria-hidden="true"
244
- class="zd_font_icons basic undefined "
244
+ class="zd_font_icons basic"
245
245
  data-id="fontIcon"
246
246
  data-selector-id="fontIcon"
247
247
  data-test-id="fontIcon"