@zohodesk/dot 1.0.0-temp-175.7 → 1.0.0-temp-181

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 (231) hide show
  1. package/.cli/propValidation_report.html +1 -1
  2. package/README.md +30 -0
  3. package/assets/Appearance/dark/mode/Dot_DarkMode.module.css +0 -1
  4. package/assets/Appearance/light/mode/Dot_LightMode.module.css +0 -1
  5. package/assets/Appearance/pureDark/mode/Dot_PureDarkMode.module.css +0 -1
  6. package/coverage/ExternalLink/ExternalLink.js.html +1 -1
  7. package/coverage/ExternalLink/ExternalLink.module.css.html +1 -1
  8. package/coverage/ExternalLink/index.html +1 -1
  9. package/coverage/ExternalLink/props/defaultProps.js.html +1 -1
  10. package/coverage/ExternalLink/props/index.html +1 -1
  11. package/coverage/ExternalLink/props/propTypes.js.html +1 -1
  12. package/coverage/IconButton/IconButton.js.html +7 -7
  13. package/coverage/IconButton/IconButton.module.css.html +1 -1
  14. package/coverage/IconButton/index.html +11 -11
  15. package/coverage/IconButton/props/defaultProps.js.html +1 -1
  16. package/coverage/IconButton/props/index.html +1 -1
  17. package/coverage/IconButton/props/propTypes.js.html +1 -1
  18. package/coverage/Image/Image.js.html +1 -1
  19. package/coverage/Image/Image.module.css.html +1 -1
  20. package/coverage/Image/index.html +1 -1
  21. package/coverage/Image/props/defaultProps.js.html +1 -1
  22. package/coverage/Image/props/index.html +1 -1
  23. package/coverage/Image/props/propTypes.js.html +1 -1
  24. package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.js.html +1 -1
  25. package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.module.css.html +1 -1
  26. package/coverage/avatar/AvatarWithTeam/index.html +1 -1
  27. package/coverage/avatar/AvatarWithTeam/props/defaultProps.js.html +1 -1
  28. package/coverage/avatar/AvatarWithTeam/props/index.html +1 -1
  29. package/coverage/avatar/AvatarWithTeam/props/propTypes.js.html +1 -1
  30. package/coverage/coverage-final.json +16 -16
  31. package/coverage/coverage-summary.json +17 -17
  32. package/coverage/index.html +11 -11
  33. package/es/Drawer/Drawer.js +6 -3
  34. package/es/Drawer/props/defaultProps.js +2 -1
  35. package/es/Drawer/props/propTypes.js +2 -1
  36. package/es/Hooks/Dragger/useDragger.js +4 -3
  37. package/es/IconButton/IconButton.js +2 -2
  38. package/es/NewStar/NewStar.module.css +128 -67
  39. package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +4 -0
  40. package/es/form/fields/TextEditor/TextEditor.module.css +63 -47
  41. package/es/list/status/StatusDropdown/StatusDropdown.js +2 -1
  42. package/es/list/status/StatusListItem/StatusListItem.js +12 -5
  43. package/es/list/status/StatusListItem/props/defaultProps.js +2 -1
  44. package/es/list/status/StatusListItem/props/propTypes.js +3 -1
  45. package/es/lookup/Lookup/Lookup.js +6 -3
  46. package/es/v1/DotWrapper/DotWrapper.js +28 -0
  47. package/es/v1/DotWrapper/libraryChunks/appearance/component/DarkMode_Component.js +1 -0
  48. package/es/v1/DotWrapper/libraryChunks/appearance/component/LightMode_Component.js +1 -0
  49. package/es/v1/DotWrapper/libraryChunks/appearance/component/PureDarkMode_Component.js +1 -0
  50. package/es/v1/DotWrapper/libraryChunks/appearance/dot/DarkMode_Dot.js +1 -0
  51. package/es/v1/DotWrapper/libraryChunks/appearance/dot/LightMode_Dot.js +1 -0
  52. package/es/v1/DotWrapper/libraryChunks/appearance/dot/PureDarkMode_Dot.js +1 -0
  53. package/es/v1/DotWrapper/libraryChunks/appearance/svg/DarkMode_SVG.js +1 -0
  54. package/es/v1/DotWrapper/libraryChunks/appearance/svg/LightMode_SVG.js +1 -0
  55. package/es/v1/DotWrapper/libraryChunks/appearance/svg/PureDarkMode_SVG.js +1 -0
  56. package/es/v1/DotWrapper/libraryChunks/dynamicImports.js +19 -0
  57. package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Dark_Component.js +3 -0
  58. package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Light_Component.js +3 -0
  59. package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +3 -0
  60. package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_Dark_Component.js +3 -0
  61. package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_Light_Component.js +3 -0
  62. package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_PureDark_Component.js +3 -0
  63. package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Dark_Component.js +3 -0
  64. package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Light_Component.js +3 -0
  65. package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +3 -0
  66. package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_Dark_Component.js +3 -0
  67. package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_Light_Component.js +3 -0
  68. package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_PureDark_Component.js +3 -0
  69. package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +3 -0
  70. package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +3 -0
  71. package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +3 -0
  72. package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +1 -0
  73. package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +1 -0
  74. package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +1 -0
  75. package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Dark_Dot.js +1 -0
  76. package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Light_Dot.js +1 -0
  77. package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +1 -0
  78. package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +1 -0
  79. package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +1 -0
  80. package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +1 -0
  81. package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Dark_Dot.js +1 -0
  82. package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Light_Dot.js +1 -0
  83. package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +1 -0
  84. package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +1 -0
  85. package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +1 -0
  86. package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +1 -0
  87. package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +1 -0
  88. package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +1 -0
  89. package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +1 -0
  90. package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Dark_SVG.js +1 -0
  91. package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Light_SVG.js +1 -0
  92. package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +1 -0
  93. package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +1 -0
  94. package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +1 -0
  95. package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +1 -0
  96. package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Dark_SVG.js +1 -0
  97. package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Light_SVG.js +1 -0
  98. package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +1 -0
  99. package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +1 -0
  100. package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +1 -0
  101. package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +1 -0
  102. package/es/v1/DotWrapper/props/defaultProps.js +7 -0
  103. package/es/v1/DotWrapper/props/propTypes.js +8 -0
  104. package/es/v1/DotWrapper/utils/appearanceProperties.js +46 -0
  105. package/es/v1/DotWrapper/utils/errorMessage.js +7 -0
  106. package/es/v1/DotWrapper/utils/importFiles.js +18 -0
  107. package/es/v1/DotWrapper/utils/themeProperties.js +220 -0
  108. package/es/v1/Drawer/Drawer.js +6 -3
  109. package/es/v1/Drawer/props/defaultProps.js +2 -1
  110. package/es/v1/Drawer/props/propTypes.js +2 -1
  111. package/es/v1/IconButton/IconButton.js +2 -2
  112. package/es/v1/form/fields/SelectField/SelectField.js +1 -9
  113. package/es/v1/form/fields/TextBoxField/TextBoxField.js +122 -142
  114. package/es/v1/form/fields/TextEditorField/TextEditorField.js +133 -153
  115. package/es/v1/form/fields/TextEditorWrapper/TextEditorWrapper.js +137 -178
  116. package/es/v1/form/fields/TextareaField/TextareaField.js +113 -137
  117. package/es/v1/form/fields/ValidationMessage/ValidationMessage.js +43 -43
  118. package/es/v1/form/layout/Field/Field.js +24 -28
  119. package/es/v1/form/layout/Section/Section.js +25 -33
  120. package/es/v1/form/layout/Section/props/propTypes.js +0 -1
  121. package/es/v1/list/Subject/Subject.js +39 -48
  122. package/es/v1/list/TagNew/TagNew.js +18 -27
  123. package/es/v1/list/Thread/Thread.js +26 -35
  124. package/es/v1/list/status/StatusDropdown/StatusDropdown.js +2 -1
  125. package/es/v1/list/status/StatusListItem/StatusListItem.js +12 -5
  126. package/es/v1/list/status/StatusListItem/props/defaultProps.js +2 -1
  127. package/es/v1/list/status/StatusListItem/props/propTypes.js +3 -1
  128. package/es/v1/lookup/Lookup/Lookup.js +6 -3
  129. package/es/version2/GlobalNotification/GlobalNotification.module.css +1 -2
  130. package/lib/Drawer/Drawer.js +6 -3
  131. package/lib/Drawer/props/defaultProps.js +2 -1
  132. package/lib/Drawer/props/propTypes.js +2 -1
  133. package/lib/Hooks/Dragger/useDragger.js +4 -3
  134. package/lib/IconButton/IconButton.js +2 -2
  135. package/lib/NewStar/NewStar.module.css +128 -67
  136. package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +4 -0
  137. package/lib/form/fields/TextEditor/TextEditor.module.css +63 -47
  138. package/lib/list/status/StatusDropdown/StatusDropdown.js +2 -1
  139. package/lib/list/status/StatusListItem/StatusListItem.js +12 -5
  140. package/lib/list/status/StatusListItem/props/defaultProps.js +2 -1
  141. package/lib/list/status/StatusListItem/props/propTypes.js +3 -1
  142. package/lib/lookup/Lookup/Lookup.js +14 -3
  143. package/lib/v1/DotWrapper/DotWrapper.js +41 -0
  144. package/lib/v1/DotWrapper/libraryChunks/appearance/component/DarkMode_Component.js +3 -0
  145. package/lib/v1/DotWrapper/libraryChunks/appearance/component/LightMode_Component.js +3 -0
  146. package/lib/v1/DotWrapper/libraryChunks/appearance/component/PureDarkMode_Component.js +3 -0
  147. package/lib/v1/DotWrapper/libraryChunks/appearance/dot/DarkMode_Dot.js +3 -0
  148. package/lib/v1/DotWrapper/libraryChunks/appearance/dot/LightMode_Dot.js +3 -0
  149. package/lib/v1/DotWrapper/libraryChunks/appearance/dot/PureDarkMode_Dot.js +3 -0
  150. package/lib/v1/DotWrapper/libraryChunks/appearance/svg/DarkMode_SVG.js +3 -0
  151. package/lib/v1/DotWrapper/libraryChunks/appearance/svg/LightMode_SVG.js +3 -0
  152. package/lib/v1/DotWrapper/libraryChunks/appearance/svg/PureDarkMode_SVG.js +3 -0
  153. package/lib/v1/DotWrapper/libraryChunks/dynamicImports.js +33 -0
  154. package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Dark_Component.js +7 -0
  155. package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Light_Component.js +7 -0
  156. package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +7 -0
  157. package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_Dark_Component.js +7 -0
  158. package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_Light_Component.js +7 -0
  159. package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_PureDark_Component.js +7 -0
  160. package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Dark_Component.js +7 -0
  161. package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Light_Component.js +7 -0
  162. package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +7 -0
  163. package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_Dark_Component.js +7 -0
  164. package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_Light_Component.js +7 -0
  165. package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_PureDark_Component.js +7 -0
  166. package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +7 -0
  167. package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +7 -0
  168. package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +7 -0
  169. package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +3 -0
  170. package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +3 -0
  171. package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +3 -0
  172. package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Dark_Dot.js +3 -0
  173. package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Light_Dot.js +3 -0
  174. package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +3 -0
  175. package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +3 -0
  176. package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +3 -0
  177. package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +3 -0
  178. package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Dark_Dot.js +3 -0
  179. package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Light_Dot.js +3 -0
  180. package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +3 -0
  181. package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +3 -0
  182. package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +3 -0
  183. package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +3 -0
  184. package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +3 -0
  185. package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +3 -0
  186. package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +3 -0
  187. package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Dark_SVG.js +3 -0
  188. package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Light_SVG.js +3 -0
  189. package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +3 -0
  190. package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +3 -0
  191. package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +3 -0
  192. package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +3 -0
  193. package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Dark_SVG.js +3 -0
  194. package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Light_SVG.js +3 -0
  195. package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +3 -0
  196. package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +3 -0
  197. package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +3 -0
  198. package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +3 -0
  199. package/lib/v1/DotWrapper/props/defaultProps.js +14 -0
  200. package/lib/v1/DotWrapper/props/propTypes.js +19 -0
  201. package/lib/v1/DotWrapper/utils/appearanceProperties.js +79 -0
  202. package/lib/v1/DotWrapper/utils/errorMessage.js +14 -0
  203. package/lib/v1/DotWrapper/utils/importFiles.js +25 -0
  204. package/lib/v1/DotWrapper/utils/themeProperties.js +325 -0
  205. package/lib/v1/Drawer/Drawer.js +6 -3
  206. package/lib/v1/Drawer/props/defaultProps.js +2 -1
  207. package/lib/v1/Drawer/props/propTypes.js +2 -1
  208. package/lib/v1/IconButton/IconButton.js +2 -2
  209. package/lib/v1/form/fields/SelectField/SelectField.js +1 -7
  210. package/lib/v1/form/fields/TextBoxField/TextBoxField.js +125 -181
  211. package/lib/v1/form/fields/TextEditorField/TextEditorField.js +138 -193
  212. package/lib/v1/form/fields/TextEditorWrapper/TextEditorWrapper.js +160 -212
  213. package/lib/v1/form/fields/TextareaField/TextareaField.js +117 -177
  214. package/lib/v1/form/fields/ValidationMessage/ValidationMessage.js +41 -80
  215. package/lib/v1/form/layout/Field/Field.js +22 -69
  216. package/lib/v1/form/layout/Section/Section.js +27 -72
  217. package/lib/v1/form/layout/Section/props/propTypes.js +0 -1
  218. package/lib/v1/list/Subject/Subject.js +39 -87
  219. package/lib/v1/list/TagNew/TagNew.js +18 -66
  220. package/lib/v1/list/Thread/Thread.js +25 -73
  221. package/lib/v1/list/status/StatusDropdown/StatusDropdown.js +2 -1
  222. package/lib/v1/list/status/StatusListItem/StatusListItem.js +12 -5
  223. package/lib/v1/list/status/StatusListItem/props/defaultProps.js +2 -1
  224. package/lib/v1/list/status/StatusListItem/props/propTypes.js +3 -1
  225. package/lib/v1/lookup/Lookup/Lookup.js +11 -6
  226. package/lib/version2/GlobalNotification/GlobalNotification.module.css +1 -2
  227. package/package.json +13 -13
  228. package/prePublish.js +0 -69
  229. package/react-cli.config.js +6 -1
  230. package/result.json +1 -1
  231. package/unittest/index.html +1 -1
@@ -5,50 +5,50 @@ import Label from '@zohodesk/components/es/v1/Label/Label';
5
5
  import colors from '@zohodesk/components/es/Label/LabelColors.module.css';
6
6
  import style from '../../../../form/fields/ValidationMessage/ValidationMessage.module.css';
7
7
  import { Icon } from '@zohodesk/icons';
8
- export default class ValidationMessage extends React.Component {
9
- render() {
10
- let {
11
- palette,
12
- text,
13
- htmlFor,
14
- onClick,
15
- type,
16
- size,
17
- dataId,
18
- clipped,
19
- a11y,
20
- tooltip,
21
- dataSelectorId
22
- } = this.props;
23
- let {
24
- role = 'alert'
25
- } = a11y;
26
- return /*#__PURE__*/React.createElement("div", {
27
- role: role,
28
- onClick: onClick,
29
- className: `${type === 'primary' ? style.primary : style.secondary}`,
30
- "data-id": "errorMsgContainer",
31
- "data-test-id": "errorMsgContainer",
32
- "data-selector-id": dataSelectorId
33
- }, /*#__PURE__*/React.createElement(Label, {
34
- text: text,
35
- htmlFor: htmlFor,
36
- palette: palette,
37
- size: size,
38
- dataId: dataId,
39
- clipped: clipped,
40
- title: clipped ? text : '',
41
- customClass: style.lable
42
- }), tooltip ? /*#__PURE__*/React.createElement("span", {
43
- className: `${style.icon} ${colors[palette]}`,
44
- "data-title": tooltip
45
- }, /*#__PURE__*/React.createElement(Icon, {
46
- name: "ZD-information57",
47
- size: "14"
48
- })) : null);
49
- }
50
8
 
51
- }
9
+ const ValidationMessage = props => {
10
+ const {
11
+ palette,
12
+ text,
13
+ htmlFor,
14
+ onClick,
15
+ type,
16
+ size,
17
+ dataId,
18
+ clipped,
19
+ a11y,
20
+ tooltip,
21
+ dataSelectorId
22
+ } = props;
23
+ const {
24
+ role = 'alert'
25
+ } = a11y;
26
+ return /*#__PURE__*/React.createElement("div", {
27
+ role: role,
28
+ onClick: onClick,
29
+ className: `${type === 'primary' ? style.primary : style.secondary}`,
30
+ "data-id": "errorMsgContainer",
31
+ "data-test-id": "errorMsgContainer",
32
+ "data-selector-id": dataSelectorId
33
+ }, /*#__PURE__*/React.createElement(Label, {
34
+ text: text,
35
+ htmlFor: htmlFor,
36
+ palette: palette,
37
+ size: size,
38
+ dataId: dataId,
39
+ clipped: clipped,
40
+ title: clipped ? text : '',
41
+ customClass: style.lable
42
+ }), tooltip ? /*#__PURE__*/React.createElement("span", {
43
+ className: `${style.icon} ${colors[palette]}`,
44
+ "data-title": tooltip
45
+ }, /*#__PURE__*/React.createElement(Icon, {
46
+ name: "ZD-information57",
47
+ size: "14"
48
+ })) : null);
49
+ };
50
+
51
+ export default ValidationMessage;
52
52
  ValidationMessage.propTypes = propTypes;
53
53
  ValidationMessage.defaultProps = defaultProps; // if (__DOCS__) {
54
54
  // ValidationMessage.docs = {
@@ -1,33 +1,29 @@
1
- import React, { Component } from 'react';
1
+ import React from 'react';
2
2
  import { defaultProps } from './props/defaultProps';
3
3
  import { propTypes } from './props/propTypes';
4
4
  import style from '../../../../form/layout/Field/Field.module.css';
5
- export default class Field extends Component {
6
- render() {
7
- let {
8
- width,
9
- children,
10
- rowBreak,
11
- column,
12
- className,
13
- containerClass,
14
- dataId
15
- } = this.props;
16
- return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
17
- className: `${containerClass ? containerClass : ''} ${column == 'single' ? `${style.singleColumn}` : `${style[width]} `}`,
18
- "data-id": dataId,
19
- "data-test-id": dataId
20
- }, /*#__PURE__*/React.createElement("div", {
21
- className: `${className ? className : ''} ${`fieldWidth_${width}`}`
22
- }, children)), rowBreak && /*#__PURE__*/React.createElement("div", {
23
- className: style.rowBreak
24
- }));
25
- }
26
5
 
27
- }
6
+ const Field = props => {
7
+ const {
8
+ width,
9
+ children,
10
+ rowBreak,
11
+ column,
12
+ className,
13
+ containerClass,
14
+ dataId
15
+ } = props;
16
+ return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
17
+ className: `${containerClass ? containerClass : ''} ${column == 'single' ? `${style.singleColumn}` : `${style[width]} `}`,
18
+ "data-id": dataId,
19
+ "data-test-id": dataId
20
+ }, /*#__PURE__*/React.createElement("div", {
21
+ className: `${className ? className : ''} ${`fieldWidth_${width}`}`
22
+ }, children)), rowBreak && /*#__PURE__*/React.createElement("div", {
23
+ className: style.rowBreak
24
+ }));
25
+ };
26
+
28
27
  Field.propTypes = propTypes;
29
- Field.defaultProps = defaultProps; // if (__DOCS__) {
30
- // Field.docs = {
31
- // componentGroup: 'ModuleAddForm'
32
- // };
33
- // }
28
+ Field.defaultProps = defaultProps;
29
+ export default Field;
@@ -1,37 +1,29 @@
1
- import React, { Component } from 'react';
1
+ import React from 'react';
2
2
  import { propTypes } from './props/propTypes';
3
3
  import style from '../../../../form/layout/Section/ModuleFormSection.module.css';
4
- export default class Section extends Component {
5
- constructor(props) {
6
- super(props);
7
- }
8
4
 
9
- render() {
10
- let {
11
- title,
12
- dataId,
13
- containerClass,
14
- titleClass,
15
- className,
16
- column,
17
- formName
18
- } = this.props;
19
- return /*#__PURE__*/React.createElement("div", {
20
- "data-id": dataId,
21
- "data-test-id": dataId,
22
- className: containerClass ? containerClass : ''
23
- }, title && /*#__PURE__*/React.createElement("div", {
24
- className: titleClass ? titleClass : ''
25
- }, title), /*#__PURE__*/React.createElement("div", {
26
- className: `${className ? className : ''} ${column == 'single' ? style.singleColumn : ''}`,
27
- "data-id": formName && formName,
28
- "data-test-id": formName && formName
29
- }, this.props.children));
30
- }
5
+ const Section = props => {
6
+ const {
7
+ title,
8
+ dataId,
9
+ containerClass,
10
+ titleClass,
11
+ className,
12
+ column,
13
+ formName
14
+ } = props;
15
+ return /*#__PURE__*/React.createElement("div", {
16
+ "data-id": dataId,
17
+ "data-test-id": dataId,
18
+ className: containerClass ? containerClass : ''
19
+ }, title && /*#__PURE__*/React.createElement("div", {
20
+ className: titleClass ? titleClass : ''
21
+ }, title), /*#__PURE__*/React.createElement("div", {
22
+ className: `${className ? className : ''} ${column == 'single' ? style.singleColumn : ''}`,
23
+ "data-id": formName && formName,
24
+ "data-test-id": formName && formName
25
+ }, this.props.children));
26
+ };
31
27
 
32
- }
33
- Section.propTypes = propTypes; // if (__DOCS__) {
34
- // Section.docs = {
35
- // componentGroup: 'ModuleAddForm'
36
- // };
37
- // }
28
+ export default Section;
29
+ Section.propTypes = propTypes;
@@ -1,6 +1,5 @@
1
1
  import PropTypes from 'prop-types';
2
2
  export const propTypes = {
3
- children: PropTypes.node,
4
3
  className: PropTypes.string,
5
4
  containerClass: PropTypes.string,
6
5
  dataId: PropTypes.string,
@@ -1,57 +1,48 @@
1
1
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
2
 
3
- import React, { Component } from 'react';
3
+ import React from 'react';
4
4
  import { defaultProps } from './props/defaultProps';
5
5
  import { propTypes } from './props/propTypes';
6
6
  import Link from '../../Link/Link';
7
7
  import style from '../../../list/Subject/Subject.module.css';
8
- export default class Subject extends Component {
9
- constructor(props) {
10
- super(props);
11
- }
12
8
 
13
- render() {
14
- let {
15
- text,
16
- dataId,
17
- urlName,
18
- href,
19
- urlData,
20
- onClick,
21
- isLink,
22
- target,
23
- fontWeight,
24
- className,
25
- isDotted,
26
- children,
27
- customProps
28
- } = this.props;
29
- let {
30
- LinkProps = {},
31
- TextProps = {}
32
- } = customProps;
33
- return /*#__PURE__*/React.createElement(React.Fragment, null, isLink ? /*#__PURE__*/React.createElement(Link, _extends({
34
- urlName: urlName,
35
- href: href,
36
- urlData: urlData,
37
- onClick: onClick,
38
- className: `${style.subject} ${isDotted ? style.dotted : ''} ${className} ${style[`font_${fontWeight}`]} ${style.cursorPointer}`,
39
- dataId: dataId,
40
- title: text,
41
- target: target
42
- }, LinkProps), children ? children : text) : /*#__PURE__*/React.createElement("span", _extends({
43
- className: `${style.subject} ${isDotted ? style.dotted : ''} ${className} ${style[`font_${fontWeight}`]}`,
44
- "data-title": text,
45
- "data-id": dataId,
46
- "data-test-id": dataId
47
- }, TextProps), text));
48
- }
9
+ const Subject = props => {
10
+ const {
11
+ text,
12
+ dataId,
13
+ urlName,
14
+ href,
15
+ urlData,
16
+ onClick,
17
+ isLink,
18
+ target,
19
+ fontWeight,
20
+ className,
21
+ isDotted,
22
+ children,
23
+ customProps
24
+ } = props;
25
+ const {
26
+ LinkProps = {},
27
+ TextProps = {}
28
+ } = customProps;
29
+ return /*#__PURE__*/React.createElement(React.Fragment, null, isLink ? /*#__PURE__*/React.createElement(Link, _extends({
30
+ urlName: urlName,
31
+ href: href,
32
+ urlData: urlData,
33
+ onClick: onClick,
34
+ className: `${style.subject} ${isDotted ? style.dotted : ''} ${className} ${style[`font_${fontWeight}`]} ${style.cursorPointer}`,
35
+ dataId: dataId,
36
+ title: text,
37
+ target: target
38
+ }, LinkProps), children ? children : text) : /*#__PURE__*/React.createElement("span", _extends({
39
+ className: `${style.subject} ${isDotted ? style.dotted : ''} ${className} ${style[`font_${fontWeight}`]}`,
40
+ "data-title": text,
41
+ "data-id": dataId,
42
+ "data-test-id": dataId
43
+ }, TextProps), text));
44
+ };
49
45
 
50
- }
46
+ export default Subject;
51
47
  Subject.propTypes = propTypes;
52
- Subject.defaultProps = defaultProps; // if (__DOCS__) {
53
- // Subject.docs = {
54
- // folderName: 'List',
55
- // componentGroup: 'Subject'
56
- // };
57
- // }
48
+ Subject.defaultProps = defaultProps;
@@ -1,33 +1,24 @@
1
- import React, { Component } from 'react';
1
+ import React from 'react';
2
2
  import { defaultProps } from './props/defaultProps';
3
3
  import { propTypes } from './props/propTypes';
4
4
  import style from '../../../list/TagNew/TagNew.module.css';
5
- export default class TagNew extends Component {
6
- constructor(props) {
7
- super(props);
8
- }
9
5
 
10
- render() {
11
- let {
12
- className,
13
- text,
14
- animate,
15
- onClick,
16
- dataId
17
- } = this.props;
18
- return /*#__PURE__*/React.createElement("div", {
19
- className: `${style.tagStyle} ${animate ? style.bounceIn : ''} ${className ? className : ''}`,
20
- onClick: onClick,
21
- "data-id": dataId,
22
- "data-test-id": dataId
23
- }, text);
24
- }
6
+ const TagNew = props => {
7
+ const {
8
+ className,
9
+ text,
10
+ animate,
11
+ onClick,
12
+ dataId
13
+ } = props;
14
+ return /*#__PURE__*/React.createElement("div", {
15
+ className: `${style.tagStyle} ${animate ? style.bounceIn : ''} ${className ? className : ''}`,
16
+ onClick: onClick,
17
+ "data-id": dataId,
18
+ "data-test-id": dataId
19
+ }, text);
20
+ };
25
21
 
26
- }
22
+ export default TagNew;
27
23
  TagNew.propTypes = propTypes;
28
- TagNew.defaultProps = defaultProps; // if (__DOCS__) {
29
- // TagNew.docs = {
30
- // folderName: 'List',
31
- // componentGroup: 'TagNew'
32
- // };
33
- // }
24
+ TagNew.defaultProps = defaultProps;
@@ -1,43 +1,34 @@
1
- import React, { Component } from 'react';
1
+ import React from 'react';
2
2
  import { defaultProps } from './props/defaultProps';
3
3
  import { propTypes } from './props/propTypes';
4
4
  import { Icon } from '@zohodesk/icons';
5
5
  import Button from '@zohodesk/components/es/v1/semantic/Button/Button';
6
6
  import style from '../../../list/Thread/Thread.module.css';
7
- export default class Thread extends Component {
8
- constructor(props) {
9
- super(props);
10
- }
11
7
 
12
- render() {
13
- let {
14
- count: threadCount,
15
- className,
16
- iconTitle,
17
- dataId,
18
- align
19
- } = this.props;
20
- let count = threadCount === '0' ? '1' : threadCount;
21
- return /*#__PURE__*/React.createElement(Button, {
22
- customClass: `${style.container} ${style[`align_${align}`]} ${className}`,
23
- title: iconTitle,
24
- dataId: dataId,
25
- a11y: {
26
- ariaLabel: iconTitle
27
- }
28
- }, /*#__PURE__*/React.createElement(Icon, {
29
- name: "ZD-TK-thread",
30
- size: "9"
31
- }), /*#__PURE__*/React.createElement("span", {
32
- className: style.count
33
- }, count));
34
- }
8
+ const Thread = props => {
9
+ const {
10
+ count: threadCount,
11
+ className,
12
+ iconTitle,
13
+ dataId,
14
+ align
15
+ } = props;
16
+ const count = threadCount === '0' ? '1' : threadCount;
17
+ return /*#__PURE__*/React.createElement(Button, {
18
+ customClass: `${style.container} ${style[`align_${align}`]} ${className}`,
19
+ title: iconTitle,
20
+ dataId: dataId,
21
+ a11y: {
22
+ ariaLabel: iconTitle
23
+ }
24
+ }, /*#__PURE__*/React.createElement(Icon, {
25
+ name: "ZD-TK-thread",
26
+ size: "9"
27
+ }), /*#__PURE__*/React.createElement("span", {
28
+ className: style.count
29
+ }, count));
30
+ };
35
31
 
36
- }
32
+ export default Thread;
37
33
  Thread.propTypes = propTypes;
38
- Thread.defaultProps = defaultProps; // if (__DOCS__) {
39
- // Thread.docs = {
40
- // folderName: 'List',
41
- // componentGroup: 'Thread'
42
- // };
43
- // }
34
+ Thread.defaultProps = defaultProps;
@@ -352,7 +352,8 @@ function StatusDropdown(props) {
352
352
  needMultiLineText: needMultiLineText,
353
353
  a11y: {
354
354
  role: isSearch ? 'option' : 'menuitem',
355
- ariaSelected: value === item[keyName]
355
+ ariaSelected: value === item[keyName],
356
+ 'data-a11y-list-active': selectedIndex === i
356
357
  }
357
358
  })))) : isDataLoaded ? /*#__PURE__*/React.createElement(CommonEmptyState, {
358
359
  className: style.svgWrapper,
@@ -35,7 +35,9 @@ export default function StatusListItem(props) {
35
35
  getRef,
36
36
  id,
37
37
  onClick,
38
- onMouseEnter
38
+ onMouseEnter,
39
+ customClass,
40
+ children
39
41
  } = props;
40
42
  let options = {};
41
43
  let {
@@ -70,7 +72,7 @@ export default function StatusListItem(props) {
70
72
  isCover: false,
71
73
  align: "baseline",
72
74
  alignBox: "row",
73
- className: `${style.list} ${style[size]} ${style[palette]} ${active ? style.active : highlight && !isDisabled ? style.hover : ''} ${autoHover && !isDisabled ? style.effect : ''} ${needTick ? style.withTick : ''} ${isDisabled ? CssProvider('isDisable') : ''} ${needBorder ? style.withBorder : ''}`,
75
+ className: `${style.list} ${style[size]} ${style[palette]} ${active ? style.active : highlight && !isDisabled ? style.hover : ''} ${autoHover && !isDisabled ? style.effect : ''} ${needTick ? style.withTick : ''} ${isDisabled ? CssProvider('isDisable') : ''} ${needBorder ? style.withBorder : ''} ${customClass}`,
74
76
  dataId: String(value).replace("'", '_'),
75
77
  onClick: !isDisabled && handleClick,
76
78
  onMouseEnter: handleMouseEnter,
@@ -78,14 +80,19 @@ export default function StatusListItem(props) {
78
80
  tagName: isLink ? 'a' : 'li',
79
81
  "data-title": isDisabled ? disableTitle : null,
80
82
  tabindex: isDisabled ? '-1' : '0'
81
- }, options), /*#__PURE__*/React.createElement(Box, {
83
+ }, options, a11y), /*#__PURE__*/React.createElement(Box, {
82
84
  className: `${style.statusType} ${style[bulletColor]}`
83
85
  }), /*#__PURE__*/React.createElement(Box, {
84
- "data-title": isDisabled ? null : title,
85
86
  flexible: true,
87
+ shrink: true
88
+ }, /*#__PURE__*/React.createElement(Container, {
89
+ alignBox: "row",
90
+ align: needMultiLineText ? 'top' : 'vertical'
91
+ }, /*#__PURE__*/React.createElement(Box, {
92
+ "data-title": isDisabled ? null : title,
86
93
  shrink: true,
87
94
  className: needMultiLineText ? style.multiLineValue : style.value
88
- }, value), needTick && active ? /*#__PURE__*/React.createElement("div", {
95
+ }, value), /*#__PURE__*/React.createElement(Box, null, children && children))), needTick && active ? /*#__PURE__*/React.createElement("div", {
89
96
  className: style.tickIcon,
90
97
  "aria-hidden": ariaHidden
91
98
  }, /*#__PURE__*/React.createElement(Icon, {
@@ -11,5 +11,6 @@ export const defaultProps = {
11
11
  needBorder: true,
12
12
  bulletColor: 'black',
13
13
  a11y: {},
14
- needMultiLineText: false
14
+ needMultiLineText: false,
15
+ customClass: ''
15
16
  };
@@ -25,5 +25,7 @@ export const propTypes = {
25
25
  role: PropTypes.string,
26
26
  ariaSelected: PropTypes.bool,
27
27
  ariaHidden: PropTypes.bool
28
- })
28
+ }),
29
+ customClass: PropTypes.string,
30
+ children: PropTypes.node
29
31
  };
@@ -1,3 +1,5 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
1
3
  /*** Libraries ***/
2
4
  import React, { useRef, useCallback, useEffect } from 'react';
3
5
  import { useEffectCallOnlyAfterState } from '@zohodesk/hooks';
@@ -36,7 +38,8 @@ export default function Lookup(props) {
36
38
  ariaLabelledby,
37
39
  ariaDescribedby,
38
40
  ariaLabel,
39
- ariaModal = isActive ? true : undefined
41
+ ariaModal = isActive ? true : undefined,
42
+ ...a11yAttributes
40
43
  } = a11y;
41
44
  const {
42
45
  focusScopeProps = {}
@@ -64,7 +67,7 @@ export default function Lookup(props) {
64
67
  document.removeEventListener('keydown', handleKeyDown);
65
68
  };
66
69
  }, []);
67
- const content = /*#__PURE__*/React.createElement("div", {
70
+ const content = /*#__PURE__*/React.createElement("div", _extends({
68
71
  ref: createRef,
69
72
  tabIndex: "-1",
70
73
  "data-a11y-need-focus-style": "false",
@@ -77,7 +80,7 @@ export default function Lookup(props) {
77
80
  className: `${style.box} ${style[`${size}Size`]}`,
78
81
  "data-id": dataId,
79
82
  "data-test-id": dataId
80
- }, /*#__PURE__*/React.createElement(Container, {
83
+ }, a11yAttributes), /*#__PURE__*/React.createElement(Container, {
81
84
  "data-drag-container": "true",
82
85
  isCover: false,
83
86
  className: isMinHeight ? `${style.wrapper}` : `${style.coverwrap}`
@@ -3,7 +3,6 @@
3
3
  --commonalert_border_color: var(--zdt_commonalert_default_border);
4
4
  --globalnotification_bg_color: var(--zdt_globalnotification_default_bg);
5
5
  --globalnotification_text_color: var(--zdt_globalnotification_default_text);
6
- --globalnotification_box_shadow: var(--zdt_globalnotification_default_box_shadow);
7
6
  }
8
7
 
9
8
  .message {
@@ -180,4 +179,4 @@
180
179
  [dir=rtl] .close {
181
180
  left: var(--zd_size12) ;
182
181
  margin: auto var(--zd_size25) auto 0 ;
183
- }
182
+ }
@@ -39,6 +39,8 @@ var _FocusScope = _interopRequireDefault(require("@zohodesk/a11y/es/FocusScope/F
39
39
 
40
40
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
41
41
 
42
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
43
+
42
44
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
43
45
 
44
46
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
@@ -253,7 +255,8 @@ var Drawer = /*#__PURE__*/function (_React$Component4) {
253
255
  onBodyClick = _this$props4.onBodyClick,
254
256
  onClose = _this$props4.onClose,
255
257
  needFocusScope = _this$props4.needFocusScope,
256
- customProps = _this$props4.customProps;
258
+ customProps = _this$props4.customProps,
259
+ a11y = _this$props4.a11y;
257
260
  var _customProps$focusSco = customProps.focusScopeProps,
258
261
  focusScopeProps = _customProps$focusSco === void 0 ? {} : _customProps$focusSco;
259
262
  var _focusScopeProps$need = focusScopeProps.needAutoFocus,
@@ -280,12 +283,12 @@ var Drawer = /*#__PURE__*/function (_React$Component4) {
280
283
  return child;
281
284
  });
282
285
 
283
- var content = /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
286
+ var content = /*#__PURE__*/_react["default"].createElement(_Layout.Box, _extends({
284
287
  className: "".concat(_DrawerModule["default"].container, " ").concat(_DrawerModule["default"].columns, " ").concat(_DrawerModule["default"].drawerModal, " ").concat(uptoTablet ? _DrawerModule["default"].mbleSize : _DrawerModule["default"][size]),
285
288
  "data-a11y-need-focus-style": "false",
286
289
  tabindex: -1,
287
290
  eleRef: this.createRef
288
- }, /*#__PURE__*/_react["default"].createElement(_Card.Card, {
291
+ }, a11y), /*#__PURE__*/_react["default"].createElement(_Card.Card, {
289
292
  onClick: function onClick(e) {
290
293
  e && e.stopPropagation && e.stopPropagation();
291
294
  onBodyClick(e);
@@ -26,6 +26,7 @@ var Drawer_defaultProps = {
26
26
  needAutoZindex: true,
27
27
  onBodyClick: function onBodyClick() {},
28
28
  needFocusScope: false,
29
- customProps: {}
29
+ customProps: {},
30
+ a11y: {}
30
31
  };
31
32
  exports.Drawer_defaultProps = Drawer_defaultProps;
@@ -61,6 +61,7 @@ var Drawer_propTypes = {
61
61
  subDrawerSize: _propTypes["default"].oneOf(['xsmall', 'small', 'medium']),
62
62
  needFocusScope: _propTypes["default"].bool,
63
63
  customProps: _propTypes["default"].object,
64
- innerPortalName: _propTypes["default"].string
64
+ innerPortalName: _propTypes["default"].string,
65
+ a11y: _propTypes["default"].object
65
66
  };
66
67
  exports.Drawer_propTypes = Drawer_propTypes;
@@ -37,9 +37,10 @@ function useDragger(_ref) {
37
37
  });
38
38
  var draggable = (0, _react.useRef)(false);
39
39
  (0, _react.useEffect)(function () {
40
- parentEle.current = ChildRef.current.closest('[data-drag-parent=true]') || (0, _Config.getDotLibraryConfig)('draggerBoundary') || document.body;
41
- }, []); //did Mount
42
- //calculateDragPosition --> To sperate Dom action
40
+ if (isActive) {
41
+ parentEle.current = ChildRef.current.closest('[data-drag-parent=true]') || (0, _Config.getDotLibraryConfig)('draggerBoundary') || document.body;
42
+ }
43
+ }, [isActive]); //calculateDragPosition --> To sperate Dom action
43
44
 
44
45
  var calculateDragPosition = (0, _react.useCallback)(function (x, y) {
45
46
  if (parentEle.current && draggableEle.current) {
@@ -73,8 +73,8 @@ var IconButton = /*#__PURE__*/function (_React$Component) {
73
73
  key: "handleToggle",
74
74
  value: function handleToggle(e) {
75
75
  if (e.key === ' ' || e.key === 'Enter' || e.key === 'Spacebar') {
76
- e.preventDefault();
77
- this.triggerClick(e);
76
+ e.preventDefault(); // this.triggerClick(e);
77
+
78
78
  this.triggerMouseDown(e);
79
79
  }
80
80
  }