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

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 (918) hide show
  1. package/.cli/propValidation_report.html +1 -1
  2. package/es/ActionButton/ActionButton.module.css +192 -192
  3. package/es/AlphabeticList/AlphabeticList.module.css +57 -57
  4. package/es/AttachmentViewer/AttachmentViewer.module.css +352 -352
  5. package/es/ChannelIcon/ChannelIcon.module.css +225 -225
  6. package/es/FormAction/FormAction.module.css +100 -100
  7. package/es/IconButton/IconButton.module.css +22 -22
  8. package/es/TagWithIcon/TagWithIcon.module.css +66 -66
  9. package/es/avatar/AvatarIcon/AvatarIcon.module.css +58 -58
  10. package/es/common/dot_boxShadow.module.css +2 -0
  11. package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +92 -92
  12. package/es/form/fields/ValidationMessage/ValidationMessage.module.css +27 -27
  13. package/es/layout/SubtabLayout/SubtabLayout.module.css +164 -164
  14. package/es/list/Comment/Comment.module.css +29 -29
  15. package/es/list/Dot/Dot.module.css +15 -15
  16. package/es/list/ListLayout/ListLayout.module.css +79 -79
  17. package/es/list/Subject/Subject.js +7 -3
  18. package/es/list/Subject/Subject.module.css +54 -34
  19. package/es/list/Subject/__tests__/Subject.spec.js +9 -0
  20. package/es/list/Subject/__tests__/__snapshots__/Subject.spec.js.snap +38 -1
  21. package/es/list/Subject/props/defaultProps.js +2 -1
  22. package/es/list/Subject/props/propTypes.js +2 -1
  23. package/es/list/Thread/Thread.module.css +42 -42
  24. package/es/v1/list/Subject/Subject.js +7 -3
  25. package/es/v1/list/Subject/props/defaultProps.js +2 -1
  26. package/es/v1/list/Subject/props/propTypes.js +2 -1
  27. package/es/version2/GlobalNotification/GlobalNotification.module.css +177 -177
  28. package/es/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +87 -87
  29. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +132 -132
  30. package/lib/ActionButton/ActionButton.module.css +192 -192
  31. package/lib/AlphabeticList/AlphabeticList.module.css +57 -57
  32. package/lib/AttachmentViewer/AttachmentViewer.module.css +352 -352
  33. package/lib/ChannelIcon/ChannelIcon.module.css +225 -225
  34. package/lib/FormAction/FormAction.module.css +100 -100
  35. package/lib/IconButton/IconButton.module.css +22 -22
  36. package/lib/TagWithIcon/TagWithIcon.module.css +66 -66
  37. package/lib/avatar/AvatarIcon/AvatarIcon.module.css +58 -58
  38. package/lib/common/dot_boxShadow.module.css +2 -0
  39. package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +92 -92
  40. package/lib/form/fields/ValidationMessage/ValidationMessage.module.css +27 -27
  41. package/lib/layout/SubtabLayout/SubtabLayout.module.css +164 -164
  42. package/lib/list/Comment/Comment.module.css +29 -29
  43. package/lib/list/Dot/Dot.module.css +15 -15
  44. package/lib/list/ListLayout/ListLayout.module.css +79 -79
  45. package/lib/list/Subject/Subject.js +9 -5
  46. package/lib/list/Subject/Subject.module.css +54 -34
  47. package/lib/list/Subject/__tests__/Subject.spec.js +9 -0
  48. package/lib/list/Subject/__tests__/__snapshots__/Subject.spec.js.snap +38 -1
  49. package/lib/list/Subject/props/defaultProps.js +2 -1
  50. package/lib/list/Subject/props/propTypes.js +2 -1
  51. package/lib/list/Thread/Thread.module.css +42 -42
  52. package/lib/v1/list/Subject/Subject.js +9 -5
  53. package/lib/v1/list/Subject/props/defaultProps.js +2 -1
  54. package/lib/v1/list/Subject/props/propTypes.js +2 -1
  55. package/lib/version2/GlobalNotification/GlobalNotification.module.css +177 -177
  56. package/lib/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +87 -87
  57. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +132 -132
  58. package/package.json +4 -4
  59. package/result.json +1 -1
  60. package/unittest/index.html +18 -2
  61. package/coverage/ActionButton/ActionButton.js.html +0 -622
  62. package/coverage/ActionButton/ActionButton.module.css.html +0 -559
  63. package/coverage/ActionButton/index.html +0 -131
  64. package/coverage/ActionButton/props/defaultProps.js.html +0 -136
  65. package/coverage/ActionButton/props/index.html +0 -131
  66. package/coverage/ActionButton/props/propTypes.js.html +0 -187
  67. package/coverage/AlphabeticList/AlphabeticList.js.html +0 -424
  68. package/coverage/AlphabeticList/AlphabeticList.module.css.html +0 -247
  69. package/coverage/AlphabeticList/index.html +0 -131
  70. package/coverage/AlphabeticList/props/defaultProps.js.html +0 -124
  71. package/coverage/AlphabeticList/props/index.html +0 -131
  72. package/coverage/AlphabeticList/props/propTypes.js.html +0 -250
  73. package/coverage/Attachment/Attachment.js.html +0 -385
  74. package/coverage/Attachment/Attachment.module.css.html +0 -583
  75. package/coverage/Attachment/index.html +0 -131
  76. package/coverage/Attachment/props/defaultProps.js.html +0 -109
  77. package/coverage/Attachment/props/index.html +0 -131
  78. package/coverage/Attachment/props/propTypes.js.html +0 -142
  79. package/coverage/AttachmentViewer/Attachment.js.html +0 -193
  80. package/coverage/AttachmentViewer/AttachmentImage.js.html +0 -268
  81. package/coverage/AttachmentViewer/AttachmentViewer.js.html +0 -1576
  82. package/coverage/AttachmentViewer/AttachmentViewer.module.css.html +0 -955
  83. package/coverage/AttachmentViewer/index.html +0 -161
  84. package/coverage/AttachmentViewer/props/defaultProps.js.html +0 -118
  85. package/coverage/AttachmentViewer/props/index.html +0 -131
  86. package/coverage/AttachmentViewer/props/propTypes.js.html +0 -184
  87. package/coverage/ChannelIcon/ChannelIcon.js.html +0 -445
  88. package/coverage/ChannelIcon/ChannelIcon.module.css.html +0 -727
  89. package/coverage/ChannelIcon/index.html +0 -131
  90. package/coverage/ChannelIcon/props/defaultProps.js.html +0 -106
  91. package/coverage/ChannelIcon/props/index.html +0 -131
  92. package/coverage/ChannelIcon/props/propTypes.js.html +0 -163
  93. package/coverage/Drawer/Drawer.js.html +0 -1042
  94. package/coverage/Drawer/Drawer.module.css.html +0 -466
  95. package/coverage/Drawer/index.html +0 -131
  96. package/coverage/Drawer/props/defaultProps.js.html +0 -160
  97. package/coverage/Drawer/props/index.html +0 -131
  98. package/coverage/Drawer/props/propTypes.js.html +0 -283
  99. package/coverage/ExternalLink/ExternalLink.js.html +0 -229
  100. package/coverage/ExternalLink/ExternalLink.module.css.html +0 -94
  101. package/coverage/ExternalLink/index.html +0 -131
  102. package/coverage/ExternalLink/props/defaultProps.js.html +0 -100
  103. package/coverage/ExternalLink/props/index.html +0 -131
  104. package/coverage/ExternalLink/props/propTypes.js.html +0 -124
  105. package/coverage/FlipCard/FlipCard.js.html +0 -523
  106. package/coverage/FlipCard/FlipCard.module.css.html +0 -190
  107. package/coverage/FlipCard/index.html +0 -131
  108. package/coverage/FlipCard/props/defaultProps.js.html +0 -100
  109. package/coverage/FlipCard/props/index.html +0 -131
  110. package/coverage/FlipCard/props/propTypes.js.html +0 -199
  111. package/coverage/FormAction/FormAction.js.html +0 -391
  112. package/coverage/FormAction/FormAction.module.css.html +0 -292
  113. package/coverage/FormAction/index.html +0 -131
  114. package/coverage/FormAction/props/defaultProps.js.html +0 -100
  115. package/coverage/FormAction/props/index.html +0 -131
  116. package/coverage/FormAction/props/propTypes.js.html +0 -112
  117. package/coverage/FreezeLayer/FreezeLayer.js.html +0 -346
  118. package/coverage/FreezeLayer/css/FreezeLayer.module.css.html +0 -199
  119. package/coverage/FreezeLayer/css/cssJSLogic.js.html +0 -139
  120. package/coverage/FreezeLayer/css/index.html +0 -131
  121. package/coverage/FreezeLayer/index.html +0 -116
  122. package/coverage/FreezeLayer/props/defaultProps.js.html +0 -112
  123. package/coverage/FreezeLayer/props/index.html +0 -131
  124. package/coverage/FreezeLayer/props/propTypes.js.html +0 -151
  125. package/coverage/Hooks/Dragger/css/Dragger.module.css.html +0 -91
  126. package/coverage/Hooks/Dragger/css/index.html +0 -116
  127. package/coverage/Hooks/Dragger/index.html +0 -116
  128. package/coverage/Hooks/Dragger/props/defaultProps.js.html +0 -100
  129. package/coverage/Hooks/Dragger/props/index.html +0 -131
  130. package/coverage/Hooks/Dragger/props/propTypes.js.html +0 -124
  131. package/coverage/Hooks/Dragger/useDragger.js.html +0 -439
  132. package/coverage/Hooks/Dragger/utils/DraggerUtil.js.html +0 -133
  133. package/coverage/Hooks/Dragger/utils/index.html +0 -116
  134. package/coverage/Hooks/index.html +0 -116
  135. package/coverage/Hooks/useFreezeLayer.js.html +0 -247
  136. package/coverage/IconButton/IconButton.js.html +0 -466
  137. package/coverage/IconButton/IconButton.module.css.html +0 -151
  138. package/coverage/IconButton/index.html +0 -131
  139. package/coverage/IconButton/props/defaultProps.js.html +0 -136
  140. package/coverage/IconButton/props/index.html +0 -131
  141. package/coverage/IconButton/props/propTypes.js.html +0 -187
  142. package/coverage/Image/Image.js.html +0 -184
  143. package/coverage/Image/Image.module.css.html +0 -118
  144. package/coverage/Image/index.html +0 -131
  145. package/coverage/Image/props/defaultProps.js.html +0 -97
  146. package/coverage/Image/props/index.html +0 -131
  147. package/coverage/Image/props/propTypes.js.html +0 -127
  148. package/coverage/ImportantNotes/ImportantNotes.js.html +0 -223
  149. package/coverage/ImportantNotes/ImportantNotes.module.css.html +0 -133
  150. package/coverage/ImportantNotes/index.html +0 -131
  151. package/coverage/ImportantNotes/props/defaultProps.js.html +0 -103
  152. package/coverage/ImportantNotes/props/index.html +0 -131
  153. package/coverage/ImportantNotes/props/propTypes.js.html +0 -118
  154. package/coverage/Link/Link.js.html +0 -388
  155. package/coverage/Link/Link.module.css.html +0 -94
  156. package/coverage/Link/LinkContext.js.html +0 -112
  157. package/coverage/Link/index.html +0 -146
  158. package/coverage/Link/props/defaultProps.js.html +0 -100
  159. package/coverage/Link/props/index.html +0 -131
  160. package/coverage/Link/props/propTypes.js.html +0 -142
  161. package/coverage/Loader/Loader.js.html +0 -136
  162. package/coverage/Loader/Loader.module.css.html +0 -163
  163. package/coverage/Loader/index.html +0 -131
  164. package/coverage/Message/Message.js.html +0 -361
  165. package/coverage/Message/Message.module.css.html +0 -292
  166. package/coverage/Message/index.html +0 -131
  167. package/coverage/Message/props/defaultProps.js.html +0 -97
  168. package/coverage/Message/props/index.html +0 -131
  169. package/coverage/Message/props/propTypes.js.html +0 -157
  170. package/coverage/MessageBanner/MessageBanner.js.html +0 -244
  171. package/coverage/MessageBanner/MessageBanner.module.css.html +0 -199
  172. package/coverage/MessageBanner/index.html +0 -131
  173. package/coverage/MessageBanner/props/defaultProps.js.html +0 -106
  174. package/coverage/MessageBanner/props/index.html +0 -131
  175. package/coverage/MessageBanner/props/propTypes.js.html +0 -127
  176. package/coverage/NewStar/NewStar.js.html +0 -259
  177. package/coverage/NewStar/NewStar.module.css.html +0 -490
  178. package/coverage/NewStar/index.html +0 -131
  179. package/coverage/NewStar/props/defaultProps.js.html +0 -97
  180. package/coverage/NewStar/props/index.html +0 -131
  181. package/coverage/NewStar/props/propTypes.js.html +0 -121
  182. package/coverage/PlusIcon/PlusIcon.js.html +0 -190
  183. package/coverage/PlusIcon/PlusIcon.module.css.html +0 -139
  184. package/coverage/PlusIcon/index.html +0 -131
  185. package/coverage/PlusIcon/props/defaultProps.js.html +0 -109
  186. package/coverage/PlusIcon/props/index.html +0 -131
  187. package/coverage/PlusIcon/props/propTypes.js.html +0 -121
  188. package/coverage/Provider/Config.js.html +0 -136
  189. package/coverage/Provider/index.html +0 -116
  190. package/coverage/Separator/Separator.js.html +0 -286
  191. package/coverage/Separator/Separator.module.css.html +0 -187
  192. package/coverage/Separator/index.html +0 -131
  193. package/coverage/Separator/props/defaultProps.js.html +0 -121
  194. package/coverage/Separator/props/index.html +0 -131
  195. package/coverage/Separator/props/propTypes.js.html +0 -121
  196. package/coverage/TagWithIcon/TagWithIcon.js.html +0 -247
  197. package/coverage/TagWithIcon/TagWithIcon.module.css.html +0 -262
  198. package/coverage/TagWithIcon/index.html +0 -131
  199. package/coverage/TagWithIcon/props/defaultProps.js.html +0 -106
  200. package/coverage/TagWithIcon/props/index.html +0 -131
  201. package/coverage/TagWithIcon/props/propTypes.js.html +0 -124
  202. package/coverage/ToastMessage/ToastMessage.js.html +0 -751
  203. package/coverage/ToastMessage/ToastMessage.module.css.html +0 -859
  204. package/coverage/ToastMessage/index.html +0 -131
  205. package/coverage/ToastMessage/props/defaultProps.js.html +0 -139
  206. package/coverage/ToastMessage/props/index.html +0 -131
  207. package/coverage/ToastMessage/props/propTypes.js.html +0 -229
  208. package/coverage/Upload/Upload.js.html +0 -310
  209. package/coverage/Upload/Upload.module.css.html +0 -403
  210. package/coverage/Upload/index.html +0 -131
  211. package/coverage/Upload/props/defaultProps.js.html +0 -106
  212. package/coverage/Upload/props/index.html +0 -131
  213. package/coverage/Upload/props/propTypes.js.html +0 -139
  214. package/coverage/actions/AutoClose.js.html +0 -181
  215. package/coverage/actions/index.html +0 -116
  216. package/coverage/actions/props/defaultProps.js.html +0 -94
  217. package/coverage/actions/props/index.html +0 -131
  218. package/coverage/actions/props/propTypes.js.html +0 -112
  219. package/coverage/alert/AlertHeader/AlertHeader.js.html +0 -334
  220. package/coverage/alert/AlertHeader/AlertHeader.module.css.html +0 -271
  221. package/coverage/alert/AlertHeader/index.html +0 -131
  222. package/coverage/alert/AlertHeader/props/defaultProps.js.html +0 -109
  223. package/coverage/alert/AlertHeader/props/index.html +0 -131
  224. package/coverage/alert/AlertHeader/props/propTypes.js.html +0 -148
  225. package/coverage/alert/AlertLookup/AlertLookup.js.html +0 -472
  226. package/coverage/alert/AlertLookup/AlertLookup.module.css.html +0 -151
  227. package/coverage/alert/AlertLookup/index.html +0 -131
  228. package/coverage/alert/AlertLookup/props/defaultProps.js.html +0 -127
  229. package/coverage/alert/AlertLookup/props/index.html +0 -131
  230. package/coverage/alert/AlertLookup/props/propTypes.js.html +0 -193
  231. package/coverage/avatar/AvatarClose/AvatarClose.js.html +0 -190
  232. package/coverage/avatar/AvatarClose/AvatarClose.module.css.html +0 -178
  233. package/coverage/avatar/AvatarClose/index.html +0 -131
  234. package/coverage/avatar/AvatarClose/props/defaultProps.js.html +0 -103
  235. package/coverage/avatar/AvatarClose/props/index.html +0 -131
  236. package/coverage/avatar/AvatarClose/props/propTypes.js.html +0 -130
  237. package/coverage/avatar/AvatarCollision/AvatarCollision.js.html +0 -241
  238. package/coverage/avatar/AvatarCollision/AvatarCollision.module.css.html +0 -250
  239. package/coverage/avatar/AvatarCollision/index.html +0 -131
  240. package/coverage/avatar/AvatarCollision/props/defaultProps.js.html +0 -109
  241. package/coverage/avatar/AvatarCollision/props/index.html +0 -131
  242. package/coverage/avatar/AvatarCollision/props/propTypes.js.html +0 -139
  243. package/coverage/avatar/AvatarIcon/AvatarIcon.js.html +0 -256
  244. package/coverage/avatar/AvatarIcon/AvatarIcon.module.css.html +0 -262
  245. package/coverage/avatar/AvatarIcon/index.html +0 -131
  246. package/coverage/avatar/AvatarIcon/props/defaultProps.js.html +0 -127
  247. package/coverage/avatar/AvatarIcon/props/index.html +0 -131
  248. package/coverage/avatar/AvatarIcon/props/propTypes.js.html +0 -148
  249. package/coverage/avatar/AvatarStatus/AvatarStatus.js.html +0 -301
  250. package/coverage/avatar/AvatarStatus/AvatarStatus.module.css.html +0 -373
  251. package/coverage/avatar/AvatarStatus/index.html +0 -131
  252. package/coverage/avatar/AvatarStatus/props/defaultProps.js.html +0 -121
  253. package/coverage/avatar/AvatarStatus/props/index.html +0 -131
  254. package/coverage/avatar/AvatarStatus/props/propTypes.js.html +0 -166
  255. package/coverage/avatar/AvatarThread/AvatarThread.js.html +0 -367
  256. package/coverage/avatar/AvatarThread/AvatarThread.module.css.html +0 -439
  257. package/coverage/avatar/AvatarThread/index.html +0 -131
  258. package/coverage/avatar/AvatarThread/props/defaultProps.js.html +0 -112
  259. package/coverage/avatar/AvatarThread/props/index.html +0 -131
  260. package/coverage/avatar/AvatarThread/props/propTypes.js.html +0 -178
  261. package/coverage/avatar/AvatarUser/AvatarUser.js.html +0 -415
  262. package/coverage/avatar/AvatarUser/AvatarUser.module.css.html +0 -385
  263. package/coverage/avatar/AvatarUser/index.html +0 -131
  264. package/coverage/avatar/AvatarUser/props/defaultProps.js.html +0 -109
  265. package/coverage/avatar/AvatarUser/props/index.html +0 -131
  266. package/coverage/avatar/AvatarUser/props/propTypes.js.html +0 -193
  267. package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.js.html +0 -448
  268. package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.module.css.html +0 -133
  269. package/coverage/avatar/AvatarWithTeam/index.html +0 -131
  270. package/coverage/avatar/AvatarWithTeam/props/defaultProps.js.html +0 -112
  271. package/coverage/avatar/AvatarWithTeam/props/index.html +0 -131
  272. package/coverage/avatar/AvatarWithTeam/props/propTypes.js.html +0 -163
  273. package/coverage/base.css +0 -224
  274. package/coverage/block-navigation.js +0 -87
  275. package/coverage/coverage-final.json +0 -490
  276. package/coverage/coverage-summary.json +0 -491
  277. package/coverage/dropdown/ToggleDropDown/ToggleDropDown.js.html +0 -2710
  278. package/coverage/dropdown/ToggleDropDown/ToggleDropDown.module.css.html +0 -346
  279. package/coverage/dropdown/ToggleDropDown/index.html +0 -131
  280. package/coverage/dropdown/ToggleDropDown/props/defaultProps.js.html +0 -172
  281. package/coverage/dropdown/ToggleDropDown/props/index.html +0 -131
  282. package/coverage/dropdown/ToggleDropDown/props/propTypes.js.html +0 -376
  283. package/coverage/emptystate/CommonEmptyState/CommonEmptyState.js.html +0 -334
  284. package/coverage/emptystate/CommonEmptyState/CommonEmptyState.module.css.html +0 -337
  285. package/coverage/emptystate/CommonEmptyState/index.html +0 -131
  286. package/coverage/emptystate/CommonEmptyState/props/defaultProps.js.html +0 -115
  287. package/coverage/emptystate/CommonEmptyState/props/index.html +0 -131
  288. package/coverage/emptystate/CommonEmptyState/props/propTypes.js.html +0 -151
  289. package/coverage/emptystate/EditionPage/EditionPage.css.html +0 -196
  290. package/coverage/emptystate/EditionPage/EditionPage.js.html +0 -229
  291. package/coverage/emptystate/EditionPage/index.html +0 -131
  292. package/coverage/emptystate/EditionPage/props/defaultProps.js.html +0 -100
  293. package/coverage/emptystate/EditionPage/props/index.html +0 -131
  294. package/coverage/emptystate/EditionPage/props/propTypes.js.html +0 -121
  295. package/coverage/errorstate/EmptyStates.module.css.html +0 -337
  296. package/coverage/errorstate/Inconvenience/Inconvenience.js.html +0 -349
  297. package/coverage/errorstate/Inconvenience/Inconvenience.module.css.html +0 -97
  298. package/coverage/errorstate/Inconvenience/index.html +0 -131
  299. package/coverage/errorstate/Inconvenience/props/defaultProps.js.html +0 -97
  300. package/coverage/errorstate/Inconvenience/props/index.html +0 -131
  301. package/coverage/errorstate/Inconvenience/props/propTypes.js.html +0 -121
  302. package/coverage/errorstate/LinkText/LinkText.js.html +0 -166
  303. package/coverage/errorstate/LinkText/LinkText.module.css.html +0 -103
  304. package/coverage/errorstate/LinkText/index.html +0 -131
  305. package/coverage/errorstate/LinkText/props/defaultProps.js.html +0 -97
  306. package/coverage/errorstate/LinkText/props/index.html +0 -131
  307. package/coverage/errorstate/LinkText/props/propTypes.js.html +0 -112
  308. package/coverage/errorstate/NoRequestFound/NoRequestFound.js.html +0 -349
  309. package/coverage/errorstate/NoRequestFound/NoRequestFound.module.css.html +0 -94
  310. package/coverage/errorstate/NoRequestFound/index.html +0 -131
  311. package/coverage/errorstate/NoRequestFound/props/defaultProps.js.html +0 -97
  312. package/coverage/errorstate/NoRequestFound/props/index.html +0 -131
  313. package/coverage/errorstate/NoRequestFound/props/propTypes.js.html +0 -121
  314. package/coverage/errorstate/PermissionPlay/PermissionPlay.js.html +0 -343
  315. package/coverage/errorstate/PermissionPlay/PermissionPlay.module.css.html +0 -187
  316. package/coverage/errorstate/PermissionPlay/index.html +0 -131
  317. package/coverage/errorstate/PermissionPlay/props/defaultProps.js.html +0 -97
  318. package/coverage/errorstate/PermissionPlay/props/index.html +0 -131
  319. package/coverage/errorstate/PermissionPlay/props/propTypes.js.html +0 -121
  320. package/coverage/errorstate/RequestUrlNotFound/RequestUrlNotFound.js.html +0 -349
  321. package/coverage/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css.html +0 -94
  322. package/coverage/errorstate/RequestUrlNotFound/index.html +0 -131
  323. package/coverage/errorstate/RequestUrlNotFound/props/defaultProps.js.html +0 -97
  324. package/coverage/errorstate/RequestUrlNotFound/props/index.html +0 -131
  325. package/coverage/errorstate/RequestUrlNotFound/props/propTypes.js.html +0 -121
  326. package/coverage/errorstate/UnableToProcess/UnableToProcess.js.html +0 -337
  327. package/coverage/errorstate/UnableToProcess/UnableToProcess.module.css.html +0 -94
  328. package/coverage/errorstate/UnableToProcess/index.html +0 -131
  329. package/coverage/errorstate/UnableToProcess/props/defaultProps.js.html +0 -97
  330. package/coverage/errorstate/UnableToProcess/props/index.html +0 -131
  331. package/coverage/errorstate/UnableToProcess/props/propTypes.js.html +0 -121
  332. package/coverage/errorstate/UnauthorizedLogin/UnauthorizedLogin.js.html +0 -337
  333. package/coverage/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css.html +0 -94
  334. package/coverage/errorstate/UnauthorizedLogin/index.html +0 -131
  335. package/coverage/errorstate/UnauthorizedLogin/props/defaultProps.js.html +0 -97
  336. package/coverage/errorstate/UnauthorizedLogin/props/index.html +0 -131
  337. package/coverage/errorstate/UnauthorizedLogin/props/propTypes.js.html +0 -121
  338. package/coverage/errorstate/WillBack/WillBack.js.html +0 -307
  339. package/coverage/errorstate/WillBack/WillBack.module.css.html +0 -193
  340. package/coverage/errorstate/WillBack/index.html +0 -131
  341. package/coverage/errorstate/WillBack/props/defaultProps.js.html +0 -97
  342. package/coverage/errorstate/WillBack/props/index.html +0 -131
  343. package/coverage/errorstate/WillBack/props/propTypes.js.html +0 -103
  344. package/coverage/errorstate/index.html +0 -116
  345. package/coverage/favicon.png +0 -0
  346. package/coverage/form/fields/CheckBoxField/CheckBoxField.js.html +0 -574
  347. package/coverage/form/fields/CheckBoxField/index.html +0 -116
  348. package/coverage/form/fields/CheckBoxField/props/defaultProps.js.html +0 -124
  349. package/coverage/form/fields/CheckBoxField/props/index.html +0 -131
  350. package/coverage/form/fields/CheckBoxField/props/propTypes.js.html +0 -175
  351. package/coverage/form/fields/CurrencyField/CurrencyField.js.html +0 -655
  352. package/coverage/form/fields/CurrencyField/index.html +0 -116
  353. package/coverage/form/fields/CurrencyField/props/defaultProps.js.html +0 -139
  354. package/coverage/form/fields/CurrencyField/props/index.html +0 -131
  355. package/coverage/form/fields/CurrencyField/props/propTypes.js.html +0 -208
  356. package/coverage/form/fields/DateField/DateField.js.html +0 -682
  357. package/coverage/form/fields/DateField/index.html +0 -116
  358. package/coverage/form/fields/DateField/props/defaultProps.js.html +0 -145
  359. package/coverage/form/fields/DateField/props/index.html +0 -131
  360. package/coverage/form/fields/DateField/props/propTypes.js.html +0 -208
  361. package/coverage/form/fields/FieldContainer/FieldContainer.js.html +0 -271
  362. package/coverage/form/fields/FieldContainer/index.html +0 -116
  363. package/coverage/form/fields/FieldContainer/props/defaultProps.js.html +0 -109
  364. package/coverage/form/fields/FieldContainer/props/index.html +0 -131
  365. package/coverage/form/fields/FieldContainer/props/propTypes.js.html +0 -166
  366. package/coverage/form/fields/Fields.module.css.html +0 -589
  367. package/coverage/form/fields/MultiSelectField/MultiSelectField.js.html +0 -745
  368. package/coverage/form/fields/MultiSelectField/index.html +0 -116
  369. package/coverage/form/fields/MultiSelectField/props/defaultProps.js.html +0 -139
  370. package/coverage/form/fields/MultiSelectField/props/index.html +0 -131
  371. package/coverage/form/fields/MultiSelectField/props/propTypes.js.html +0 -241
  372. package/coverage/form/fields/PhoneField/PhoneField.js.html +0 -619
  373. package/coverage/form/fields/PhoneField/index.html +0 -116
  374. package/coverage/form/fields/PhoneField/props/defaultProps.js.html +0 -133
  375. package/coverage/form/fields/PhoneField/props/index.html +0 -131
  376. package/coverage/form/fields/PhoneField/props/propTypes.js.html +0 -229
  377. package/coverage/form/fields/RadioField/RadioField.js.html +0 -493
  378. package/coverage/form/fields/RadioField/index.html +0 -116
  379. package/coverage/form/fields/RadioField/props/defaultProps.js.html +0 -121
  380. package/coverage/form/fields/RadioField/props/index.html +0 -131
  381. package/coverage/form/fields/RadioField/props/propTypes.js.html +0 -196
  382. package/coverage/form/fields/SelectField/SelectField.js.html +0 -697
  383. package/coverage/form/fields/SelectField/index.html +0 -116
  384. package/coverage/form/fields/SelectField/props/defaultProps.js.html +0 -142
  385. package/coverage/form/fields/SelectField/props/index.html +0 -131
  386. package/coverage/form/fields/SelectField/props/propTypes.js.html +0 -241
  387. package/coverage/form/fields/TagsMultiSelect/TagsMultiSelect.js.html +0 -1042
  388. package/coverage/form/fields/TagsMultiSelect/TagsMultiSelect.module.css.html +0 -382
  389. package/coverage/form/fields/TagsMultiSelect/index.html +0 -131
  390. package/coverage/form/fields/TagsMultiSelect/props/defaultProps.js.html +0 -127
  391. package/coverage/form/fields/TagsMultiSelect/props/index.html +0 -131
  392. package/coverage/form/fields/TagsMultiSelect/props/propTypes.js.html +0 -244
  393. package/coverage/form/fields/TagsMultiSelectField/TagsMultiSelectField.js.html +0 -844
  394. package/coverage/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css.html +0 -103
  395. package/coverage/form/fields/TagsMultiSelectField/index.html +0 -131
  396. package/coverage/form/fields/TagsMultiSelectField/props/defaultProps.js.html +0 -151
  397. package/coverage/form/fields/TagsMultiSelectField/props/index.html +0 -131
  398. package/coverage/form/fields/TagsMultiSelectField/props/propTypes.js.html +0 -292
  399. package/coverage/form/fields/TextBoxField/TextBoxField.js.html +0 -634
  400. package/coverage/form/fields/TextBoxField/index.html +0 -116
  401. package/coverage/form/fields/TextBoxField/props/defaultProps.js.html +0 -139
  402. package/coverage/form/fields/TextBoxField/props/index.html +0 -131
  403. package/coverage/form/fields/TextBoxField/props/propTypes.js.html +0 -223
  404. package/coverage/form/fields/TextEditor/TextEditor.js.html +0 -1201
  405. package/coverage/form/fields/TextEditor/TextEditor.module.css.html +0 -2113
  406. package/coverage/form/fields/TextEditor/index.html +0 -131
  407. package/coverage/form/fields/TextEditor/props/defaultProps.js.html +0 -124
  408. package/coverage/form/fields/TextEditor/props/index.html +0 -131
  409. package/coverage/form/fields/TextEditor/props/propTypes.js.html +0 -247
  410. package/coverage/form/fields/TextEditorField/TextEditorField.js.html +0 -622
  411. package/coverage/form/fields/TextEditorField/index.html +0 -116
  412. package/coverage/form/fields/TextEditorField/props/defaultProps.js.html +0 -133
  413. package/coverage/form/fields/TextEditorField/props/index.html +0 -131
  414. package/coverage/form/fields/TextEditorField/props/propTypes.js.html +0 -268
  415. package/coverage/form/fields/TextEditorWrapper/TextEditorWrapper.js.html +0 -631
  416. package/coverage/form/fields/TextEditorWrapper/TextEditorWrapper.module.css.html +0 -163
  417. package/coverage/form/fields/TextEditorWrapper/index.html +0 -131
  418. package/coverage/form/fields/TextEditorWrapper/props/defaultProps.js.html +0 -112
  419. package/coverage/form/fields/TextEditorWrapper/props/index.html +0 -131
  420. package/coverage/form/fields/TextEditorWrapper/props/propTypes.js.html +0 -226
  421. package/coverage/form/fields/TextareaField/TextareaField.js.html +0 -607
  422. package/coverage/form/fields/TextareaField/index.html +0 -116
  423. package/coverage/form/fields/TextareaField/props/defaultProps.js.html +0 -133
  424. package/coverage/form/fields/TextareaField/props/index.html +0 -131
  425. package/coverage/form/fields/TextareaField/props/propTypes.js.html +0 -196
  426. package/coverage/form/fields/ValidationMessage/ValidationMessage.js.html +0 -232
  427. package/coverage/form/fields/ValidationMessage/ValidationMessage.module.css.html +0 -151
  428. package/coverage/form/fields/ValidationMessage/index.html +0 -131
  429. package/coverage/form/fields/ValidationMessage/props/defaultProps.js.html +0 -106
  430. package/coverage/form/fields/ValidationMessage/props/index.html +0 -131
  431. package/coverage/form/fields/ValidationMessage/props/propTypes.js.html +0 -136
  432. package/coverage/form/fields/index.html +0 -116
  433. package/coverage/form/fields/props/FieldCommonDefaultProps.js.html +0 -115
  434. package/coverage/form/fields/props/FieldCommonPropTypes.js.html +0 -130
  435. package/coverage/form/fields/props/index.html +0 -131
  436. package/coverage/form/layout/Field/Field.js.html +0 -184
  437. package/coverage/form/layout/Field/Field.module.css.html +0 -151
  438. package/coverage/form/layout/Field/index.html +0 -131
  439. package/coverage/form/layout/Field/props/defaultProps.js.html +0 -97
  440. package/coverage/form/layout/Field/props/index.html +0 -131
  441. package/coverage/form/layout/Field/props/propTypes.js.html +0 -118
  442. package/coverage/form/layout/Section/ModuleFormSection.module.css.html +0 -94
  443. package/coverage/form/layout/Section/Section.js.html +0 -175
  444. package/coverage/form/layout/Section/index.html +0 -131
  445. package/coverage/form/layout/Section/props/index.html +0 -116
  446. package/coverage/form/layout/Section/props/propTypes.js.html +0 -121
  447. package/coverage/index.html +0 -3866
  448. package/coverage/layout/SetupDetailLayout/SetupDetailLayout.js.html +0 -679
  449. package/coverage/layout/SetupDetailLayout/SetupDetailLayout.module.css.html +0 -433
  450. package/coverage/layout/SetupDetailLayout/index.html +0 -131
  451. package/coverage/layout/SetupDetailLayout/props/defaultProps.js.html +0 -154
  452. package/coverage/layout/SetupDetailLayout/props/index.html +0 -131
  453. package/coverage/layout/SetupDetailLayout/props/propTypes.js.html +0 -223
  454. package/coverage/layout/SubtabLayout/SubtabLayout.js.html +0 -577
  455. package/coverage/layout/SubtabLayout/SubtabLayout.module.css.html +0 -484
  456. package/coverage/layout/SubtabLayout/index.html +0 -131
  457. package/coverage/layout/SubtabLayout/props/defaultProps.js.html +0 -169
  458. package/coverage/layout/SubtabLayout/props/index.html +0 -131
  459. package/coverage/layout/SubtabLayout/props/propTypes.js.html +0 -217
  460. package/coverage/list/AvatarFlip/AvatarFlip.js.html +0 -325
  461. package/coverage/list/AvatarFlip/AvatarFlip.module.css.html +0 -94
  462. package/coverage/list/AvatarFlip/index.html +0 -131
  463. package/coverage/list/AvatarFlip/props/defaultProps.js.html +0 -103
  464. package/coverage/list/AvatarFlip/props/index.html +0 -131
  465. package/coverage/list/AvatarFlip/props/propTypes.js.html +0 -175
  466. package/coverage/list/BluePrintStatus/BluePrintStatus.js.html +0 -160
  467. package/coverage/list/BluePrintStatus/BluePrintStatus.module.css.html +0 -127
  468. package/coverage/list/BluePrintStatus/index.html +0 -131
  469. package/coverage/list/BluePrintStatus/props/index.html +0 -116
  470. package/coverage/list/BluePrintStatus/props/propTypes.js.html +0 -100
  471. package/coverage/list/Comment/Comment.js.html +0 -199
  472. package/coverage/list/Comment/Comment.module.css.html +0 -157
  473. package/coverage/list/Comment/index.html +0 -131
  474. package/coverage/list/Comment/props/defaultProps.js.html +0 -97
  475. package/coverage/list/Comment/props/index.html +0 -131
  476. package/coverage/list/Comment/props/propTypes.js.html +0 -109
  477. package/coverage/list/DepartmentDropDown/DepartmentDropDown.js.html +0 -358
  478. package/coverage/list/DepartmentDropDown/DepartmentDropDown.module.css.html +0 -112
  479. package/coverage/list/DepartmentDropDown/index.html +0 -131
  480. package/coverage/list/DepartmentDropDown/props/defaultProps.js.html +0 -106
  481. package/coverage/list/DepartmentDropDown/props/index.html +0 -131
  482. package/coverage/list/DepartmentDropDown/props/propTypes.js.html +0 -160
  483. package/coverage/list/Dot/Dot.js.html +0 -151
  484. package/coverage/list/Dot/Dot.module.css.html +0 -130
  485. package/coverage/list/Dot/index.html +0 -131
  486. package/coverage/list/Dot/props/defaultProps.js.html +0 -97
  487. package/coverage/list/Dot/props/index.html +0 -131
  488. package/coverage/list/Dot/props/propTypes.js.html +0 -103
  489. package/coverage/list/DotNew/DotNew.js.html +0 -154
  490. package/coverage/list/DotNew/DotNew.module.css.html +0 -157
  491. package/coverage/list/DotNew/index.html +0 -131
  492. package/coverage/list/DotNew/props/defaultProps.js.html +0 -94
  493. package/coverage/list/DotNew/props/index.html +0 -131
  494. package/coverage/list/DotNew/props/propTypes.js.html +0 -106
  495. package/coverage/list/GridStencils/GridStencils.js.html +0 -208
  496. package/coverage/list/GridStencils/GridStencils.module.css.html +0 -373
  497. package/coverage/list/GridStencils/index.html +0 -131
  498. package/coverage/list/GridStencils/props/index.html +0 -116
  499. package/coverage/list/GridStencils/props/propTypes.js.html +0 -112
  500. package/coverage/list/Icons/AddNewIcon.js.html +0 -154
  501. package/coverage/list/Icons/CompleteIcon.js.html +0 -151
  502. package/coverage/list/Icons/DeleteIcon.js.html +0 -157
  503. package/coverage/list/Icons/EditIcon.js.html +0 -157
  504. package/coverage/list/Icons/FloatingIcons.js.html +0 -166
  505. package/coverage/list/Icons/Icons.module.css.html +0 -133
  506. package/coverage/list/Icons/ReadUnreadIcon.js.html +0 -181
  507. package/coverage/list/Icons/SmartIcon.js.html +0 -160
  508. package/coverage/list/Icons/index.html +0 -221
  509. package/coverage/list/Icons/props/defaultProps.js.html +0 -106
  510. package/coverage/list/Icons/props/index.html +0 -131
  511. package/coverage/list/Icons/props/propTypes.js.html +0 -265
  512. package/coverage/list/ListLayout/ListLayout.js.html +0 -337
  513. package/coverage/list/ListLayout/ListLayout.module.css.html +0 -283
  514. package/coverage/list/ListLayout/index.html +0 -131
  515. package/coverage/list/ListLayout/props/defaultProps.js.html +0 -118
  516. package/coverage/list/ListLayout/props/index.html +0 -131
  517. package/coverage/list/ListLayout/props/propTypes.js.html +0 -175
  518. package/coverage/list/ListStencils/ListStencils.js.html +0 -223
  519. package/coverage/list/ListStencils/ListStencils.module.css.html +0 -271
  520. package/coverage/list/ListStencils/index.html +0 -131
  521. package/coverage/list/ListStencils/props/defaultProps.js.html +0 -94
  522. package/coverage/list/ListStencils/props/index.html +0 -131
  523. package/coverage/list/ListStencils/props/propTypes.js.html +0 -100
  524. package/coverage/list/SecondaryText/AccountName.js.html +0 -358
  525. package/coverage/list/SecondaryText/ContactName.js.html +0 -361
  526. package/coverage/list/SecondaryText/DepartmentText.js.html +0 -160
  527. package/coverage/list/SecondaryText/Email.js.html +0 -253
  528. package/coverage/list/SecondaryText/HappinessRating.js.html +0 -172
  529. package/coverage/list/SecondaryText/PhoneNumber.js.html +0 -262
  530. package/coverage/list/SecondaryText/PriorityText.js.html +0 -181
  531. package/coverage/list/SecondaryText/SecondaryText.js.html +0 -190
  532. package/coverage/list/SecondaryText/SecondaryText.module.css.html +0 -463
  533. package/coverage/list/SecondaryText/StatusText.js.html +0 -181
  534. package/coverage/list/SecondaryText/TicketId.js.html +0 -214
  535. package/coverage/list/SecondaryText/Website.js.html +0 -226
  536. package/coverage/list/SecondaryText/index.html +0 -296
  537. package/coverage/list/SecondaryText/index.js.html +0 -118
  538. package/coverage/list/SecondaryText/props/defaultProps.js.html +0 -241
  539. package/coverage/list/SecondaryText/props/index.html +0 -131
  540. package/coverage/list/SecondaryText/props/propTypes.js.html +0 -544
  541. package/coverage/list/SecondryPanel/SecondryPanel.js.html +0 -406
  542. package/coverage/list/SecondryPanel/SecondryPanel.module.css.html +0 -100
  543. package/coverage/list/SecondryPanel/index.html +0 -131
  544. package/coverage/list/SecondryPanel/props/defaultProps.js.html +0 -148
  545. package/coverage/list/SecondryPanel/props/index.html +0 -131
  546. package/coverage/list/SecondryPanel/props/propTypes.js.html +0 -178
  547. package/coverage/list/SentimentStatus/SentimentStatus.js.html +0 -175
  548. package/coverage/list/SentimentStatus/SentimentStatus.module.css.html +0 -112
  549. package/coverage/list/SentimentStatus/index.html +0 -131
  550. package/coverage/list/SentimentStatus/props/index.html +0 -116
  551. package/coverage/list/SentimentStatus/props/propTypes.js.html +0 -103
  552. package/coverage/list/Subject/Subject.js.html +0 -295
  553. package/coverage/list/Subject/Subject.module.css.html +0 -187
  554. package/coverage/list/Subject/index.html +0 -131
  555. package/coverage/list/Subject/props/defaultProps.js.html +0 -106
  556. package/coverage/list/Subject/props/index.html +0 -131
  557. package/coverage/list/Subject/props/propTypes.js.html +0 -145
  558. package/coverage/list/TagNew/TagNew.js.html +0 -181
  559. package/coverage/list/TagNew/TagNew.module.css.html +0 -412
  560. package/coverage/list/TagNew/index.html +0 -131
  561. package/coverage/list/TagNew/props/defaultProps.js.html +0 -97
  562. package/coverage/list/TagNew/props/index.html +0 -131
  563. package/coverage/list/TagNew/props/propTypes.js.html +0 -112
  564. package/coverage/list/Thread/Thread.js.html +0 -199
  565. package/coverage/list/Thread/Thread.module.css.html +0 -175
  566. package/coverage/list/Thread/index.html +0 -131
  567. package/coverage/list/Thread/props/defaultProps.js.html +0 -97
  568. package/coverage/list/Thread/props/index.html +0 -131
  569. package/coverage/list/Thread/props/propTypes.js.html +0 -112
  570. package/coverage/list/status/StatusDropdown/StatusDropdown.js.html +0 -1141
  571. package/coverage/list/status/StatusDropdown/StatusDropdown.module.css.html +0 -292
  572. package/coverage/list/status/StatusDropdown/index.html +0 -131
  573. package/coverage/list/status/StatusDropdown/props/defaultProps.js.html +0 -145
  574. package/coverage/list/status/StatusDropdown/props/index.html +0 -131
  575. package/coverage/list/status/StatusDropdown/props/propTypes.js.html +0 -319
  576. package/coverage/list/status/StatusListItem/StatusListItem.js.html +0 -424
  577. package/coverage/list/status/StatusListItem/StatusListItem.module.css.html +0 -352
  578. package/coverage/list/status/StatusListItem/index.html +0 -131
  579. package/coverage/list/status/StatusListItem/props/defaultProps.js.html +0 -133
  580. package/coverage/list/status/StatusListItem/props/index.html +0 -131
  581. package/coverage/list/status/StatusListItem/props/propTypes.js.html +0 -181
  582. package/coverage/lookup/EmptyPage/EmptyPage.js.html +0 -256
  583. package/coverage/lookup/EmptyPage/LookupEmptyPage.module.css.html +0 -121
  584. package/coverage/lookup/EmptyPage/index.html +0 -131
  585. package/coverage/lookup/EmptyPage/props/defaultProps.js.html +0 -97
  586. package/coverage/lookup/EmptyPage/props/index.html +0 -131
  587. package/coverage/lookup/EmptyPage/props/propTypes.js.html +0 -103
  588. package/coverage/lookup/Lookup/Lookup.js.html +0 -499
  589. package/coverage/lookup/Lookup/Lookup.module.css.html +0 -217
  590. package/coverage/lookup/Lookup/index.html +0 -131
  591. package/coverage/lookup/Lookup/props/defaultProps.js.html +0 -112
  592. package/coverage/lookup/Lookup/props/index.html +0 -131
  593. package/coverage/lookup/Lookup/props/propTypes.js.html +0 -160
  594. package/coverage/lookup/Section/LookupSection.module.css.html +0 -109
  595. package/coverage/lookup/Section/Section.js.html +0 -142
  596. package/coverage/lookup/Section/index.html +0 -131
  597. package/coverage/lookup/Section/props/index.html +0 -116
  598. package/coverage/lookup/Section/props/propTypes.js.html +0 -106
  599. package/coverage/lookup/header/Close/Close.js.html +0 -154
  600. package/coverage/lookup/header/Close/index.html +0 -116
  601. package/coverage/lookup/header/Close/props/defaultProps.js.html +0 -94
  602. package/coverage/lookup/header/Close/props/index.html +0 -131
  603. package/coverage/lookup/header/Close/props/propTypes.js.html +0 -106
  604. package/coverage/lookup/header/ModuleHeader/ModuleHeader.js.html +0 -367
  605. package/coverage/lookup/header/ModuleHeader/index.html +0 -116
  606. package/coverage/lookup/header/ModuleHeader/props/defaultProps.js.html +0 -97
  607. package/coverage/lookup/header/ModuleHeader/props/index.html +0 -131
  608. package/coverage/lookup/header/ModuleHeader/props/propTypes.js.html +0 -148
  609. package/coverage/lookup/header/Search/LookupSearch.module.css.html +0 -229
  610. package/coverage/lookup/header/Search/Search.js.html +0 -724
  611. package/coverage/lookup/header/Search/index.html +0 -131
  612. package/coverage/lookup/header/Search/props/defaultProps.js.html +0 -100
  613. package/coverage/lookup/header/Search/props/index.html +0 -131
  614. package/coverage/lookup/header/Search/props/propTypes.js.html +0 -175
  615. package/coverage/lookup/header/TicketHeader/TicketHeader.js.html +0 -433
  616. package/coverage/lookup/header/TicketHeader/TicketHeader.module.css.html +0 -142
  617. package/coverage/lookup/header/TicketHeader/index.html +0 -131
  618. package/coverage/lookup/header/TicketHeader/props/defaultProps.js.html +0 -100
  619. package/coverage/lookup/header/TicketHeader/props/index.html +0 -131
  620. package/coverage/lookup/header/TicketHeader/props/propTypes.js.html +0 -151
  621. package/coverage/lookup/header/Title/LookupTitle.module.css.html +0 -148
  622. package/coverage/lookup/header/Title/Title.js.html +0 -169
  623. package/coverage/lookup/header/Title/index.html +0 -131
  624. package/coverage/lookup/header/Title/props/defaultProps.js.html +0 -94
  625. package/coverage/lookup/header/Title/props/index.html +0 -131
  626. package/coverage/lookup/header/Title/props/propTypes.js.html +0 -106
  627. package/coverage/lookup/header/ViewDropDown/ViewDropDown.js.html +0 -601
  628. package/coverage/lookup/header/ViewDropDown/ViewDropDown.module.css.html +0 -220
  629. package/coverage/lookup/header/ViewDropDown/index.html +0 -131
  630. package/coverage/lookup/header/ViewDropDown/props/defaultProps.js.html +0 -106
  631. package/coverage/lookup/header/ViewDropDown/props/index.html +0 -131
  632. package/coverage/lookup/header/ViewDropDown/props/propTypes.js.html +0 -154
  633. package/coverage/lookup/header/index.html +0 -131
  634. package/coverage/lookup/header/lookupHeaderCommon.module.css.html +0 -178
  635. package/coverage/lookup/header/lookupHeaderCommonResponsive.module.css.html +0 -130
  636. package/coverage/prettify.css +0 -1
  637. package/coverage/prettify.js +0 -2
  638. package/coverage/setup/header/Button/Button.js.html +0 -169
  639. package/coverage/setup/header/Button/HeaderButton.module.css.html +0 -94
  640. package/coverage/setup/header/Button/index.html +0 -131
  641. package/coverage/setup/header/Button/props/defaultProps.js.html +0 -97
  642. package/coverage/setup/header/Button/props/index.html +0 -131
  643. package/coverage/setup/header/Button/props/propTypes.js.html +0 -109
  644. package/coverage/setup/header/Link/HeaderLink.module.css.html +0 -130
  645. package/coverage/setup/header/Link/Link.js.html +0 -193
  646. package/coverage/setup/header/Link/index.html +0 -131
  647. package/coverage/setup/header/Link/props/defaultProps.js.html +0 -97
  648. package/coverage/setup/header/Link/props/index.html +0 -131
  649. package/coverage/setup/header/Link/props/propTypes.js.html +0 -112
  650. package/coverage/setup/header/Search/Search.js.html +0 -280
  651. package/coverage/setup/header/Search/Search.module.css.html +0 -259
  652. package/coverage/setup/header/Search/index.html +0 -131
  653. package/coverage/setup/header/Search/props/defaultProps.js.html +0 -100
  654. package/coverage/setup/header/Search/props/index.html +0 -131
  655. package/coverage/setup/header/Search/props/propTypes.js.html +0 -121
  656. package/coverage/setup/header/Views/Views.js.html +0 -208
  657. package/coverage/setup/header/Views/Views.module.css.html +0 -169
  658. package/coverage/setup/header/Views/index.html +0 -131
  659. package/coverage/setup/header/Views/props/defaultProps.js.html +0 -103
  660. package/coverage/setup/header/Views/props/index.html +0 -131
  661. package/coverage/setup/header/Views/props/propTypes.js.html +0 -115
  662. package/coverage/setup/helptips/Description/Description.js.html +0 -148
  663. package/coverage/setup/helptips/Description/HelpTipsDescription.module.css.html +0 -103
  664. package/coverage/setup/helptips/Description/index.html +0 -131
  665. package/coverage/setup/helptips/Description/props/index.html +0 -116
  666. package/coverage/setup/helptips/Description/props/propTypes.js.html +0 -100
  667. package/coverage/setup/helptips/Link/HelpTipsLink.module.css.html +0 -103
  668. package/coverage/setup/helptips/Link/Link.js.html +0 -172
  669. package/coverage/setup/helptips/Link/index.html +0 -131
  670. package/coverage/setup/helptips/Link/props/index.html +0 -116
  671. package/coverage/setup/helptips/Link/props/propTypes.js.html +0 -109
  672. package/coverage/setup/helptips/ListGroup/ListGroup.js.html +0 -205
  673. package/coverage/setup/helptips/ListGroup/ListGroup.module.css.html +0 -136
  674. package/coverage/setup/helptips/ListGroup/index.html +0 -131
  675. package/coverage/setup/helptips/ListGroup/props/index.html +0 -116
  676. package/coverage/setup/helptips/ListGroup/props/propTypes.js.html +0 -103
  677. package/coverage/setup/helptips/Title/HelpTipsTitle.module.css.html +0 -100
  678. package/coverage/setup/helptips/Title/Title.js.html +0 -148
  679. package/coverage/setup/helptips/Title/index.html +0 -131
  680. package/coverage/setup/helptips/Title/props/index.html +0 -116
  681. package/coverage/setup/helptips/Title/props/propTypes.js.html +0 -100
  682. package/coverage/setup/table/Table/Table.js.html +0 -160
  683. package/coverage/setup/table/Table/index.html +0 -116
  684. package/coverage/setup/table/Table/props/defaultProps.js.html +0 -97
  685. package/coverage/setup/table/Table/props/index.html +0 -131
  686. package/coverage/setup/table/Table/props/propTypes.js.html +0 -106
  687. package/coverage/setup/table/TableBody/TableBody.js.html +0 -160
  688. package/coverage/setup/table/TableBody/index.html +0 -116
  689. package/coverage/setup/table/TableBody/props/defaultProps.js.html +0 -94
  690. package/coverage/setup/table/TableBody/props/index.html +0 -131
  691. package/coverage/setup/table/TableBody/props/propTypes.js.html +0 -109
  692. package/coverage/setup/table/TableData/SetupTableData.module.css.html +0 -193
  693. package/coverage/setup/table/TableData/TableData.js.html +0 -199
  694. package/coverage/setup/table/TableData/index.html +0 -131
  695. package/coverage/setup/table/TableData/props/defaultProps.js.html +0 -100
  696. package/coverage/setup/table/TableData/props/index.html +0 -131
  697. package/coverage/setup/table/TableData/props/propTypes.js.html +0 -121
  698. package/coverage/setup/table/TableHead/SetupTableHead.module.css.html +0 -109
  699. package/coverage/setup/table/TableHead/TableHead.js.html +0 -193
  700. package/coverage/setup/table/TableHead/index.html +0 -131
  701. package/coverage/setup/table/TableHead/props/defaultProps.js.html +0 -97
  702. package/coverage/setup/table/TableHead/props/index.html +0 -131
  703. package/coverage/setup/table/TableHead/props/propTypes.js.html +0 -112
  704. package/coverage/setup/table/TableRow/SetupTableRow.module.css.html +0 -115
  705. package/coverage/setup/table/TableRow/TableRow.js.html +0 -205
  706. package/coverage/setup/table/TableRow/index.html +0 -131
  707. package/coverage/setup/table/TableRow/props/defaultProps.js.html +0 -97
  708. package/coverage/setup/table/TableRow/props/index.html +0 -131
  709. package/coverage/setup/table/TableRow/props/propTypes.js.html +0 -121
  710. package/coverage/setup/table/Text/TableText.module.css.html +0 -196
  711. package/coverage/setup/table/Text/Text.js.html +0 -214
  712. package/coverage/setup/table/Text/index.html +0 -131
  713. package/coverage/setup/table/Text/props/defaultProps.js.html +0 -106
  714. package/coverage/setup/table/Text/props/index.html +0 -131
  715. package/coverage/setup/table/Text/props/propTypes.js.html +0 -127
  716. package/coverage/sort-arrow-sprite.png +0 -0
  717. package/coverage/sorter.js +0 -196
  718. package/coverage/svg/PlusIcon.js.html +0 -175
  719. package/coverage/svg/SnippetIcon.js.html +0 -196
  720. package/coverage/svg/TemplateIcon.js.html +0 -160
  721. package/coverage/svg/index.html +0 -146
  722. package/coverage/svg/props/defaultProps.js.html +0 -136
  723. package/coverage/svg/props/index.html +0 -131
  724. package/coverage/svg/props/propTypes.js.html +0 -142
  725. package/coverage/utils/ChannelIconMapping.js.html +0 -475
  726. package/coverage/utils/General.js.html +0 -208
  727. package/coverage/utils/editorUtils.js.html +0 -652
  728. package/coverage/utils/index.html +0 -146
  729. package/coverage/version2/AlertClose/AlertClose.js.html +0 -202
  730. package/coverage/version2/AlertClose/AlertClose.module.css.html +0 -211
  731. package/coverage/version2/AlertClose/index.html +0 -131
  732. package/coverage/version2/AlertClose/props/index.html +0 -116
  733. package/coverage/version2/AlertClose/props/propTypes.js.html +0 -112
  734. package/coverage/version2/GlobalNotification/GlobalNotification.js.html +0 -463
  735. package/coverage/version2/GlobalNotification/GlobalNotification.module.css.html +0 -466
  736. package/coverage/version2/GlobalNotification/index.html +0 -131
  737. package/coverage/version2/GlobalNotification/props/defaultProps.js.html +0 -103
  738. package/coverage/version2/GlobalNotification/props/index.html +0 -131
  739. package/coverage/version2/GlobalNotification/props/propTypes.js.html +0 -214
  740. package/coverage/version2/alertIcons/AlarmAlertIcon.js.html +0 -166
  741. package/coverage/version2/alertIcons/AlertIcons.js.html +0 -253
  742. package/coverage/version2/alertIcons/AlertIcons.module.css.html +0 -286
  743. package/coverage/version2/alertIcons/DangerAlertIcon.js.html +0 -166
  744. package/coverage/version2/alertIcons/ErrorAlertIcon.js.html +0 -169
  745. package/coverage/version2/alertIcons/InfoAlertIcon.js.html +0 -172
  746. package/coverage/version2/alertIcons/NotificationAlertIcon.js.html +0 -166
  747. package/coverage/version2/alertIcons/SuccessAlertIcon.js.html +0 -166
  748. package/coverage/version2/alertIcons/WarningAlertIcon.js.html +0 -163
  749. package/coverage/version2/alertIcons/index.html +0 -236
  750. package/coverage/version2/alertIcons/props/defaultProps.js.html +0 -187
  751. package/coverage/version2/alertIcons/props/index.html +0 -131
  752. package/coverage/version2/alertIcons/props/propTypes.js.html +0 -211
  753. package/coverage/version2/errorstate/Inconvenience/Inconvenience.js.html +0 -316
  754. package/coverage/version2/errorstate/Inconvenience/index.html +0 -116
  755. package/coverage/version2/errorstate/Inconvenience/props/defaultProps.js.html +0 -109
  756. package/coverage/version2/errorstate/Inconvenience/props/index.html +0 -131
  757. package/coverage/version2/errorstate/Inconvenience/props/propTypes.js.html +0 -136
  758. package/coverage/version2/errorstate/OopsSomethingMiss/OopsSomethingMiss.js.html +0 -319
  759. package/coverage/version2/errorstate/OopsSomethingMiss/index.html +0 -116
  760. package/coverage/version2/errorstate/OopsSomethingMiss/props/defaultProps.js.html +0 -109
  761. package/coverage/version2/errorstate/OopsSomethingMiss/props/index.html +0 -131
  762. package/coverage/version2/errorstate/OopsSomethingMiss/props/propTypes.js.html +0 -136
  763. package/coverage/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js.html +0 -316
  764. package/coverage/version2/errorstate/UnableToProcessRequest/index.html +0 -116
  765. package/coverage/version2/errorstate/UnableToProcessRequest/props/defaultProps.js.html +0 -109
  766. package/coverage/version2/errorstate/UnableToProcessRequest/props/index.html +0 -131
  767. package/coverage/version2/errorstate/UnableToProcessRequest/props/propTypes.js.html +0 -136
  768. package/coverage/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js.html +0 -319
  769. package/coverage/version2/errorstate/UnauthorizedLogin/index.html +0 -116
  770. package/coverage/version2/errorstate/UnauthorizedLogin/props/defaultProps.js.html +0 -112
  771. package/coverage/version2/errorstate/UnauthorizedLogin/props/index.html +0 -131
  772. package/coverage/version2/errorstate/UnauthorizedLogin/props/propTypes.js.html +0 -139
  773. package/coverage/version2/errorstate/UrlNotFound/UrlNotFound.js.html +0 -316
  774. package/coverage/version2/errorstate/UrlNotFound/index.html +0 -116
  775. package/coverage/version2/errorstate/UrlNotFound/props/defaultProps.js.html +0 -109
  776. package/coverage/version2/errorstate/UrlNotFound/props/index.html +0 -131
  777. package/coverage/version2/errorstate/UrlNotFound/props/propTypes.js.html +0 -136
  778. package/coverage/version2/errorstate/V2_ErrorStates.module.css.html +0 -223
  779. package/coverage/version2/errorstate/WillBeRightBack/WillBeRightBack.js.html +0 -316
  780. package/coverage/version2/errorstate/WillBeRightBack/index.html +0 -116
  781. package/coverage/version2/errorstate/WillBeRightBack/props/defaultProps.js.html +0 -109
  782. package/coverage/version2/errorstate/WillBeRightBack/props/index.html +0 -131
  783. package/coverage/version2/errorstate/WillBeRightBack/props/propTypes.js.html +0 -136
  784. package/coverage/version2/errorstate/index.html +0 -116
  785. package/coverage/version2/lookup/AlertHeader/AlertHeader.js.html +0 -316
  786. package/coverage/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css.html +0 -277
  787. package/coverage/version2/lookup/AlertHeader/css/cssJSLogic.js.html +0 -130
  788. package/coverage/version2/lookup/AlertHeader/css/index.html +0 -131
  789. package/coverage/version2/lookup/AlertHeader/index.html +0 -116
  790. package/coverage/version2/lookup/AlertHeader/props/defaultProps.js.html +0 -106
  791. package/coverage/version2/lookup/AlertHeader/props/index.html +0 -131
  792. package/coverage/version2/lookup/AlertHeader/props/propTypes.js.html +0 -166
  793. package/coverage/version2/lookup/AlertLookup/AlertLookup.js.html +0 -778
  794. package/coverage/version2/lookup/AlertLookup/AlertLookupNew.module.css.html +0 -202
  795. package/coverage/version2/lookup/AlertLookup/index.html +0 -131
  796. package/coverage/version2/lookup/AlertLookup/props/defaultProps.js.html +0 -124
  797. package/coverage/version2/lookup/AlertLookup/props/index.html +0 -131
  798. package/coverage/version2/lookup/AlertLookup/props/propTypes.js.html +0 -214
  799. package/coverage/version2/notification/DesktopNotification/DesktopNotification.js.html +0 -703
  800. package/coverage/version2/notification/DesktopNotification/DesktopNotification.module.css.html +0 -424
  801. package/coverage/version2/notification/DesktopNotification/index.html +0 -131
  802. package/coverage/version2/notification/DesktopNotification/props/defaultProps.js.html +0 -139
  803. package/coverage/version2/notification/DesktopNotification/props/index.html +0 -131
  804. package/coverage/version2/notification/DesktopNotification/props/propTypes.js.html +0 -217
  805. package/coverage/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js.html +0 -361
  806. package/coverage/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css.html +0 -370
  807. package/coverage/version2/notification/DesktopNotificationHeader/index.html +0 -131
  808. package/coverage/version2/notification/DesktopNotificationHeader/props/defaultProps.js.html +0 -109
  809. package/coverage/version2/notification/DesktopNotificationHeader/props/index.html +0 -131
  810. package/coverage/version2/notification/DesktopNotificationHeader/props/propTypes.js.html +0 -124
  811. package/es/v1/DotProvider/DotProvider.js +0 -48
  812. package/es/v1/DotProvider/libraryChunks/dynamicImports.js +0 -45
  813. package/es/v1/DotProvider/libraryChunks/themes/component/blue/Blue_Dark_Component.js +0 -3
  814. package/es/v1/DotProvider/libraryChunks/themes/component/blue/Blue_Light_Component.js +0 -3
  815. package/es/v1/DotProvider/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +0 -3
  816. package/es/v1/DotProvider/libraryChunks/themes/component/green/Green_Dark_Component.js +0 -3
  817. package/es/v1/DotProvider/libraryChunks/themes/component/green/Green_Light_Component.js +0 -3
  818. package/es/v1/DotProvider/libraryChunks/themes/component/green/Green_PureDark_Component.js +0 -3
  819. package/es/v1/DotProvider/libraryChunks/themes/component/orange/Orange_Dark_Component.js +0 -3
  820. package/es/v1/DotProvider/libraryChunks/themes/component/orange/Orange_Light_Component.js +0 -3
  821. package/es/v1/DotProvider/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +0 -3
  822. package/es/v1/DotProvider/libraryChunks/themes/component/red/Red_Dark_Component.js +0 -3
  823. package/es/v1/DotProvider/libraryChunks/themes/component/red/Red_Light_Component.js +0 -3
  824. package/es/v1/DotProvider/libraryChunks/themes/component/red/Red_PureDark_Component.js +0 -3
  825. package/es/v1/DotProvider/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +0 -3
  826. package/es/v1/DotProvider/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +0 -3
  827. package/es/v1/DotProvider/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +0 -3
  828. package/es/v1/DotProvider/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +0 -1
  829. package/es/v1/DotProvider/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +0 -1
  830. package/es/v1/DotProvider/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +0 -1
  831. package/es/v1/DotProvider/libraryChunks/themes/dot/green/Green_Dark_Dot.js +0 -1
  832. package/es/v1/DotProvider/libraryChunks/themes/dot/green/Green_Light_Dot.js +0 -1
  833. package/es/v1/DotProvider/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +0 -1
  834. package/es/v1/DotProvider/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +0 -1
  835. package/es/v1/DotProvider/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +0 -1
  836. package/es/v1/DotProvider/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +0 -1
  837. package/es/v1/DotProvider/libraryChunks/themes/dot/red/Red_Dark_Dot.js +0 -1
  838. package/es/v1/DotProvider/libraryChunks/themes/dot/red/Red_Light_Dot.js +0 -1
  839. package/es/v1/DotProvider/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +0 -1
  840. package/es/v1/DotProvider/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +0 -1
  841. package/es/v1/DotProvider/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +0 -1
  842. package/es/v1/DotProvider/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +0 -1
  843. package/es/v1/DotProvider/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +0 -1
  844. package/es/v1/DotProvider/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +0 -1
  845. package/es/v1/DotProvider/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +0 -1
  846. package/es/v1/DotProvider/libraryChunks/themes/svg/green/Green_Dark_SVG.js +0 -1
  847. package/es/v1/DotProvider/libraryChunks/themes/svg/green/Green_Light_SVG.js +0 -1
  848. package/es/v1/DotProvider/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +0 -1
  849. package/es/v1/DotProvider/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +0 -1
  850. package/es/v1/DotProvider/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +0 -1
  851. package/es/v1/DotProvider/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +0 -1
  852. package/es/v1/DotProvider/libraryChunks/themes/svg/red/Red_Dark_SVG.js +0 -1
  853. package/es/v1/DotProvider/libraryChunks/themes/svg/red/Red_Light_SVG.js +0 -1
  854. package/es/v1/DotProvider/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +0 -1
  855. package/es/v1/DotProvider/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +0 -1
  856. package/es/v1/DotProvider/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +0 -1
  857. package/es/v1/DotProvider/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +0 -1
  858. package/es/v1/DotProvider/props/defaultProps.js +0 -12
  859. package/es/v1/DotProvider/props/propTypes.js +0 -11
  860. package/es/v1/DotProvider/utils/appearanceProperties.js +0 -46
  861. package/es/v1/DotProvider/utils/errorMessage.js +0 -7
  862. package/es/v1/DotProvider/utils/importFiles.js +0 -46
  863. package/es/v1/DotProvider/utils/sizeProperties.js +0 -12
  864. package/es/v1/DotProvider/utils/themeProperties.js +0 -220
  865. package/lib/v1/DotProvider/DotProvider.js +0 -67
  866. package/lib/v1/DotProvider/libraryChunks/dynamicImports.js +0 -64
  867. package/lib/v1/DotProvider/libraryChunks/themes/component/blue/Blue_Dark_Component.js +0 -7
  868. package/lib/v1/DotProvider/libraryChunks/themes/component/blue/Blue_Light_Component.js +0 -7
  869. package/lib/v1/DotProvider/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +0 -7
  870. package/lib/v1/DotProvider/libraryChunks/themes/component/green/Green_Dark_Component.js +0 -7
  871. package/lib/v1/DotProvider/libraryChunks/themes/component/green/Green_Light_Component.js +0 -7
  872. package/lib/v1/DotProvider/libraryChunks/themes/component/green/Green_PureDark_Component.js +0 -7
  873. package/lib/v1/DotProvider/libraryChunks/themes/component/orange/Orange_Dark_Component.js +0 -7
  874. package/lib/v1/DotProvider/libraryChunks/themes/component/orange/Orange_Light_Component.js +0 -7
  875. package/lib/v1/DotProvider/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +0 -7
  876. package/lib/v1/DotProvider/libraryChunks/themes/component/red/Red_Dark_Component.js +0 -7
  877. package/lib/v1/DotProvider/libraryChunks/themes/component/red/Red_Light_Component.js +0 -7
  878. package/lib/v1/DotProvider/libraryChunks/themes/component/red/Red_PureDark_Component.js +0 -7
  879. package/lib/v1/DotProvider/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +0 -7
  880. package/lib/v1/DotProvider/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +0 -7
  881. package/lib/v1/DotProvider/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +0 -7
  882. package/lib/v1/DotProvider/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +0 -3
  883. package/lib/v1/DotProvider/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +0 -3
  884. package/lib/v1/DotProvider/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +0 -3
  885. package/lib/v1/DotProvider/libraryChunks/themes/dot/green/Green_Dark_Dot.js +0 -3
  886. package/lib/v1/DotProvider/libraryChunks/themes/dot/green/Green_Light_Dot.js +0 -3
  887. package/lib/v1/DotProvider/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +0 -3
  888. package/lib/v1/DotProvider/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +0 -3
  889. package/lib/v1/DotProvider/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +0 -3
  890. package/lib/v1/DotProvider/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +0 -3
  891. package/lib/v1/DotProvider/libraryChunks/themes/dot/red/Red_Dark_Dot.js +0 -3
  892. package/lib/v1/DotProvider/libraryChunks/themes/dot/red/Red_Light_Dot.js +0 -3
  893. package/lib/v1/DotProvider/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +0 -3
  894. package/lib/v1/DotProvider/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +0 -3
  895. package/lib/v1/DotProvider/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +0 -3
  896. package/lib/v1/DotProvider/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +0 -3
  897. package/lib/v1/DotProvider/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +0 -3
  898. package/lib/v1/DotProvider/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +0 -3
  899. package/lib/v1/DotProvider/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +0 -3
  900. package/lib/v1/DotProvider/libraryChunks/themes/svg/green/Green_Dark_SVG.js +0 -3
  901. package/lib/v1/DotProvider/libraryChunks/themes/svg/green/Green_Light_SVG.js +0 -3
  902. package/lib/v1/DotProvider/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +0 -3
  903. package/lib/v1/DotProvider/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +0 -3
  904. package/lib/v1/DotProvider/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +0 -3
  905. package/lib/v1/DotProvider/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +0 -3
  906. package/lib/v1/DotProvider/libraryChunks/themes/svg/red/Red_Dark_SVG.js +0 -3
  907. package/lib/v1/DotProvider/libraryChunks/themes/svg/red/Red_Light_SVG.js +0 -3
  908. package/lib/v1/DotProvider/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +0 -3
  909. package/lib/v1/DotProvider/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +0 -3
  910. package/lib/v1/DotProvider/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +0 -3
  911. package/lib/v1/DotProvider/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +0 -3
  912. package/lib/v1/DotProvider/props/defaultProps.js +0 -19
  913. package/lib/v1/DotProvider/props/propTypes.js +0 -22
  914. package/lib/v1/DotProvider/utils/appearanceProperties.js +0 -79
  915. package/lib/v1/DotProvider/utils/errorMessage.js +0 -14
  916. package/lib/v1/DotProvider/utils/importFiles.js +0 -51
  917. package/lib/v1/DotProvider/utils/sizeProperties.js +0 -31
  918. package/lib/v1/DotProvider/utils/themeProperties.js +0 -325
@@ -1,165 +1,165 @@
1
- .varClass {
2
- --borderColor: var(--zdt_subtablayout_border);
3
- }
4
-
5
- .tabHead,
6
- .shadowStyle {
7
- position: relative;
8
- composes: varClass;
9
- }
10
-
11
- .tabHead, .shadowStyle {
12
- background: var(--zdt_subtablayout_tabhead_bg);
13
- }
14
-
15
- [dir=ltr] .left {
16
- margin-right: var(--zd_size15) ;
17
- }
18
-
19
- [dir=rtl] .left {
20
- margin-left: var(--zd_size15) ;
21
- }
22
-
23
- .plusIconLine {
24
- position: relative;
25
- z-index: 2;
26
- }
27
-
28
- .plusIconLine::before {
29
- position: absolute;
30
- content: '';
31
- width: var(--zd_size1) ;
32
- height: var(--zd_size28) ;
33
- top: var(--zd_size38) ;
34
- z-index: -1;
35
- background: var(--zdt_subtablayout_plusicon_bg);
36
- }
37
-
38
- [dir=ltr] .plusIconLine::before {
39
- left: var(--zd_size20) ;
40
- }
41
-
42
- [dir=rtl] .plusIconLine::before {
43
- right: var(--zd_size20) ;
44
- }
45
-
46
- .primary_borderStyle, .secondary_borderStyle {
47
- border-bottom: 1px solid var(--zdt_subtablayout_primary_border);
48
- }
49
-
50
- .tertiary_borderStyle {
51
- border-bottom: 1px solid var(--borderColor);
52
- }
53
-
54
- .shadowStyle::before {
55
- bottom: 0 ;
56
- content: '';
57
- position: absolute;
58
- top: var(--zd_size20) ;
59
- z-index: -1;
60
- box-shadow: var(--zd_bs_subtablayout_shadow);
61
- border-radius: 100px/10px;
62
- }
63
-
64
- [dir=ltr] .shadowStyle::before {
65
- left: var(--zd_size50) ;
66
- right: var(--zd_size50) ;
67
- }
68
-
69
- [dir=rtl] .shadowStyle::before {
70
- right: var(--zd_size50) ;
71
- left: var(--zd_size50) ;
72
- }
73
-
74
- .aside {
75
- composes: justifyFend from '~@zohodesk/components/lib/common/common.module.css';
76
- }
77
-
78
- .title {
79
- color: var(--zdt_subtablayout_title_text);
80
- font-size: var(--zd_font_size15) ;
81
- }
82
-
83
- .label {
84
- font-size: var(--zd_font_size12) ;
85
- color: var(--zdt_subtablayout_label_text);
86
- }
87
-
88
- .primary, .primary_peek, .secondary, .secondary_peek, .primary_detailFooter, .primary_peekFooter, .secondary_detailFooter, .secondary_peekFooter {
89
- padding-top: var(--zd_size27) ;
90
- padding-bottom: var(--zd_size26) ;
91
- }
92
-
93
- [dir=ltr] .primary, [dir=ltr] .primary_peek, [dir=ltr] .secondary, [dir=ltr] .secondary_peek, [dir=ltr] .primary_detailFooter, [dir=ltr] .primary_peekFooter, [dir=ltr] .secondary_detailFooter, [dir=ltr] .secondary_peekFooter {
94
- padding-left: var(--zd_size25) ;
95
- }
96
-
97
- [dir=rtl] .primary, [dir=rtl] .primary_peek, [dir=rtl] .secondary, [dir=rtl] .secondary_peek, [dir=rtl] .primary_detailFooter, [dir=rtl] .primary_peekFooter, [dir=rtl] .secondary_detailFooter, [dir=rtl] .secondary_peekFooter {
98
- padding-right: var(--zd_size25) ;
99
- }
100
-
101
- [dir=ltr] .primary, [dir=ltr] .primary_peek {
102
- padding-right: var(--zd_size25) ;
103
- }
104
-
105
- [dir=rtl] .primary, [dir=rtl] .primary_peek {
106
- padding-left: var(--zd_size25) ;
107
- }
108
-
109
- [dir=ltr] .secondary, [dir=ltr] .secondary_peek {
110
- padding-right: var(--zd_size115) ;
111
- }
112
-
113
- [dir=rtl] .secondary, [dir=rtl] .secondary_peek {
114
- padding-left: var(--zd_size115) ;
115
- }
116
-
117
- [dir=ltr] .primary_detailFooter, [dir=ltr] .primary_peekFooter {
118
- padding-right: var(--zd_size25) ;
119
- }
120
-
121
- [dir=rtl] .primary_detailFooter, [dir=rtl] .primary_peekFooter {
122
- padding-left: var(--zd_size25) ;
123
- }
124
-
125
- [dir=ltr] .secondary_detailFooter, [dir=ltr] .secondary_peekFooter {
126
- padding-right: var(--zd_size115) ;
127
- }
128
-
129
- [dir=rtl] .secondary_detailFooter, [dir=rtl] .secondary_peekFooter {
130
- padding-left: var(--zd_size115) ;
131
- }
132
-
133
- .tertiary,
134
- .tertiary_peek {
135
- height: var(--zd_size50) ;
136
- }
137
-
138
- .tertiary, .tertiary_detailFooter {
139
- padding: 0 var(--zd_size65) ;
140
- }
141
-
142
- .tertiary_peek, .tertiary_peekFooter {
143
- padding: 0 var(--zd_size42) ;
144
- }
145
-
146
- .cursor {
147
- cursor: pointer;
148
- }
149
-
150
- .footer {
151
- composes: varClass;
152
- border-top: 1px solid var(--borderColor);
153
- }
154
-
155
- .medium {
156
- height: var(--zd_size40) ;
157
- }
158
-
159
- .large {
160
- height: var(--zd_size45) ;
161
- }
162
-
163
- .xlarge {
164
- height: var(--zd_size50) ;
1
+ .varClass {
2
+ --borderColor: var(--zdt_subtablayout_border);
3
+ }
4
+
5
+ .tabHead,
6
+ .shadowStyle {
7
+ position: relative;
8
+ composes: varClass;
9
+ }
10
+
11
+ .tabHead, .shadowStyle {
12
+ background: var(--zdt_subtablayout_tabhead_bg);
13
+ }
14
+
15
+ [dir=ltr] .left {
16
+ margin-right: var(--zd_size15) ;
17
+ }
18
+
19
+ [dir=rtl] .left {
20
+ margin-left: var(--zd_size15) ;
21
+ }
22
+
23
+ .plusIconLine {
24
+ position: relative;
25
+ z-index: 2;
26
+ }
27
+
28
+ .plusIconLine::before {
29
+ position: absolute;
30
+ content: '';
31
+ width: var(--zd_size1) ;
32
+ height: var(--zd_size28) ;
33
+ top: var(--zd_size38) ;
34
+ z-index: -1;
35
+ background: var(--zdt_subtablayout_plusicon_bg);
36
+ }
37
+
38
+ [dir=ltr] .plusIconLine::before {
39
+ left: var(--zd_size20) ;
40
+ }
41
+
42
+ [dir=rtl] .plusIconLine::before {
43
+ right: var(--zd_size20) ;
44
+ }
45
+
46
+ .primary_borderStyle, .secondary_borderStyle {
47
+ border-bottom: 1px solid var(--zdt_subtablayout_primary_border);
48
+ }
49
+
50
+ .tertiary_borderStyle {
51
+ border-bottom: 1px solid var(--borderColor);
52
+ }
53
+
54
+ .shadowStyle::before {
55
+ bottom: 0 ;
56
+ content: '';
57
+ position: absolute;
58
+ top: var(--zd_size20) ;
59
+ z-index: -1;
60
+ box-shadow: var(--zd_bs_subtablayout_shadow);
61
+ border-radius: 100px/10px;
62
+ }
63
+
64
+ [dir=ltr] .shadowStyle::before {
65
+ left: var(--zd_size50) ;
66
+ right: var(--zd_size50) ;
67
+ }
68
+
69
+ [dir=rtl] .shadowStyle::before {
70
+ right: var(--zd_size50) ;
71
+ left: var(--zd_size50) ;
72
+ }
73
+
74
+ .aside {
75
+ composes: justifyFend from '~@zohodesk/components/lib/common/common.module.css';
76
+ }
77
+
78
+ .title {
79
+ color: var(--zdt_subtablayout_title_text);
80
+ font-size: var(--zd_font_size15) ;
81
+ }
82
+
83
+ .label {
84
+ font-size: var(--zd_font_size12) ;
85
+ color: var(--zdt_subtablayout_label_text);
86
+ }
87
+
88
+ .primary, .primary_peek, .secondary, .secondary_peek, .primary_detailFooter, .primary_peekFooter, .secondary_detailFooter, .secondary_peekFooter {
89
+ padding-top: var(--zd_size27) ;
90
+ padding-bottom: var(--zd_size26) ;
91
+ }
92
+
93
+ [dir=ltr] .primary, [dir=ltr] .primary_peek, [dir=ltr] .secondary, [dir=ltr] .secondary_peek, [dir=ltr] .primary_detailFooter, [dir=ltr] .primary_peekFooter, [dir=ltr] .secondary_detailFooter, [dir=ltr] .secondary_peekFooter {
94
+ padding-left: var(--zd_size25) ;
95
+ }
96
+
97
+ [dir=rtl] .primary, [dir=rtl] .primary_peek, [dir=rtl] .secondary, [dir=rtl] .secondary_peek, [dir=rtl] .primary_detailFooter, [dir=rtl] .primary_peekFooter, [dir=rtl] .secondary_detailFooter, [dir=rtl] .secondary_peekFooter {
98
+ padding-right: var(--zd_size25) ;
99
+ }
100
+
101
+ [dir=ltr] .primary, [dir=ltr] .primary_peek {
102
+ padding-right: var(--zd_size25) ;
103
+ }
104
+
105
+ [dir=rtl] .primary, [dir=rtl] .primary_peek {
106
+ padding-left: var(--zd_size25) ;
107
+ }
108
+
109
+ [dir=ltr] .secondary, [dir=ltr] .secondary_peek {
110
+ padding-right: var(--zd_size115) ;
111
+ }
112
+
113
+ [dir=rtl] .secondary, [dir=rtl] .secondary_peek {
114
+ padding-left: var(--zd_size115) ;
115
+ }
116
+
117
+ [dir=ltr] .primary_detailFooter, [dir=ltr] .primary_peekFooter {
118
+ padding-right: var(--zd_size25) ;
119
+ }
120
+
121
+ [dir=rtl] .primary_detailFooter, [dir=rtl] .primary_peekFooter {
122
+ padding-left: var(--zd_size25) ;
123
+ }
124
+
125
+ [dir=ltr] .secondary_detailFooter, [dir=ltr] .secondary_peekFooter {
126
+ padding-right: var(--zd_size115) ;
127
+ }
128
+
129
+ [dir=rtl] .secondary_detailFooter, [dir=rtl] .secondary_peekFooter {
130
+ padding-left: var(--zd_size115) ;
131
+ }
132
+
133
+ .tertiary,
134
+ .tertiary_peek {
135
+ height: var(--zd_size50) ;
136
+ }
137
+
138
+ .tertiary, .tertiary_detailFooter {
139
+ padding: 0 var(--zd_size65) ;
140
+ }
141
+
142
+ .tertiary_peek, .tertiary_peekFooter {
143
+ padding: 0 var(--zd_size42) ;
144
+ }
145
+
146
+ .cursor {
147
+ cursor: pointer;
148
+ }
149
+
150
+ .footer {
151
+ composes: varClass;
152
+ border-top: 1px solid var(--borderColor);
153
+ }
154
+
155
+ .medium {
156
+ height: var(--zd_size40) ;
157
+ }
158
+
159
+ .large {
160
+ height: var(--zd_size45) ;
161
+ }
162
+
163
+ .xlarge {
164
+ height: var(--zd_size50) ;
165
165
  }
@@ -1,29 +1,29 @@
1
- .varClass {
2
- --icon_color: var(--zdt_comment_iconText);
3
- }
4
- .container {
5
- composes: varClass;
6
- composes: inlineBlockMiddle from '../listCommon.module.css';
7
- position: relative;
8
- color: var(--icon_color);
9
- padding: 0 var(--zd_size2) ;
10
- cursor: pointer;
11
- }
12
- .container:hover {
13
- --icon_color: var(--zdt_comment_hover_iconText);
14
- }
15
- .count {
16
- position: absolute;
17
- top: var(--zd_size1) ;
18
- font-size: var(--zd_font_size9) ;
19
- text-align: center;
20
- }
21
- [dir=ltr] .count {
22
- left: 100% ;
23
- }
24
- [dir=rtl] .count {
25
- right: 100% ;
26
- }
27
- .commentIcon {
28
- font-size: var(--zd_font_size13) ;
29
- }
1
+ .varClass {
2
+ --icon_color: var(--zdt_comment_iconText);
3
+ }
4
+ .container {
5
+ composes: varClass;
6
+ composes: inlineBlockMiddle from '../listCommon.module.css';
7
+ position: relative;
8
+ color: var(--icon_color);
9
+ padding: 0 var(--zd_size2) ;
10
+ cursor: pointer;
11
+ }
12
+ .container:hover {
13
+ --icon_color: var(--zdt_comment_hover_iconText);
14
+ }
15
+ .count {
16
+ position: absolute;
17
+ top: var(--zd_size1) ;
18
+ font-size: var(--zd_font_size9) ;
19
+ text-align: center;
20
+ }
21
+ [dir=ltr] .count {
22
+ left: 100% ;
23
+ }
24
+ [dir=rtl] .count {
25
+ right: 100% ;
26
+ }
27
+ .commentIcon {
28
+ font-size: var(--zd_font_size13) ;
29
+ }
@@ -1,15 +1,15 @@
1
- .varClass {
2
- --dotColor: var(--zdt_dot_text)
3
- }
4
- .dot {
5
- composes: varClass;
6
- font-size: var(--zd_font_size16) ;
7
- color: var(--dotColor);
8
- transform: perspective(1px);
9
- }
10
- .list {
11
- margin: 0 var(--zd_size6) ;
12
- }
13
- .minimalList {
14
- margin: 0 var(--zd_size6) ;
15
- }
1
+ .varClass {
2
+ --dotColor: var(--zdt_dot_text)
3
+ }
4
+ .dot {
5
+ composes: varClass;
6
+ font-size: var(--zd_font_size16) ;
7
+ color: var(--dotColor);
8
+ transform: perspective(1px);
9
+ }
10
+ .list {
11
+ margin: 0 var(--zd_size6) ;
12
+ }
13
+ .minimalList {
14
+ margin: 0 var(--zd_size6) ;
15
+ }
@@ -1,80 +1,80 @@
1
- .varClass {
2
- --listBorder: var(--zdt_listLayout_border)
3
- }
4
-
5
- .container {
6
- position: relative;
7
- composes: varClass;
8
- }
9
-
10
- .listHover:hover, .hoveredStyle, .listHover:focus-within, .hoveredStyle:focus-within {
11
- background-color: var(--zdt_listLayout_hover_bg);
12
- }
13
-
14
- .active, .active:hover {
15
- background-color: var(--zdt_listLayout_active_bg);
16
- }
17
-
18
- .cursorPointer {
19
- cursor: pointer
20
- }
21
-
22
- /* View */
23
- .classic .innerContainer {
24
- min-height: var(--zd_size70) ;
25
- padding: var(--zd_size13) 0 ;
26
- }
27
-
28
- .compact .innerContainer {
29
- min-height: var(--zd_size41) ;
30
- padding: var(--zd_size5) 0 ;
31
- }
32
-
33
- .superCompact .innerContainer {
34
- min-height: var(--zd_size35) ;
35
- padding: var(--zd_size2) 0 ;
36
- }
37
-
38
- .compact .innerContainer,
39
- .classic .innerContainer,
40
- .superCompact .innerContainer {
41
- /* css:theme-validation:ignore */
42
- }
43
-
44
- .compact .innerContainer, .classic .innerContainer, .superCompact .innerContainer {
45
- border-bottom: 1px dotted var(--listBorder);
46
- }
47
-
48
- [dir=ltr] .compact, [dir=ltr] .classic, [dir=ltr] .superCompact {
49
- border-left: var(--zd_size2) solid transparent;
50
- }
51
-
52
- [dir=rtl] .compact, [dir=rtl] .classic, [dir=rtl] .superCompact {
53
- border-right: var(--zd_size2) solid transparent;
54
- }
55
-
56
- [dir=ltr] .keyboardActive, [dir=ltr] .active {
57
- border-top-left-radius: var(--zd_size5);
58
- border-bottom-left-radius: var(--zd_size5);
59
- }
60
-
61
- [dir=rtl] .keyboardActive, [dir=rtl] .active {
62
- border-top-right-radius: var(--zd_size5);
63
- border-bottom-right-radius: var(--zd_size5);
64
- }
65
-
66
- [dir=ltr] .keyboardActive {
67
- border-left-color: var(--zdt_listLayout_keyboard_active_border);
68
- }
69
-
70
- [dir=rtl] .keyboardActive {
71
- border-right-color: var(--zdt_listLayout_keyboard_active_border);
72
- }
73
-
74
- [dir=ltr] .active {
75
- border-left-color: var(--zdt_listLayout_active_border);
76
- }
77
-
78
- [dir=rtl] .active {
79
- border-right-color: var(--zdt_listLayout_active_border);
1
+ .varClass {
2
+ --listBorder: var(--zdt_listLayout_border)
3
+ }
4
+
5
+ .container {
6
+ position: relative;
7
+ composes: varClass;
8
+ }
9
+
10
+ .listHover:hover, .hoveredStyle, .listHover:focus-within, .hoveredStyle:focus-within {
11
+ background-color: var(--zdt_listLayout_hover_bg);
12
+ }
13
+
14
+ .active, .active:hover {
15
+ background-color: var(--zdt_listLayout_active_bg);
16
+ }
17
+
18
+ .cursorPointer {
19
+ cursor: pointer
20
+ }
21
+
22
+ /* View */
23
+ .classic .innerContainer {
24
+ min-height: var(--zd_size70) ;
25
+ padding: var(--zd_size13) 0 ;
26
+ }
27
+
28
+ .compact .innerContainer {
29
+ min-height: var(--zd_size41) ;
30
+ padding: var(--zd_size5) 0 ;
31
+ }
32
+
33
+ .superCompact .innerContainer {
34
+ min-height: var(--zd_size35) ;
35
+ padding: var(--zd_size2) 0 ;
36
+ }
37
+
38
+ .compact .innerContainer,
39
+ .classic .innerContainer,
40
+ .superCompact .innerContainer {
41
+ /* css:theme-validation:ignore */
42
+ }
43
+
44
+ .compact .innerContainer, .classic .innerContainer, .superCompact .innerContainer {
45
+ border-bottom: 1px dotted var(--listBorder);
46
+ }
47
+
48
+ [dir=ltr] .compact, [dir=ltr] .classic, [dir=ltr] .superCompact {
49
+ border-left: var(--zd_size2) solid transparent;
50
+ }
51
+
52
+ [dir=rtl] .compact, [dir=rtl] .classic, [dir=rtl] .superCompact {
53
+ border-right: var(--zd_size2) solid transparent;
54
+ }
55
+
56
+ [dir=ltr] .keyboardActive, [dir=ltr] .active {
57
+ border-top-left-radius: var(--zd_size5);
58
+ border-bottom-left-radius: var(--zd_size5);
59
+ }
60
+
61
+ [dir=rtl] .keyboardActive, [dir=rtl] .active {
62
+ border-top-right-radius: var(--zd_size5);
63
+ border-bottom-right-radius: var(--zd_size5);
64
+ }
65
+
66
+ [dir=ltr] .keyboardActive {
67
+ border-left-color: var(--zdt_listLayout_keyboard_active_border);
68
+ }
69
+
70
+ [dir=rtl] .keyboardActive {
71
+ border-right-color: var(--zdt_listLayout_keyboard_active_border);
72
+ }
73
+
74
+ [dir=ltr] .active {
75
+ border-left-color: var(--zdt_listLayout_active_border);
76
+ }
77
+
78
+ [dir=rtl] .active {
79
+ border-right-color: var(--zdt_listLayout_active_border);
80
80
  }
@@ -22,27 +22,31 @@ export default class Subject extends Component {
22
22
  className,
23
23
  isDotted,
24
24
  children,
25
- customProps
25
+ customProps,
26
+ whiteSpace
26
27
  } = this.props;
27
28
  let {
28
29
  LinkProps = {},
29
30
  TextProps = {}
30
31
  } = customProps;
32
+ const isTooltipWrap = whiteSpace === 'pre' || whiteSpace === 'preWrap';
31
33
  return /*#__PURE__*/React.createElement(React.Fragment, null, isLink ? /*#__PURE__*/React.createElement(Link, {
32
34
  urlName: urlName,
33
35
  href: href,
34
36
  urlData: urlData,
35
37
  onClick: onClick,
36
- className: `${style.subject} ${isDotted ? style.dotted : ''} ${className} ${style[`font_${fontWeight}`]} ${style.cursorPointer}`,
38
+ className: `${style.subject} ${isDotted ? style.dotted : ''} ${style[`whiteSpace_${whiteSpace}`]} ${className} ${style[`font_${fontWeight}`]} ${style.cursorPointer}`,
37
39
  dataId: dataId,
38
40
  title: text,
39
41
  target: target,
42
+ "data-title-wrap": isTooltipWrap,
40
43
  ...LinkProps
41
44
  }, children ? children : text) : /*#__PURE__*/React.createElement("span", {
42
- className: `${style.subject} ${isDotted ? style.dotted : ''} ${className} ${style[`font_${fontWeight}`]}`,
45
+ className: `${style.subject} ${isDotted ? style.dotted : ''} ${style[`whiteSpace_${whiteSpace}`]} ${className} ${style[`font_${fontWeight}`]}`,
43
46
  "data-title": text,
44
47
  "data-id": dataId,
45
48
  "data-test-id": dataId,
49
+ "data-title-wrap": isTooltipWrap,
46
50
  ...TextProps
47
51
  }, text));
48
52
  }