@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,193 +1,193 @@
1
- .varClass {
2
- --buttonBg: var(--zdt_actionButton_primaryFilled_bg);
3
- --buttonBorder: var(--zdt_actionButton_primary_border);
4
- --buttonSeparatorBorder: var(--zdt_actionButton_separator_border);
5
- }
6
-
7
- .container {
8
- composes: varClass;
9
- }
10
-
11
- .container:hover {
12
- --buttonSeparatorBorder: var(--zdt_actionButton_separator_hover_border);
13
- }
14
-
15
- .primaryFilledBox {
16
- --buttonText: var(--zdt_actionButton_primaryFilled_text);
17
- }
18
-
19
- .primaryFilledBtn,
20
- .primaryFilledArw {
21
- /* css:theme-validation:ignore */
22
- }
23
-
24
- .primaryFilledBtn, .primaryFilledArw {
25
- background-color: var(--buttonBg);
26
- }
27
-
28
- .primaryBox {
29
- --buttonText: var(--zdt_actionButton_primary_text);
30
- }
31
-
32
- .primaryBtn,
33
- .primaryArw {
34
- /* css:theme-validation:ignore */
35
- }
36
-
37
- .primaryBtn, .primaryArw {
38
- border: 1px solid var(--buttonBorder);
39
- }
40
-
41
- [dir=ltr] .primaryBtn {
42
- border-right: none;
43
- }
44
-
45
- [dir=rtl] .primaryBtn {
46
- border-left: none;
47
- }
48
-
49
- .contentBox,
50
- .arrowWrapper {
51
- transition: width var(--zd_transition3), padding var(--zd_transition3), background-color var(--zd_transition2), border-color var(--zd_transition2);
52
- }
53
-
54
- .contentBox, .arrowWrapper {
55
- margin: 0 ;
56
- }
57
-
58
- .clickable {
59
- cursor: pointer;
60
- }
61
-
62
- [dir=ltr] .contentBoxBdr {
63
- border-radius: var(--zd_size4) 0 0 var(--zd_size4);
64
- }
65
-
66
- [dir=rtl] .contentBoxBdr {
67
- border-radius: 0 var(--zd_size4) var(--zd_size4) 0;
68
- }
69
-
70
- .contentBoxBdrRds {
71
- border-radius: var(--zd_size4);
72
- }
73
-
74
- .small {
75
- height: var(--zd_size28) ;
76
- }
77
-
78
- .medium,
79
- .large {
80
- height: var(--zd_size30) ;
81
- }
82
-
83
- .medium {
84
- min-width: var(--zd_size115) ;
85
- }
86
-
87
- .large {
88
- min-width: var(--zd_size135) ;
89
- }
90
-
91
- .small_btnBox {
92
- padding: 0 var(--zd_size8) ;
93
- }
94
-
95
- .medium_btnBox, .large_btnBox {
96
- padding: 0 var(--zd_size10) ;
97
- }
98
-
99
- .txt {
100
- font-size: var(--zd_font_size13) ;
101
- font-family: var(--zd_semibold);
102
- text-transform: capitalize;
103
- }
104
-
105
- .subTxt {
106
- font-size: var(--zd_font_size10) ;
107
- }
108
-
109
- .contentwrapper,
110
- .txt,
111
- .subTxt {
112
- max-width: 100% ;
113
- }
114
-
115
- .txt,
116
- .subTxt {
117
- composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
118
- /* css:theme-validation:ignore */
119
- color: var(--buttonText);
120
- }
121
-
122
- .arrowWrapper {
123
- position: relative;
124
- composes: offSelection from '~@zohodesk/components/lib/common/common.module.css';
125
- cursor: pointer;
126
- }
127
-
128
- [dir=ltr] .arrowWrapper {
129
- border-radius: 0 var(--zd_size4) var(--zd_size4) 0;
130
- }
131
-
132
- [dir=rtl] .arrowWrapper {
133
- border-radius: var(--zd_size4) 0 0 var(--zd_size4);
134
- }
135
-
136
- .primaryFilledArw {
137
- /* css:theme-validation:ignore */
138
- }
139
-
140
- [dir=ltr] .primaryFilledArw {
141
- border-left: 1px solid var(--buttonSeparatorBorder);
142
- }
143
-
144
- [dir=rtl] .primaryFilledArw {
145
- border-right: 1px solid var(--buttonSeparatorBorder);
146
- }
147
-
148
- .small_arrowBox {
149
- width: var(--zd_size20) ;
150
- }
151
-
152
- .medium_arrowBox {
153
- width: var(--zd_size26) ;
154
- }
155
-
156
- .primaryFilledArw:hover,
157
- .primaryFilledArw.arrowActive,
158
- .clickable.primaryFilledBtn:hover,
159
- .wholeDiv.primaryFilledBox:hover {
160
- --buttonBg: var(--zdt_actionButton_primaryFilled_hover_bg);
161
- }
162
-
163
- .primaryArw:hover,
164
- .primaryArw.arrowActive,
165
- .clickable.primaryBtn:hover,
166
- .wholeDiv.primaryBox:hover {
167
- --buttonBorder: var(--zdt_actionButton_primary_hover_border);
168
- --buttonText: var(--zdt_actionButton_primary_hover_text);
169
- }
170
-
171
- .btn {
172
- height: 100% ;
173
- width: 100% ;
174
- }
175
-
176
- .popupWrapper {
177
- padding: var(--zd_size10) 0 ;
178
- margin: var(--zd_size5) 0 ;
179
- }
180
-
181
- .arrow,
182
- .iconClr {
183
- /* css:theme-validation:ignore */
184
- color: var(--buttonText);
185
- }
186
-
187
- [dir=ltr] .iconMrgn {
188
- margin-right: var(--zd_size6) ;
189
- }
190
-
191
- [dir=rtl] .iconMrgn {
192
- margin-left: var(--zd_size6) ;
1
+ .varClass {
2
+ --buttonBg: var(--zdt_actionButton_primaryFilled_bg);
3
+ --buttonBorder: var(--zdt_actionButton_primary_border);
4
+ --buttonSeparatorBorder: var(--zdt_actionButton_separator_border);
5
+ }
6
+
7
+ .container {
8
+ composes: varClass;
9
+ }
10
+
11
+ .container:hover {
12
+ --buttonSeparatorBorder: var(--zdt_actionButton_separator_hover_border);
13
+ }
14
+
15
+ .primaryFilledBox {
16
+ --buttonText: var(--zdt_actionButton_primaryFilled_text);
17
+ }
18
+
19
+ .primaryFilledBtn,
20
+ .primaryFilledArw {
21
+ /* css:theme-validation:ignore */
22
+ }
23
+
24
+ .primaryFilledBtn, .primaryFilledArw {
25
+ background-color: var(--buttonBg);
26
+ }
27
+
28
+ .primaryBox {
29
+ --buttonText: var(--zdt_actionButton_primary_text);
30
+ }
31
+
32
+ .primaryBtn,
33
+ .primaryArw {
34
+ /* css:theme-validation:ignore */
35
+ }
36
+
37
+ .primaryBtn, .primaryArw {
38
+ border: 1px solid var(--buttonBorder);
39
+ }
40
+
41
+ [dir=ltr] .primaryBtn {
42
+ border-right: none;
43
+ }
44
+
45
+ [dir=rtl] .primaryBtn {
46
+ border-left: none;
47
+ }
48
+
49
+ .contentBox,
50
+ .arrowWrapper {
51
+ transition: width var(--zd_transition3), padding var(--zd_transition3), background-color var(--zd_transition2), border-color var(--zd_transition2);
52
+ }
53
+
54
+ .contentBox, .arrowWrapper {
55
+ margin: 0 ;
56
+ }
57
+
58
+ .clickable {
59
+ cursor: pointer;
60
+ }
61
+
62
+ [dir=ltr] .contentBoxBdr {
63
+ border-radius: var(--zd_size4) 0 0 var(--zd_size4);
64
+ }
65
+
66
+ [dir=rtl] .contentBoxBdr {
67
+ border-radius: 0 var(--zd_size4) var(--zd_size4) 0;
68
+ }
69
+
70
+ .contentBoxBdrRds {
71
+ border-radius: var(--zd_size4);
72
+ }
73
+
74
+ .small {
75
+ height: var(--zd_size28) ;
76
+ }
77
+
78
+ .medium,
79
+ .large {
80
+ height: var(--zd_size30) ;
81
+ }
82
+
83
+ .medium {
84
+ min-width: var(--zd_size115) ;
85
+ }
86
+
87
+ .large {
88
+ min-width: var(--zd_size135) ;
89
+ }
90
+
91
+ .small_btnBox {
92
+ padding: 0 var(--zd_size8) ;
93
+ }
94
+
95
+ .medium_btnBox, .large_btnBox {
96
+ padding: 0 var(--zd_size10) ;
97
+ }
98
+
99
+ .txt {
100
+ font-size: var(--zd_font_size13) ;
101
+ font-family: var(--zd_semibold);
102
+ text-transform: capitalize;
103
+ }
104
+
105
+ .subTxt {
106
+ font-size: var(--zd_font_size10) ;
107
+ }
108
+
109
+ .contentwrapper,
110
+ .txt,
111
+ .subTxt {
112
+ max-width: 100% ;
113
+ }
114
+
115
+ .txt,
116
+ .subTxt {
117
+ composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
118
+ /* css:theme-validation:ignore */
119
+ color: var(--buttonText);
120
+ }
121
+
122
+ .arrowWrapper {
123
+ position: relative;
124
+ composes: offSelection from '~@zohodesk/components/lib/common/common.module.css';
125
+ cursor: pointer;
126
+ }
127
+
128
+ [dir=ltr] .arrowWrapper {
129
+ border-radius: 0 var(--zd_size4) var(--zd_size4) 0;
130
+ }
131
+
132
+ [dir=rtl] .arrowWrapper {
133
+ border-radius: var(--zd_size4) 0 0 var(--zd_size4);
134
+ }
135
+
136
+ .primaryFilledArw {
137
+ /* css:theme-validation:ignore */
138
+ }
139
+
140
+ [dir=ltr] .primaryFilledArw {
141
+ border-left: 1px solid var(--buttonSeparatorBorder);
142
+ }
143
+
144
+ [dir=rtl] .primaryFilledArw {
145
+ border-right: 1px solid var(--buttonSeparatorBorder);
146
+ }
147
+
148
+ .small_arrowBox {
149
+ width: var(--zd_size20) ;
150
+ }
151
+
152
+ .medium_arrowBox {
153
+ width: var(--zd_size26) ;
154
+ }
155
+
156
+ .primaryFilledArw:hover,
157
+ .primaryFilledArw.arrowActive,
158
+ .clickable.primaryFilledBtn:hover,
159
+ .wholeDiv.primaryFilledBox:hover {
160
+ --buttonBg: var(--zdt_actionButton_primaryFilled_hover_bg);
161
+ }
162
+
163
+ .primaryArw:hover,
164
+ .primaryArw.arrowActive,
165
+ .clickable.primaryBtn:hover,
166
+ .wholeDiv.primaryBox:hover {
167
+ --buttonBorder: var(--zdt_actionButton_primary_hover_border);
168
+ --buttonText: var(--zdt_actionButton_primary_hover_text);
169
+ }
170
+
171
+ .btn {
172
+ height: 100% ;
173
+ width: 100% ;
174
+ }
175
+
176
+ .popupWrapper {
177
+ padding: var(--zd_size10) 0 ;
178
+ margin: var(--zd_size5) 0 ;
179
+ }
180
+
181
+ .arrow,
182
+ .iconClr {
183
+ /* css:theme-validation:ignore */
184
+ color: var(--buttonText);
185
+ }
186
+
187
+ [dir=ltr] .iconMrgn {
188
+ margin-right: var(--zd_size6) ;
189
+ }
190
+
191
+ [dir=rtl] .iconMrgn {
192
+ margin-left: var(--zd_size6) ;
193
193
  }
@@ -4,9 +4,9 @@ exports[`ActionButton rendering the defult props 1`] = `
4
4
  <DocumentFragment>
5
5
  <div
6
6
  class="container primaryFilledBox medium wholeDiv flex rowdir"
7
- data-id="containerComponent"
7
+ data-id="actionButton_actionButton"
8
8
  data-selector-id="actionButton"
9
- data-test-id="containerComponent"
9
+ data-test-id="actionButton_actionButton"
10
10
  >
11
11
  <button
12
12
  class="buttonReset contentBox primaryFilledBtn medium_btnBox contentBoxBdrRds clickable grow basis shrinkOff"
@@ -1,57 +1,57 @@
1
- /* $Id$ */
2
- .varClass {
3
- --textColor: var(--zdt_alphabeticList_text);
4
- --textHoverColor: var(--zdt_alphabeticList_hover_text);
5
- }
6
- .container {
7
- composes: varClass;
8
- composes: h100 from '~@zohodesk/components/lib/common/common.module.css';
9
- list-style: none;
10
- pointer-events: initial;
11
- margin: 0 ;
12
- padding: 0 ;
13
- }
14
- .column .title {
15
- margin-bottom: var(--zd_size3) ;
16
- }
17
- [dir=ltr] .row .title {
18
- margin-right: var(--zd_size3) ;
19
- }
20
- [dir=rtl] .row .title {
21
- margin-left: var(--zd_size3) ;
22
- }
23
- .row .letter {
24
- padding: 0 var(--zd_size3) ;
25
- }
26
- .column .letter {
27
- padding: var(--zd_size3) 0 ;
28
- }
29
- .heading {
30
- composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
31
- max-width: 100% ;
32
- }
33
- .list {
34
- font-size: var(--zd_font_size11) ;
35
- flex-basis: var(--zd_size12) ;
36
- color: var(--textColor);
37
- text-align: center;
38
- cursor: pointer;
39
- }
40
- .title {
41
- flex-basis: var(--zd_size15) ;
42
- }
43
- .letter {
44
- text-transform: uppercase;
45
- display: inline-block;
46
- }
47
- .numbers .list {
48
- max-height: var(--zd_size35) ;
49
- }
50
- .list :hover,
51
- .selected {
52
- color: var(--textHoverColor);
53
- }
54
- .title {
55
- font-size: var(--zd_font_size11) ;
56
- font-family: var(--zd_semibold);
57
- }
1
+ /* $Id$ */
2
+ .varClass {
3
+ --textColor: var(--zdt_alphabeticList_text);
4
+ --textHoverColor: var(--zdt_alphabeticList_hover_text);
5
+ }
6
+ .container {
7
+ composes: varClass;
8
+ composes: h100 from '~@zohodesk/components/lib/common/common.module.css';
9
+ list-style: none;
10
+ pointer-events: initial;
11
+ margin: 0 ;
12
+ padding: 0 ;
13
+ }
14
+ .column .title {
15
+ margin-bottom: var(--zd_size3) ;
16
+ }
17
+ [dir=ltr] .row .title {
18
+ margin-right: var(--zd_size3) ;
19
+ }
20
+ [dir=rtl] .row .title {
21
+ margin-left: var(--zd_size3) ;
22
+ }
23
+ .row .letter {
24
+ padding: 0 var(--zd_size3) ;
25
+ }
26
+ .column .letter {
27
+ padding: var(--zd_size3) 0 ;
28
+ }
29
+ .heading {
30
+ composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
31
+ max-width: 100% ;
32
+ }
33
+ .list {
34
+ font-size: var(--zd_font_size11) ;
35
+ flex-basis: var(--zd_size12) ;
36
+ color: var(--textColor);
37
+ text-align: center;
38
+ cursor: pointer;
39
+ }
40
+ .title {
41
+ flex-basis: var(--zd_size15) ;
42
+ }
43
+ .letter {
44
+ text-transform: uppercase;
45
+ display: inline-block;
46
+ }
47
+ .numbers .list {
48
+ max-height: var(--zd_size35) ;
49
+ }
50
+ .list :hover,
51
+ .selected {
52
+ color: var(--textHoverColor);
53
+ }
54
+ .title {
55
+ font-size: var(--zd_font_size11) ;
56
+ font-family: var(--zd_semibold);
57
+ }
@@ -121,7 +121,8 @@ var Attachment = /*#__PURE__*/function (_React$Component) {
121
121
  href: downloadLink,
122
122
  className: _AttachmentModule["default"].attachDownload,
123
123
  title: downloadTitle,
124
- hasReload: true
124
+ hasReload: true,
125
+ dataId: "".concat(dataId, "_download")
125
126
  }, /*#__PURE__*/_react["default"].createElement(_icons.Icon, {
126
127
  name: "ZD-downloadNew",
127
128
  iconClass: _AttachmentModule["default"].downIcon
@@ -298,7 +298,9 @@ var AttachmentViewer = /*#__PURE__*/function (_Component) {
298
298
  dataList = _this$state2.dataList,
299
299
  selectedIndex = _this$state2.selectedIndex,
300
300
  isZoomed = _this$state2.isZoomed;
301
- var maintainZoom = this.props.maintainZoom;
301
+ var _this$props = this.props,
302
+ maintainZoom = _this$props.maintainZoom,
303
+ dataId = _this$props.dataId;
302
304
 
303
305
  var getImgStyle = function getImgStyle(i) {
304
306
  var position;
@@ -342,7 +344,9 @@ var AttachmentViewer = /*#__PURE__*/function (_Component) {
342
344
  }, (0, _Attachment.isAudioFile)(data.name) ? selectedIndex == i ? /*#__PURE__*/_react["default"].createElement("video", {
343
345
  autoPlay: true,
344
346
  controls: true,
345
- className: _AttachmentViewerModule["default"].zoomIn
347
+ className: _AttachmentViewerModule["default"].zoomIn,
348
+ "data-id": "".concat(dataId, "_videoPreview"),
349
+ "data-test-id": "".concat(dataId, "_videoPreview")
346
350
  }, /*#__PURE__*/_react["default"].createElement("source", {
347
351
  src: data.viewUrl,
348
352
  type: "audio/".concat((0, _Attachment.getExtensionFromFileName)(data.name))
@@ -370,11 +374,12 @@ var AttachmentViewer = /*#__PURE__*/function (_Component) {
370
374
  selectedIndex = _this$state3.selectedIndex,
371
375
  data = _this$state3.data,
372
376
  isZoomed = _this$state3.isZoomed;
373
- var _this$props = this.props,
374
- responsiveId = _this$props.responsiveId,
375
- needDownload = _this$props.needDownload,
376
- i18nKeys = _this$props.i18nKeys,
377
- isActive = _this$props.isActive;
377
+ var _this$props2 = this.props,
378
+ responsiveId = _this$props2.responsiveId,
379
+ needDownload = _this$props2.needDownload,
380
+ i18nKeys = _this$props2.i18nKeys,
381
+ isActive = _this$props2.isActive,
382
+ dataId = _this$props2.dataId;
378
383
  var totalLen = data.length;
379
384
  var selectedAttachment = data[selectedIndex] || {};
380
385
  var selectedImgUrl = selectedAttachment.viewUrl;
@@ -479,7 +484,8 @@ var AttachmentViewer = /*#__PURE__*/function (_Component) {
479
484
  target: "_parent",
480
485
  hasReload: true,
481
486
  download: true,
482
- title: i18nKeys.downloadText
487
+ title: i18nKeys.downloadText,
488
+ dataId: "".concat(dataId, "_downloadAttach")
483
489
  }, /*#__PURE__*/_react["default"].createElement(_IconButton["default"], {
484
490
  iconName: "ZD-GN-download",
485
491
  className: _AttachmentViewerModule["default"].menuIcon,
@@ -546,13 +552,15 @@ var AttachmentViewer = /*#__PURE__*/function (_Component) {
546
552
  dataId: "rightAttachNav",
547
553
  isBold: true
548
554
  }))))), /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
549
- className: "".concat(_AttachmentViewerModule["default"].footer, " ").concat(isPViewListOpen && totalLen !== 1 ? _AttachmentViewerModule["default"].footerHeight : _AttachmentViewerModule["default"].footerHide, " ")
555
+ className: "".concat(_AttachmentViewerModule["default"].footer, " ").concat(isPViewListOpen && totalLen !== 1 ? _AttachmentViewerModule["default"].footerHeight : _AttachmentViewerModule["default"].footerHide, " "),
556
+ dataId: "".concat(dataId, "_attachPreviewFooter")
550
557
  }, /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
551
558
  align: "vertical",
552
559
  alignBox: "row",
553
560
  className: _AttachmentViewerModule["default"].footerHeight
554
561
  }, author && /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
555
- className: _AttachmentViewerModule["default"].author
562
+ className: _AttachmentViewerModule["default"].author,
563
+ dataId: "".concat(dataId, "_authorName")
556
564
  }, /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
557
565
  alignBox: "row",
558
566
  align: "both"