@zohodesk/dot 1.0.0-temp-190 → 1.0.0-temp-191

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 (1005) hide show
  1. package/.cli/propValidation_report.html +1 -1
  2. package/es/ActionButton/ActionButton.js +4 -2
  3. package/es/ActionButton/ActionButton.module.css +192 -192
  4. package/es/ActionButton/__tests__/__snapshots__/ActionButton.spec.js.snap +2 -2
  5. package/es/AlphabeticList/AlphabeticList.module.css +57 -57
  6. package/es/Attachment/Attachment.js +2 -1
  7. package/es/AttachmentViewer/AttachmentViewer.js +13 -6
  8. package/es/AttachmentViewer/AttachmentViewer.module.css +352 -352
  9. package/es/AttachmentViewer/__tests__/__snapshots__/AttachmentViewer.spec.js.snap +4 -2
  10. package/es/AttachmentViewer/props/defaultProps.js +2 -1
  11. package/es/AttachmentViewer/props/propTypes.js +2 -1
  12. package/es/ChannelIcon/ChannelIcon.js +1 -0
  13. package/es/ChannelIcon/ChannelIcon.module.css +225 -225
  14. package/es/FormAction/FormAction.module.css +100 -100
  15. package/es/IconButton/IconButton.module.css +22 -22
  16. package/es/MessageBanner/MessageBanner.js +5 -3
  17. package/es/TagWithIcon/TagWithIcon.module.css +66 -66
  18. package/es/alert/AlertHeader/AlertHeader.js +2 -1
  19. package/es/alert/AlertHeader/__tests__/__snapshots__/AlertHeader.spec.js.snap +2 -2
  20. package/es/avatar/AvatarClose/AvatarClose.js +7 -2
  21. package/es/avatar/AvatarClose/__tests__/__snapshots__/AvatarClose.spec.js.snap +2 -0
  22. package/es/avatar/AvatarClose/props/defaultProps.js +2 -1
  23. package/es/avatar/AvatarClose/props/propTypes.js +2 -1
  24. package/es/avatar/AvatarIcon/AvatarIcon.module.css +58 -58
  25. package/es/common/dot_boxShadow.module.css +2 -0
  26. package/es/dropdown/ToggleDropDown/ToggleDropDown.js +2 -0
  27. package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +92 -92
  28. package/es/form/fields/ValidationMessage/ValidationMessage.module.css +27 -27
  29. package/es/layout/SubtabLayout/SubtabLayout.module.css +164 -164
  30. package/es/list/Comment/Comment.module.css +29 -29
  31. package/es/list/Dot/Dot.module.css +15 -15
  32. package/es/list/ListLayout/ListLayout.module.css +79 -79
  33. package/es/list/Subject/Subject.module.css +34 -34
  34. package/es/list/Thread/Thread.module.css +42 -42
  35. package/es/list/status/StatusDropdown/StatusDropdown.js +3 -1
  36. package/es/lookup/header/ViewDropDown/ViewDropDown.js +11 -5
  37. package/es/lookup/header/ViewDropDown/__test__/__snapshots__/ViewDropDown.spec.js.snap +2 -0
  38. package/es/lookup/header/ViewDropDown/props/defaultProps.js +2 -1
  39. package/es/lookup/header/ViewDropDown/props/propTypes.js +1 -0
  40. package/es/setup/header/Search/Search.js +8 -3
  41. package/es/setup/header/Search/__tests__/__snapshots__/Search.spec.js.snap +2 -0
  42. package/es/setup/header/Search/props/defaultProps.js +2 -1
  43. package/es/setup/header/Search/props/propTypes.js +2 -1
  44. package/es/v1/ActionButton/ActionButton.js +4 -2
  45. package/es/v1/Attachment/Attachment.js +2 -1
  46. package/es/v1/AttachmentViewer/AttachmentViewer.js +13 -6
  47. package/es/v1/AttachmentViewer/props/defaultProps.js +2 -1
  48. package/es/v1/AttachmentViewer/props/propTypes.js +2 -1
  49. package/es/v1/ChannelIcon/ChannelIcon.js +1 -0
  50. package/es/v1/MessageBanner/MessageBanner.js +4 -2
  51. package/es/v1/alert/AlertHeader/AlertHeader.js +2 -1
  52. package/es/v1/avatar/AvatarClose/AvatarClose.js +7 -2
  53. package/es/v1/avatar/AvatarClose/props/defaultProps.js +2 -1
  54. package/es/v1/avatar/AvatarClose/props/propTypes.js +2 -1
  55. package/es/v1/dropdown/ToggleDropDown/ToggleDropDown.js +2 -0
  56. package/es/v1/errorstate/Inconvenience/Inconvenience.js +2 -1
  57. package/es/v1/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +2 -1
  58. package/es/v1/errorstate/UrlNotFound/UrlNotFound.js +2 -1
  59. package/es/v1/errorstate/WillBeRightBack/WillBeRightBack.js +2 -1
  60. package/es/v1/list/status/StatusDropdown/StatusDropdown.js +3 -1
  61. package/es/v1/lookup/header/ViewDropDown/ViewDropDown.js +11 -5
  62. package/es/v1/lookup/header/ViewDropDown/props/defaultProps.js +2 -1
  63. package/es/v1/lookup/header/ViewDropDown/props/propTypes.js +1 -0
  64. package/es/v1/setup/header/Search/Search.js +8 -3
  65. package/es/v1/setup/header/Search/props/defaultProps.js +2 -1
  66. package/es/v1/setup/header/Search/props/propTypes.js +2 -1
  67. package/es/version2/GlobalNotification/GlobalNotification.module.css +177 -177
  68. package/es/version2/errorstate/Inconvenience/Inconvenience.js +2 -1
  69. package/es/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +2 -1
  70. package/es/version2/errorstate/UrlNotFound/UrlNotFound.js +2 -1
  71. package/es/version2/errorstate/WillBeRightBack/WillBeRightBack.js +2 -1
  72. package/es/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +87 -87
  73. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +132 -132
  74. package/lib/ActionButton/ActionButton.js +4 -2
  75. package/lib/ActionButton/ActionButton.module.css +192 -192
  76. package/lib/ActionButton/__tests__/__snapshots__/ActionButton.spec.js.snap +2 -2
  77. package/lib/AlphabeticList/AlphabeticList.module.css +57 -57
  78. package/lib/Attachment/Attachment.js +2 -1
  79. package/lib/AttachmentViewer/AttachmentViewer.js +18 -10
  80. package/lib/AttachmentViewer/AttachmentViewer.module.css +352 -352
  81. package/lib/AttachmentViewer/__tests__/__snapshots__/AttachmentViewer.spec.js.snap +4 -2
  82. package/lib/AttachmentViewer/props/defaultProps.js +2 -1
  83. package/lib/AttachmentViewer/props/propTypes.js +2 -1
  84. package/lib/ChannelIcon/ChannelIcon.js +1 -0
  85. package/lib/ChannelIcon/ChannelIcon.module.css +225 -225
  86. package/lib/FormAction/FormAction.module.css +100 -100
  87. package/lib/IconButton/IconButton.module.css +22 -22
  88. package/lib/MessageBanner/MessageBanner.js +5 -3
  89. package/lib/TagWithIcon/TagWithIcon.module.css +66 -66
  90. package/lib/alert/AlertHeader/AlertHeader.js +2 -1
  91. package/lib/alert/AlertHeader/__tests__/__snapshots__/AlertHeader.spec.js.snap +2 -2
  92. package/lib/avatar/AvatarClose/AvatarClose.js +8 -3
  93. package/lib/avatar/AvatarClose/__tests__/__snapshots__/AvatarClose.spec.js.snap +2 -0
  94. package/lib/avatar/AvatarClose/props/defaultProps.js +2 -1
  95. package/lib/avatar/AvatarClose/props/propTypes.js +2 -1
  96. package/lib/avatar/AvatarIcon/AvatarIcon.module.css +58 -58
  97. package/lib/common/dot_boxShadow.module.css +2 -0
  98. package/lib/dropdown/ToggleDropDown/ToggleDropDown.js +3 -1
  99. package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +92 -92
  100. package/lib/form/fields/ValidationMessage/ValidationMessage.module.css +27 -27
  101. package/lib/layout/SubtabLayout/SubtabLayout.module.css +164 -164
  102. package/lib/list/Comment/Comment.module.css +29 -29
  103. package/lib/list/Dot/Dot.module.css +15 -15
  104. package/lib/list/ListLayout/ListLayout.module.css +79 -79
  105. package/lib/list/Subject/Subject.module.css +34 -34
  106. package/lib/list/Thread/Thread.module.css +42 -42
  107. package/lib/list/status/StatusDropdown/StatusDropdown.js +3 -1
  108. package/lib/lookup/header/ViewDropDown/ViewDropDown.js +11 -5
  109. package/lib/lookup/header/ViewDropDown/__test__/__snapshots__/ViewDropDown.spec.js.snap +2 -0
  110. package/lib/lookup/header/ViewDropDown/props/defaultProps.js +2 -1
  111. package/lib/lookup/header/ViewDropDown/props/propTypes.js +1 -0
  112. package/lib/setup/header/Search/Search.js +8 -3
  113. package/lib/setup/header/Search/__tests__/__snapshots__/Search.spec.js.snap +2 -0
  114. package/lib/setup/header/Search/props/defaultProps.js +2 -1
  115. package/lib/setup/header/Search/props/propTypes.js +2 -1
  116. package/lib/v1/ActionButton/ActionButton.js +4 -2
  117. package/lib/v1/Attachment/Attachment.js +2 -1
  118. package/lib/v1/AttachmentViewer/AttachmentViewer.js +18 -10
  119. package/lib/v1/AttachmentViewer/props/defaultProps.js +2 -1
  120. package/lib/v1/AttachmentViewer/props/propTypes.js +2 -1
  121. package/lib/v1/ChannelIcon/ChannelIcon.js +1 -0
  122. package/lib/v1/MessageBanner/MessageBanner.js +4 -2
  123. package/lib/v1/alert/AlertHeader/AlertHeader.js +2 -1
  124. package/lib/v1/avatar/AvatarClose/AvatarClose.js +8 -3
  125. package/lib/v1/avatar/AvatarClose/props/defaultProps.js +2 -1
  126. package/lib/v1/avatar/AvatarClose/props/propTypes.js +2 -1
  127. package/lib/v1/dropdown/ToggleDropDown/ToggleDropDown.js +3 -1
  128. package/lib/v1/errorstate/Inconvenience/Inconvenience.js +2 -1
  129. package/lib/v1/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +2 -1
  130. package/lib/v1/errorstate/UrlNotFound/UrlNotFound.js +2 -1
  131. package/lib/v1/errorstate/WillBeRightBack/WillBeRightBack.js +2 -1
  132. package/lib/v1/list/status/StatusDropdown/StatusDropdown.js +3 -1
  133. package/lib/v1/lookup/header/ViewDropDown/ViewDropDown.js +11 -5
  134. package/lib/v1/lookup/header/ViewDropDown/props/defaultProps.js +2 -1
  135. package/lib/v1/lookup/header/ViewDropDown/props/propTypes.js +1 -0
  136. package/lib/v1/setup/header/Search/Search.js +8 -3
  137. package/lib/v1/setup/header/Search/props/defaultProps.js +2 -1
  138. package/lib/v1/setup/header/Search/props/propTypes.js +2 -1
  139. package/lib/version2/GlobalNotification/GlobalNotification.module.css +177 -177
  140. package/lib/version2/errorstate/Inconvenience/Inconvenience.js +2 -1
  141. package/lib/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +2 -1
  142. package/lib/version2/errorstate/UrlNotFound/UrlNotFound.js +2 -1
  143. package/lib/version2/errorstate/WillBeRightBack/WillBeRightBack.js +2 -1
  144. package/lib/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +87 -87
  145. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +132 -132
  146. package/package.json +4 -4
  147. package/result.json +1 -1
  148. package/coverage/ActionButton/ActionButton.js.html +0 -622
  149. package/coverage/ActionButton/ActionButton.module.css.html +0 -559
  150. package/coverage/ActionButton/index.html +0 -131
  151. package/coverage/ActionButton/props/defaultProps.js.html +0 -136
  152. package/coverage/ActionButton/props/index.html +0 -131
  153. package/coverage/ActionButton/props/propTypes.js.html +0 -187
  154. package/coverage/AlphabeticList/AlphabeticList.js.html +0 -424
  155. package/coverage/AlphabeticList/AlphabeticList.module.css.html +0 -247
  156. package/coverage/AlphabeticList/index.html +0 -131
  157. package/coverage/AlphabeticList/props/defaultProps.js.html +0 -124
  158. package/coverage/AlphabeticList/props/index.html +0 -131
  159. package/coverage/AlphabeticList/props/propTypes.js.html +0 -250
  160. package/coverage/Attachment/Attachment.js.html +0 -385
  161. package/coverage/Attachment/Attachment.module.css.html +0 -583
  162. package/coverage/Attachment/index.html +0 -131
  163. package/coverage/Attachment/props/defaultProps.js.html +0 -109
  164. package/coverage/Attachment/props/index.html +0 -131
  165. package/coverage/Attachment/props/propTypes.js.html +0 -142
  166. package/coverage/AttachmentViewer/Attachment.js.html +0 -193
  167. package/coverage/AttachmentViewer/AttachmentImage.js.html +0 -268
  168. package/coverage/AttachmentViewer/AttachmentViewer.js.html +0 -1576
  169. package/coverage/AttachmentViewer/AttachmentViewer.module.css.html +0 -955
  170. package/coverage/AttachmentViewer/index.html +0 -161
  171. package/coverage/AttachmentViewer/props/defaultProps.js.html +0 -118
  172. package/coverage/AttachmentViewer/props/index.html +0 -131
  173. package/coverage/AttachmentViewer/props/propTypes.js.html +0 -184
  174. package/coverage/ChannelIcon/ChannelIcon.js.html +0 -445
  175. package/coverage/ChannelIcon/ChannelIcon.module.css.html +0 -727
  176. package/coverage/ChannelIcon/index.html +0 -131
  177. package/coverage/ChannelIcon/props/defaultProps.js.html +0 -106
  178. package/coverage/ChannelIcon/props/index.html +0 -131
  179. package/coverage/ChannelIcon/props/propTypes.js.html +0 -163
  180. package/coverage/Drawer/Drawer.js.html +0 -1042
  181. package/coverage/Drawer/Drawer.module.css.html +0 -466
  182. package/coverage/Drawer/index.html +0 -131
  183. package/coverage/Drawer/props/defaultProps.js.html +0 -160
  184. package/coverage/Drawer/props/index.html +0 -131
  185. package/coverage/Drawer/props/propTypes.js.html +0 -283
  186. package/coverage/ExternalLink/ExternalLink.js.html +0 -229
  187. package/coverage/ExternalLink/ExternalLink.module.css.html +0 -94
  188. package/coverage/ExternalLink/index.html +0 -131
  189. package/coverage/ExternalLink/props/defaultProps.js.html +0 -100
  190. package/coverage/ExternalLink/props/index.html +0 -131
  191. package/coverage/ExternalLink/props/propTypes.js.html +0 -124
  192. package/coverage/FlipCard/FlipCard.js.html +0 -523
  193. package/coverage/FlipCard/FlipCard.module.css.html +0 -190
  194. package/coverage/FlipCard/index.html +0 -131
  195. package/coverage/FlipCard/props/defaultProps.js.html +0 -100
  196. package/coverage/FlipCard/props/index.html +0 -131
  197. package/coverage/FlipCard/props/propTypes.js.html +0 -199
  198. package/coverage/FormAction/FormAction.js.html +0 -391
  199. package/coverage/FormAction/FormAction.module.css.html +0 -292
  200. package/coverage/FormAction/index.html +0 -131
  201. package/coverage/FormAction/props/defaultProps.js.html +0 -100
  202. package/coverage/FormAction/props/index.html +0 -131
  203. package/coverage/FormAction/props/propTypes.js.html +0 -112
  204. package/coverage/FreezeLayer/FreezeLayer.js.html +0 -346
  205. package/coverage/FreezeLayer/css/FreezeLayer.module.css.html +0 -199
  206. package/coverage/FreezeLayer/css/cssJSLogic.js.html +0 -139
  207. package/coverage/FreezeLayer/css/index.html +0 -131
  208. package/coverage/FreezeLayer/index.html +0 -116
  209. package/coverage/FreezeLayer/props/defaultProps.js.html +0 -112
  210. package/coverage/FreezeLayer/props/index.html +0 -131
  211. package/coverage/FreezeLayer/props/propTypes.js.html +0 -151
  212. package/coverage/Hooks/Dragger/css/Dragger.module.css.html +0 -91
  213. package/coverage/Hooks/Dragger/css/index.html +0 -116
  214. package/coverage/Hooks/Dragger/index.html +0 -116
  215. package/coverage/Hooks/Dragger/props/defaultProps.js.html +0 -100
  216. package/coverage/Hooks/Dragger/props/index.html +0 -131
  217. package/coverage/Hooks/Dragger/props/propTypes.js.html +0 -124
  218. package/coverage/Hooks/Dragger/useDragger.js.html +0 -439
  219. package/coverage/Hooks/Dragger/utils/DraggerUtil.js.html +0 -133
  220. package/coverage/Hooks/Dragger/utils/index.html +0 -116
  221. package/coverage/Hooks/index.html +0 -116
  222. package/coverage/Hooks/useFreezeLayer.js.html +0 -247
  223. package/coverage/IconButton/IconButton.js.html +0 -466
  224. package/coverage/IconButton/IconButton.module.css.html +0 -151
  225. package/coverage/IconButton/index.html +0 -131
  226. package/coverage/IconButton/props/defaultProps.js.html +0 -136
  227. package/coverage/IconButton/props/index.html +0 -131
  228. package/coverage/IconButton/props/propTypes.js.html +0 -187
  229. package/coverage/Image/Image.js.html +0 -184
  230. package/coverage/Image/Image.module.css.html +0 -118
  231. package/coverage/Image/index.html +0 -131
  232. package/coverage/Image/props/defaultProps.js.html +0 -97
  233. package/coverage/Image/props/index.html +0 -131
  234. package/coverage/Image/props/propTypes.js.html +0 -127
  235. package/coverage/ImportantNotes/ImportantNotes.js.html +0 -223
  236. package/coverage/ImportantNotes/ImportantNotes.module.css.html +0 -133
  237. package/coverage/ImportantNotes/index.html +0 -131
  238. package/coverage/ImportantNotes/props/defaultProps.js.html +0 -103
  239. package/coverage/ImportantNotes/props/index.html +0 -131
  240. package/coverage/ImportantNotes/props/propTypes.js.html +0 -118
  241. package/coverage/Link/Link.js.html +0 -388
  242. package/coverage/Link/Link.module.css.html +0 -94
  243. package/coverage/Link/LinkContext.js.html +0 -112
  244. package/coverage/Link/index.html +0 -146
  245. package/coverage/Link/props/defaultProps.js.html +0 -100
  246. package/coverage/Link/props/index.html +0 -131
  247. package/coverage/Link/props/propTypes.js.html +0 -142
  248. package/coverage/Loader/Loader.js.html +0 -136
  249. package/coverage/Loader/Loader.module.css.html +0 -163
  250. package/coverage/Loader/index.html +0 -131
  251. package/coverage/Message/Message.js.html +0 -361
  252. package/coverage/Message/Message.module.css.html +0 -292
  253. package/coverage/Message/index.html +0 -131
  254. package/coverage/Message/props/defaultProps.js.html +0 -97
  255. package/coverage/Message/props/index.html +0 -131
  256. package/coverage/Message/props/propTypes.js.html +0 -157
  257. package/coverage/MessageBanner/MessageBanner.js.html +0 -244
  258. package/coverage/MessageBanner/MessageBanner.module.css.html +0 -199
  259. package/coverage/MessageBanner/index.html +0 -131
  260. package/coverage/MessageBanner/props/defaultProps.js.html +0 -106
  261. package/coverage/MessageBanner/props/index.html +0 -131
  262. package/coverage/MessageBanner/props/propTypes.js.html +0 -127
  263. package/coverage/NewStar/NewStar.js.html +0 -259
  264. package/coverage/NewStar/NewStar.module.css.html +0 -490
  265. package/coverage/NewStar/index.html +0 -131
  266. package/coverage/NewStar/props/defaultProps.js.html +0 -97
  267. package/coverage/NewStar/props/index.html +0 -131
  268. package/coverage/NewStar/props/propTypes.js.html +0 -121
  269. package/coverage/PlusIcon/PlusIcon.js.html +0 -190
  270. package/coverage/PlusIcon/PlusIcon.module.css.html +0 -139
  271. package/coverage/PlusIcon/index.html +0 -131
  272. package/coverage/PlusIcon/props/defaultProps.js.html +0 -109
  273. package/coverage/PlusIcon/props/index.html +0 -131
  274. package/coverage/PlusIcon/props/propTypes.js.html +0 -121
  275. package/coverage/Provider/Config.js.html +0 -136
  276. package/coverage/Provider/index.html +0 -116
  277. package/coverage/Separator/Separator.js.html +0 -286
  278. package/coverage/Separator/Separator.module.css.html +0 -187
  279. package/coverage/Separator/index.html +0 -131
  280. package/coverage/Separator/props/defaultProps.js.html +0 -121
  281. package/coverage/Separator/props/index.html +0 -131
  282. package/coverage/Separator/props/propTypes.js.html +0 -121
  283. package/coverage/TagWithIcon/TagWithIcon.js.html +0 -247
  284. package/coverage/TagWithIcon/TagWithIcon.module.css.html +0 -262
  285. package/coverage/TagWithIcon/index.html +0 -131
  286. package/coverage/TagWithIcon/props/defaultProps.js.html +0 -106
  287. package/coverage/TagWithIcon/props/index.html +0 -131
  288. package/coverage/TagWithIcon/props/propTypes.js.html +0 -124
  289. package/coverage/ToastMessage/ToastMessage.js.html +0 -751
  290. package/coverage/ToastMessage/ToastMessage.module.css.html +0 -859
  291. package/coverage/ToastMessage/index.html +0 -131
  292. package/coverage/ToastMessage/props/defaultProps.js.html +0 -139
  293. package/coverage/ToastMessage/props/index.html +0 -131
  294. package/coverage/ToastMessage/props/propTypes.js.html +0 -229
  295. package/coverage/Upload/Upload.js.html +0 -310
  296. package/coverage/Upload/Upload.module.css.html +0 -403
  297. package/coverage/Upload/index.html +0 -131
  298. package/coverage/Upload/props/defaultProps.js.html +0 -106
  299. package/coverage/Upload/props/index.html +0 -131
  300. package/coverage/Upload/props/propTypes.js.html +0 -139
  301. package/coverage/actions/AutoClose.js.html +0 -181
  302. package/coverage/actions/index.html +0 -116
  303. package/coverage/actions/props/defaultProps.js.html +0 -94
  304. package/coverage/actions/props/index.html +0 -131
  305. package/coverage/actions/props/propTypes.js.html +0 -112
  306. package/coverage/alert/AlertHeader/AlertHeader.js.html +0 -334
  307. package/coverage/alert/AlertHeader/AlertHeader.module.css.html +0 -271
  308. package/coverage/alert/AlertHeader/index.html +0 -131
  309. package/coverage/alert/AlertHeader/props/defaultProps.js.html +0 -109
  310. package/coverage/alert/AlertHeader/props/index.html +0 -131
  311. package/coverage/alert/AlertHeader/props/propTypes.js.html +0 -148
  312. package/coverage/alert/AlertLookup/AlertLookup.js.html +0 -472
  313. package/coverage/alert/AlertLookup/AlertLookup.module.css.html +0 -151
  314. package/coverage/alert/AlertLookup/index.html +0 -131
  315. package/coverage/alert/AlertLookup/props/defaultProps.js.html +0 -127
  316. package/coverage/alert/AlertLookup/props/index.html +0 -131
  317. package/coverage/alert/AlertLookup/props/propTypes.js.html +0 -193
  318. package/coverage/avatar/AvatarClose/AvatarClose.js.html +0 -190
  319. package/coverage/avatar/AvatarClose/AvatarClose.module.css.html +0 -178
  320. package/coverage/avatar/AvatarClose/index.html +0 -131
  321. package/coverage/avatar/AvatarClose/props/defaultProps.js.html +0 -103
  322. package/coverage/avatar/AvatarClose/props/index.html +0 -131
  323. package/coverage/avatar/AvatarClose/props/propTypes.js.html +0 -130
  324. package/coverage/avatar/AvatarCollision/AvatarCollision.js.html +0 -241
  325. package/coverage/avatar/AvatarCollision/AvatarCollision.module.css.html +0 -250
  326. package/coverage/avatar/AvatarCollision/index.html +0 -131
  327. package/coverage/avatar/AvatarCollision/props/defaultProps.js.html +0 -109
  328. package/coverage/avatar/AvatarCollision/props/index.html +0 -131
  329. package/coverage/avatar/AvatarCollision/props/propTypes.js.html +0 -139
  330. package/coverage/avatar/AvatarIcon/AvatarIcon.js.html +0 -256
  331. package/coverage/avatar/AvatarIcon/AvatarIcon.module.css.html +0 -262
  332. package/coverage/avatar/AvatarIcon/index.html +0 -131
  333. package/coverage/avatar/AvatarIcon/props/defaultProps.js.html +0 -127
  334. package/coverage/avatar/AvatarIcon/props/index.html +0 -131
  335. package/coverage/avatar/AvatarIcon/props/propTypes.js.html +0 -148
  336. package/coverage/avatar/AvatarStatus/AvatarStatus.js.html +0 -301
  337. package/coverage/avatar/AvatarStatus/AvatarStatus.module.css.html +0 -373
  338. package/coverage/avatar/AvatarStatus/index.html +0 -131
  339. package/coverage/avatar/AvatarStatus/props/defaultProps.js.html +0 -121
  340. package/coverage/avatar/AvatarStatus/props/index.html +0 -131
  341. package/coverage/avatar/AvatarStatus/props/propTypes.js.html +0 -166
  342. package/coverage/avatar/AvatarThread/AvatarThread.js.html +0 -367
  343. package/coverage/avatar/AvatarThread/AvatarThread.module.css.html +0 -439
  344. package/coverage/avatar/AvatarThread/index.html +0 -131
  345. package/coverage/avatar/AvatarThread/props/defaultProps.js.html +0 -112
  346. package/coverage/avatar/AvatarThread/props/index.html +0 -131
  347. package/coverage/avatar/AvatarThread/props/propTypes.js.html +0 -178
  348. package/coverage/avatar/AvatarUser/AvatarUser.js.html +0 -415
  349. package/coverage/avatar/AvatarUser/AvatarUser.module.css.html +0 -385
  350. package/coverage/avatar/AvatarUser/index.html +0 -131
  351. package/coverage/avatar/AvatarUser/props/defaultProps.js.html +0 -109
  352. package/coverage/avatar/AvatarUser/props/index.html +0 -131
  353. package/coverage/avatar/AvatarUser/props/propTypes.js.html +0 -193
  354. package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.js.html +0 -448
  355. package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.module.css.html +0 -133
  356. package/coverage/avatar/AvatarWithTeam/index.html +0 -131
  357. package/coverage/avatar/AvatarWithTeam/props/defaultProps.js.html +0 -112
  358. package/coverage/avatar/AvatarWithTeam/props/index.html +0 -131
  359. package/coverage/avatar/AvatarWithTeam/props/propTypes.js.html +0 -163
  360. package/coverage/base.css +0 -224
  361. package/coverage/block-navigation.js +0 -87
  362. package/coverage/coverage-final.json +0 -490
  363. package/coverage/coverage-summary.json +0 -491
  364. package/coverage/dropdown/ToggleDropDown/ToggleDropDown.js.html +0 -2710
  365. package/coverage/dropdown/ToggleDropDown/ToggleDropDown.module.css.html +0 -346
  366. package/coverage/dropdown/ToggleDropDown/index.html +0 -131
  367. package/coverage/dropdown/ToggleDropDown/props/defaultProps.js.html +0 -172
  368. package/coverage/dropdown/ToggleDropDown/props/index.html +0 -131
  369. package/coverage/dropdown/ToggleDropDown/props/propTypes.js.html +0 -376
  370. package/coverage/emptystate/CommonEmptyState/CommonEmptyState.js.html +0 -334
  371. package/coverage/emptystate/CommonEmptyState/CommonEmptyState.module.css.html +0 -337
  372. package/coverage/emptystate/CommonEmptyState/index.html +0 -131
  373. package/coverage/emptystate/CommonEmptyState/props/defaultProps.js.html +0 -115
  374. package/coverage/emptystate/CommonEmptyState/props/index.html +0 -131
  375. package/coverage/emptystate/CommonEmptyState/props/propTypes.js.html +0 -151
  376. package/coverage/emptystate/EditionPage/EditionPage.css.html +0 -196
  377. package/coverage/emptystate/EditionPage/EditionPage.js.html +0 -229
  378. package/coverage/emptystate/EditionPage/index.html +0 -131
  379. package/coverage/emptystate/EditionPage/props/defaultProps.js.html +0 -100
  380. package/coverage/emptystate/EditionPage/props/index.html +0 -131
  381. package/coverage/emptystate/EditionPage/props/propTypes.js.html +0 -121
  382. package/coverage/errorstate/EmptyStates.module.css.html +0 -337
  383. package/coverage/errorstate/Inconvenience/Inconvenience.js.html +0 -349
  384. package/coverage/errorstate/Inconvenience/Inconvenience.module.css.html +0 -97
  385. package/coverage/errorstate/Inconvenience/index.html +0 -131
  386. package/coverage/errorstate/Inconvenience/props/defaultProps.js.html +0 -97
  387. package/coverage/errorstate/Inconvenience/props/index.html +0 -131
  388. package/coverage/errorstate/Inconvenience/props/propTypes.js.html +0 -121
  389. package/coverage/errorstate/LinkText/LinkText.js.html +0 -166
  390. package/coverage/errorstate/LinkText/LinkText.module.css.html +0 -103
  391. package/coverage/errorstate/LinkText/index.html +0 -131
  392. package/coverage/errorstate/LinkText/props/defaultProps.js.html +0 -97
  393. package/coverage/errorstate/LinkText/props/index.html +0 -131
  394. package/coverage/errorstate/LinkText/props/propTypes.js.html +0 -112
  395. package/coverage/errorstate/NoRequestFound/NoRequestFound.js.html +0 -349
  396. package/coverage/errorstate/NoRequestFound/NoRequestFound.module.css.html +0 -94
  397. package/coverage/errorstate/NoRequestFound/index.html +0 -131
  398. package/coverage/errorstate/NoRequestFound/props/defaultProps.js.html +0 -97
  399. package/coverage/errorstate/NoRequestFound/props/index.html +0 -131
  400. package/coverage/errorstate/NoRequestFound/props/propTypes.js.html +0 -121
  401. package/coverage/errorstate/PermissionPlay/PermissionPlay.js.html +0 -343
  402. package/coverage/errorstate/PermissionPlay/PermissionPlay.module.css.html +0 -187
  403. package/coverage/errorstate/PermissionPlay/index.html +0 -131
  404. package/coverage/errorstate/PermissionPlay/props/defaultProps.js.html +0 -97
  405. package/coverage/errorstate/PermissionPlay/props/index.html +0 -131
  406. package/coverage/errorstate/PermissionPlay/props/propTypes.js.html +0 -121
  407. package/coverage/errorstate/RequestUrlNotFound/RequestUrlNotFound.js.html +0 -349
  408. package/coverage/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css.html +0 -94
  409. package/coverage/errorstate/RequestUrlNotFound/index.html +0 -131
  410. package/coverage/errorstate/RequestUrlNotFound/props/defaultProps.js.html +0 -97
  411. package/coverage/errorstate/RequestUrlNotFound/props/index.html +0 -131
  412. package/coverage/errorstate/RequestUrlNotFound/props/propTypes.js.html +0 -121
  413. package/coverage/errorstate/UnableToProcess/UnableToProcess.js.html +0 -337
  414. package/coverage/errorstate/UnableToProcess/UnableToProcess.module.css.html +0 -94
  415. package/coverage/errorstate/UnableToProcess/index.html +0 -131
  416. package/coverage/errorstate/UnableToProcess/props/defaultProps.js.html +0 -97
  417. package/coverage/errorstate/UnableToProcess/props/index.html +0 -131
  418. package/coverage/errorstate/UnableToProcess/props/propTypes.js.html +0 -121
  419. package/coverage/errorstate/UnauthorizedLogin/UnauthorizedLogin.js.html +0 -337
  420. package/coverage/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css.html +0 -94
  421. package/coverage/errorstate/UnauthorizedLogin/index.html +0 -131
  422. package/coverage/errorstate/UnauthorizedLogin/props/defaultProps.js.html +0 -97
  423. package/coverage/errorstate/UnauthorizedLogin/props/index.html +0 -131
  424. package/coverage/errorstate/UnauthorizedLogin/props/propTypes.js.html +0 -121
  425. package/coverage/errorstate/WillBack/WillBack.js.html +0 -307
  426. package/coverage/errorstate/WillBack/WillBack.module.css.html +0 -193
  427. package/coverage/errorstate/WillBack/index.html +0 -131
  428. package/coverage/errorstate/WillBack/props/defaultProps.js.html +0 -97
  429. package/coverage/errorstate/WillBack/props/index.html +0 -131
  430. package/coverage/errorstate/WillBack/props/propTypes.js.html +0 -103
  431. package/coverage/errorstate/index.html +0 -116
  432. package/coverage/favicon.png +0 -0
  433. package/coverage/form/fields/CheckBoxField/CheckBoxField.js.html +0 -574
  434. package/coverage/form/fields/CheckBoxField/index.html +0 -116
  435. package/coverage/form/fields/CheckBoxField/props/defaultProps.js.html +0 -124
  436. package/coverage/form/fields/CheckBoxField/props/index.html +0 -131
  437. package/coverage/form/fields/CheckBoxField/props/propTypes.js.html +0 -175
  438. package/coverage/form/fields/CurrencyField/CurrencyField.js.html +0 -655
  439. package/coverage/form/fields/CurrencyField/index.html +0 -116
  440. package/coverage/form/fields/CurrencyField/props/defaultProps.js.html +0 -139
  441. package/coverage/form/fields/CurrencyField/props/index.html +0 -131
  442. package/coverage/form/fields/CurrencyField/props/propTypes.js.html +0 -208
  443. package/coverage/form/fields/DateField/DateField.js.html +0 -682
  444. package/coverage/form/fields/DateField/index.html +0 -116
  445. package/coverage/form/fields/DateField/props/defaultProps.js.html +0 -145
  446. package/coverage/form/fields/DateField/props/index.html +0 -131
  447. package/coverage/form/fields/DateField/props/propTypes.js.html +0 -208
  448. package/coverage/form/fields/FieldContainer/FieldContainer.js.html +0 -271
  449. package/coverage/form/fields/FieldContainer/index.html +0 -116
  450. package/coverage/form/fields/FieldContainer/props/defaultProps.js.html +0 -109
  451. package/coverage/form/fields/FieldContainer/props/index.html +0 -131
  452. package/coverage/form/fields/FieldContainer/props/propTypes.js.html +0 -166
  453. package/coverage/form/fields/Fields.module.css.html +0 -589
  454. package/coverage/form/fields/MultiSelectField/MultiSelectField.js.html +0 -745
  455. package/coverage/form/fields/MultiSelectField/index.html +0 -116
  456. package/coverage/form/fields/MultiSelectField/props/defaultProps.js.html +0 -139
  457. package/coverage/form/fields/MultiSelectField/props/index.html +0 -131
  458. package/coverage/form/fields/MultiSelectField/props/propTypes.js.html +0 -241
  459. package/coverage/form/fields/PhoneField/PhoneField.js.html +0 -619
  460. package/coverage/form/fields/PhoneField/index.html +0 -116
  461. package/coverage/form/fields/PhoneField/props/defaultProps.js.html +0 -133
  462. package/coverage/form/fields/PhoneField/props/index.html +0 -131
  463. package/coverage/form/fields/PhoneField/props/propTypes.js.html +0 -229
  464. package/coverage/form/fields/RadioField/RadioField.js.html +0 -493
  465. package/coverage/form/fields/RadioField/index.html +0 -116
  466. package/coverage/form/fields/RadioField/props/defaultProps.js.html +0 -121
  467. package/coverage/form/fields/RadioField/props/index.html +0 -131
  468. package/coverage/form/fields/RadioField/props/propTypes.js.html +0 -196
  469. package/coverage/form/fields/SelectField/SelectField.js.html +0 -697
  470. package/coverage/form/fields/SelectField/index.html +0 -116
  471. package/coverage/form/fields/SelectField/props/defaultProps.js.html +0 -142
  472. package/coverage/form/fields/SelectField/props/index.html +0 -131
  473. package/coverage/form/fields/SelectField/props/propTypes.js.html +0 -241
  474. package/coverage/form/fields/TagsMultiSelect/TagsMultiSelect.js.html +0 -1042
  475. package/coverage/form/fields/TagsMultiSelect/TagsMultiSelect.module.css.html +0 -382
  476. package/coverage/form/fields/TagsMultiSelect/index.html +0 -131
  477. package/coverage/form/fields/TagsMultiSelect/props/defaultProps.js.html +0 -127
  478. package/coverage/form/fields/TagsMultiSelect/props/index.html +0 -131
  479. package/coverage/form/fields/TagsMultiSelect/props/propTypes.js.html +0 -244
  480. package/coverage/form/fields/TagsMultiSelectField/TagsMultiSelectField.js.html +0 -844
  481. package/coverage/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css.html +0 -103
  482. package/coverage/form/fields/TagsMultiSelectField/index.html +0 -131
  483. package/coverage/form/fields/TagsMultiSelectField/props/defaultProps.js.html +0 -151
  484. package/coverage/form/fields/TagsMultiSelectField/props/index.html +0 -131
  485. package/coverage/form/fields/TagsMultiSelectField/props/propTypes.js.html +0 -292
  486. package/coverage/form/fields/TextBoxField/TextBoxField.js.html +0 -634
  487. package/coverage/form/fields/TextBoxField/index.html +0 -116
  488. package/coverage/form/fields/TextBoxField/props/defaultProps.js.html +0 -139
  489. package/coverage/form/fields/TextBoxField/props/index.html +0 -131
  490. package/coverage/form/fields/TextBoxField/props/propTypes.js.html +0 -223
  491. package/coverage/form/fields/TextEditor/TextEditor.js.html +0 -1201
  492. package/coverage/form/fields/TextEditor/TextEditor.module.css.html +0 -2113
  493. package/coverage/form/fields/TextEditor/index.html +0 -131
  494. package/coverage/form/fields/TextEditor/props/defaultProps.js.html +0 -124
  495. package/coverage/form/fields/TextEditor/props/index.html +0 -131
  496. package/coverage/form/fields/TextEditor/props/propTypes.js.html +0 -247
  497. package/coverage/form/fields/TextEditorField/TextEditorField.js.html +0 -622
  498. package/coverage/form/fields/TextEditorField/index.html +0 -116
  499. package/coverage/form/fields/TextEditorField/props/defaultProps.js.html +0 -133
  500. package/coverage/form/fields/TextEditorField/props/index.html +0 -131
  501. package/coverage/form/fields/TextEditorField/props/propTypes.js.html +0 -268
  502. package/coverage/form/fields/TextEditorWrapper/TextEditorWrapper.js.html +0 -631
  503. package/coverage/form/fields/TextEditorWrapper/TextEditorWrapper.module.css.html +0 -163
  504. package/coverage/form/fields/TextEditorWrapper/index.html +0 -131
  505. package/coverage/form/fields/TextEditorWrapper/props/defaultProps.js.html +0 -112
  506. package/coverage/form/fields/TextEditorWrapper/props/index.html +0 -131
  507. package/coverage/form/fields/TextEditorWrapper/props/propTypes.js.html +0 -226
  508. package/coverage/form/fields/TextareaField/TextareaField.js.html +0 -607
  509. package/coverage/form/fields/TextareaField/index.html +0 -116
  510. package/coverage/form/fields/TextareaField/props/defaultProps.js.html +0 -133
  511. package/coverage/form/fields/TextareaField/props/index.html +0 -131
  512. package/coverage/form/fields/TextareaField/props/propTypes.js.html +0 -196
  513. package/coverage/form/fields/ValidationMessage/ValidationMessage.js.html +0 -232
  514. package/coverage/form/fields/ValidationMessage/ValidationMessage.module.css.html +0 -151
  515. package/coverage/form/fields/ValidationMessage/index.html +0 -131
  516. package/coverage/form/fields/ValidationMessage/props/defaultProps.js.html +0 -106
  517. package/coverage/form/fields/ValidationMessage/props/index.html +0 -131
  518. package/coverage/form/fields/ValidationMessage/props/propTypes.js.html +0 -136
  519. package/coverage/form/fields/index.html +0 -116
  520. package/coverage/form/fields/props/FieldCommonDefaultProps.js.html +0 -115
  521. package/coverage/form/fields/props/FieldCommonPropTypes.js.html +0 -130
  522. package/coverage/form/fields/props/index.html +0 -131
  523. package/coverage/form/layout/Field/Field.js.html +0 -184
  524. package/coverage/form/layout/Field/Field.module.css.html +0 -151
  525. package/coverage/form/layout/Field/index.html +0 -131
  526. package/coverage/form/layout/Field/props/defaultProps.js.html +0 -97
  527. package/coverage/form/layout/Field/props/index.html +0 -131
  528. package/coverage/form/layout/Field/props/propTypes.js.html +0 -118
  529. package/coverage/form/layout/Section/ModuleFormSection.module.css.html +0 -94
  530. package/coverage/form/layout/Section/Section.js.html +0 -175
  531. package/coverage/form/layout/Section/index.html +0 -131
  532. package/coverage/form/layout/Section/props/index.html +0 -116
  533. package/coverage/form/layout/Section/props/propTypes.js.html +0 -121
  534. package/coverage/index.html +0 -3866
  535. package/coverage/layout/SetupDetailLayout/SetupDetailLayout.js.html +0 -679
  536. package/coverage/layout/SetupDetailLayout/SetupDetailLayout.module.css.html +0 -433
  537. package/coverage/layout/SetupDetailLayout/index.html +0 -131
  538. package/coverage/layout/SetupDetailLayout/props/defaultProps.js.html +0 -154
  539. package/coverage/layout/SetupDetailLayout/props/index.html +0 -131
  540. package/coverage/layout/SetupDetailLayout/props/propTypes.js.html +0 -223
  541. package/coverage/layout/SubtabLayout/SubtabLayout.js.html +0 -577
  542. package/coverage/layout/SubtabLayout/SubtabLayout.module.css.html +0 -484
  543. package/coverage/layout/SubtabLayout/index.html +0 -131
  544. package/coverage/layout/SubtabLayout/props/defaultProps.js.html +0 -169
  545. package/coverage/layout/SubtabLayout/props/index.html +0 -131
  546. package/coverage/layout/SubtabLayout/props/propTypes.js.html +0 -217
  547. package/coverage/list/AvatarFlip/AvatarFlip.js.html +0 -325
  548. package/coverage/list/AvatarFlip/AvatarFlip.module.css.html +0 -94
  549. package/coverage/list/AvatarFlip/index.html +0 -131
  550. package/coverage/list/AvatarFlip/props/defaultProps.js.html +0 -103
  551. package/coverage/list/AvatarFlip/props/index.html +0 -131
  552. package/coverage/list/AvatarFlip/props/propTypes.js.html +0 -175
  553. package/coverage/list/BluePrintStatus/BluePrintStatus.js.html +0 -160
  554. package/coverage/list/BluePrintStatus/BluePrintStatus.module.css.html +0 -127
  555. package/coverage/list/BluePrintStatus/index.html +0 -131
  556. package/coverage/list/BluePrintStatus/props/index.html +0 -116
  557. package/coverage/list/BluePrintStatus/props/propTypes.js.html +0 -100
  558. package/coverage/list/Comment/Comment.js.html +0 -199
  559. package/coverage/list/Comment/Comment.module.css.html +0 -157
  560. package/coverage/list/Comment/index.html +0 -131
  561. package/coverage/list/Comment/props/defaultProps.js.html +0 -97
  562. package/coverage/list/Comment/props/index.html +0 -131
  563. package/coverage/list/Comment/props/propTypes.js.html +0 -109
  564. package/coverage/list/DepartmentDropDown/DepartmentDropDown.js.html +0 -358
  565. package/coverage/list/DepartmentDropDown/DepartmentDropDown.module.css.html +0 -112
  566. package/coverage/list/DepartmentDropDown/index.html +0 -131
  567. package/coverage/list/DepartmentDropDown/props/defaultProps.js.html +0 -106
  568. package/coverage/list/DepartmentDropDown/props/index.html +0 -131
  569. package/coverage/list/DepartmentDropDown/props/propTypes.js.html +0 -160
  570. package/coverage/list/Dot/Dot.js.html +0 -151
  571. package/coverage/list/Dot/Dot.module.css.html +0 -130
  572. package/coverage/list/Dot/index.html +0 -131
  573. package/coverage/list/Dot/props/defaultProps.js.html +0 -97
  574. package/coverage/list/Dot/props/index.html +0 -131
  575. package/coverage/list/Dot/props/propTypes.js.html +0 -103
  576. package/coverage/list/DotNew/DotNew.js.html +0 -154
  577. package/coverage/list/DotNew/DotNew.module.css.html +0 -157
  578. package/coverage/list/DotNew/index.html +0 -131
  579. package/coverage/list/DotNew/props/defaultProps.js.html +0 -94
  580. package/coverage/list/DotNew/props/index.html +0 -131
  581. package/coverage/list/DotNew/props/propTypes.js.html +0 -106
  582. package/coverage/list/GridStencils/GridStencils.js.html +0 -208
  583. package/coverage/list/GridStencils/GridStencils.module.css.html +0 -373
  584. package/coverage/list/GridStencils/index.html +0 -131
  585. package/coverage/list/GridStencils/props/index.html +0 -116
  586. package/coverage/list/GridStencils/props/propTypes.js.html +0 -112
  587. package/coverage/list/Icons/AddNewIcon.js.html +0 -154
  588. package/coverage/list/Icons/CompleteIcon.js.html +0 -151
  589. package/coverage/list/Icons/DeleteIcon.js.html +0 -157
  590. package/coverage/list/Icons/EditIcon.js.html +0 -157
  591. package/coverage/list/Icons/FloatingIcons.js.html +0 -166
  592. package/coverage/list/Icons/Icons.module.css.html +0 -133
  593. package/coverage/list/Icons/ReadUnreadIcon.js.html +0 -181
  594. package/coverage/list/Icons/SmartIcon.js.html +0 -160
  595. package/coverage/list/Icons/index.html +0 -221
  596. package/coverage/list/Icons/props/defaultProps.js.html +0 -106
  597. package/coverage/list/Icons/props/index.html +0 -131
  598. package/coverage/list/Icons/props/propTypes.js.html +0 -265
  599. package/coverage/list/ListLayout/ListLayout.js.html +0 -337
  600. package/coverage/list/ListLayout/ListLayout.module.css.html +0 -283
  601. package/coverage/list/ListLayout/index.html +0 -131
  602. package/coverage/list/ListLayout/props/defaultProps.js.html +0 -118
  603. package/coverage/list/ListLayout/props/index.html +0 -131
  604. package/coverage/list/ListLayout/props/propTypes.js.html +0 -175
  605. package/coverage/list/ListStencils/ListStencils.js.html +0 -223
  606. package/coverage/list/ListStencils/ListStencils.module.css.html +0 -271
  607. package/coverage/list/ListStencils/index.html +0 -131
  608. package/coverage/list/ListStencils/props/defaultProps.js.html +0 -94
  609. package/coverage/list/ListStencils/props/index.html +0 -131
  610. package/coverage/list/ListStencils/props/propTypes.js.html +0 -100
  611. package/coverage/list/SecondaryText/AccountName.js.html +0 -358
  612. package/coverage/list/SecondaryText/ContactName.js.html +0 -361
  613. package/coverage/list/SecondaryText/DepartmentText.js.html +0 -160
  614. package/coverage/list/SecondaryText/Email.js.html +0 -253
  615. package/coverage/list/SecondaryText/HappinessRating.js.html +0 -172
  616. package/coverage/list/SecondaryText/PhoneNumber.js.html +0 -262
  617. package/coverage/list/SecondaryText/PriorityText.js.html +0 -181
  618. package/coverage/list/SecondaryText/SecondaryText.js.html +0 -190
  619. package/coverage/list/SecondaryText/SecondaryText.module.css.html +0 -463
  620. package/coverage/list/SecondaryText/StatusText.js.html +0 -181
  621. package/coverage/list/SecondaryText/TicketId.js.html +0 -214
  622. package/coverage/list/SecondaryText/Website.js.html +0 -226
  623. package/coverage/list/SecondaryText/index.html +0 -296
  624. package/coverage/list/SecondaryText/index.js.html +0 -118
  625. package/coverage/list/SecondaryText/props/defaultProps.js.html +0 -241
  626. package/coverage/list/SecondaryText/props/index.html +0 -131
  627. package/coverage/list/SecondaryText/props/propTypes.js.html +0 -544
  628. package/coverage/list/SecondryPanel/SecondryPanel.js.html +0 -406
  629. package/coverage/list/SecondryPanel/SecondryPanel.module.css.html +0 -100
  630. package/coverage/list/SecondryPanel/index.html +0 -131
  631. package/coverage/list/SecondryPanel/props/defaultProps.js.html +0 -148
  632. package/coverage/list/SecondryPanel/props/index.html +0 -131
  633. package/coverage/list/SecondryPanel/props/propTypes.js.html +0 -178
  634. package/coverage/list/SentimentStatus/SentimentStatus.js.html +0 -175
  635. package/coverage/list/SentimentStatus/SentimentStatus.module.css.html +0 -112
  636. package/coverage/list/SentimentStatus/index.html +0 -131
  637. package/coverage/list/SentimentStatus/props/index.html +0 -116
  638. package/coverage/list/SentimentStatus/props/propTypes.js.html +0 -103
  639. package/coverage/list/Subject/Subject.js.html +0 -295
  640. package/coverage/list/Subject/Subject.module.css.html +0 -187
  641. package/coverage/list/Subject/index.html +0 -131
  642. package/coverage/list/Subject/props/defaultProps.js.html +0 -106
  643. package/coverage/list/Subject/props/index.html +0 -131
  644. package/coverage/list/Subject/props/propTypes.js.html +0 -145
  645. package/coverage/list/TagNew/TagNew.js.html +0 -181
  646. package/coverage/list/TagNew/TagNew.module.css.html +0 -412
  647. package/coverage/list/TagNew/index.html +0 -131
  648. package/coverage/list/TagNew/props/defaultProps.js.html +0 -97
  649. package/coverage/list/TagNew/props/index.html +0 -131
  650. package/coverage/list/TagNew/props/propTypes.js.html +0 -112
  651. package/coverage/list/Thread/Thread.js.html +0 -199
  652. package/coverage/list/Thread/Thread.module.css.html +0 -175
  653. package/coverage/list/Thread/index.html +0 -131
  654. package/coverage/list/Thread/props/defaultProps.js.html +0 -97
  655. package/coverage/list/Thread/props/index.html +0 -131
  656. package/coverage/list/Thread/props/propTypes.js.html +0 -112
  657. package/coverage/list/status/StatusDropdown/StatusDropdown.js.html +0 -1141
  658. package/coverage/list/status/StatusDropdown/StatusDropdown.module.css.html +0 -292
  659. package/coverage/list/status/StatusDropdown/index.html +0 -131
  660. package/coverage/list/status/StatusDropdown/props/defaultProps.js.html +0 -145
  661. package/coverage/list/status/StatusDropdown/props/index.html +0 -131
  662. package/coverage/list/status/StatusDropdown/props/propTypes.js.html +0 -319
  663. package/coverage/list/status/StatusListItem/StatusListItem.js.html +0 -424
  664. package/coverage/list/status/StatusListItem/StatusListItem.module.css.html +0 -352
  665. package/coverage/list/status/StatusListItem/index.html +0 -131
  666. package/coverage/list/status/StatusListItem/props/defaultProps.js.html +0 -133
  667. package/coverage/list/status/StatusListItem/props/index.html +0 -131
  668. package/coverage/list/status/StatusListItem/props/propTypes.js.html +0 -181
  669. package/coverage/lookup/EmptyPage/EmptyPage.js.html +0 -256
  670. package/coverage/lookup/EmptyPage/LookupEmptyPage.module.css.html +0 -121
  671. package/coverage/lookup/EmptyPage/index.html +0 -131
  672. package/coverage/lookup/EmptyPage/props/defaultProps.js.html +0 -97
  673. package/coverage/lookup/EmptyPage/props/index.html +0 -131
  674. package/coverage/lookup/EmptyPage/props/propTypes.js.html +0 -103
  675. package/coverage/lookup/Lookup/Lookup.js.html +0 -499
  676. package/coverage/lookup/Lookup/Lookup.module.css.html +0 -217
  677. package/coverage/lookup/Lookup/index.html +0 -131
  678. package/coverage/lookup/Lookup/props/defaultProps.js.html +0 -112
  679. package/coverage/lookup/Lookup/props/index.html +0 -131
  680. package/coverage/lookup/Lookup/props/propTypes.js.html +0 -160
  681. package/coverage/lookup/Section/LookupSection.module.css.html +0 -109
  682. package/coverage/lookup/Section/Section.js.html +0 -142
  683. package/coverage/lookup/Section/index.html +0 -131
  684. package/coverage/lookup/Section/props/index.html +0 -116
  685. package/coverage/lookup/Section/props/propTypes.js.html +0 -106
  686. package/coverage/lookup/header/Close/Close.js.html +0 -154
  687. package/coverage/lookup/header/Close/index.html +0 -116
  688. package/coverage/lookup/header/Close/props/defaultProps.js.html +0 -94
  689. package/coverage/lookup/header/Close/props/index.html +0 -131
  690. package/coverage/lookup/header/Close/props/propTypes.js.html +0 -106
  691. package/coverage/lookup/header/ModuleHeader/ModuleHeader.js.html +0 -367
  692. package/coverage/lookup/header/ModuleHeader/index.html +0 -116
  693. package/coverage/lookup/header/ModuleHeader/props/defaultProps.js.html +0 -97
  694. package/coverage/lookup/header/ModuleHeader/props/index.html +0 -131
  695. package/coverage/lookup/header/ModuleHeader/props/propTypes.js.html +0 -148
  696. package/coverage/lookup/header/Search/LookupSearch.module.css.html +0 -229
  697. package/coverage/lookup/header/Search/Search.js.html +0 -724
  698. package/coverage/lookup/header/Search/index.html +0 -131
  699. package/coverage/lookup/header/Search/props/defaultProps.js.html +0 -100
  700. package/coverage/lookup/header/Search/props/index.html +0 -131
  701. package/coverage/lookup/header/Search/props/propTypes.js.html +0 -175
  702. package/coverage/lookup/header/TicketHeader/TicketHeader.js.html +0 -433
  703. package/coverage/lookup/header/TicketHeader/TicketHeader.module.css.html +0 -142
  704. package/coverage/lookup/header/TicketHeader/index.html +0 -131
  705. package/coverage/lookup/header/TicketHeader/props/defaultProps.js.html +0 -100
  706. package/coverage/lookup/header/TicketHeader/props/index.html +0 -131
  707. package/coverage/lookup/header/TicketHeader/props/propTypes.js.html +0 -151
  708. package/coverage/lookup/header/Title/LookupTitle.module.css.html +0 -148
  709. package/coverage/lookup/header/Title/Title.js.html +0 -169
  710. package/coverage/lookup/header/Title/index.html +0 -131
  711. package/coverage/lookup/header/Title/props/defaultProps.js.html +0 -94
  712. package/coverage/lookup/header/Title/props/index.html +0 -131
  713. package/coverage/lookup/header/Title/props/propTypes.js.html +0 -106
  714. package/coverage/lookup/header/ViewDropDown/ViewDropDown.js.html +0 -601
  715. package/coverage/lookup/header/ViewDropDown/ViewDropDown.module.css.html +0 -220
  716. package/coverage/lookup/header/ViewDropDown/index.html +0 -131
  717. package/coverage/lookup/header/ViewDropDown/props/defaultProps.js.html +0 -106
  718. package/coverage/lookup/header/ViewDropDown/props/index.html +0 -131
  719. package/coverage/lookup/header/ViewDropDown/props/propTypes.js.html +0 -154
  720. package/coverage/lookup/header/index.html +0 -131
  721. package/coverage/lookup/header/lookupHeaderCommon.module.css.html +0 -178
  722. package/coverage/lookup/header/lookupHeaderCommonResponsive.module.css.html +0 -130
  723. package/coverage/prettify.css +0 -1
  724. package/coverage/prettify.js +0 -2
  725. package/coverage/setup/header/Button/Button.js.html +0 -169
  726. package/coverage/setup/header/Button/HeaderButton.module.css.html +0 -94
  727. package/coverage/setup/header/Button/index.html +0 -131
  728. package/coverage/setup/header/Button/props/defaultProps.js.html +0 -97
  729. package/coverage/setup/header/Button/props/index.html +0 -131
  730. package/coverage/setup/header/Button/props/propTypes.js.html +0 -109
  731. package/coverage/setup/header/Link/HeaderLink.module.css.html +0 -130
  732. package/coverage/setup/header/Link/Link.js.html +0 -193
  733. package/coverage/setup/header/Link/index.html +0 -131
  734. package/coverage/setup/header/Link/props/defaultProps.js.html +0 -97
  735. package/coverage/setup/header/Link/props/index.html +0 -131
  736. package/coverage/setup/header/Link/props/propTypes.js.html +0 -112
  737. package/coverage/setup/header/Search/Search.js.html +0 -280
  738. package/coverage/setup/header/Search/Search.module.css.html +0 -259
  739. package/coverage/setup/header/Search/index.html +0 -131
  740. package/coverage/setup/header/Search/props/defaultProps.js.html +0 -100
  741. package/coverage/setup/header/Search/props/index.html +0 -131
  742. package/coverage/setup/header/Search/props/propTypes.js.html +0 -121
  743. package/coverage/setup/header/Views/Views.js.html +0 -208
  744. package/coverage/setup/header/Views/Views.module.css.html +0 -169
  745. package/coverage/setup/header/Views/index.html +0 -131
  746. package/coverage/setup/header/Views/props/defaultProps.js.html +0 -103
  747. package/coverage/setup/header/Views/props/index.html +0 -131
  748. package/coverage/setup/header/Views/props/propTypes.js.html +0 -115
  749. package/coverage/setup/helptips/Description/Description.js.html +0 -148
  750. package/coverage/setup/helptips/Description/HelpTipsDescription.module.css.html +0 -103
  751. package/coverage/setup/helptips/Description/index.html +0 -131
  752. package/coverage/setup/helptips/Description/props/index.html +0 -116
  753. package/coverage/setup/helptips/Description/props/propTypes.js.html +0 -100
  754. package/coverage/setup/helptips/Link/HelpTipsLink.module.css.html +0 -103
  755. package/coverage/setup/helptips/Link/Link.js.html +0 -172
  756. package/coverage/setup/helptips/Link/index.html +0 -131
  757. package/coverage/setup/helptips/Link/props/index.html +0 -116
  758. package/coverage/setup/helptips/Link/props/propTypes.js.html +0 -109
  759. package/coverage/setup/helptips/ListGroup/ListGroup.js.html +0 -205
  760. package/coverage/setup/helptips/ListGroup/ListGroup.module.css.html +0 -136
  761. package/coverage/setup/helptips/ListGroup/index.html +0 -131
  762. package/coverage/setup/helptips/ListGroup/props/index.html +0 -116
  763. package/coverage/setup/helptips/ListGroup/props/propTypes.js.html +0 -103
  764. package/coverage/setup/helptips/Title/HelpTipsTitle.module.css.html +0 -100
  765. package/coverage/setup/helptips/Title/Title.js.html +0 -148
  766. package/coverage/setup/helptips/Title/index.html +0 -131
  767. package/coverage/setup/helptips/Title/props/index.html +0 -116
  768. package/coverage/setup/helptips/Title/props/propTypes.js.html +0 -100
  769. package/coverage/setup/table/Table/Table.js.html +0 -160
  770. package/coverage/setup/table/Table/index.html +0 -116
  771. package/coverage/setup/table/Table/props/defaultProps.js.html +0 -97
  772. package/coverage/setup/table/Table/props/index.html +0 -131
  773. package/coverage/setup/table/Table/props/propTypes.js.html +0 -106
  774. package/coverage/setup/table/TableBody/TableBody.js.html +0 -160
  775. package/coverage/setup/table/TableBody/index.html +0 -116
  776. package/coverage/setup/table/TableBody/props/defaultProps.js.html +0 -94
  777. package/coverage/setup/table/TableBody/props/index.html +0 -131
  778. package/coverage/setup/table/TableBody/props/propTypes.js.html +0 -109
  779. package/coverage/setup/table/TableData/SetupTableData.module.css.html +0 -193
  780. package/coverage/setup/table/TableData/TableData.js.html +0 -199
  781. package/coverage/setup/table/TableData/index.html +0 -131
  782. package/coverage/setup/table/TableData/props/defaultProps.js.html +0 -100
  783. package/coverage/setup/table/TableData/props/index.html +0 -131
  784. package/coverage/setup/table/TableData/props/propTypes.js.html +0 -121
  785. package/coverage/setup/table/TableHead/SetupTableHead.module.css.html +0 -109
  786. package/coverage/setup/table/TableHead/TableHead.js.html +0 -193
  787. package/coverage/setup/table/TableHead/index.html +0 -131
  788. package/coverage/setup/table/TableHead/props/defaultProps.js.html +0 -97
  789. package/coverage/setup/table/TableHead/props/index.html +0 -131
  790. package/coverage/setup/table/TableHead/props/propTypes.js.html +0 -112
  791. package/coverage/setup/table/TableRow/SetupTableRow.module.css.html +0 -115
  792. package/coverage/setup/table/TableRow/TableRow.js.html +0 -205
  793. package/coverage/setup/table/TableRow/index.html +0 -131
  794. package/coverage/setup/table/TableRow/props/defaultProps.js.html +0 -97
  795. package/coverage/setup/table/TableRow/props/index.html +0 -131
  796. package/coverage/setup/table/TableRow/props/propTypes.js.html +0 -121
  797. package/coverage/setup/table/Text/TableText.module.css.html +0 -196
  798. package/coverage/setup/table/Text/Text.js.html +0 -214
  799. package/coverage/setup/table/Text/index.html +0 -131
  800. package/coverage/setup/table/Text/props/defaultProps.js.html +0 -106
  801. package/coverage/setup/table/Text/props/index.html +0 -131
  802. package/coverage/setup/table/Text/props/propTypes.js.html +0 -127
  803. package/coverage/sort-arrow-sprite.png +0 -0
  804. package/coverage/sorter.js +0 -196
  805. package/coverage/svg/PlusIcon.js.html +0 -175
  806. package/coverage/svg/SnippetIcon.js.html +0 -196
  807. package/coverage/svg/TemplateIcon.js.html +0 -160
  808. package/coverage/svg/index.html +0 -146
  809. package/coverage/svg/props/defaultProps.js.html +0 -136
  810. package/coverage/svg/props/index.html +0 -131
  811. package/coverage/svg/props/propTypes.js.html +0 -142
  812. package/coverage/utils/ChannelIconMapping.js.html +0 -475
  813. package/coverage/utils/General.js.html +0 -208
  814. package/coverage/utils/editorUtils.js.html +0 -652
  815. package/coverage/utils/index.html +0 -146
  816. package/coverage/version2/AlertClose/AlertClose.js.html +0 -202
  817. package/coverage/version2/AlertClose/AlertClose.module.css.html +0 -211
  818. package/coverage/version2/AlertClose/index.html +0 -131
  819. package/coverage/version2/AlertClose/props/index.html +0 -116
  820. package/coverage/version2/AlertClose/props/propTypes.js.html +0 -112
  821. package/coverage/version2/GlobalNotification/GlobalNotification.js.html +0 -463
  822. package/coverage/version2/GlobalNotification/GlobalNotification.module.css.html +0 -466
  823. package/coverage/version2/GlobalNotification/index.html +0 -131
  824. package/coverage/version2/GlobalNotification/props/defaultProps.js.html +0 -103
  825. package/coverage/version2/GlobalNotification/props/index.html +0 -131
  826. package/coverage/version2/GlobalNotification/props/propTypes.js.html +0 -214
  827. package/coverage/version2/alertIcons/AlarmAlertIcon.js.html +0 -166
  828. package/coverage/version2/alertIcons/AlertIcons.js.html +0 -253
  829. package/coverage/version2/alertIcons/AlertIcons.module.css.html +0 -286
  830. package/coverage/version2/alertIcons/DangerAlertIcon.js.html +0 -166
  831. package/coverage/version2/alertIcons/ErrorAlertIcon.js.html +0 -169
  832. package/coverage/version2/alertIcons/InfoAlertIcon.js.html +0 -172
  833. package/coverage/version2/alertIcons/NotificationAlertIcon.js.html +0 -166
  834. package/coverage/version2/alertIcons/SuccessAlertIcon.js.html +0 -166
  835. package/coverage/version2/alertIcons/WarningAlertIcon.js.html +0 -163
  836. package/coverage/version2/alertIcons/index.html +0 -236
  837. package/coverage/version2/alertIcons/props/defaultProps.js.html +0 -187
  838. package/coverage/version2/alertIcons/props/index.html +0 -131
  839. package/coverage/version2/alertIcons/props/propTypes.js.html +0 -211
  840. package/coverage/version2/errorstate/Inconvenience/Inconvenience.js.html +0 -316
  841. package/coverage/version2/errorstate/Inconvenience/index.html +0 -116
  842. package/coverage/version2/errorstate/Inconvenience/props/defaultProps.js.html +0 -109
  843. package/coverage/version2/errorstate/Inconvenience/props/index.html +0 -131
  844. package/coverage/version2/errorstate/Inconvenience/props/propTypes.js.html +0 -136
  845. package/coverage/version2/errorstate/OopsSomethingMiss/OopsSomethingMiss.js.html +0 -319
  846. package/coverage/version2/errorstate/OopsSomethingMiss/index.html +0 -116
  847. package/coverage/version2/errorstate/OopsSomethingMiss/props/defaultProps.js.html +0 -109
  848. package/coverage/version2/errorstate/OopsSomethingMiss/props/index.html +0 -131
  849. package/coverage/version2/errorstate/OopsSomethingMiss/props/propTypes.js.html +0 -136
  850. package/coverage/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js.html +0 -316
  851. package/coverage/version2/errorstate/UnableToProcessRequest/index.html +0 -116
  852. package/coverage/version2/errorstate/UnableToProcessRequest/props/defaultProps.js.html +0 -109
  853. package/coverage/version2/errorstate/UnableToProcessRequest/props/index.html +0 -131
  854. package/coverage/version2/errorstate/UnableToProcessRequest/props/propTypes.js.html +0 -136
  855. package/coverage/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js.html +0 -319
  856. package/coverage/version2/errorstate/UnauthorizedLogin/index.html +0 -116
  857. package/coverage/version2/errorstate/UnauthorizedLogin/props/defaultProps.js.html +0 -112
  858. package/coverage/version2/errorstate/UnauthorizedLogin/props/index.html +0 -131
  859. package/coverage/version2/errorstate/UnauthorizedLogin/props/propTypes.js.html +0 -139
  860. package/coverage/version2/errorstate/UrlNotFound/UrlNotFound.js.html +0 -316
  861. package/coverage/version2/errorstate/UrlNotFound/index.html +0 -116
  862. package/coverage/version2/errorstate/UrlNotFound/props/defaultProps.js.html +0 -109
  863. package/coverage/version2/errorstate/UrlNotFound/props/index.html +0 -131
  864. package/coverage/version2/errorstate/UrlNotFound/props/propTypes.js.html +0 -136
  865. package/coverage/version2/errorstate/V2_ErrorStates.module.css.html +0 -223
  866. package/coverage/version2/errorstate/WillBeRightBack/WillBeRightBack.js.html +0 -316
  867. package/coverage/version2/errorstate/WillBeRightBack/index.html +0 -116
  868. package/coverage/version2/errorstate/WillBeRightBack/props/defaultProps.js.html +0 -109
  869. package/coverage/version2/errorstate/WillBeRightBack/props/index.html +0 -131
  870. package/coverage/version2/errorstate/WillBeRightBack/props/propTypes.js.html +0 -136
  871. package/coverage/version2/errorstate/index.html +0 -116
  872. package/coverage/version2/lookup/AlertHeader/AlertHeader.js.html +0 -316
  873. package/coverage/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css.html +0 -277
  874. package/coverage/version2/lookup/AlertHeader/css/cssJSLogic.js.html +0 -130
  875. package/coverage/version2/lookup/AlertHeader/css/index.html +0 -131
  876. package/coverage/version2/lookup/AlertHeader/index.html +0 -116
  877. package/coverage/version2/lookup/AlertHeader/props/defaultProps.js.html +0 -106
  878. package/coverage/version2/lookup/AlertHeader/props/index.html +0 -131
  879. package/coverage/version2/lookup/AlertHeader/props/propTypes.js.html +0 -166
  880. package/coverage/version2/lookup/AlertLookup/AlertLookup.js.html +0 -778
  881. package/coverage/version2/lookup/AlertLookup/AlertLookupNew.module.css.html +0 -202
  882. package/coverage/version2/lookup/AlertLookup/index.html +0 -131
  883. package/coverage/version2/lookup/AlertLookup/props/defaultProps.js.html +0 -124
  884. package/coverage/version2/lookup/AlertLookup/props/index.html +0 -131
  885. package/coverage/version2/lookup/AlertLookup/props/propTypes.js.html +0 -214
  886. package/coverage/version2/notification/DesktopNotification/DesktopNotification.js.html +0 -703
  887. package/coverage/version2/notification/DesktopNotification/DesktopNotification.module.css.html +0 -424
  888. package/coverage/version2/notification/DesktopNotification/index.html +0 -131
  889. package/coverage/version2/notification/DesktopNotification/props/defaultProps.js.html +0 -139
  890. package/coverage/version2/notification/DesktopNotification/props/index.html +0 -131
  891. package/coverage/version2/notification/DesktopNotification/props/propTypes.js.html +0 -217
  892. package/coverage/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js.html +0 -361
  893. package/coverage/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css.html +0 -370
  894. package/coverage/version2/notification/DesktopNotificationHeader/index.html +0 -131
  895. package/coverage/version2/notification/DesktopNotificationHeader/props/defaultProps.js.html +0 -109
  896. package/coverage/version2/notification/DesktopNotificationHeader/props/index.html +0 -131
  897. package/coverage/version2/notification/DesktopNotificationHeader/props/propTypes.js.html +0 -124
  898. package/es/v1/DotProvider/DotProvider.js +0 -48
  899. package/es/v1/DotProvider/libraryChunks/dynamicImports.js +0 -45
  900. package/es/v1/DotProvider/libraryChunks/themes/component/blue/Blue_Dark_Component.js +0 -3
  901. package/es/v1/DotProvider/libraryChunks/themes/component/blue/Blue_Light_Component.js +0 -3
  902. package/es/v1/DotProvider/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +0 -3
  903. package/es/v1/DotProvider/libraryChunks/themes/component/green/Green_Dark_Component.js +0 -3
  904. package/es/v1/DotProvider/libraryChunks/themes/component/green/Green_Light_Component.js +0 -3
  905. package/es/v1/DotProvider/libraryChunks/themes/component/green/Green_PureDark_Component.js +0 -3
  906. package/es/v1/DotProvider/libraryChunks/themes/component/orange/Orange_Dark_Component.js +0 -3
  907. package/es/v1/DotProvider/libraryChunks/themes/component/orange/Orange_Light_Component.js +0 -3
  908. package/es/v1/DotProvider/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +0 -3
  909. package/es/v1/DotProvider/libraryChunks/themes/component/red/Red_Dark_Component.js +0 -3
  910. package/es/v1/DotProvider/libraryChunks/themes/component/red/Red_Light_Component.js +0 -3
  911. package/es/v1/DotProvider/libraryChunks/themes/component/red/Red_PureDark_Component.js +0 -3
  912. package/es/v1/DotProvider/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +0 -3
  913. package/es/v1/DotProvider/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +0 -3
  914. package/es/v1/DotProvider/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +0 -3
  915. package/es/v1/DotProvider/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +0 -1
  916. package/es/v1/DotProvider/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +0 -1
  917. package/es/v1/DotProvider/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +0 -1
  918. package/es/v1/DotProvider/libraryChunks/themes/dot/green/Green_Dark_Dot.js +0 -1
  919. package/es/v1/DotProvider/libraryChunks/themes/dot/green/Green_Light_Dot.js +0 -1
  920. package/es/v1/DotProvider/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +0 -1
  921. package/es/v1/DotProvider/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +0 -1
  922. package/es/v1/DotProvider/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +0 -1
  923. package/es/v1/DotProvider/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +0 -1
  924. package/es/v1/DotProvider/libraryChunks/themes/dot/red/Red_Dark_Dot.js +0 -1
  925. package/es/v1/DotProvider/libraryChunks/themes/dot/red/Red_Light_Dot.js +0 -1
  926. package/es/v1/DotProvider/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +0 -1
  927. package/es/v1/DotProvider/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +0 -1
  928. package/es/v1/DotProvider/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +0 -1
  929. package/es/v1/DotProvider/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +0 -1
  930. package/es/v1/DotProvider/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +0 -1
  931. package/es/v1/DotProvider/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +0 -1
  932. package/es/v1/DotProvider/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +0 -1
  933. package/es/v1/DotProvider/libraryChunks/themes/svg/green/Green_Dark_SVG.js +0 -1
  934. package/es/v1/DotProvider/libraryChunks/themes/svg/green/Green_Light_SVG.js +0 -1
  935. package/es/v1/DotProvider/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +0 -1
  936. package/es/v1/DotProvider/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +0 -1
  937. package/es/v1/DotProvider/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +0 -1
  938. package/es/v1/DotProvider/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +0 -1
  939. package/es/v1/DotProvider/libraryChunks/themes/svg/red/Red_Dark_SVG.js +0 -1
  940. package/es/v1/DotProvider/libraryChunks/themes/svg/red/Red_Light_SVG.js +0 -1
  941. package/es/v1/DotProvider/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +0 -1
  942. package/es/v1/DotProvider/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +0 -1
  943. package/es/v1/DotProvider/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +0 -1
  944. package/es/v1/DotProvider/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +0 -1
  945. package/es/v1/DotProvider/props/defaultProps.js +0 -12
  946. package/es/v1/DotProvider/props/propTypes.js +0 -11
  947. package/es/v1/DotProvider/utils/appearanceProperties.js +0 -46
  948. package/es/v1/DotProvider/utils/errorMessage.js +0 -7
  949. package/es/v1/DotProvider/utils/importFiles.js +0 -46
  950. package/es/v1/DotProvider/utils/sizeProperties.js +0 -12
  951. package/es/v1/DotProvider/utils/themeProperties.js +0 -220
  952. package/lib/v1/DotProvider/DotProvider.js +0 -67
  953. package/lib/v1/DotProvider/libraryChunks/dynamicImports.js +0 -64
  954. package/lib/v1/DotProvider/libraryChunks/themes/component/blue/Blue_Dark_Component.js +0 -7
  955. package/lib/v1/DotProvider/libraryChunks/themes/component/blue/Blue_Light_Component.js +0 -7
  956. package/lib/v1/DotProvider/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +0 -7
  957. package/lib/v1/DotProvider/libraryChunks/themes/component/green/Green_Dark_Component.js +0 -7
  958. package/lib/v1/DotProvider/libraryChunks/themes/component/green/Green_Light_Component.js +0 -7
  959. package/lib/v1/DotProvider/libraryChunks/themes/component/green/Green_PureDark_Component.js +0 -7
  960. package/lib/v1/DotProvider/libraryChunks/themes/component/orange/Orange_Dark_Component.js +0 -7
  961. package/lib/v1/DotProvider/libraryChunks/themes/component/orange/Orange_Light_Component.js +0 -7
  962. package/lib/v1/DotProvider/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +0 -7
  963. package/lib/v1/DotProvider/libraryChunks/themes/component/red/Red_Dark_Component.js +0 -7
  964. package/lib/v1/DotProvider/libraryChunks/themes/component/red/Red_Light_Component.js +0 -7
  965. package/lib/v1/DotProvider/libraryChunks/themes/component/red/Red_PureDark_Component.js +0 -7
  966. package/lib/v1/DotProvider/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +0 -7
  967. package/lib/v1/DotProvider/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +0 -7
  968. package/lib/v1/DotProvider/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +0 -7
  969. package/lib/v1/DotProvider/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +0 -3
  970. package/lib/v1/DotProvider/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +0 -3
  971. package/lib/v1/DotProvider/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +0 -3
  972. package/lib/v1/DotProvider/libraryChunks/themes/dot/green/Green_Dark_Dot.js +0 -3
  973. package/lib/v1/DotProvider/libraryChunks/themes/dot/green/Green_Light_Dot.js +0 -3
  974. package/lib/v1/DotProvider/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +0 -3
  975. package/lib/v1/DotProvider/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +0 -3
  976. package/lib/v1/DotProvider/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +0 -3
  977. package/lib/v1/DotProvider/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +0 -3
  978. package/lib/v1/DotProvider/libraryChunks/themes/dot/red/Red_Dark_Dot.js +0 -3
  979. package/lib/v1/DotProvider/libraryChunks/themes/dot/red/Red_Light_Dot.js +0 -3
  980. package/lib/v1/DotProvider/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +0 -3
  981. package/lib/v1/DotProvider/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +0 -3
  982. package/lib/v1/DotProvider/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +0 -3
  983. package/lib/v1/DotProvider/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +0 -3
  984. package/lib/v1/DotProvider/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +0 -3
  985. package/lib/v1/DotProvider/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +0 -3
  986. package/lib/v1/DotProvider/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +0 -3
  987. package/lib/v1/DotProvider/libraryChunks/themes/svg/green/Green_Dark_SVG.js +0 -3
  988. package/lib/v1/DotProvider/libraryChunks/themes/svg/green/Green_Light_SVG.js +0 -3
  989. package/lib/v1/DotProvider/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +0 -3
  990. package/lib/v1/DotProvider/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +0 -3
  991. package/lib/v1/DotProvider/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +0 -3
  992. package/lib/v1/DotProvider/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +0 -3
  993. package/lib/v1/DotProvider/libraryChunks/themes/svg/red/Red_Dark_SVG.js +0 -3
  994. package/lib/v1/DotProvider/libraryChunks/themes/svg/red/Red_Light_SVG.js +0 -3
  995. package/lib/v1/DotProvider/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +0 -3
  996. package/lib/v1/DotProvider/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +0 -3
  997. package/lib/v1/DotProvider/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +0 -3
  998. package/lib/v1/DotProvider/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +0 -3
  999. package/lib/v1/DotProvider/props/defaultProps.js +0 -19
  1000. package/lib/v1/DotProvider/props/propTypes.js +0 -22
  1001. package/lib/v1/DotProvider/utils/appearanceProperties.js +0 -79
  1002. package/lib/v1/DotProvider/utils/errorMessage.js +0 -14
  1003. package/lib/v1/DotProvider/utils/importFiles.js +0 -51
  1004. package/lib/v1/DotProvider/utils/sizeProperties.js +0 -31
  1005. package/lib/v1/DotProvider/utils/themeProperties.js +0 -325
@@ -1,101 +1,101 @@
1
- .varClass {
2
- --footerBg: var(--zdt_formAction_bg);
3
- --footerBorder: var(--zdt_formAction_border);
4
- }
5
-
6
- .wrapperDiv {
7
- position: relative;
8
- z-index: 1;
9
- composes: varClass;
10
- }
11
-
12
- .footerParent {
13
- position: relative;
14
- /* css:theme-validation:ignore */
15
- /* css:theme-validation:ignore */
16
- background-color: var(--footerBg);
17
- border-top: solid 1px var(--footerBorder);
18
- }
19
-
20
- .largeFooter {
21
- padding-top: var(--zd_size24) ;
22
- padding-bottom: var(--zd_size24) ;
23
- }
24
-
25
- .mediumFooter {
26
- padding-top: var(--zd_size20) ;
27
- padding-bottom: var(--zd_size20) ;
28
- }
29
-
30
- .smallFooter {
31
- padding-top: var(--zd_size10) ;
32
- padding-bottom: var(--zd_size10) ;
33
- }
34
-
35
- [dir=ltr] .largePadding {
36
- padding-left: var(--zd_size60) ;
37
- }
38
-
39
- [dir=rtl] .largePadding {
40
- padding-right: var(--zd_size60) ;
41
- }
42
-
43
- [dir=ltr] .mediumPadding {
44
- padding-left: var(--zd_size50) ;
45
- }
46
-
47
- [dir=rtl] .mediumPadding {
48
- padding-right: var(--zd_size50) ;
49
- }
50
-
51
- [dir=ltr] .xmediumPadding {
52
- padding-left: var(--zd_size30) ;
53
- }
54
-
55
- [dir=rtl] .xmediumPadding {
56
- padding-right: var(--zd_size30) ;
57
- }
58
-
59
- [dir=ltr] .smallPadding {
60
- padding-left: var(--zd_size25) ;
61
- }
62
-
63
- [dir=rtl] .smallPadding {
64
- padding-right: var(--zd_size25) ;
65
- }
66
-
67
- [dir=ltr] .xsmallPadding {
68
- padding-left: var(--zd_size20) ;
69
- }
70
-
71
- [dir=rtl] .xsmallPadding {
72
- padding-right: var(--zd_size20) ;
73
- }
74
-
75
- .marginRight {
76
- composes: dinblk from '~@zohodesk/components/lib/common/common.module.css';
77
- }
78
-
79
- [dir=ltr] .largeFooter .marginRight, [dir=ltr] .mediumFooter .marginRight {
80
- margin-right: var(--zd_size15) ;
81
- }
82
-
83
- [dir=rtl] .largeFooter .marginRight, [dir=rtl] .mediumFooter .marginRight {
84
- margin-left: var(--zd_size15) ;
85
- }
86
-
87
- [dir=ltr] .smallFooter .marginRight {
88
- margin-right: var(--zd_size12) ;
89
- }
90
-
91
- [dir=rtl] .smallFooter .marginRight {
92
- margin-left: var(--zd_size12) ;
93
- }
94
-
95
- [dir=ltr] .marginRight:last-child {
96
- margin-right: 0 ;
97
- }
98
-
99
- [dir=rtl] .marginRight:last-child {
100
- margin-left: 0 ;
1
+ .varClass {
2
+ --footerBg: var(--zdt_formAction_bg);
3
+ --footerBorder: var(--zdt_formAction_border);
4
+ }
5
+
6
+ .wrapperDiv {
7
+ position: relative;
8
+ z-index: 1;
9
+ composes: varClass;
10
+ }
11
+
12
+ .footerParent {
13
+ position: relative;
14
+ /* css:theme-validation:ignore */
15
+ /* css:theme-validation:ignore */
16
+ background-color: var(--footerBg);
17
+ border-top: solid 1px var(--footerBorder);
18
+ }
19
+
20
+ .largeFooter {
21
+ padding-top: var(--zd_size24) ;
22
+ padding-bottom: var(--zd_size24) ;
23
+ }
24
+
25
+ .mediumFooter {
26
+ padding-top: var(--zd_size20) ;
27
+ padding-bottom: var(--zd_size20) ;
28
+ }
29
+
30
+ .smallFooter {
31
+ padding-top: var(--zd_size10) ;
32
+ padding-bottom: var(--zd_size10) ;
33
+ }
34
+
35
+ [dir=ltr] .largePadding {
36
+ padding-left: var(--zd_size60) ;
37
+ }
38
+
39
+ [dir=rtl] .largePadding {
40
+ padding-right: var(--zd_size60) ;
41
+ }
42
+
43
+ [dir=ltr] .mediumPadding {
44
+ padding-left: var(--zd_size50) ;
45
+ }
46
+
47
+ [dir=rtl] .mediumPadding {
48
+ padding-right: var(--zd_size50) ;
49
+ }
50
+
51
+ [dir=ltr] .xmediumPadding {
52
+ padding-left: var(--zd_size30) ;
53
+ }
54
+
55
+ [dir=rtl] .xmediumPadding {
56
+ padding-right: var(--zd_size30) ;
57
+ }
58
+
59
+ [dir=ltr] .smallPadding {
60
+ padding-left: var(--zd_size25) ;
61
+ }
62
+
63
+ [dir=rtl] .smallPadding {
64
+ padding-right: var(--zd_size25) ;
65
+ }
66
+
67
+ [dir=ltr] .xsmallPadding {
68
+ padding-left: var(--zd_size20) ;
69
+ }
70
+
71
+ [dir=rtl] .xsmallPadding {
72
+ padding-right: var(--zd_size20) ;
73
+ }
74
+
75
+ .marginRight {
76
+ composes: dinblk from '~@zohodesk/components/lib/common/common.module.css';
77
+ }
78
+
79
+ [dir=ltr] .largeFooter .marginRight, [dir=ltr] .mediumFooter .marginRight {
80
+ margin-right: var(--zd_size15) ;
81
+ }
82
+
83
+ [dir=rtl] .largeFooter .marginRight, [dir=rtl] .mediumFooter .marginRight {
84
+ margin-left: var(--zd_size15) ;
85
+ }
86
+
87
+ [dir=ltr] .smallFooter .marginRight {
88
+ margin-right: var(--zd_size12) ;
89
+ }
90
+
91
+ [dir=rtl] .smallFooter .marginRight {
92
+ margin-left: var(--zd_size12) ;
93
+ }
94
+
95
+ [dir=ltr] .marginRight:last-child {
96
+ margin-right: 0 ;
97
+ }
98
+
99
+ [dir=rtl] .marginRight:last-child {
100
+ margin-left: 0 ;
101
101
  }
@@ -1,22 +1,22 @@
1
- .varClass {
2
- --iconColor: var(--zdt_iconButton_icon_black);
3
- }
4
- .wrapper {
5
- height: var(--zd_size28) ;
6
- width: var(--zd_size28) ;
7
- composes: offSelection from '~@zohodesk/components/lib/common/common.module.css';
8
- composes: varClass;
9
- color: var(--iconColor);
10
- cursor: pointer;
11
- }
12
- .primary {
13
- --iconColor: var(--zdt_iconButton_icon_primary);
14
- }
15
- .primary:hover {
16
- --iconColor: var(--zdt_iconButton_icon_primaryHover);
17
- }
18
- .primary_active,
19
- .primaryFilled,
20
- .primaryFilled_active {
21
- --iconColor: var(--zdt_iconButton_icon_primaryActive);
22
- }
1
+ .varClass {
2
+ --iconColor: var(--zdt_iconButton_icon_black);
3
+ }
4
+ .wrapper {
5
+ height: var(--zd_size28) ;
6
+ width: var(--zd_size28) ;
7
+ composes: offSelection from '~@zohodesk/components/lib/common/common.module.css';
8
+ composes: varClass;
9
+ color: var(--iconColor);
10
+ cursor: pointer;
11
+ }
12
+ .primary {
13
+ --iconColor: var(--zdt_iconButton_icon_primary);
14
+ }
15
+ .primary:hover {
16
+ --iconColor: var(--zdt_iconButton_icon_primaryHover);
17
+ }
18
+ .primary_active,
19
+ .primaryFilled,
20
+ .primaryFilled_active {
21
+ --iconColor: var(--zdt_iconButton_icon_primaryActive);
22
+ }
@@ -40,10 +40,12 @@ export default class MessageBanner extends React.Component {
40
40
  href: href,
41
41
  onClick: onClick,
42
42
  className: style.link,
43
- target: "_blank"
43
+ target: "_blank",
44
+ dataId: `${dataId}_link`
44
45
  }, urlText)))), onClose ? /*#__PURE__*/React.createElement(Box, {
45
- className: style.close,
46
- onClick: onClose
46
+ className: style.ose,
47
+ onClick: onClose,
48
+ dataId: `${dataId}_close`
47
49
  }, /*#__PURE__*/React.createElement(Container, {
48
50
  align: "both"
49
51
  }, /*#__PURE__*/React.createElement(Icon, {
@@ -1,67 +1,67 @@
1
- .varClass {
2
- --tag_bg_color: var(--zdt_tagWithIconGrey_bg);
3
- --tag_text_color: var(--zdt_tagWithIconGrey_text);
4
- --tag_border_color: var(--zdt_tagWithIconGrey_border);
5
- --tag_small_fontSize: var(--zd_font_size10);
6
- --tag_large_fontSize: var(--zd_font_size12);
7
- }
8
-
9
- .wrapper {
10
- composes: varClass;
11
- color: var(--tag_text_color);
12
- background-color: var(--tag_bg_color);
13
- }
14
-
15
- .small,
16
- .large {
17
- max-width: 100% ;
18
- height: var(--zd_size18) ;
19
- }
20
-
21
- .small, .large {
22
- border: 1px solid var(--tag_border_color);
23
- border-radius: var(--zd_size4);
24
- padding: 0 var(--zd_size6) ;
25
- }
26
-
27
- .bold {
28
- composes: semibold from '~@zohodesk/components/lib/common/common.module.css';
29
- }
30
-
31
- .small_text {
32
- font-size: var(--tag_small_fontSize);
33
- }
34
-
35
- .large_text {
36
- font-size: var(--tag_large_fontSize);
37
- }
38
-
39
- .text {
40
- composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
41
- }
42
-
43
- [dir=ltr] .iconSpace {
44
- margin-right: var(--zd_size4) ;
45
- }
46
-
47
- [dir=rtl] .iconSpace {
48
- margin-left: var(--zd_size4) ;
49
- }
50
-
51
- .yellow {
52
- --tag_bg_color: var(--zdt_tagWithIconYellow_bg);
53
- --tag_text_color: var(--zdt_tagWithIconYellow_text);
54
- --tag_border_color: var(--zdt_tagWithIconYellow_border);
55
- }
56
-
57
- .grey {
58
- --tag_bg_color: var(--zdt_tagWithIconGrey_bg);
59
- --tag_text_color: var(--zdt_tagWithIconGrey_text);
60
- --tag_border_color: var(--zdt_tagWithIconGrey_border);
61
- }
62
-
63
- .blue {
64
- --tag_bg_color: var(--zdt_tagWithIconBlue_bg);
65
- --tag_text_color: var(--zdt_tagWithIconBlue_text);
66
- --tag_border_color: var(--zdt_tagWithIconBlue_border);
1
+ .varClass {
2
+ --tag_bg_color: var(--zdt_tagWithIconGrey_bg);
3
+ --tag_text_color: var(--zdt_tagWithIconGrey_text);
4
+ --tag_border_color: var(--zdt_tagWithIconGrey_border);
5
+ --tag_small_fontSize: var(--zd_font_size10);
6
+ --tag_large_fontSize: var(--zd_font_size12);
7
+ }
8
+
9
+ .wrapper {
10
+ composes: varClass;
11
+ color: var(--tag_text_color);
12
+ background-color: var(--tag_bg_color);
13
+ }
14
+
15
+ .small,
16
+ .large {
17
+ max-width: 100% ;
18
+ height: var(--zd_size18) ;
19
+ }
20
+
21
+ .small, .large {
22
+ border: 1px solid var(--tag_border_color);
23
+ border-radius: var(--zd_size4);
24
+ padding: 0 var(--zd_size6) ;
25
+ }
26
+
27
+ .bold {
28
+ composes: semibold from '~@zohodesk/components/lib/common/common.module.css';
29
+ }
30
+
31
+ .small_text {
32
+ font-size: var(--tag_small_fontSize);
33
+ }
34
+
35
+ .large_text {
36
+ font-size: var(--tag_large_fontSize);
37
+ }
38
+
39
+ .text {
40
+ composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
41
+ }
42
+
43
+ [dir=ltr] .iconSpace {
44
+ margin-right: var(--zd_size4) ;
45
+ }
46
+
47
+ [dir=rtl] .iconSpace {
48
+ margin-left: var(--zd_size4) ;
49
+ }
50
+
51
+ .yellow {
52
+ --tag_bg_color: var(--zdt_tagWithIconYellow_bg);
53
+ --tag_text_color: var(--zdt_tagWithIconYellow_text);
54
+ --tag_border_color: var(--zdt_tagWithIconYellow_border);
55
+ }
56
+
57
+ .grey {
58
+ --tag_bg_color: var(--zdt_tagWithIconGrey_bg);
59
+ --tag_text_color: var(--zdt_tagWithIconGrey_text);
60
+ --tag_border_color: var(--zdt_tagWithIconGrey_border);
61
+ }
62
+
63
+ .blue {
64
+ --tag_bg_color: var(--zdt_tagWithIconBlue_bg);
65
+ --tag_text_color: var(--zdt_tagWithIconBlue_text);
66
+ --tag_border_color: var(--zdt_tagWithIconBlue_border);
67
67
  }
@@ -34,7 +34,8 @@ export default class AlertHeader extends Component {
34
34
  alignBox: "row",
35
35
  className: `${style.container} ${style[palette]}`,
36
36
  isCover: false,
37
- wrap: "wrap"
37
+ wrap: "wrap",
38
+ dataId: `${dataId}_alertHeader`
38
39
  }, needIcon ? /*#__PURE__*/React.createElement("div", {
39
40
  className: style.iconContainer
40
41
  }, /*#__PURE__*/React.createElement(Icon, {
@@ -4,9 +4,9 @@ exports[`AlertHeader rendering the defult props 1`] = `
4
4
  <DocumentFragment>
5
5
  <div
6
6
  class="container danger flex rowdir wrap vCenter"
7
- data-id="containerComponent"
7
+ data-id="alertHeader_alertHeader"
8
8
  data-selector-id="container"
9
- data-test-id="containerComponent"
9
+ data-test-id="alertHeader_alertHeader"
10
10
  >
11
11
  <div
12
12
  class="iconContainer"
@@ -18,7 +18,8 @@ export default class AvatarClose extends React.Component {
18
18
  isClose,
19
19
  onClick,
20
20
  customProps,
21
- dataSelectorId
21
+ dataSelectorId,
22
+ dataId
22
23
  } = this.props;
23
24
  let {
24
25
  AvatarCloseProps = {},
@@ -27,6 +28,8 @@ export default class AvatarClose extends React.Component {
27
28
  return /*#__PURE__*/React.createElement("div", {
28
29
  className: style.container,
29
30
  "data-selector-id": dataSelectorId,
31
+ "data-id": dataId,
32
+ "data-test-id": dataId,
30
33
  ...AvatarCloseProps
31
34
  }, /*#__PURE__*/React.createElement(Avatar, {
32
35
  src: src,
@@ -36,7 +39,9 @@ export default class AvatarClose extends React.Component {
36
39
  ...AvatarProps
37
40
  }), isClose && /*#__PURE__*/React.createElement("span", {
38
41
  className: style.pop,
39
- onClick: onClick
42
+ onClick: onClick,
43
+ "data-id": `${dataId}_close`,
44
+ "data-test-id": `${dataId}_close`
40
45
  }, /*#__PURE__*/React.createElement("span", {
41
46
  className: style.icon
42
47
  }, /*#__PURE__*/React.createElement(Icon, {
@@ -4,7 +4,9 @@ exports[`AvatarClose rendering the defult props 1`] = `
4
4
  <DocumentFragment>
5
5
  <div
6
6
  class="container"
7
+ data-id="avatarClose"
7
8
  data-selector-id="avatarClose"
9
+ data-test-id="avatarClose"
8
10
  >
9
11
  <div
10
12
  class="avatar medium medium circle primary black border "
@@ -2,5 +2,6 @@ export const defaultProps = {
2
2
  isClose: false,
3
3
  size: 'medium',
4
4
  customProps: {},
5
- dataSelectorId: 'avatarClose'
5
+ dataSelectorId: 'avatarClose',
6
+ dataId: 'avatarClose'
6
7
  };
@@ -10,5 +10,6 @@ export const propTypes = {
10
10
  AvatarCloseProps: PropTypes.object,
11
11
  AvatarProps: PropTypes.object
12
12
  }),
13
- dataSelectorId: PropTypes.string
13
+ dataSelectorId: PropTypes.string,
14
+ dataId: PropTypes.string
14
15
  };
@@ -1,58 +1,58 @@
1
- .varClass {
2
- --icon_color: var(--zdt_avatarIcon_dark_icon);
3
- --border_color: var(--zdt_avatarIcon_default_border);
4
- --border_hoverColor: var(--zdt_avatarIcon_default_hover_border);
5
- }
6
- .container {
7
- vertical-align: middle;
8
- composes: varClass;
9
- border-width: 1px;
10
- border-style: solid;
11
- border-radius: 50%;
12
- border-color: var(--border_color)
13
- }
14
- .borderOnHover:hover, .borderOnActive {
15
- border-color: var(--border_hoverColor)
16
- }
17
- .default {
18
- --border_color: var(--zdt_avatarIcon_default_border);
19
- --border_hoverColor: var(--zdt_avatarIcon_default_hover_border);
20
- }
21
- .primary {
22
- --border_color: var(--zdt_avatarIcon_primary_border);
23
- --border_hoverColor: var(--zdt_avatarIcon_primary_hover_border);
24
- }
25
- .secondary {
26
- --border_color: var(--zdt_avatarIcon_secondary_border);
27
- --border_hoverColor: var(--zdt_avatarIcon_secondary_hover_border);
28
- }
29
- .success {
30
- --border_color: var(--zdt_avatarIcon_success_border);
31
- --border_hoverColor: var(--zdt_avatarIcon_success_hover_border);
32
- }
33
- .danger {
34
- --border_color: var(--zdt_avatarIcon_danger_border);
35
- --border_hoverColor: var(--zdt_avatarIcon_danger_hover_border);
36
- }
37
- .iconColor {
38
- color: var(--icon_color);
39
- }
40
- .icon_danger {
41
- --icon_color: var(--zdt_avatarIcon_danger_icon);
42
- }
43
- .icon_primary {
44
- --icon_color: var(--zdt_avatarIcon_primary_icon);
45
- }
46
- .icon_grey {
47
- --icon_color: var(--zdt_avatarIcon_grey_icon);
48
- }
49
- .icon_success {
50
- --icon_color: var(--zdt_avatarIcon_success_icon);
51
- }
52
- .icon_smoke18 {
53
- --icon_color: var(--zdt_avatarIcon_smoke_icon);
54
- }
55
- .icon_dark {
56
- --icon_color: var(--zdt_avatarIcon_dark_icon);
57
- }
58
-
1
+ .varClass {
2
+ --icon_color: var(--zdt_avatarIcon_dark_icon);
3
+ --border_color: var(--zdt_avatarIcon_default_border);
4
+ --border_hoverColor: var(--zdt_avatarIcon_default_hover_border);
5
+ }
6
+ .container {
7
+ vertical-align: middle;
8
+ composes: varClass;
9
+ border-width: 1px;
10
+ border-style: solid;
11
+ border-radius: 50%;
12
+ border-color: var(--border_color)
13
+ }
14
+ .borderOnHover:hover, .borderOnActive {
15
+ border-color: var(--border_hoverColor)
16
+ }
17
+ .default {
18
+ --border_color: var(--zdt_avatarIcon_default_border);
19
+ --border_hoverColor: var(--zdt_avatarIcon_default_hover_border);
20
+ }
21
+ .primary {
22
+ --border_color: var(--zdt_avatarIcon_primary_border);
23
+ --border_hoverColor: var(--zdt_avatarIcon_primary_hover_border);
24
+ }
25
+ .secondary {
26
+ --border_color: var(--zdt_avatarIcon_secondary_border);
27
+ --border_hoverColor: var(--zdt_avatarIcon_secondary_hover_border);
28
+ }
29
+ .success {
30
+ --border_color: var(--zdt_avatarIcon_success_border);
31
+ --border_hoverColor: var(--zdt_avatarIcon_success_hover_border);
32
+ }
33
+ .danger {
34
+ --border_color: var(--zdt_avatarIcon_danger_border);
35
+ --border_hoverColor: var(--zdt_avatarIcon_danger_hover_border);
36
+ }
37
+ .iconColor {
38
+ color: var(--icon_color);
39
+ }
40
+ .icon_danger {
41
+ --icon_color: var(--zdt_avatarIcon_danger_icon);
42
+ }
43
+ .icon_primary {
44
+ --icon_color: var(--zdt_avatarIcon_primary_icon);
45
+ }
46
+ .icon_grey {
47
+ --icon_color: var(--zdt_avatarIcon_grey_icon);
48
+ }
49
+ .icon_success {
50
+ --icon_color: var(--zdt_avatarIcon_success_icon);
51
+ }
52
+ .icon_smoke18 {
53
+ --icon_color: var(--zdt_avatarIcon_smoke_icon);
54
+ }
55
+ .icon_dark {
56
+ --icon_color: var(--zdt_avatarIcon_dark_icon);
57
+ }
58
+
@@ -35,4 +35,6 @@
35
35
 
36
36
  /* desktop notification */
37
37
  --zd_bs_desktopnotification_container: var(--zd_bs_contrast_outline, 0 4px 20px var(--zdt_desktopnotification_box_shadow));
38
+
39
+
38
40
  }
@@ -638,6 +638,7 @@ export class ToggleDropDown extends Component {
638
638
  isFetchingOptions: isFetchingOptions
639
639
  }
640
640
  },
641
+ dataId: `${dataId}_dropbox`,
641
642
  ...DropBoxProps,
642
643
  onClose: this.handleTogglePopup
643
644
  }, /*#__PURE__*/React.createElement(React.Fragment, null, isSearch ? /*#__PURE__*/React.createElement(Box, {
@@ -656,6 +657,7 @@ export class ToggleDropDown extends Component {
656
657
  } //search
657
658
  // onKeyDown={this.handleKeyDown}
658
659
  ,
660
+ dataId: `${dataId}_search`,
659
661
  a11y: {
660
662
  role: 'combobox',
661
663
  ariaOwns: ariaTitleId,