@zohodesk/dot 1.0.0-beta.21 → 1.0.0-beta.212

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 (837) hide show
  1. package/README.md +956 -8
  2. package/assets/Appearance/dark/mode/dotDarkMode.module.css +521 -0
  3. package/assets/Appearance/dark/themes/blue/blueDarkDotTheme.module.css +10 -0
  4. package/assets/Appearance/dark/themes/green/greenDarkDotTheme.module.css +10 -0
  5. package/assets/Appearance/dark/themes/orange/orangeDarkDotTheme.module.css +10 -0
  6. package/assets/Appearance/dark/themes/red/redDarkDotTheme.module.css +10 -0
  7. package/assets/Appearance/dark/themes/yellow/yellowDarkDotTheme.module.css +10 -0
  8. package/assets/Appearance/default/mode/dotDefaultMode.module.css +521 -0
  9. package/assets/Appearance/default/themes/blue/blueDefaultDotTheme.module.css +10 -0
  10. package/assets/Appearance/default/themes/green/greenDefaultDotTheme.module.css +10 -0
  11. package/assets/Appearance/default/themes/orange/orangeDefaultDotTheme.module.css +10 -0
  12. package/assets/Appearance/default/themes/red/redDefaultDotTheme.module.css +10 -0
  13. package/assets/Appearance/default/themes/yellow/yellowDefaultDotTheme.module.css +10 -0
  14. package/dubFinder.js +7 -4
  15. package/package.json +44 -14
  16. package/.DS_Store +0 -0
  17. package/__testUtils__/globals.js +0 -0
  18. package/es/ChannelIcon/ChannelIcon.js +0 -118
  19. package/es/ChannelIcon/ChannelIcon.module.css +0 -208
  20. package/es/ChannelIcon/docs/ChannelIcon__default.docs.js +0 -97
  21. package/es/Drawer/Drawer.js +0 -347
  22. package/es/Drawer/Drawer.module.css +0 -219
  23. package/es/Drawer/docs/Drawer__default.docs.js +0 -73
  24. package/es/Drawer/docs/Drawer__noFreeze.docs.js +0 -43
  25. package/es/ExternalLink/ExternalLink.js +0 -85
  26. package/es/ExternalLink/ExternalLink.module.css +0 -4
  27. package/es/ExternalLink/__tests__/ExternalLink.spec.js +0 -36
  28. package/es/ExternalLink/docs/ExternalLink__default.docs.js +0 -40
  29. package/es/FlipCard/FlipCard.js +0 -176
  30. package/es/FlipCard/FlipCard.module.css +0 -35
  31. package/es/FlipCard/docs/FlipCard__default.docs.js +0 -105
  32. package/es/FormAction/FormAction.js +0 -128
  33. package/es/FormAction/FormAction.module.css +0 -77
  34. package/es/FormAction/docs/FormAction__default.docs.js +0 -199
  35. package/es/FreezeLayer/FreezeLayer.js +0 -137
  36. package/es/FreezeLayer/FreezeLayer.module.css +0 -41
  37. package/es/FreezeLayer/docs/FreezeLayer__dark.docs.js +0 -77
  38. package/es/FreezeLayer/docs/FreezeLayer__default.docs.js +0 -76
  39. package/es/GridIcons/GridIcons.js +0 -84
  40. package/es/GridIcons/GridIcons.module.css +0 -11
  41. package/es/GridIcons/docs/GridIcons__default.docs.js +0 -34
  42. package/es/Image/Image.js +0 -66
  43. package/es/Image/Image.module.css +0 -11
  44. package/es/Image/docs/Image__default.docs.js +0 -40
  45. package/es/Link/Link.js +0 -134
  46. package/es/Link/Link.module.css +0 -4
  47. package/es/Link/LinkContext.js +0 -11
  48. package/es/Link/docs/Link__default.docs.js +0 -64
  49. package/es/PlusIcon/PlusIcon.js +0 -85
  50. package/es/PlusIcon/PlusIcon.module.css +0 -7
  51. package/es/PlusIcon/docs/PlusIcon__default.docs.js +0 -40
  52. package/es/ToastMessage/ToastMessage.js +0 -341
  53. package/es/ToastMessage/ToastMessage.module.css +0 -333
  54. package/es/ToastMessage/docs/ToastMessage__custom.docs.js +0 -132
  55. package/es/ToastMessage/docs/ToastMessage__information.docs.js +0 -80
  56. package/es/ToastMessage/docs/ToastMessage__primary.docs.js +0 -172
  57. package/es/ToastMessage/docs/ToastMessage__secondary.docs.js +0 -64
  58. package/es/ToastMessage/docs/ToastMessage__success.docs.js +0 -94
  59. package/es/actions/index.js +0 -23
  60. package/es/alert/AlertHeader/AlertHeader.js +0 -133
  61. package/es/alert/AlertHeader/AlertHeader.module.css +0 -80
  62. package/es/alert/AlertHeader/docs/AlertHeader__default.docs.js +0 -91
  63. package/es/alert/AlertLookup/AlertLookup.js +0 -197
  64. package/es/alert/AlertLookup/AlertLookup.module.css +0 -23
  65. package/es/alert/AlertLookup/docs/AlertLookup__default.docs.js +0 -170
  66. package/es/avatar/AvatarClose/AvatarClose.js +0 -70
  67. package/es/avatar/AvatarClose/AvatarClose.module.css +0 -37
  68. package/es/avatar/AvatarClose/docs/AvatarClose__default.docs.js +0 -44
  69. package/es/avatar/AvatarCollision/AvatarCollision.js +0 -90
  70. package/es/avatar/AvatarCollision/AvatarCollision.module.css +0 -69
  71. package/es/avatar/AvatarCollision/docs/AvatarCollision__default.docs.js +0 -58
  72. package/es/avatar/AvatarIcon/AvatarIcon.js +0 -89
  73. package/es/avatar/AvatarIcon/AvatarIcon.module.css +0 -36
  74. package/es/avatar/AvatarIcon/docs/AvatarIcon__palette.docs.js +0 -54
  75. package/es/avatar/AvatarIcon/docs/AvatarIcon__size.docs.js +0 -49
  76. package/es/avatar/AvatarStatus/AvatarStatus.js +0 -78
  77. package/es/avatar/AvatarStatus/AvatarStatus.module.css +0 -93
  78. package/es/avatar/AvatarStatus/docs/AvatarStatus__size.docs.js +0 -52
  79. package/es/avatar/AvatarStatus/docs/AvatarStatus__state.docs.js +0 -75
  80. package/es/avatar/AvatarThread/AvatarThread.js +0 -107
  81. package/es/avatar/AvatarThread/AvatarThread.module.css +0 -65
  82. package/es/avatar/AvatarThread/docs/AvatarThread__default.docs.js +0 -69
  83. package/es/avatar/AvatarUser/AvatarUser.js +0 -119
  84. package/es/avatar/AvatarUser/AvatarUser.module.css +0 -101
  85. package/es/avatar/AvatarUser/docs/AvatarUser__default.docs.js +0 -146
  86. package/es/avatar/AvatarWithTeam/AvatarWithTeam.js +0 -81
  87. package/es/avatar/AvatarWithTeam/AvatarWithTeam.module.css +0 -23
  88. package/es/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js +0 -48
  89. package/es/avatar/AvatarWithTeam/docs/AvatarWithTeam__default.docs.js +0 -45
  90. package/es/docs/generalDocs.js +0 -119
  91. package/es/docs/lookupDocs.js +0 -33
  92. package/es/docs/setupDocs.js +0 -27
  93. package/es/dropdown/ToggleDropDown/ToggleDropDown.js +0 -588
  94. package/es/dropdown/ToggleDropDown/ToggleDropDown.module.css +0 -74
  95. package/es/dropdown/ToggleDropDown/docs/ToggleDropDown__default.docs.js +0 -78
  96. package/es/emptystate/CommonEmptyState/CommonEmptyState.js +0 -129
  97. package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +0 -34
  98. package/es/emptystate/CommonEmptyState/docs/CommonEmptyState__default.docs.js +0 -85
  99. package/es/emptystate/EditionPage/EditionPage.css +0 -43
  100. package/es/emptystate/EditionPage/EditionPage.js +0 -100
  101. package/es/emptystate/EditionPage/docs/EditionPage__default.docs.js +0 -42
  102. package/es/errorstate/EmptyStates.module.css +0 -45
  103. package/es/errorstate/Inconvenience/Inconvenience.js +0 -87
  104. package/es/errorstate/Inconvenience/Inconvenience.module.css +0 -9
  105. package/es/errorstate/Inconvenience/docs/Inconvenience__default.docs.js +0 -39
  106. package/es/errorstate/LinkText/LinkText.js +0 -54
  107. package/es/errorstate/LinkText/LinkText.module.css +0 -6
  108. package/es/errorstate/LinkText/docs/LinkText__default.docs.js +0 -35
  109. package/es/errorstate/NoRequestFound/NoRequestFound.js +0 -87
  110. package/es/errorstate/NoRequestFound/NoRequestFound.module.css +0 -5
  111. package/es/errorstate/NoRequestFound/docs/NoRequestFound__default.docs.js +0 -39
  112. package/es/errorstate/PermissionPlay/PermissionPlay.js +0 -95
  113. package/es/errorstate/PermissionPlay/PermissionPlay.module.css +0 -33
  114. package/es/errorstate/PermissionPlay/docs/PermissionPlay__default.docs.js +0 -40
  115. package/es/errorstate/RequestUrlNotFound/RequestUrlNotFound.js +0 -87
  116. package/es/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css +0 -5
  117. package/es/errorstate/RequestUrlNotFound/docs/RequestUrlNotFound__default.docs.js +0 -39
  118. package/es/errorstate/UnableToProcess/UnableToProcess.js +0 -87
  119. package/es/errorstate/UnableToProcess/UnableToProcess.module.css +0 -18
  120. package/es/errorstate/UnableToProcess/docs/UnableToProcess__default.docs.js +0 -39
  121. package/es/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +0 -87
  122. package/es/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css +0 -18
  123. package/es/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__insufficient.docs.js +0 -40
  124. package/es/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__unauthorizedLogin.docs.js +0 -39
  125. package/es/errorstate/WillBack/WillBack.js +0 -79
  126. package/es/errorstate/WillBack/WillBack.module.css +0 -21
  127. package/es/errorstate/WillBack/docs/WillBack__default.docs.js +0 -41
  128. package/es/index.js +0 -14
  129. package/es/layout/SetupDetailLayout/SetupDetailLayout.js +0 -328
  130. package/es/layout/SetupDetailLayout/SetupDetailLayout.module.css +0 -152
  131. package/es/layout/SetupDetailLayout/docs/SetupDetailLayout__default.docs.js +0 -79
  132. package/es/layout/SetupDetailLayout/index.js +0 -4
  133. package/es/layout/SubtabLayout/SubtabLayout.js +0 -227
  134. package/es/layout/SubtabLayout/SubtabLayout.module.css +0 -90
  135. package/es/layout/SubtabLayout/docs/SubtabLayout__default.docs.js +0 -191
  136. package/es/layout/SubtabLayout/index.js +0 -3
  137. package/es/list/AvatarFlip/AvatarFlip.js +0 -106
  138. package/es/list/AvatarFlip/AvatarFlip.module.css +0 -15
  139. package/es/list/AvatarFlip/docs/AvatarFlip__default.docs.js +0 -308
  140. package/es/list/BluePrintStatus/BluePrintStatus.js +0 -50
  141. package/es/list/BluePrintStatus/BluePrintStatus.module.css +0 -15
  142. package/es/list/BluePrintStatus/docs/BluePrintStatus__default.docs.js +0 -36
  143. package/es/list/Comment/Comment.js +0 -81
  144. package/es/list/Comment/Comment.module.css +0 -22
  145. package/es/list/Comment/docs/Comment__default.docs.js +0 -40
  146. package/es/list/DepartmentDropDown/DepartmentDropDown.js +0 -102
  147. package/es/list/DepartmentDropDown/DepartmentDropDown.module.css +0 -83
  148. package/es/list/Dot/Dot.js +0 -47
  149. package/es/list/Dot/Dot.module.css +0 -13
  150. package/es/list/DotNew/DotNew.js +0 -41
  151. package/es/list/DotNew/DotNew.module.css +0 -19
  152. package/es/list/DotNew/docs/DotNew__default.docs.js +0 -36
  153. package/es/list/GridStencils/GridStencils.js +0 -65
  154. package/es/list/GridStencils/GridStencils.module.css +0 -192
  155. package/es/list/GridStencils/docs/GridStencils__default.docs.js +0 -50
  156. package/es/list/Icons/AddNewIcon.js +0 -69
  157. package/es/list/Icons/CompleteIcon.js +0 -59
  158. package/es/list/Icons/DeleteIcon.js +0 -79
  159. package/es/list/Icons/EditIcon.js +0 -78
  160. package/es/list/Icons/FloatingIcons.js +0 -58
  161. package/es/list/Icons/Icons.module.css +0 -15
  162. package/es/list/Icons/SmartIcon.js +0 -47
  163. package/es/list/Icons/docs/FloatingIcons__default.docs.js +0 -56
  164. package/es/list/ListLayout/ListLayout.js +0 -140
  165. package/es/list/ListLayout/ListLayout.module.css +0 -27
  166. package/es/list/ListLayout/docs/ListLayout__default.docs.js +0 -131
  167. package/es/list/ListStencils/ListStencils.js +0 -63
  168. package/es/list/ListStencils/ListStencils.module.css +0 -27
  169. package/es/list/ListStencils/docs/ListStencils__default.docs.js +0 -36
  170. package/es/list/SecondaryText/AccountName.js +0 -102
  171. package/es/list/SecondaryText/ContactName.js +0 -128
  172. package/es/list/SecondaryText/DepartmentText.js +0 -54
  173. package/es/list/SecondaryText/Email.js +0 -90
  174. package/es/list/SecondaryText/HappinessRating.js +0 -64
  175. package/es/list/SecondaryText/PhoneNumber.js +0 -93
  176. package/es/list/SecondaryText/PriorityText.js +0 -62
  177. package/es/list/SecondaryText/SecondaryText.js +0 -60
  178. package/es/list/SecondaryText/SecondaryText.module.css +0 -104
  179. package/es/list/SecondaryText/StatusText.js +0 -62
  180. package/es/list/SecondaryText/TicketId.js +0 -64
  181. package/es/list/SecondaryText/Website.js +0 -87
  182. package/es/list/SecondaryText/docs/ContactName__default.docs.js +0 -36
  183. package/es/list/SecondaryText/index.js +0 -11
  184. package/es/list/SecondryPanel/SecondryPanel.js +0 -198
  185. package/es/list/SecondryPanel/SecondryPanel.module.css +0 -27
  186. package/es/list/SecondryPanel/docs/SecondryPanelDocs.module.css +0 -41
  187. package/es/list/SecondryPanel/docs/SecondryPanel__default.docs.js +0 -131
  188. package/es/list/SentimentStatus/SentimentStatus.js +0 -53
  189. package/es/list/SentimentStatus/SentimentStatus.module.css +0 -12
  190. package/es/list/SentimentStatus/docs/SentimentStatus__default.docs.js +0 -36
  191. package/es/list/StatusDropdown/StatusDropdown.js +0 -205
  192. package/es/list/StatusDropdown/StatusDropdown.module.css +0 -65
  193. package/es/list/StatusDropdown/docs/StatusDropdown__default.docs.js +0 -76
  194. package/es/list/Subject/Subject.js +0 -89
  195. package/es/list/Subject/Subject.module.css +0 -9
  196. package/es/list/Subject/docs/Subject__default.docs.js +0 -49
  197. package/es/list/TagNew/TagNew.js +0 -58
  198. package/es/list/TagNew/TagNew.module.css +0 -115
  199. package/es/list/TagNew/docs/TagNew__default.docs.js +0 -36
  200. package/es/list/Thread/Thread.js +0 -63
  201. package/es/list/Thread/Thread.module.css +0 -20
  202. package/es/list/Thread/docs/Thread__default.docs.js +0 -36
  203. package/es/list/TimeInfo/TimeInfo.js +0 -171
  204. package/es/list/TimeInfo/docs/TimeInfo__default.docs.js +0 -49
  205. package/es/list/UserTime/UserTime.js +0 -112
  206. package/es/list/UserTime/UserTime.module.css +0 -49
  207. package/es/list/UserTime/docs/UserTime__default.docs.js +0 -172
  208. package/es/list/listCommon.module.css +0 -92
  209. package/es/lookup/EmptyPage/EmptyPage.js +0 -89
  210. package/es/lookup/EmptyPage/LookupEmptyPage.module.css +0 -12
  211. package/es/lookup/EmptyPage/docs/EmptyPage__account.docs.js +0 -38
  212. package/es/lookup/EmptyPage/docs/EmptyPage__contact.docs.js +0 -38
  213. package/es/lookup/EmptyPage/docs/EmptyPage__default.docs.js +0 -37
  214. package/es/lookup/EmptyPage/docs/EmptyPage__product.docs.js +0 -38
  215. package/es/lookup/Lookup/Lookup.js +0 -100
  216. package/es/lookup/Lookup/Lookup.module.css +0 -22
  217. package/es/lookup/Lookup/docs/Lookup__contact.docs.js +0 -212
  218. package/es/lookup/Lookup/docs/Lookup__default.docs.js +0 -90
  219. package/es/lookup/Section/LookupSection.module.css +0 -7
  220. package/es/lookup/Section/Section.js +0 -52
  221. package/es/lookup/header/Close/Close.js +0 -59
  222. package/es/lookup/header/Close/LookupClose.module.css +0 -15
  223. package/es/lookup/header/Close/docs/Close__default.docs.js +0 -35
  224. package/es/lookup/header/ModuleHeader/ModuleHeader.js +0 -106
  225. package/es/lookup/header/ModuleHeader/docs/ModuleHeader__default.docs.js +0 -58
  226. package/es/lookup/header/Search/LookupSearch.module.css +0 -14
  227. package/es/lookup/header/Search/Search.js +0 -138
  228. package/es/lookup/header/Search/docs/Search__default.docs.js +0 -62
  229. package/es/lookup/header/TicketHeader/TicketHeader.js +0 -134
  230. package/es/lookup/header/TicketHeader/TicketHeader.module.css +0 -22
  231. package/es/lookup/header/TicketHeader/docs/TicketHeader__default.docs.js +0 -74
  232. package/es/lookup/header/Title/LookupTitle.module.css +0 -20
  233. package/es/lookup/header/Title/Title.js +0 -60
  234. package/es/lookup/header/Title/docs/Title__default.docs.js +0 -35
  235. package/es/lookup/header/ViewDropDown/ViewDropDown.js +0 -216
  236. package/es/lookup/header/ViewDropDown/ViewDropDown.module.css +0 -52
  237. package/es/lookup/header/ViewDropDown/docs/ViewDropDown__default.docs.js +0 -64
  238. package/es/lookup/header/lookupHeaderCommon.module.css +0 -33
  239. package/es/lookup/header/lookupHeaderCommonResponsive.module.css +0 -24
  240. package/es/setup/header/Button/Button.js +0 -63
  241. package/es/setup/header/Button/HeaderButton.module.css +0 -5
  242. package/es/setup/header/Button/docs/Button__default.docs.js +0 -37
  243. package/es/setup/header/Link/HeaderLink.module.css +0 -22
  244. package/es/setup/header/Link/Link.js +0 -75
  245. package/es/setup/header/Link/docs/Link__default.docs.js +0 -36
  246. package/es/setup/header/Search/Search.js +0 -104
  247. package/es/setup/header/Search/Search.module.css +0 -67
  248. package/es/setup/header/Search/docs/Search__default.docs.js +0 -54
  249. package/es/setup/header/SelectDropdown/SelectDropdown.js +0 -162
  250. package/es/setup/header/SelectDropdown/SelectDropdown.module.css +0 -43
  251. package/es/setup/header/SelectDropdown/docs/SelectDropdown__default.docs.js +0 -44
  252. package/es/setup/header/Views/Views.js +0 -80
  253. package/es/setup/header/Views/Views.module.css +0 -37
  254. package/es/setup/header/Views/docs/Views__default.docs.js +0 -40
  255. package/es/setup/helptips/Description/Description.js +0 -45
  256. package/es/setup/helptips/Description/HelpTipsDescription.module.css +0 -6
  257. package/es/setup/helptips/Description/docs/Description__default.docs.js +0 -42
  258. package/es/setup/helptips/Link/HelpTipsLink.module.css +0 -7
  259. package/es/setup/helptips/Link/Link.js +0 -62
  260. package/es/setup/helptips/Link/docs/Link__default.docs.js +0 -43
  261. package/es/setup/helptips/ListGroup/ListGroup.js +0 -67
  262. package/es/setup/helptips/ListGroup/ListGroup.module.css +0 -22
  263. package/es/setup/helptips/ListGroup/docs/ListGroup__default.docs.js +0 -46
  264. package/es/setup/helptips/Title/HelpTipsTitle.module.css +0 -5
  265. package/es/setup/helptips/Title/Title.js +0 -45
  266. package/es/setup/helptips/Title/docs/Title__default.docs.js +0 -40
  267. package/es/setup/table/Table/Table.js +0 -53
  268. package/es/setup/table/Table/docs/Table__default.docs.js +0 -193
  269. package/es/setup/table/TableBody/TableBody.js +0 -53
  270. package/es/setup/table/TableData/TableData.css +0 -44
  271. package/es/setup/table/TableData/TableData.js +0 -68
  272. package/es/setup/table/TableData/hover.css +0 -6
  273. package/es/setup/table/TableHead/TableHead.css +0 -12
  274. package/es/setup/table/TableHead/TableHead.js +0 -72
  275. package/es/setup/table/TableRow/TableRow.css +0 -14
  276. package/es/setup/table/TableRow/TableRow.js +0 -78
  277. package/es/setup/table/Text/Text.css +0 -37
  278. package/es/setup/table/Text/Text.js +0 -103
  279. package/es/setup/table/Text/docs/Text__default.docs.js +0 -69
  280. package/es/svg/PlusIcon.js +0 -68
  281. package/es/svg/SnippetIcon.js +0 -71
  282. package/es/svg/TemplateIcon.js +0 -66
  283. package/es/svg/docs/SVG__default.docs.js +0 -87
  284. package/es/utils/ChannelIconMapping.js +0 -112
  285. package/es/utils/General.js +0 -19
  286. package/es/utils/KeyboardApi.js +0 -254
  287. package/es/utils/Ticket.js +0 -3
  288. package/lib/ChannelIcon/ChannelIcon.js +0 -147
  289. package/lib/ChannelIcon/ChannelIcon.module.css +0 -208
  290. package/lib/ChannelIcon/docs/ChannelIcon__default.docs.js +0 -114
  291. package/lib/Drawer/Drawer.js +0 -384
  292. package/lib/Drawer/Drawer.module.css +0 -219
  293. package/lib/Drawer/docs/Drawer__default.docs.js +0 -95
  294. package/lib/Drawer/docs/Drawer__noFreeze.docs.js +0 -59
  295. package/lib/ExternalLink/ExternalLink.js +0 -105
  296. package/lib/ExternalLink/ExternalLink.module.css +0 -4
  297. package/lib/ExternalLink/__tests__/ExternalLink.spec.js +0 -48
  298. package/lib/ExternalLink/docs/ExternalLink__default.docs.js +0 -56
  299. package/lib/FlipCard/FlipCard.js +0 -210
  300. package/lib/FlipCard/FlipCard.module.css +0 -35
  301. package/lib/FlipCard/docs/FlipCard__default.docs.js +0 -124
  302. package/lib/FormAction/FormAction.js +0 -150
  303. package/lib/FormAction/FormAction.module.css +0 -77
  304. package/lib/FormAction/docs/FormAction__default.docs.js +0 -221
  305. package/lib/FreezeLayer/FreezeLayer.js +0 -161
  306. package/lib/FreezeLayer/FreezeLayer.module.css +0 -41
  307. package/lib/FreezeLayer/docs/FreezeLayer__dark.docs.js +0 -96
  308. package/lib/FreezeLayer/docs/FreezeLayer__default.docs.js +0 -95
  309. package/lib/GridIcons/GridIcons.js +0 -106
  310. package/lib/GridIcons/GridIcons.module.css +0 -11
  311. package/lib/GridIcons/docs/GridIcons__default.docs.js +0 -50
  312. package/lib/Image/Image.js +0 -85
  313. package/lib/Image/Image.module.css +0 -11
  314. package/lib/Image/docs/Image__default.docs.js +0 -59
  315. package/lib/Link/Link.js +0 -156
  316. package/lib/Link/Link.module.css +0 -4
  317. package/lib/Link/LinkContext.js +0 -22
  318. package/lib/Link/docs/Link__default.docs.js +0 -80
  319. package/lib/PlusIcon/PlusIcon.js +0 -107
  320. package/lib/PlusIcon/PlusIcon.module.css +0 -7
  321. package/lib/PlusIcon/docs/PlusIcon__default.docs.js +0 -59
  322. package/lib/ToastMessage/ToastMessage.js +0 -365
  323. package/lib/ToastMessage/ToastMessage.module.css +0 -333
  324. package/lib/ToastMessage/docs/ToastMessage__custom.docs.js +0 -157
  325. package/lib/ToastMessage/docs/ToastMessage__information.docs.js +0 -99
  326. package/lib/ToastMessage/docs/ToastMessage__primary.docs.js +0 -191
  327. package/lib/ToastMessage/docs/ToastMessage__secondary.docs.js +0 -83
  328. package/lib/ToastMessage/docs/ToastMessage__success.docs.js +0 -113
  329. package/lib/actions/index.js +0 -27
  330. package/lib/alert/AlertHeader/AlertHeader.js +0 -162
  331. package/lib/alert/AlertHeader/AlertHeader.module.css +0 -80
  332. package/lib/alert/AlertHeader/docs/AlertHeader__default.docs.js +0 -107
  333. package/lib/alert/AlertLookup/AlertLookup.js +0 -233
  334. package/lib/alert/AlertLookup/AlertLookup.module.css +0 -23
  335. package/lib/alert/AlertLookup/docs/AlertLookup__default.docs.js +0 -189
  336. package/lib/avatar/AvatarClose/AvatarClose.js +0 -95
  337. package/lib/avatar/AvatarClose/AvatarClose.module.css +0 -37
  338. package/lib/avatar/AvatarClose/docs/AvatarClose__default.docs.js +0 -63
  339. package/lib/avatar/AvatarCollision/AvatarCollision.js +0 -116
  340. package/lib/avatar/AvatarCollision/AvatarCollision.module.css +0 -69
  341. package/lib/avatar/AvatarCollision/docs/AvatarCollision__default.docs.js +0 -77
  342. package/lib/avatar/AvatarIcon/AvatarIcon.js +0 -113
  343. package/lib/avatar/AvatarIcon/AvatarIcon.module.css +0 -36
  344. package/lib/avatar/AvatarIcon/docs/AvatarIcon__palette.docs.js +0 -76
  345. package/lib/avatar/AvatarIcon/docs/AvatarIcon__size.docs.js +0 -71
  346. package/lib/avatar/AvatarStatus/AvatarStatus.js +0 -100
  347. package/lib/avatar/AvatarStatus/AvatarStatus.module.css +0 -93
  348. package/lib/avatar/AvatarStatus/docs/AvatarStatus__size.docs.js +0 -74
  349. package/lib/avatar/AvatarStatus/docs/AvatarStatus__state.docs.js +0 -97
  350. package/lib/avatar/AvatarThread/AvatarThread.js +0 -132
  351. package/lib/avatar/AvatarThread/AvatarThread.module.css +0 -65
  352. package/lib/avatar/AvatarThread/docs/AvatarThread__default.docs.js +0 -91
  353. package/lib/avatar/AvatarUser/AvatarUser.js +0 -147
  354. package/lib/avatar/AvatarUser/AvatarUser.module.css +0 -101
  355. package/lib/avatar/AvatarUser/docs/AvatarUser__default.docs.js +0 -168
  356. package/lib/avatar/AvatarWithTeam/AvatarWithTeam.js +0 -106
  357. package/lib/avatar/AvatarWithTeam/AvatarWithTeam.module.css +0 -23
  358. package/lib/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js +0 -56
  359. package/lib/avatar/AvatarWithTeam/docs/AvatarWithTeam__default.docs.js +0 -64
  360. package/lib/docs/generalDocs.js +0 -871
  361. package/lib/docs/lookupDocs.js +0 -196
  362. package/lib/docs/setupDocs.js +0 -223
  363. package/lib/dropdown/ToggleDropDown/ToggleDropDown.js +0 -647
  364. package/lib/dropdown/ToggleDropDown/ToggleDropDown.module.css +0 -74
  365. package/lib/dropdown/ToggleDropDown/docs/ToggleDropDown__default.docs.js +0 -94
  366. package/lib/emptystate/CommonEmptyState/CommonEmptyState.js +0 -155
  367. package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +0 -34
  368. package/lib/emptystate/CommonEmptyState/docs/CommonEmptyState__default.docs.js +0 -110
  369. package/lib/emptystate/EditionPage/EditionPage.css +0 -43
  370. package/lib/emptystate/EditionPage/EditionPage.js +0 -120
  371. package/lib/emptystate/EditionPage/docs/EditionPage__default.docs.js +0 -58
  372. package/lib/errorstate/EmptyStates.module.css +0 -45
  373. package/lib/errorstate/Inconvenience/Inconvenience.js +0 -116
  374. package/lib/errorstate/Inconvenience/Inconvenience.module.css +0 -9
  375. package/lib/errorstate/Inconvenience/docs/Inconvenience__default.docs.js +0 -58
  376. package/lib/errorstate/LinkText/LinkText.js +0 -76
  377. package/lib/errorstate/LinkText/LinkText.module.css +0 -6
  378. package/lib/errorstate/LinkText/docs/LinkText__default.docs.js +0 -54
  379. package/lib/errorstate/NoRequestFound/NoRequestFound.js +0 -116
  380. package/lib/errorstate/NoRequestFound/NoRequestFound.module.css +0 -5
  381. package/lib/errorstate/NoRequestFound/docs/NoRequestFound__default.docs.js +0 -55
  382. package/lib/errorstate/PermissionPlay/PermissionPlay.js +0 -124
  383. package/lib/errorstate/PermissionPlay/PermissionPlay.module.css +0 -33
  384. package/lib/errorstate/PermissionPlay/docs/PermissionPlay__default.docs.js +0 -59
  385. package/lib/errorstate/RequestUrlNotFound/RequestUrlNotFound.js +0 -116
  386. package/lib/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css +0 -5
  387. package/lib/errorstate/RequestUrlNotFound/docs/RequestUrlNotFound__default.docs.js +0 -58
  388. package/lib/errorstate/UnableToProcess/UnableToProcess.js +0 -116
  389. package/lib/errorstate/UnableToProcess/UnableToProcess.module.css +0 -18
  390. package/lib/errorstate/UnableToProcess/docs/UnableToProcess__default.docs.js +0 -58
  391. package/lib/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +0 -116
  392. package/lib/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css +0 -18
  393. package/lib/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__insufficient.docs.js +0 -59
  394. package/lib/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__unauthorizedLogin.docs.js +0 -58
  395. package/lib/errorstate/WillBack/WillBack.js +0 -105
  396. package/lib/errorstate/WillBack/WillBack.module.css +0 -21
  397. package/lib/errorstate/WillBack/docs/WillBack__default.docs.js +0 -60
  398. package/lib/index.js +0 -87
  399. package/lib/layout/SetupDetailLayout/SetupDetailLayout.js +0 -355
  400. package/lib/layout/SetupDetailLayout/SetupDetailLayout.module.css +0 -152
  401. package/lib/layout/SetupDetailLayout/docs/SetupDetailLayout__default.docs.js +0 -99
  402. package/lib/layout/SetupDetailLayout/index.js +0 -34
  403. package/lib/layout/SubtabLayout/SubtabLayout.js +0 -255
  404. package/lib/layout/SubtabLayout/SubtabLayout.module.css +0 -90
  405. package/lib/layout/SubtabLayout/docs/SubtabLayout__default.docs.js +0 -205
  406. package/lib/layout/SubtabLayout/index.js +0 -28
  407. package/lib/list/AvatarFlip/AvatarFlip.js +0 -128
  408. package/lib/list/AvatarFlip/AvatarFlip.module.css +0 -15
  409. package/lib/list/AvatarFlip/docs/AvatarFlip__default.docs.js +0 -327
  410. package/lib/list/BluePrintStatus/BluePrintStatus.js +0 -72
  411. package/lib/list/BluePrintStatus/BluePrintStatus.module.css +0 -15
  412. package/lib/list/BluePrintStatus/docs/BluePrintStatus__default.docs.js +0 -54
  413. package/lib/list/Comment/Comment.js +0 -103
  414. package/lib/list/Comment/Comment.module.css +0 -22
  415. package/lib/list/Comment/docs/Comment__default.docs.js +0 -59
  416. package/lib/list/DepartmentDropDown/DepartmentDropDown.js +0 -124
  417. package/lib/list/DepartmentDropDown/DepartmentDropDown.module.css +0 -83
  418. package/lib/list/Dot/Dot.js +0 -66
  419. package/lib/list/Dot/Dot.module.css +0 -13
  420. package/lib/list/DotNew/DotNew.js +0 -60
  421. package/lib/list/DotNew/DotNew.module.css +0 -19
  422. package/lib/list/DotNew/docs/DotNew__default.docs.js +0 -55
  423. package/lib/list/GridStencils/GridStencils.js +0 -84
  424. package/lib/list/GridStencils/GridStencils.module.css +0 -192
  425. package/lib/list/GridStencils/docs/GridStencils__default.docs.js +0 -72
  426. package/lib/list/Icons/AddNewIcon.js +0 -92
  427. package/lib/list/Icons/CompleteIcon.js +0 -80
  428. package/lib/list/Icons/DeleteIcon.js +0 -103
  429. package/lib/list/Icons/EditIcon.js +0 -102
  430. package/lib/list/Icons/FloatingIcons.js +0 -77
  431. package/lib/list/Icons/Icons.module.css +0 -15
  432. package/lib/list/Icons/SmartIcon.js +0 -67
  433. package/lib/list/Icons/docs/FloatingIcons__default.docs.js +0 -81
  434. package/lib/list/ListLayout/ListLayout.js +0 -163
  435. package/lib/list/ListLayout/ListLayout.module.css +0 -27
  436. package/lib/list/ListLayout/docs/ListLayout__default.docs.js +0 -150
  437. package/lib/list/ListStencils/ListStencils.js +0 -84
  438. package/lib/list/ListStencils/ListStencils.module.css +0 -27
  439. package/lib/list/ListStencils/docs/ListStencils__default.docs.js +0 -55
  440. package/lib/list/SecondaryText/AccountName.js +0 -127
  441. package/lib/list/SecondaryText/ContactName.js +0 -157
  442. package/lib/list/SecondaryText/DepartmentText.js +0 -73
  443. package/lib/list/SecondaryText/Email.js +0 -114
  444. package/lib/list/SecondaryText/HappinessRating.js +0 -84
  445. package/lib/list/SecondaryText/PhoneNumber.js +0 -117
  446. package/lib/list/SecondaryText/PriorityText.js +0 -81
  447. package/lib/list/SecondaryText/SecondaryText.js +0 -79
  448. package/lib/list/SecondaryText/SecondaryText.module.css +0 -104
  449. package/lib/list/SecondaryText/StatusText.js +0 -81
  450. package/lib/list/SecondaryText/TicketId.js +0 -83
  451. package/lib/list/SecondaryText/Website.js +0 -111
  452. package/lib/list/SecondaryText/docs/ContactName__default.docs.js +0 -55
  453. package/lib/list/SecondaryText/index.js +0 -106
  454. package/lib/list/SecondryPanel/SecondryPanel.js +0 -227
  455. package/lib/list/SecondryPanel/SecondryPanel.module.css +0 -27
  456. package/lib/list/SecondryPanel/docs/SecondryPanelDocs.module.css +0 -41
  457. package/lib/list/SecondryPanel/docs/SecondryPanel__default.docs.js +0 -152
  458. package/lib/list/SentimentStatus/SentimentStatus.js +0 -75
  459. package/lib/list/SentimentStatus/SentimentStatus.module.css +0 -12
  460. package/lib/list/SentimentStatus/docs/SentimentStatus__default.docs.js +0 -54
  461. package/lib/list/StatusDropdown/StatusDropdown.js +0 -243
  462. package/lib/list/StatusDropdown/StatusDropdown.module.css +0 -65
  463. package/lib/list/StatusDropdown/docs/StatusDropdown__default.docs.js +0 -96
  464. package/lib/list/Subject/Subject.js +0 -110
  465. package/lib/list/Subject/Subject.module.css +0 -9
  466. package/lib/list/Subject/docs/Subject__default.docs.js +0 -68
  467. package/lib/list/TagNew/TagNew.js +0 -77
  468. package/lib/list/TagNew/TagNew.module.css +0 -115
  469. package/lib/list/TagNew/docs/TagNew__default.docs.js +0 -55
  470. package/lib/list/Thread/Thread.js +0 -85
  471. package/lib/list/Thread/Thread.module.css +0 -20
  472. package/lib/list/Thread/docs/Thread__default.docs.js +0 -55
  473. package/lib/list/TimeInfo/TimeInfo.js +0 -191
  474. package/lib/list/TimeInfo/docs/TimeInfo__default.docs.js +0 -69
  475. package/lib/list/UserTime/UserTime.js +0 -135
  476. package/lib/list/UserTime/UserTime.module.css +0 -49
  477. package/lib/list/UserTime/docs/UserTime__default.docs.js +0 -192
  478. package/lib/list/listCommon.module.css +0 -92
  479. package/lib/lookup/EmptyPage/EmptyPage.js +0 -120
  480. package/lib/lookup/EmptyPage/LookupEmptyPage.module.css +0 -12
  481. package/lib/lookup/EmptyPage/docs/EmptyPage__account.docs.js +0 -55
  482. package/lib/lookup/EmptyPage/docs/EmptyPage__contact.docs.js +0 -55
  483. package/lib/lookup/EmptyPage/docs/EmptyPage__default.docs.js +0 -54
  484. package/lib/lookup/EmptyPage/docs/EmptyPage__product.docs.js +0 -55
  485. package/lib/lookup/Lookup/Lookup.js +0 -126
  486. package/lib/lookup/Lookup/Lookup.module.css +0 -22
  487. package/lib/lookup/Lookup/docs/Lookup__contact.docs.js +0 -234
  488. package/lib/lookup/Lookup/docs/Lookup__default.docs.js +0 -113
  489. package/lib/lookup/Section/LookupSection.module.css +0 -7
  490. package/lib/lookup/Section/Section.js +0 -72
  491. package/lib/lookup/header/Close/Close.js +0 -79
  492. package/lib/lookup/header/Close/LookupClose.module.css +0 -15
  493. package/lib/lookup/header/Close/docs/Close__default.docs.js +0 -54
  494. package/lib/lookup/header/ModuleHeader/ModuleHeader.js +0 -140
  495. package/lib/lookup/header/ModuleHeader/docs/ModuleHeader__default.docs.js +0 -75
  496. package/lib/lookup/header/Search/LookupSearch.module.css +0 -14
  497. package/lib/lookup/header/Search/Search.js +0 -161
  498. package/lib/lookup/header/Search/docs/Search__default.docs.js +0 -79
  499. package/lib/lookup/header/TicketHeader/TicketHeader.js +0 -175
  500. package/lib/lookup/header/TicketHeader/TicketHeader.module.css +0 -22
  501. package/lib/lookup/header/TicketHeader/docs/TicketHeader__default.docs.js +0 -91
  502. package/lib/lookup/header/Title/LookupTitle.module.css +0 -20
  503. package/lib/lookup/header/Title/Title.js +0 -80
  504. package/lib/lookup/header/Title/docs/Title__default.docs.js +0 -54
  505. package/lib/lookup/header/ViewDropDown/ViewDropDown.js +0 -258
  506. package/lib/lookup/header/ViewDropDown/ViewDropDown.module.css +0 -52
  507. package/lib/lookup/header/ViewDropDown/docs/ViewDropDown__default.docs.js +0 -81
  508. package/lib/lookup/header/lookupHeaderCommon.module.css +0 -33
  509. package/lib/lookup/header/lookupHeaderCommonResponsive.module.css +0 -24
  510. package/lib/setup/header/Button/Button.js +0 -85
  511. package/lib/setup/header/Button/HeaderButton.module.css +0 -5
  512. package/lib/setup/header/Button/docs/Button__default.docs.js +0 -55
  513. package/lib/setup/header/Link/HeaderLink.module.css +0 -22
  514. package/lib/setup/header/Link/Link.js +0 -101
  515. package/lib/setup/header/Link/docs/Link__default.docs.js +0 -55
  516. package/lib/setup/header/Search/Search.js +0 -129
  517. package/lib/setup/header/Search/Search.module.css +0 -67
  518. package/lib/setup/header/Search/docs/Search__default.docs.js +0 -73
  519. package/lib/setup/header/SelectDropdown/SelectDropdown.js +0 -200
  520. package/lib/setup/header/SelectDropdown/SelectDropdown.module.css +0 -43
  521. package/lib/setup/header/SelectDropdown/docs/SelectDropdown__default.docs.js +0 -63
  522. package/lib/setup/header/Views/Views.js +0 -102
  523. package/lib/setup/header/Views/Views.module.css +0 -37
  524. package/lib/setup/header/Views/docs/Views__default.docs.js +0 -59
  525. package/lib/setup/helptips/Description/Description.js +0 -64
  526. package/lib/setup/helptips/Description/HelpTipsDescription.module.css +0 -6
  527. package/lib/setup/helptips/Description/docs/Description__default.docs.js +0 -61
  528. package/lib/setup/helptips/Link/HelpTipsLink.module.css +0 -7
  529. package/lib/setup/helptips/Link/Link.js +0 -85
  530. package/lib/setup/helptips/Link/docs/Link__default.docs.js +0 -62
  531. package/lib/setup/helptips/ListGroup/ListGroup.js +0 -86
  532. package/lib/setup/helptips/ListGroup/ListGroup.module.css +0 -22
  533. package/lib/setup/helptips/ListGroup/docs/ListGroup__default.docs.js +0 -65
  534. package/lib/setup/helptips/Title/HelpTipsTitle.module.css +0 -5
  535. package/lib/setup/helptips/Title/Title.js +0 -64
  536. package/lib/setup/helptips/Title/docs/Title__default.docs.js +0 -59
  537. package/lib/setup/table/Table/Table.js +0 -70
  538. package/lib/setup/table/Table/docs/Table__default.docs.js +0 -228
  539. package/lib/setup/table/TableBody/TableBody.js +0 -70
  540. package/lib/setup/table/TableData/TableData.css +0 -44
  541. package/lib/setup/table/TableData/TableData.js +0 -88
  542. package/lib/setup/table/TableData/hover.css +0 -6
  543. package/lib/setup/table/TableHead/TableHead.css +0 -12
  544. package/lib/setup/table/TableHead/TableHead.js +0 -92
  545. package/lib/setup/table/TableRow/TableRow.css +0 -14
  546. package/lib/setup/table/TableRow/TableRow.js +0 -98
  547. package/lib/setup/table/Text/Text.css +0 -37
  548. package/lib/setup/table/Text/Text.js +0 -125
  549. package/lib/setup/table/Text/docs/Text__default.docs.js +0 -85
  550. package/lib/svg/PlusIcon.js +0 -87
  551. package/lib/svg/SnippetIcon.js +0 -90
  552. package/lib/svg/TemplateIcon.js +0 -85
  553. package/lib/svg/docs/SVG__default.docs.js +0 -110
  554. package/lib/utils/ChannelIconMapping.js +0 -118
  555. package/lib/utils/General.js +0 -26
  556. package/lib/utils/KeyboardApi.js +0 -262
  557. package/lib/utils/Ticket.js +0 -8
  558. package/postpublish.js +0 -100
  559. package/result.json +0 -1
  560. package/src/.DS_Store +0 -0
  561. package/src/ChannelIcon/ChannelIcon.js +0 -120
  562. package/src/ChannelIcon/ChannelIcon.module.css +0 -187
  563. package/src/ChannelIcon/docs/ChannelIcon__default.docs.js +0 -63
  564. package/src/Drawer/Drawer.js +0 -273
  565. package/src/Drawer/Drawer.module.css +0 -151
  566. package/src/Drawer/docs/Drawer__default.docs.js +0 -45
  567. package/src/Drawer/docs/Drawer__noFreeze.docs.js +0 -21
  568. package/src/ExternalLink/ExternalLink.js +0 -57
  569. package/src/ExternalLink/ExternalLink.module.css +0 -4
  570. package/src/ExternalLink/__tests__/ExternalLink.spec.js +0 -28
  571. package/src/ExternalLink/docs/ExternalLink__default.docs.js +0 -24
  572. package/src/FlipCard/FlipCard.js +0 -156
  573. package/src/FlipCard/FlipCard.module.css +0 -35
  574. package/src/FlipCard/docs/FlipCard__default.docs.js +0 -76
  575. package/src/FormAction/FormAction.js +0 -120
  576. package/src/FormAction/FormAction.module.css +0 -52
  577. package/src/FormAction/docs/FormAction__default.docs.js +0 -94
  578. package/src/FreezeLayer/FreezeLayer.js +0 -123
  579. package/src/FreezeLayer/FreezeLayer.module.css +0 -37
  580. package/src/FreezeLayer/docs/FreezeLayer__dark.docs.js +0 -53
  581. package/src/FreezeLayer/docs/FreezeLayer__default.docs.js +0 -51
  582. package/src/GridIcons/GridIcons.js +0 -63
  583. package/src/GridIcons/GridIcons.module.css +0 -11
  584. package/src/GridIcons/docs/GridIcons__default.docs.js +0 -13
  585. package/src/Image/Image.js +0 -41
  586. package/src/Image/Image.module.css +0 -11
  587. package/src/Image/docs/Image__default.docs.js +0 -18
  588. package/src/Link/Link.js +0 -115
  589. package/src/Link/Link.module.css +0 -4
  590. package/src/Link/LinkContext.js +0 -9
  591. package/src/Link/docs/Link__default.docs.js +0 -91
  592. package/src/PlusIcon/PlusIcon.js +0 -68
  593. package/src/PlusIcon/PlusIcon.module.css +0 -7
  594. package/src/PlusIcon/docs/PlusIcon__default.docs.js +0 -18
  595. package/src/ToastMessage/ToastMessage.js +0 -289
  596. package/src/ToastMessage/ToastMessage.module.css +0 -260
  597. package/src/ToastMessage/docs/ToastMessage__custom.docs.js +0 -97
  598. package/src/ToastMessage/docs/ToastMessage__information.docs.js +0 -55
  599. package/src/ToastMessage/docs/ToastMessage__primary.docs.js +0 -135
  600. package/src/ToastMessage/docs/ToastMessage__secondary.docs.js +0 -40
  601. package/src/ToastMessage/docs/ToastMessage__success.docs.js +0 -68
  602. package/src/actions/index.js +0 -22
  603. package/src/alert/AlertHeader/AlertHeader.js +0 -115
  604. package/src/alert/AlertHeader/AlertHeader.module.css +0 -62
  605. package/src/alert/AlertHeader/docs/AlertHeader__default.docs.js +0 -72
  606. package/src/alert/AlertLookup/AlertLookup.js +0 -174
  607. package/src/alert/AlertLookup/AlertLookup.module.css +0 -20
  608. package/src/alert/AlertLookup/docs/AlertLookup__default.docs.js +0 -123
  609. package/src/avatar/AvatarClose/AvatarClose.js +0 -43
  610. package/src/avatar/AvatarClose/AvatarClose.module.css +0 -31
  611. package/src/avatar/AvatarClose/docs/AvatarClose__default.docs.js +0 -26
  612. package/src/avatar/AvatarCollision/AvatarCollision.js +0 -72
  613. package/src/avatar/AvatarCollision/AvatarCollision.module.css +0 -55
  614. package/src/avatar/AvatarCollision/docs/AvatarCollision__default.docs.js +0 -40
  615. package/src/avatar/AvatarIcon/AvatarIcon.js +0 -83
  616. package/src/avatar/AvatarIcon/AvatarIcon.module.css +0 -36
  617. package/src/avatar/AvatarIcon/docs/AvatarIcon__palette.docs.js +0 -35
  618. package/src/avatar/AvatarIcon/docs/AvatarIcon__size.docs.js +0 -36
  619. package/src/avatar/AvatarStatus/AvatarStatus.js +0 -51
  620. package/src/avatar/AvatarStatus/AvatarStatus.module.css +0 -64
  621. package/src/avatar/AvatarStatus/docs/AvatarStatus__size.docs.js +0 -34
  622. package/src/avatar/AvatarStatus/docs/AvatarStatus__state.docs.js +0 -63
  623. package/src/avatar/AvatarThread/AvatarThread.js +0 -88
  624. package/src/avatar/AvatarThread/AvatarThread.module.css +0 -58
  625. package/src/avatar/AvatarThread/docs/AvatarThread__default.docs.js +0 -45
  626. package/src/avatar/AvatarUser/AvatarUser.js +0 -100
  627. package/src/avatar/AvatarUser/AvatarUser.module.css +0 -61
  628. package/src/avatar/AvatarUser/docs/AvatarUser__default.docs.js +0 -111
  629. package/src/avatar/AvatarWithTeam/AvatarWithTeam.js +0 -57
  630. package/src/avatar/AvatarWithTeam/AvatarWithTeam.module.css +0 -16
  631. package/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js +0 -50
  632. package/src/avatar/AvatarWithTeam/docs/AvatarWithTeam__default.docs.js +0 -28
  633. package/src/docs/generalDocs.js +0 -119
  634. package/src/docs/lookupDocs.js +0 -33
  635. package/src/docs/setupDocs.js +0 -27
  636. package/src/dropdown/ToggleDropDown/ToggleDropDown.js +0 -598
  637. package/src/dropdown/ToggleDropDown/ToggleDropDown.module.css +0 -65
  638. package/src/dropdown/ToggleDropDown/docs/ToggleDropDown__default.docs.js +0 -75
  639. package/src/emptystate/.DS_Store +0 -0
  640. package/src/emptystate/CommonEmptyState/.DS_Store +0 -0
  641. package/src/emptystate/CommonEmptyState/CommonEmptyState.js +0 -117
  642. package/src/emptystate/CommonEmptyState/CommonEmptyState.module.css +0 -31
  643. package/src/emptystate/CommonEmptyState/docs/CommonEmptyState__default.docs.js +0 -53
  644. package/src/emptystate/EditionPage/EditionPage.css +0 -37
  645. package/src/emptystate/EditionPage/EditionPage.js +0 -69
  646. package/src/emptystate/EditionPage/docs/EditionPage__default.docs.js +0 -23
  647. package/src/errorstate/EmptyStates.module.css +0 -40
  648. package/src/errorstate/Inconvenience/Inconvenience.js +0 -42
  649. package/src/errorstate/Inconvenience/Inconvenience.module.css +0 -6
  650. package/src/errorstate/Inconvenience/docs/Inconvenience__default.docs.js +0 -19
  651. package/src/errorstate/LinkText/LinkText.js +0 -28
  652. package/src/errorstate/LinkText/LinkText.module.css +0 -6
  653. package/src/errorstate/LinkText/docs/LinkText__default.docs.js +0 -13
  654. package/src/errorstate/NoRequestFound/NoRequestFound.js +0 -42
  655. package/src/errorstate/NoRequestFound/NoRequestFound.module.css +0 -5
  656. package/src/errorstate/NoRequestFound/docs/NoRequestFound__default.docs.js +0 -19
  657. package/src/errorstate/PermissionPlay/PermissionPlay.js +0 -46
  658. package/src/errorstate/PermissionPlay/PermissionPlay.module.css +0 -33
  659. package/src/errorstate/PermissionPlay/docs/PermissionPlay__default.docs.js +0 -20
  660. package/src/errorstate/RequestUrlNotFound/RequestUrlNotFound.js +0 -42
  661. package/src/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css +0 -5
  662. package/src/errorstate/RequestUrlNotFound/docs/RequestUrlNotFound__default.docs.js +0 -19
  663. package/src/errorstate/UnableToProcess/UnableToProcess.js +0 -42
  664. package/src/errorstate/UnableToProcess/UnableToProcess.module.css +0 -14
  665. package/src/errorstate/UnableToProcess/docs/UnableToProcess__default.docs.js +0 -19
  666. package/src/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +0 -42
  667. package/src/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css +0 -14
  668. package/src/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__insufficient.docs.js +0 -20
  669. package/src/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__unauthorizedLogin.docs.js +0 -19
  670. package/src/errorstate/WillBack/WillBack.js +0 -40
  671. package/src/errorstate/WillBack/WillBack.module.css +0 -21
  672. package/src/errorstate/WillBack/docs/WillBack__default.docs.js +0 -21
  673. package/src/index.js +0 -14
  674. package/src/layout/SetupDetailLayout/SetupDetailLayout.js +0 -248
  675. package/src/layout/SetupDetailLayout/SetupDetailLayout.module.css +0 -116
  676. package/src/layout/SetupDetailLayout/docs/SetupDetailLayout__default.docs.js +0 -35
  677. package/src/layout/SetupDetailLayout/index.js +0 -4
  678. package/src/layout/SubtabLayout/SubtabLayout.js +0 -166
  679. package/src/layout/SubtabLayout/SubtabLayout.module.css +0 -66
  680. package/src/layout/SubtabLayout/docs/SubtabLayout__default.docs.js +0 -72
  681. package/src/layout/SubtabLayout/index.js +0 -3
  682. package/src/list/AvatarFlip/AvatarFlip.js +0 -86
  683. package/src/list/AvatarFlip/AvatarFlip.module.css +0 -15
  684. package/src/list/AvatarFlip/docs/AvatarFlip__default.docs.js +0 -207
  685. package/src/list/BluePrintStatus/BluePrintStatus.js +0 -31
  686. package/src/list/BluePrintStatus/BluePrintStatus.module.css +0 -13
  687. package/src/list/BluePrintStatus/docs/BluePrintStatus__default.docs.js +0 -20
  688. package/src/list/Comment/Comment.js +0 -54
  689. package/src/list/Comment/Comment.module.css +0 -17
  690. package/src/list/Comment/docs/Comment__default.docs.js +0 -22
  691. package/src/list/DepartmentDropDown/DepartmentDropDown.js +0 -78
  692. package/src/list/DepartmentDropDown/DepartmentDropDown.module.css +0 -62
  693. package/src/list/Dot/Dot.js +0 -28
  694. package/src/list/Dot/Dot.module.css +0 -13
  695. package/src/list/DotNew/DotNew.js +0 -24
  696. package/src/list/DotNew/DotNew.module.css +0 -16
  697. package/src/list/DotNew/docs/DotNew__default.docs.js +0 -18
  698. package/src/list/GridStencils/GridStencils.js +0 -46
  699. package/src/list/GridStencils/GridStencils.module.css +0 -131
  700. package/src/list/GridStencils/docs/GridStencils__default.docs.js +0 -30
  701. package/src/list/Icons/AddNewIcon.js +0 -53
  702. package/src/list/Icons/CompleteIcon.js +0 -54
  703. package/src/list/Icons/DeleteIcon.js +0 -61
  704. package/src/list/Icons/EditIcon.js +0 -61
  705. package/src/list/Icons/FloatingIcons.js +0 -32
  706. package/src/list/Icons/Icons.module.css +0 -15
  707. package/src/list/Icons/SmartIcon.js +0 -40
  708. package/src/list/Icons/docs/FloatingIcons__default.docs.js +0 -37
  709. package/src/list/ListLayout/ListLayout.js +0 -105
  710. package/src/list/ListLayout/ListLayout.module.css +0 -30
  711. package/src/list/ListLayout/docs/ListLayout__default.docs.js +0 -54
  712. package/src/list/ListStencils/ListStencils.js +0 -34
  713. package/src/list/ListStencils/ListStencils.module.css +0 -24
  714. package/src/list/ListStencils/docs/ListStencils__default.docs.js +0 -18
  715. package/src/list/SecondaryText/AccountName.js +0 -80
  716. package/src/list/SecondaryText/ContactName.js +0 -107
  717. package/src/list/SecondaryText/DepartmentText.js +0 -32
  718. package/src/list/SecondaryText/Email.js +0 -69
  719. package/src/list/SecondaryText/HappinessRating.js +0 -37
  720. package/src/list/SecondaryText/PhoneNumber.js +0 -72
  721. package/src/list/SecondaryText/PriorityText.js +0 -40
  722. package/src/list/SecondaryText/SecondaryText.js +0 -36
  723. package/src/list/SecondaryText/SecondaryText.module.css +0 -94
  724. package/src/list/SecondaryText/StatusText.js +0 -47
  725. package/src/list/SecondaryText/TicketId.js +0 -41
  726. package/src/list/SecondaryText/Website.js +0 -58
  727. package/src/list/SecondaryText/docs/ContactName__default.docs.js +0 -18
  728. package/src/list/SecondaryText/index.js +0 -11
  729. package/src/list/SecondryPanel/SecondryPanel.js +0 -120
  730. package/src/list/SecondryPanel/SecondryPanel.module.css +0 -27
  731. package/src/list/SecondryPanel/docs/SecondryPanelDocs.module.css +0 -41
  732. package/src/list/SecondryPanel/docs/SecondryPanel__default.docs.js +0 -66
  733. package/src/list/SentimentStatus/SentimentStatus.js +0 -32
  734. package/src/list/SentimentStatus/SentimentStatus.module.css +0 -9
  735. package/src/list/SentimentStatus/docs/SentimentStatus__default.docs.js +0 -20
  736. package/src/list/StatusDropdown/StatusDropdown.js +0 -174
  737. package/src/list/StatusDropdown/StatusDropdown.module.css +0 -51
  738. package/src/list/StatusDropdown/docs/StatusDropdown__default.docs.js +0 -72
  739. package/src/list/Subject/Subject.js +0 -71
  740. package/src/list/Subject/Subject.module.css +0 -9
  741. package/src/list/Subject/docs/Subject__default.docs.js +0 -27
  742. package/src/list/TagNew/TagNew.js +0 -37
  743. package/src/list/TagNew/TagNew.module.css +0 -108
  744. package/src/list/TagNew/docs/TagNew__default.docs.js +0 -18
  745. package/src/list/Thread/Thread.js +0 -36
  746. package/src/list/Thread/Thread.module.css +0 -15
  747. package/src/list/Thread/docs/Thread__default.docs.js +0 -18
  748. package/src/list/TimeInfo/TimeInfo.js +0 -156
  749. package/src/list/TimeInfo/docs/TimeInfo__default.docs.js +0 -26
  750. package/src/list/UserTime/UserTime.js +0 -130
  751. package/src/list/UserTime/UserTime.module.css +0 -42
  752. package/src/list/UserTime/docs/UserTime__default.docs.js +0 -122
  753. package/src/list/listCommon.module.css +0 -84
  754. package/src/lookup/.DS_Store +0 -0
  755. package/src/lookup/EmptyPage/EmptyPage.js +0 -62
  756. package/src/lookup/EmptyPage/LookupEmptyPage.module.css +0 -12
  757. package/src/lookup/EmptyPage/docs/EmptyPage__account.docs.js +0 -17
  758. package/src/lookup/EmptyPage/docs/EmptyPage__contact.docs.js +0 -17
  759. package/src/lookup/EmptyPage/docs/EmptyPage__default.docs.js +0 -16
  760. package/src/lookup/EmptyPage/docs/EmptyPage__product.docs.js +0 -17
  761. package/src/lookup/Lookup/Lookup.js +0 -80
  762. package/src/lookup/Lookup/Lookup.module.css +0 -22
  763. package/src/lookup/Lookup/docs/Lookup__contact.docs.js +0 -189
  764. package/src/lookup/Lookup/docs/Lookup__default.docs.js +0 -59
  765. package/src/lookup/Section/LookupSection.module.css +0 -7
  766. package/src/lookup/Section/Section.js +0 -27
  767. package/src/lookup/header/.DS_Store +0 -0
  768. package/src/lookup/header/Close/Close.js +0 -36
  769. package/src/lookup/header/Close/LookupClose.module.css +0 -15
  770. package/src/lookup/header/Close/docs/Close__default.docs.js +0 -17
  771. package/src/lookup/header/ModuleHeader/ModuleHeader.js +0 -76
  772. package/src/lookup/header/ModuleHeader/docs/ModuleHeader__default.docs.js +0 -39
  773. package/src/lookup/header/Search/LookupSearch.module.css +0 -14
  774. package/src/lookup/header/Search/Search.js +0 -104
  775. package/src/lookup/header/Search/docs/Search__default.docs.js +0 -41
  776. package/src/lookup/header/TicketHeader/TicketHeader.js +0 -105
  777. package/src/lookup/header/TicketHeader/TicketHeader.module.css +0 -19
  778. package/src/lookup/header/TicketHeader/docs/TicketHeader__default.docs.js +0 -63
  779. package/src/lookup/header/Title/LookupTitle.module.css +0 -20
  780. package/src/lookup/header/Title/Title.js +0 -37
  781. package/src/lookup/header/Title/docs/Title__default.docs.js +0 -17
  782. package/src/lookup/header/ViewDropDown/ViewDropDown.js +0 -185
  783. package/src/lookup/header/ViewDropDown/ViewDropDown.module.css +0 -50
  784. package/src/lookup/header/ViewDropDown/docs/ViewDropDown__default.docs.js +0 -54
  785. package/src/lookup/header/lookupHeaderCommon.module.css +0 -21
  786. package/src/lookup/header/lookupHeaderCommonResponsive.module.css +0 -15
  787. package/src/setup/header/Button/Button.js +0 -40
  788. package/src/setup/header/Button/HeaderButton.module.css +0 -3
  789. package/src/setup/header/Button/docs/Button__default.docs.js +0 -21
  790. package/src/setup/header/Link/HeaderLink.module.css +0 -16
  791. package/src/setup/header/Link/Link.js +0 -48
  792. package/src/setup/header/Link/docs/Link__default.docs.js +0 -20
  793. package/src/setup/header/Search/Search.js +0 -74
  794. package/src/setup/header/Search/Search.module.css +0 -56
  795. package/src/setup/header/Search/docs/Search__default.docs.js +0 -32
  796. package/src/setup/header/SelectDropdown/SelectDropdown.js +0 -122
  797. package/src/setup/header/SelectDropdown/SelectDropdown.module.css +0 -35
  798. package/src/setup/header/SelectDropdown/docs/SelectDropdown__default.docs.js +0 -31
  799. package/src/setup/header/Views/Views.js +0 -62
  800. package/src/setup/header/Views/Views.module.css +0 -27
  801. package/src/setup/header/Views/docs/Views__default.docs.js +0 -20
  802. package/src/setup/helptips/Description/Description.js +0 -22
  803. package/src/setup/helptips/Description/HelpTipsDescription.module.css +0 -6
  804. package/src/setup/helptips/Description/docs/Description__default.docs.js +0 -24
  805. package/src/setup/helptips/Link/HelpTipsLink.module.css +0 -6
  806. package/src/setup/helptips/Link/Link.js +0 -40
  807. package/src/setup/helptips/Link/docs/Link__default.docs.js +0 -27
  808. package/src/setup/helptips/ListGroup/ListGroup.js +0 -42
  809. package/src/setup/helptips/ListGroup/ListGroup.module.css +0 -17
  810. package/src/setup/helptips/ListGroup/docs/ListGroup__default.docs.js +0 -37
  811. package/src/setup/helptips/Title/HelpTipsTitle.module.css +0 -5
  812. package/src/setup/helptips/Title/Title.js +0 -22
  813. package/src/setup/helptips/Title/docs/Title__default.docs.js +0 -22
  814. package/src/setup/table/Table/Table.js +0 -25
  815. package/src/setup/table/Table/docs/Table__default.docs.js +0 -115
  816. package/src/setup/table/TableBody/TableBody.js +0 -27
  817. package/src/setup/table/TableData/TableData.css +0 -36
  818. package/src/setup/table/TableData/TableData.js +0 -45
  819. package/src/setup/table/TableData/hover.css +0 -6
  820. package/src/setup/table/TableHead/TableHead.css +0 -8
  821. package/src/setup/table/TableHead/TableHead.js +0 -53
  822. package/src/setup/table/TableRow/TableRow.css +0 -10
  823. package/src/setup/table/TableRow/TableRow.js +0 -60
  824. package/src/setup/table/Text/Text.css +0 -37
  825. package/src/setup/table/Text/Text.js +0 -81
  826. package/src/setup/table/Text/docs/Text__default.docs.js +0 -38
  827. package/src/svg/.DS_Store +0 -0
  828. package/src/svg/PlusIcon.js +0 -43
  829. package/src/svg/SnippetIcon.js +0 -50
  830. package/src/svg/TemplateIcon.js +0 -46
  831. package/src/svg/docs/SVG__default.docs.js +0 -46
  832. package/src/svg/images/.DS_Store +0 -0
  833. package/src/utils/ChannelIconMapping.js +0 -112
  834. package/src/utils/General.js +0 -18
  835. package/src/utils/KeyboardApi.js +0 -280
  836. package/src/utils/Ticket.js +0 -10
  837. package/unittest/index.html +0 -37
@@ -1,112 +0,0 @@
1
- import _Object$getPrototypeOf from 'babel-runtime/core-js/object/get-prototype-of';
2
- import _classCallCheck from 'babel-runtime/helpers/classCallCheck';
3
- import _createClass from 'babel-runtime/helpers/createClass';
4
- import _possibleConstructorReturn from 'babel-runtime/helpers/possibleConstructorReturn';
5
- import _inherits from 'babel-runtime/helpers/inherits';
6
- import React, { Component } from 'react';
7
- import PropTypes from 'prop-types';
8
- import Icon from '@zohodesk/icons/lib/Icon';
9
- import { Box } from '@zohodesk/components/lib/Layout';
10
- import { UserTimeDiffFormat } from '@zohodesk/i18n';
11
-
12
- import style from './UserTime.module.css';
13
-
14
- var UserTime = function (_Component) {
15
- _inherits(UserTime, _Component);
16
-
17
- function UserTime(props) {
18
- _classCallCheck(this, UserTime);
19
-
20
- return _possibleConstructorReturn(this, (UserTime.__proto__ || _Object$getPrototypeOf(UserTime)).call(this, props));
21
- }
22
-
23
- _createClass(UserTime, [{
24
- key: 'render',
25
- value: function render() {
26
- var _props = this.props,
27
- icon = _props.icon,
28
- iconColor = _props.iconColor,
29
- to = _props.to,
30
- today = _props.today,
31
- yesterday = _props.yesterday,
32
- tomorrow = _props.tomorrow,
33
- others = _props.others,
34
- ago = _props.ago,
35
- later = _props.later,
36
- format = _props.format,
37
- title = _props.title,
38
- textClass = _props.textClass,
39
- iconClass = _props.iconClass,
40
- containerClass = _props.containerClass,
41
- dataId = _props.dataId;
42
-
43
- return React.createElement(
44
- 'div',
45
- {
46
- className: style.container + ' ' + (containerClass ? containerClass : ''),
47
- 'data-title': title,
48
- 'data-id': dataId
49
- },
50
- icon && React.createElement(
51
- Box,
52
- { className: '' + style[iconColor] },
53
- icon === 'closedTime' ? React.createElement(Icon, {
54
- iconClass: style.iconStyle + ' ' + style.closedTime + ' ' + style.f8 + ' ' + (iconClass ? iconClass : ''),
55
- name: 'ZD-closedtime1'
56
- }) : icon === 'overdue' ? React.createElement(Icon, {
57
- name: 'ZD-overdue',
58
- iconClass: style.iconStyle + ' ' + style.f8 + ' ' + (iconClass ? iconClass : '')
59
- }) : icon === 'createdTime' ? React.createElement(Icon, {
60
- name: 'ZD-createdtime2',
61
- iconClass: style.iconStyle + ' ' + style.f8 + ' ' + (iconClass ? iconClass : '')
62
- }) : icon === 'completedTask' ? React.createElement(Icon, {
63
- iconClass: style.iconStyle + ' ' + style.f8 + ' ' + style.completedTask + ' ' + (iconClass ? iconClass : ''),
64
- name: 'ZD-completedTask1'
65
- }) : React.createElement(Icon, {
66
- name: 'ZD-dueTime',
67
- iconClass: style.iconStyle + ' ' + style.f8 + ' ' + (iconClass ? iconClass : '')
68
- })
69
- ),
70
- React.createElement(
71
- Box,
72
- { flexible: true },
73
- React.createElement(UserTimeDiffFormat, {
74
- ago: ago,
75
- className: style.textStyle + ' ' + (textClass ? textClass : ''),
76
- format: format,
77
- later: later,
78
- to: to
79
- })
80
- )
81
- );
82
- }
83
- }]);
84
-
85
- return UserTime;
86
- }(Component);
87
-
88
- export default UserTime;
89
-
90
- UserTime.propTypes = {
91
- ago: PropTypes.string,
92
- containerClass: PropTypes.string,
93
- dataId: PropTypes.dtring,
94
- format: PropTypes.func,
95
- icon: PropTypes.oneOf(['closedTime', 'overdue', 'createdTime', 'completedTask', 'dueTime']),
96
- iconClass: PropTypes.string,
97
- iconColor: PropTypes.oneOf(['red', 'green', 'orange', 'gray']),
98
- later: PropTypes.string,
99
- others: PropTypes.func,
100
- textClass: PropTypes.string,
101
- title: PropTypes.string,
102
- to: PropTypes.string,
103
- today: PropTypes.oneOfType([PropTypes.string, PropTypes.object, PropTypes.func]),
104
- tomorrow: PropTypes.oneOfType([PropTypes.string, PropTypes.object, PropTypes.func]),
105
- yesterday: PropTypes.oneOfType([PropTypes.string, PropTypes.object, PropTypes.func])
106
- };
107
- if (false) {
108
- UserTime.docs = {
109
- folderName: 'List',
110
- componentGroup: 'UserTime'
111
- };
112
- }
@@ -1,49 +0,0 @@
1
- .container {
2
- composes: inlineFlex from '../listCommon.module.css';
3
- composes: alignVertical from '~@zohodesk/components/lib/common/common.module.css';
4
- max-width: 100%;
5
- }
6
- .f8 {
7
- font-size: var(--zd_size8);
8
- }
9
- .f9 {
10
- font-size: var(--zd_size9);
11
- }
12
- .closedTime span:last-child:before,
13
- .completedTask span:first-child:before {
14
- color: inherit;
15
- }
16
- .closedTime span:first-child:before {
17
- color: var(--zd_text_olive10);
18
- }
19
- .textStyle {
20
- font-size: var(--zd_size11);
21
- color: var(--dot_text_shuttleGrey);
22
- display: block;
23
- composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
24
- }
25
-
26
- .iconStyle {
27
- display: block;
28
- }
29
-
30
- [dir=ltr] .iconStyle {
31
- margin-right: var(--zd_size3);
32
- }
33
-
34
- [dir=rtl] .iconStyle {
35
- margin-left: var(--zd_size3);
36
- }
37
- /* colors */
38
- .red {
39
- color: var(--dot_text_brightRed);
40
- }
41
- .green {
42
- color: var(--dot_text_strongGreen);
43
- }
44
- .orange {
45
- color: var(--dot_text_vividOrange);
46
- }
47
- .gray {
48
- color: var(--dot_text_shuttleGrey);
49
- }
@@ -1,172 +0,0 @@
1
- import _Object$getPrototypeOf from 'babel-runtime/core-js/object/get-prototype-of';
2
- import _classCallCheck from 'babel-runtime/helpers/classCallCheck';
3
- import _createClass from 'babel-runtime/helpers/createClass';
4
- import _possibleConstructorReturn from 'babel-runtime/helpers/possibleConstructorReturn';
5
- import _inherits from 'babel-runtime/helpers/inherits';
6
- import React, { Component } from 'react';
7
- import PropTypes from 'prop-types';
8
- import UserTime from '../UserTime';
9
- import { I18NProvider } from '@zohodesk/i18n';
10
-
11
- var UserTime__default = function (_Component) {
12
- _inherits(UserTime__default, _Component);
13
-
14
- function UserTime__default(props) {
15
- _classCallCheck(this, UserTime__default);
16
-
17
- return _possibleConstructorReturn(this, (UserTime__default.__proto__ || _Object$getPrototypeOf(UserTime__default)).call(this, props));
18
- }
19
-
20
- _createClass(UserTime__default, [{
21
- key: 'render',
22
- value: function render() {
23
- return React.createElement(
24
- I18NProvider,
25
- { timeZone: 'Asia/Calcutta' },
26
- React.createElement(
27
- 'div',
28
- null,
29
- React.createElement(
30
- 'div',
31
- { style: { margin: '10px' } },
32
- React.createElement(UserTime, {
33
- to: '2018-02-28T10:12:31.000Z',
34
- icon: 'closedTime',
35
- format: function format(_ref) {
36
- var years = _ref.years,
37
- days = _ref.days,
38
- months = _ref.months,
39
- hours = _ref.hours;
40
-
41
- if (years == 0 && days == 0 && months == 0) {
42
- return 'hh:mm A';
43
- } else if (years == 0 && days < 7 && months == 0) {
44
- return 'ddd DD MMM';
45
- } else if (years == 0 && months > 1) {
46
- return 'DD MMM';
47
- }
48
- return 'DD MMM YYYY';
49
- },
50
- ago: 'ago',
51
- later: 'late'
52
- })
53
- ),
54
- React.createElement(
55
- 'div',
56
- { style: { margin: '10px' } },
57
- React.createElement(UserTime, {
58
- to: '2018-02-28T10:12:31.000Z',
59
- icon: 'overdue',
60
- iconColor: 'red',
61
- format: function format(_ref2) {
62
- var years = _ref2.years,
63
- days = _ref2.days,
64
- months = _ref2.months,
65
- hours = _ref2.hours;
66
-
67
- if (years == 0 && days == 0 && months == 0) {
68
- return 'hh:mm A';
69
- } else if (years == 0 && days < 7 && months == 0) {
70
- return 'ddd DD MMM';
71
- } else if (years == 0 && months > 1) {
72
- return 'DD MMM';
73
- }
74
- return 'DD MMM YYYY';
75
- },
76
- ago: 'ago',
77
- later: 'late'
78
- })
79
- ),
80
- React.createElement(
81
- 'div',
82
- { style: { margin: '10px' } },
83
- React.createElement(UserTime, {
84
- to: '2018-02-28T10:12:31.000Z',
85
- icon: 'createdtime',
86
- iconColor: 'green',
87
- format: function format(_ref3) {
88
- var years = _ref3.years,
89
- days = _ref3.days,
90
- months = _ref3.months,
91
- hours = _ref3.hours;
92
-
93
- if (years == 0 && days == 0 && months == 0) {
94
- return 'hh:mm A';
95
- } else if (years == 0 && days < 7 && months == 0) {
96
- return 'ddd DD MMM';
97
- } else if (years == 0 && months > 1) {
98
- return 'DD MMM';
99
- }
100
- return 'DD MMM YYYY';
101
- },
102
- ago: 'ago',
103
- later: 'late'
104
- })
105
- ),
106
- React.createElement(
107
- 'div',
108
- { style: { margin: '10px' } },
109
- React.createElement(UserTime, {
110
- to: '2018-02-28T10:12:31.000Z',
111
- icon: 'completedTask',
112
- format: function format(_ref4) {
113
- var years = _ref4.years,
114
- days = _ref4.days,
115
- months = _ref4.months,
116
- hours = _ref4.hours;
117
-
118
- if (years == 0 && days == 0 && months == 0) {
119
- return 'hh:mm A';
120
- } else if (years == 0 && days < 7 && months == 0) {
121
- return 'ddd DD MMM';
122
- } else if (years == 0 && months > 1) {
123
- return 'DD MMM';
124
- }
125
- return 'DD MMM YYYY';
126
- },
127
- ago: 'ago',
128
- later: 'late'
129
- })
130
- ),
131
- React.createElement(
132
- 'div',
133
- { style: { margin: '10px' } },
134
- React.createElement(UserTime, {
135
- to: '2018-02-28T10:12:31.000Z',
136
- icon: 'dueTime',
137
- iconColor: 'orange',
138
- format: function format(_ref5) {
139
- var years = _ref5.years,
140
- days = _ref5.days,
141
- months = _ref5.months,
142
- hours = _ref5.hours;
143
-
144
- if (years == 0 && days == 0 && months == 0) {
145
- return 'hh:mm A';
146
- } else if (years == 0 && days < 7 && months == 0) {
147
- return 'ddd DD MMM';
148
- } else if (years == 0 && months > 1) {
149
- return 'DD MMM';
150
- }
151
- return 'DD MMM YYYY';
152
- },
153
- ago: 'ago',
154
- later: 'late'
155
- })
156
- )
157
- )
158
- );
159
- }
160
- }]);
161
-
162
- return UserTime__default;
163
- }(Component);
164
-
165
- export default UserTime__default;
166
-
167
- if (false) {
168
- UserTime__default.docs = {
169
- folderName: 'List',
170
- componentGroup: 'UserTime'
171
- };
172
- }
@@ -1,92 +0,0 @@
1
- .inlineBlockMiddle {
2
- display: inline-block;
3
- vertical-align: middle;
4
- }
5
- .inlineFlex {
6
- composes: dInflex from '~@zohodesk/components/lib/common/common.module.css';
7
- composes: alignVertical from '~@zohodesk/components/lib/common/common.module.css';
8
- }
9
- [dir=ltr] .avatarMargin {
10
- margin-right: var(--zd_size25);
11
- }
12
- [dir=rtl] .avatarMargin {
13
- margin-left: var(--zd_size25);
14
- }
15
-
16
- .subject {
17
- composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
18
- font-size: var(--zd_size16);
19
- }
20
- .secondaryText {
21
- font-size: var(--zd_size12);
22
- composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
23
- max-width: 100%;
24
- cursor: pointer;
25
- }
26
- .blueText {
27
- composes: secondaryText;
28
- color: var(--zd_text_primary);
29
- composes: inlineBlockMiddle;
30
- }
31
- .linkText {
32
- composes: secondaryText;
33
- color: var(--dot_text_shuttleGrey);
34
- display: block;
35
- }
36
- .linkText:hover {
37
- color: var(--zd_text_primary);
38
- }
39
- .secondaryPanel {
40
- min-height: var(--zd_size21);
41
- line-height: var(--zd_size18);
42
- composes: dflex from '~@zohodesk/components/lib/common/common.module.css';
43
- composes: alignVertical from '~@zohodesk/components/lib/common/common.module.css';
44
- composes: flexwrap from '~@zohodesk/components/lib/common/common.module.css';
45
- }
46
- .classic .floatingIconContainer {
47
- display: none;
48
- }
49
- .compact .floatingIconContainer,
50
- .superCompact .floatingIconContainer,
51
- .listContainer:hover .classic .floatingIconContainer {
52
- display: inline-flex;
53
- align-items: center;
54
- }
55
- .compact .floatingIconContainer,
56
- .superCompact .floatingIconContainer {
57
- opacity: 0;
58
- visibility: hidden;
59
- }
60
- .floatingIcons {
61
- font-size: var(--zd_size13);
62
- }
63
- .listContainer {
64
- position: relative;
65
- transition: 0.5s all ease;
66
- }
67
- .listContainer:hover .compact .floatingIconContainer,
68
- .listContainer:hover .superCompact .floatingIconContainer {
69
- opacity: 1;
70
- visibility: visible;
71
- }
72
- .assignPopup {
73
- composes: inlineBlockMiddle;
74
- }
75
- .default {
76
- color: var(--zd_text_smoke18);
77
- }
78
- .primary {
79
- color: var(--zd_text_olive6);
80
- }
81
- .danger {
82
- color: var(--zd_text_danger);
83
- }
84
- .statusColumn {
85
- composes: inlineBlockMiddle;
86
- }
87
- [dir=ltr] .statusColumn {
88
- text-align: right;
89
- }
90
- [dir=rtl] .statusColumn {
91
- text-align: left;
92
- }
@@ -1,89 +0,0 @@
1
- import _Object$getPrototypeOf from 'babel-runtime/core-js/object/get-prototype-of';
2
- import _classCallCheck from 'babel-runtime/helpers/classCallCheck';
3
- import _createClass from 'babel-runtime/helpers/createClass';
4
- import _possibleConstructorReturn from 'babel-runtime/helpers/possibleConstructorReturn';
5
- import _inherits from 'babel-runtime/helpers/inherits';
6
- /*** Libraries ***/
7
- import React, { Component } from 'react';
8
- import PropTypes from 'prop-types';
9
-
10
- import EmptySearch from '@zohodesk/svg/lib/svg/EmptySearch';
11
- import EmptyAccounts from '@zohodesk/svg/lib/svg/EmptyAccounts';
12
- import EmptyContact from '@zohodesk/svg/lib/svg/EmptyContact';
13
- import EmptyProducts from '@zohodesk/svg/lib/svg/EmptyProducts';
14
- /*** CSS ***/
15
- import style from './LookupEmptyPage.module.css';
16
-
17
- var EmptyPage = function (_Component) {
18
- _inherits(EmptyPage, _Component);
19
-
20
- function EmptyPage(props) {
21
- _classCallCheck(this, EmptyPage);
22
-
23
- var _this = _possibleConstructorReturn(this, (EmptyPage.__proto__ || _Object$getPrototypeOf(EmptyPage)).call(this, props));
24
-
25
- _this.renderEmptyState = _this.renderEmptyState.bind();
26
- return _this;
27
- }
28
-
29
- _createClass(EmptyPage, [{
30
- key: 'renderEmptyState',
31
- value: function renderEmptyState(type) {
32
- switch (type) {
33
- case 'search':
34
- return React.createElement(EmptySearch, { className: style.image });
35
-
36
- case 'account':
37
- return React.createElement(EmptyAccounts, { className: style.image });
38
-
39
- case 'contact':
40
- return React.createElement(EmptyContact, { className: style.image });
41
-
42
- case 'product':
43
- return React.createElement(EmptyProducts, { className: style.image });
44
-
45
- default:
46
- return null;
47
- }
48
- }
49
- }, {
50
- key: 'render',
51
- value: function render() {
52
- var _props = this.props,
53
- type = _props.type,
54
- title = _props.title;
55
-
56
- return React.createElement(
57
- 'div',
58
- { className: style.container, 'data-id': 'empty_' + type },
59
- this.renderEmptyState(type),
60
- React.createElement(
61
- 'div',
62
- { className: style.contentDiv },
63
- title
64
- )
65
- );
66
- }
67
- }]);
68
-
69
- return EmptyPage;
70
- }(Component);
71
-
72
- export default EmptyPage;
73
-
74
-
75
- EmptyPage.propTypes = {
76
- title: PropTypes.string,
77
- type: PropTypes.oneOf(['search', 'account', 'contact', 'product'])
78
- };
79
-
80
- EmptyPage.defaultProps = {
81
- title: 'No Results Found',
82
- type: 'search'
83
- };
84
-
85
- if (false) {
86
- EmptyPage.docs = {
87
- componentGroup: 'Lookup'
88
- };
89
- }
@@ -1,12 +0,0 @@
1
- .container {
2
- text-align: center;
3
- }
4
- .image {
5
- margin: var(--zd_size20) auto;
6
- }
7
- .contentDiv {
8
- font-size: var(--zd_size20);
9
- font-family: var(--zd_semibold);
10
- composes: ftsmooth from '~@zohodesk/components/lib/common/common.module.css';
11
- margin-top: var(--zd_size15);
12
- }
@@ -1,38 +0,0 @@
1
- import _Object$getPrototypeOf from 'babel-runtime/core-js/object/get-prototype-of';
2
- import _classCallCheck from 'babel-runtime/helpers/classCallCheck';
3
- import _createClass from 'babel-runtime/helpers/createClass';
4
- import _possibleConstructorReturn from 'babel-runtime/helpers/possibleConstructorReturn';
5
- import _inherits from 'babel-runtime/helpers/inherits';
6
- /*** Libraries ***/
7
- import React, { Component } from 'react';
8
-
9
- /*** Components ***/
10
- import EmptyPage from '../EmptyPage';
11
-
12
- var EmptyPage__account = function (_Component) {
13
- _inherits(EmptyPage__account, _Component);
14
-
15
- function EmptyPage__account() {
16
- _classCallCheck(this, EmptyPage__account);
17
-
18
- return _possibleConstructorReturn(this, (EmptyPage__account.__proto__ || _Object$getPrototypeOf(EmptyPage__account)).apply(this, arguments));
19
- }
20
-
21
- _createClass(EmptyPage__account, [{
22
- key: 'render',
23
- value: function render() {
24
- return React.createElement(EmptyPage, { type: 'account', title: 'No Accounts Found' });
25
- }
26
- }]);
27
-
28
- return EmptyPage__account;
29
- }(Component);
30
-
31
- export default EmptyPage__account;
32
-
33
-
34
- if (false) {
35
- EmptyPage__account.docs = {
36
- componentGroup: 'Lookup'
37
- };
38
- }
@@ -1,38 +0,0 @@
1
- import _Object$getPrototypeOf from 'babel-runtime/core-js/object/get-prototype-of';
2
- import _classCallCheck from 'babel-runtime/helpers/classCallCheck';
3
- import _createClass from 'babel-runtime/helpers/createClass';
4
- import _possibleConstructorReturn from 'babel-runtime/helpers/possibleConstructorReturn';
5
- import _inherits from 'babel-runtime/helpers/inherits';
6
- /*** Libraries ***/
7
- import React, { Component } from 'react';
8
-
9
- /*** Components ***/
10
- import EmptyPage from '../EmptyPage';
11
-
12
- var EmptyPage__contact = function (_Component) {
13
- _inherits(EmptyPage__contact, _Component);
14
-
15
- function EmptyPage__contact() {
16
- _classCallCheck(this, EmptyPage__contact);
17
-
18
- return _possibleConstructorReturn(this, (EmptyPage__contact.__proto__ || _Object$getPrototypeOf(EmptyPage__contact)).apply(this, arguments));
19
- }
20
-
21
- _createClass(EmptyPage__contact, [{
22
- key: 'render',
23
- value: function render() {
24
- return React.createElement(EmptyPage, { type: 'contact', title: 'No Contacts Found' });
25
- }
26
- }]);
27
-
28
- return EmptyPage__contact;
29
- }(Component);
30
-
31
- export default EmptyPage__contact;
32
-
33
-
34
- if (false) {
35
- EmptyPage__contact.docs = {
36
- componentGroup: 'Lookup'
37
- };
38
- }
@@ -1,37 +0,0 @@
1
- import _Object$getPrototypeOf from 'babel-runtime/core-js/object/get-prototype-of';
2
- import _classCallCheck from 'babel-runtime/helpers/classCallCheck';
3
- import _createClass from 'babel-runtime/helpers/createClass';
4
- import _possibleConstructorReturn from 'babel-runtime/helpers/possibleConstructorReturn';
5
- import _inherits from 'babel-runtime/helpers/inherits';
6
- /*** Libraries ***/
7
- import React, { Component } from 'react';
8
-
9
- /*** Components ***/
10
- import EmptyPage from '../EmptyPage';
11
-
12
- var EmptyPage__default = function (_Component) {
13
- _inherits(EmptyPage__default, _Component);
14
-
15
- function EmptyPage__default() {
16
- _classCallCheck(this, EmptyPage__default);
17
-
18
- return _possibleConstructorReturn(this, (EmptyPage__default.__proto__ || _Object$getPrototypeOf(EmptyPage__default)).apply(this, arguments));
19
- }
20
-
21
- _createClass(EmptyPage__default, [{
22
- key: 'render',
23
- value: function render() {
24
- return React.createElement(EmptyPage, null);
25
- }
26
- }]);
27
-
28
- return EmptyPage__default;
29
- }(Component);
30
-
31
- export default EmptyPage__default;
32
-
33
- if (false) {
34
- EmptyPage__default.docs = {
35
- componentGroup: 'Lookup'
36
- };
37
- }
@@ -1,38 +0,0 @@
1
- import _Object$getPrototypeOf from 'babel-runtime/core-js/object/get-prototype-of';
2
- import _classCallCheck from 'babel-runtime/helpers/classCallCheck';
3
- import _createClass from 'babel-runtime/helpers/createClass';
4
- import _possibleConstructorReturn from 'babel-runtime/helpers/possibleConstructorReturn';
5
- import _inherits from 'babel-runtime/helpers/inherits';
6
- /*** Libraries ***/
7
- import React, { Component } from 'react';
8
-
9
- /*** Components ***/
10
- import EmptyPage from '../EmptyPage';
11
-
12
- var EmptyPage__product = function (_Component) {
13
- _inherits(EmptyPage__product, _Component);
14
-
15
- function EmptyPage__product() {
16
- _classCallCheck(this, EmptyPage__product);
17
-
18
- return _possibleConstructorReturn(this, (EmptyPage__product.__proto__ || _Object$getPrototypeOf(EmptyPage__product)).apply(this, arguments));
19
- }
20
-
21
- _createClass(EmptyPage__product, [{
22
- key: 'render',
23
- value: function render() {
24
- return React.createElement(EmptyPage, { type: 'product', title: 'No Products Found' });
25
- }
26
- }]);
27
-
28
- return EmptyPage__product;
29
- }(Component);
30
-
31
- export default EmptyPage__product;
32
-
33
-
34
- if (false) {
35
- EmptyPage__product.docs = {
36
- componentGroup: 'Lookup'
37
- };
38
- }