@zohodesk/dot 1.0.0-temp-60 → 1.0.0-temp-63

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 (1036) hide show
  1. package/README.md +19 -0
  2. package/{es → assets}/Appearance/dark/mode/dotDarkMode.module.css +1 -1
  3. package/{es → assets}/Appearance/dark/themes/blue/blueDarkDotTheme.module.css +1 -1
  4. package/{es → assets}/Appearance/dark/themes/green/greenDarkDotTheme.module.css +0 -0
  5. package/{src → assets}/Appearance/dark/themes/orange/orangeDarkDotTheme.module.css +1 -1
  6. package/{es → assets}/Appearance/dark/themes/red/redDarkDotTheme.module.css +0 -0
  7. package/{es → assets}/Appearance/dark/themes/yellow/yellowDarkDotTheme.module.css +0 -0
  8. package/{es → assets}/Appearance/default/mode/dotDefaultMode.module.css +1 -1
  9. package/{es → assets}/Appearance/default/themes/blue/blueDefaultDotTheme.module.css +0 -0
  10. package/{es → assets}/Appearance/default/themes/green/greenDefaultDotTheme.module.css +1 -1
  11. package/{es → assets}/Appearance/default/themes/orange/orangeDefaultDotTheme.module.css +0 -0
  12. package/{es → assets}/Appearance/default/themes/red/redDefaultDotTheme.module.css +0 -0
  13. package/{es → assets}/Appearance/default/themes/yellow/yellowDefaultDotTheme.module.css +0 -0
  14. package/es/ActionButton/ActionButton.js +10 -6
  15. package/es/ActionButton/ActionButton.module.css +26 -9
  16. package/es/AlphabeticList/AlphabeticList.module.css +7 -4
  17. package/es/Attachment/Attachment.module.css +24 -13
  18. package/es/ChannelIcon/ChannelIcon.module.css +30 -21
  19. package/es/Drawer/Drawer.js +8 -6
  20. package/es/Drawer/Drawer.module.css +59 -11
  21. package/es/ExternalLink/__tests__/ExternalLink.spec.js +0 -1
  22. package/es/FlipCard/FlipCard.module.css +14 -5
  23. package/es/FormAction/FormAction.module.css +34 -9
  24. package/es/FreezeLayer/FreezeLayer.module.css +6 -2
  25. package/es/IconButton/IconButton.module.css +1 -1
  26. package/es/ImportantNotes/ImportantNotes.module.css +8 -3
  27. package/es/Link/Link.js +1 -1
  28. package/es/Loader/Loader.module.css +25 -4
  29. package/es/Message/Message.module.css +42 -9
  30. package/es/MessageBanner/MessageBanner.module.css +12 -4
  31. package/es/NewStar/NewStar.module.css +42 -5
  32. package/es/Provider.js +46 -46
  33. package/es/ToastMessage/ToastMessage.module.css +98 -27
  34. package/es/Upload/Upload.module.css +28 -9
  35. package/es/alert/AlertHeader/AlertHeader.module.css +21 -3
  36. package/es/alert/AlertLookup/AlertLookup.js +10 -5
  37. package/es/alert/AlertLookup/AlertLookup.module.css +7 -3
  38. package/es/avatar/AvatarClose/AvatarClose.module.css +9 -3
  39. package/es/avatar/AvatarCollision/AvatarCollision.module.css +18 -4
  40. package/es/avatar/AvatarIcon/AvatarIcon.module.css +3 -4
  41. package/es/avatar/AvatarStatus/AvatarStatus.module.css +59 -9
  42. package/es/avatar/AvatarThread/AvatarThread.module.css +55 -5
  43. package/es/avatar/AvatarUser/AvatarUser.module.css +81 -10
  44. package/es/avatar/AvatarWithTeam/AvatarWithTeam.module.css +10 -3
  45. package/es/deprecated/SelectDropdown/SelectDropdown.module.css +11 -3
  46. package/es/dropdown/ToggleDropDown/ToggleDropDown.js +11 -5
  47. package/es/dropdown/ToggleDropDown/ToggleDropDown.module.css +19 -6
  48. package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +13 -8
  49. package/es/emptystate/EditionPage/EditionPage.css +9 -3
  50. package/es/errorstate/EmptyStates.module.css +16 -13
  51. package/es/errorstate/Inconvenience/Inconvenience.js +36 -32
  52. package/es/errorstate/Inconvenience/Inconvenience.module.css +3 -0
  53. package/es/errorstate/LinkText/LinkText.module.css +1 -1
  54. package/es/errorstate/NoRequestFound/NoRequestFound.js +36 -32
  55. package/es/errorstate/PermissionPlay/PermissionPlay.js +35 -31
  56. package/es/errorstate/PermissionPlay/PermissionPlay.module.css +3 -3
  57. package/es/errorstate/RequestUrlNotFound/RequestUrlNotFound.js +36 -32
  58. package/es/errorstate/UnableToProcess/UnableToProcess.js +36 -32
  59. package/es/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +36 -32
  60. package/es/errorstate/WillBack/WillBack.js +34 -30
  61. package/es/errorstate/WillBack/WillBack.module.css +1 -3
  62. package/es/form/fields/CheckBoxField/CheckBoxField.js +1 -1
  63. package/es/form/fields/CurrencyField/CurrencyField.js +2 -2
  64. package/es/form/fields/DateField/DateField.js +2 -2
  65. package/es/form/fields/Fields.module.css +54 -16
  66. package/es/form/fields/MultiSelectField/MultiSelectField.js +2 -2
  67. package/es/form/fields/RadioField/RadioField.js +2 -2
  68. package/es/form/fields/SelectField/SelectField.js +2 -2
  69. package/es/form/fields/TagsMultiSelect/TagsMultiSelect.js +2 -2
  70. package/es/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +19 -7
  71. package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +2 -4
  72. package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css +4 -1
  73. package/es/form/fields/TextBoxField/TextBoxField.js +2 -2
  74. package/es/form/fields/TextEditor/TextEditor.js +7 -4
  75. package/es/form/fields/TextEditor/TextEditor.module.css +145 -72
  76. package/es/form/fields/TextEditorField/TextEditorField.js +2 -2
  77. package/es/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +13 -2
  78. package/es/form/fields/TextareaField/TextareaField.js +2 -2
  79. package/es/form/fields/ValidationMessage/ValidationMessage.module.css +9 -4
  80. package/es/layout/SetupDetailLayout/SetupDetailLayout.module.css +54 -18
  81. package/es/layout/SubtabLayout/SubtabLayout.module.css +55 -29
  82. package/es/list/BluePrintStatus/BluePrintStatus.module.css +4 -1
  83. package/es/list/Comment/Comment.module.css +5 -0
  84. package/es/list/DotNew/DotNew.module.css +3 -3
  85. package/es/list/GridStencils/GridStencils.module.css +70 -16
  86. package/es/list/Icons/Icons.module.css +1 -1
  87. package/es/list/ListLayout/ListLayout.module.css +22 -14
  88. package/es/list/ListStencils/ListStencils.module.css +11 -6
  89. package/es/list/SecondaryText/SecondaryText.module.css +13 -3
  90. package/es/list/SentimentStatus/SentimentStatus.module.css +4 -1
  91. package/es/list/TagNew/TagNew.module.css +14 -7
  92. package/es/list/Thread/Thread.module.css +13 -1
  93. package/es/list/UserTime/UserTime.module.css +6 -0
  94. package/es/list/listCommon.module.css +10 -2
  95. package/es/list/status/StatusDropdown/StatusDropdown.module.css +19 -6
  96. package/es/list/status/StatusListItem/StatusListItem.js +0 -2
  97. package/es/list/status/StatusListItem/StatusListItem.module.css +38 -15
  98. package/es/lookup/Lookup/Lookup.module.css +2 -2
  99. package/es/lookup/Section/LookupSection.module.css +2 -2
  100. package/es/lookup/header/Close/LookupClose.module.css +5 -5
  101. package/es/lookup/header/Search/LookupSearch.module.css +21 -12
  102. package/es/lookup/header/TicketHeader/TicketHeader.js +3 -1
  103. package/es/lookup/header/TicketHeader/TicketHeader.module.css +7 -3
  104. package/es/lookup/header/ViewDropDown/ViewDropDown.js +8 -4
  105. package/es/lookup/header/ViewDropDown/ViewDropDown.module.css +9 -5
  106. package/es/lookup/header/lookupHeaderCommon.module.css +16 -6
  107. package/es/lookup/header/lookupHeaderCommonResponsive.module.css +12 -3
  108. package/es/setup/header/Button/HeaderButton.module.css +3 -1
  109. package/es/setup/header/Link/HeaderLink.module.css +7 -1
  110. package/es/setup/header/Search/Search.module.css +20 -9
  111. package/es/setup/header/Views/Views.module.css +16 -6
  112. package/es/setup/helptips/Description/HelpTipsDescription.module.css +1 -1
  113. package/es/setup/helptips/Link/HelpTipsLink.module.css +1 -0
  114. package/es/setup/helptips/ListGroup/ListGroup.module.css +6 -1
  115. package/es/setup/table/TableData/SetupTableData.module.css +11 -3
  116. package/es/setup/table/TableHead/SetupTableHead.module.css +4 -0
  117. package/es/setup/table/TableRow/SetupTableRow.module.css +6 -2
  118. package/es/utils/General.js +7 -3
  119. package/es/utils/KeyboardApi.js +3 -1
  120. package/es/utils/editorUtils.js +5 -2
  121. package/es/version2/AlertClose/AlertClose.module.css +1 -1
  122. package/es/version2/GlobalNotification/GlobalNotification.module.css +44 -9
  123. package/es/version2/errorstate/V2_ErrorStates.module.css +2 -3
  124. package/es/version2/lookup/AlertHeader/AlertHeaderNew.module.css +26 -3
  125. package/es/version2/lookup/AlertLookup/AlertLookup.js +10 -5
  126. package/es/version2/lookup/AlertLookup/AlertLookupNew.module.css +8 -4
  127. package/es/version2/lookup/alertLookupCommonNew.module.css +8 -1
  128. package/es/version2/notification/DesktopNotification/DesktopNotification.module.css +28 -12
  129. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +50 -13
  130. package/lib/ActionButton/ActionButton.js +13 -9
  131. package/lib/ActionButton/ActionButton.module.css +26 -9
  132. package/lib/AlphabeticList/AlphabeticList.js +3 -3
  133. package/lib/AlphabeticList/AlphabeticList.module.css +7 -4
  134. package/lib/Attachment/Attachment.js +3 -3
  135. package/lib/Attachment/Attachment.module.css +20 -9
  136. package/lib/ChannelIcon/ChannelIcon.js +3 -3
  137. package/lib/ChannelIcon/ChannelIcon.module.css +30 -21
  138. package/lib/Drawer/Drawer.js +4 -4
  139. package/lib/Drawer/Drawer.module.css +59 -11
  140. package/lib/ExternalLink/ExternalLink.js +3 -3
  141. package/lib/FlipCard/FlipCard.js +3 -3
  142. package/lib/FlipCard/FlipCard.module.css +14 -5
  143. package/lib/FormAction/FormAction.js +4 -4
  144. package/lib/FormAction/FormAction.module.css +34 -9
  145. package/lib/FreezeLayer/FreezeLayer.js +3 -3
  146. package/lib/FreezeLayer/FreezeLayer.module.css +6 -2
  147. package/lib/IconButton/IconButton.js +3 -3
  148. package/lib/IconButton/IconButton.module.css +1 -1
  149. package/lib/Image/Image.js +3 -3
  150. package/lib/ImportantNotes/ImportantNotes.js +3 -3
  151. package/lib/ImportantNotes/ImportantNotes.module.css +7 -2
  152. package/lib/Link/Link.js +4 -4
  153. package/lib/Loader/Loader.js +3 -3
  154. package/lib/Loader/Loader.module.css +25 -4
  155. package/lib/Message/Message.js +4 -4
  156. package/lib/Message/Message.module.css +42 -9
  157. package/lib/MessageBanner/MessageBanner.js +3 -3
  158. package/lib/MessageBanner/MessageBanner.module.css +12 -4
  159. package/lib/NewStar/NewStar.js +3 -3
  160. package/lib/NewStar/NewStar.module.css +42 -5
  161. package/lib/PlusIcon/PlusIcon.js +3 -3
  162. package/lib/Provider.js +49 -49
  163. package/lib/ToastMessage/ToastMessage.js +1 -1
  164. package/lib/ToastMessage/ToastMessage.module.css +96 -25
  165. package/lib/Upload/Upload.js +3 -3
  166. package/lib/Upload/Upload.module.css +27 -8
  167. package/lib/actions/AutoClose.js +1 -1
  168. package/lib/alert/AlertHeader/AlertHeader.js +3 -3
  169. package/lib/alert/AlertHeader/AlertHeader.module.css +21 -3
  170. package/lib/alert/AlertLookup/AlertLookup.js +11 -7
  171. package/lib/alert/AlertLookup/AlertLookup.module.css +6 -2
  172. package/lib/avatar/AvatarClose/AvatarClose.js +3 -3
  173. package/lib/avatar/AvatarClose/AvatarClose.module.css +9 -3
  174. package/lib/avatar/AvatarCollision/AvatarCollision.js +3 -3
  175. package/lib/avatar/AvatarCollision/AvatarCollision.module.css +18 -4
  176. package/lib/avatar/AvatarIcon/AvatarIcon.js +3 -3
  177. package/lib/avatar/AvatarIcon/AvatarIcon.module.css +3 -4
  178. package/lib/avatar/AvatarStatus/AvatarStatus.js +3 -3
  179. package/lib/avatar/AvatarStatus/AvatarStatus.module.css +59 -9
  180. package/lib/avatar/AvatarThread/AvatarThread.js +3 -3
  181. package/lib/avatar/AvatarThread/AvatarThread.module.css +55 -5
  182. package/lib/avatar/AvatarUser/AvatarUser.js +3 -3
  183. package/lib/avatar/AvatarUser/AvatarUser.module.css +81 -10
  184. package/lib/avatar/AvatarWithTeam/AvatarWithTeam.js +3 -3
  185. package/lib/avatar/AvatarWithTeam/AvatarWithTeam.module.css +10 -3
  186. package/lib/deprecated/SelectDropdown/SelectDropdown.js +3 -3
  187. package/lib/deprecated/SelectDropdown/SelectDropdown.module.css +17 -9
  188. package/lib/dropdown/ToggleDropDown/ToggleDropDown.js +3 -3
  189. package/lib/dropdown/ToggleDropDown/ToggleDropDown.module.css +19 -6
  190. package/lib/emptystate/CommonEmptyState/CommonEmptyState.js +3 -3
  191. package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +12 -4
  192. package/lib/emptystate/EditionPage/EditionPage.css +9 -3
  193. package/lib/emptystate/EditionPage/EditionPage.js +3 -3
  194. package/lib/errorstate/EmptyStates.module.css +13 -10
  195. package/lib/errorstate/Inconvenience/Inconvenience.js +3 -3
  196. package/lib/errorstate/Inconvenience/Inconvenience.module.css +3 -0
  197. package/lib/errorstate/LinkText/LinkText.js +3 -3
  198. package/lib/errorstate/LinkText/LinkText.module.css +1 -1
  199. package/lib/errorstate/NoRequestFound/NoRequestFound.js +3 -3
  200. package/lib/errorstate/PermissionPlay/PermissionPlay.js +3 -3
  201. package/lib/errorstate/PermissionPlay/PermissionPlay.module.css +2 -2
  202. package/lib/errorstate/RequestUrlNotFound/RequestUrlNotFound.js +3 -3
  203. package/lib/errorstate/UnableToProcess/UnableToProcess.js +3 -3
  204. package/lib/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +3 -3
  205. package/lib/errorstate/WillBack/WillBack.js +3 -3
  206. package/lib/errorstate/WillBack/WillBack.module.css +1 -3
  207. package/lib/form/fields/CheckBoxField/CheckBoxField.js +4 -4
  208. package/lib/form/fields/CurrencyField/CurrencyField.js +5 -5
  209. package/lib/form/fields/DateField/DateField.js +5 -5
  210. package/lib/form/fields/Fields.module.css +54 -16
  211. package/lib/form/fields/MultiSelectField/MultiSelectField.js +5 -5
  212. package/lib/form/fields/PhoneField/PhoneField.js +3 -3
  213. package/lib/form/fields/RadioField/RadioField.js +5 -5
  214. package/lib/form/fields/SelectField/SelectField.js +5 -5
  215. package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.js +8 -7
  216. package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +19 -7
  217. package/lib/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +3 -3
  218. package/lib/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css +4 -1
  219. package/lib/form/fields/TextBoxField/TextBoxField.js +5 -5
  220. package/lib/form/fields/TextEditor/TextEditor.js +12 -8
  221. package/lib/form/fields/TextEditor/TextEditor.module.css +145 -72
  222. package/lib/form/fields/TextEditorField/TextEditorField.js +5 -5
  223. package/lib/form/fields/TextEditorWrapper/TextEditorWrapper.js +4 -4
  224. package/lib/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +13 -2
  225. package/lib/form/fields/TextareaField/TextareaField.js +5 -5
  226. package/lib/form/fields/ValidationMessage/ValidationMessage.js +3 -3
  227. package/lib/form/fields/ValidationMessage/ValidationMessage.module.css +9 -4
  228. package/lib/form/layout/Field/Field.js +3 -3
  229. package/lib/form/layout/Section/Section.js +3 -3
  230. package/lib/index.js +4 -4
  231. package/lib/layout/SetupDetailLayout/SetupDetailLayout.js +4 -4
  232. package/lib/layout/SetupDetailLayout/SetupDetailLayout.module.css +52 -16
  233. package/lib/layout/SetupDetailLayout/index.js +7 -7
  234. package/lib/layout/SubtabLayout/SubtabLayout.js +4 -4
  235. package/lib/layout/SubtabLayout/SubtabLayout.module.css +55 -29
  236. package/lib/layout/SubtabLayout/index.js +9 -9
  237. package/lib/list/AvatarFlip/AvatarFlip.js +3 -3
  238. package/lib/list/BluePrintStatus/BluePrintStatus.js +3 -3
  239. package/lib/list/BluePrintStatus/BluePrintStatus.module.css +6 -3
  240. package/lib/list/Comment/Comment.js +3 -3
  241. package/lib/list/Comment/Comment.module.css +5 -0
  242. package/lib/list/DepartmentDropDown/DepartmentDropDown.js +3 -3
  243. package/lib/list/Dot/Dot.js +3 -3
  244. package/lib/list/DotNew/DotNew.js +3 -3
  245. package/lib/list/DotNew/DotNew.module.css +6 -6
  246. package/lib/list/GridStencils/GridStencils.js +3 -3
  247. package/lib/list/GridStencils/GridStencils.module.css +70 -16
  248. package/lib/list/Icons/AddNewIcon.js +3 -3
  249. package/lib/list/Icons/CompleteIcon.js +3 -3
  250. package/lib/list/Icons/DeleteIcon.js +3 -3
  251. package/lib/list/Icons/EditIcon.js +3 -3
  252. package/lib/list/Icons/FloatingIcons.js +3 -3
  253. package/lib/list/Icons/Icons.module.css +1 -1
  254. package/lib/list/Icons/ReadUnreadIcon.js +3 -3
  255. package/lib/list/Icons/SmartIcon.js +3 -3
  256. package/lib/list/ListLayout/ListLayout.js +4 -4
  257. package/lib/list/ListLayout/ListLayout.module.css +22 -14
  258. package/lib/list/ListStencils/ListStencils.js +3 -3
  259. package/lib/list/ListStencils/ListStencils.module.css +11 -6
  260. package/lib/list/SecondaryText/AccountName.js +3 -3
  261. package/lib/list/SecondaryText/ContactName.js +3 -3
  262. package/lib/list/SecondaryText/DepartmentText.js +3 -3
  263. package/lib/list/SecondaryText/Email.js +3 -3
  264. package/lib/list/SecondaryText/HappinessRating.js +3 -3
  265. package/lib/list/SecondaryText/PhoneNumber.js +3 -3
  266. package/lib/list/SecondaryText/PriorityText.js +3 -3
  267. package/lib/list/SecondaryText/SecondaryText.js +3 -3
  268. package/lib/list/SecondaryText/SecondaryText.module.css +13 -3
  269. package/lib/list/SecondaryText/StatusText.js +3 -3
  270. package/lib/list/SecondaryText/TicketId.js +3 -3
  271. package/lib/list/SecondaryText/Website.js +3 -3
  272. package/lib/list/SecondaryText/index.js +22 -22
  273. package/lib/list/SecondryPanel/SecondryPanel.js +4 -4
  274. package/lib/list/SentimentStatus/SentimentStatus.js +3 -3
  275. package/lib/list/SentimentStatus/SentimentStatus.module.css +4 -1
  276. package/lib/list/Subject/Subject.js +3 -3
  277. package/lib/list/TagNew/TagNew.js +3 -3
  278. package/lib/list/TagNew/TagNew.module.css +14 -7
  279. package/lib/list/Thread/Thread.js +3 -3
  280. package/lib/list/Thread/Thread.module.css +13 -1
  281. package/lib/list/UserTime/UserTime.js +3 -3
  282. package/lib/list/UserTime/UserTime.module.css +6 -0
  283. package/lib/list/listCommon.module.css +9 -1
  284. package/lib/list/status/StatusDropdown/StatusDropdown.js +3 -3
  285. package/lib/list/status/StatusDropdown/StatusDropdown.module.css +19 -6
  286. package/lib/list/status/StatusListItem/StatusListItem.js +3 -3
  287. package/lib/list/status/StatusListItem/StatusListItem.module.css +38 -15
  288. package/lib/lookup/EmptyPage/EmptyPage.js +3 -3
  289. package/lib/lookup/Lookup/Lookup.js +3 -3
  290. package/lib/lookup/Lookup/Lookup.module.css +2 -2
  291. package/lib/lookup/Section/LookupSection.module.css +2 -2
  292. package/lib/lookup/Section/Section.js +3 -3
  293. package/lib/lookup/header/Close/Close.js +3 -3
  294. package/lib/lookup/header/Close/LookupClose.module.css +4 -4
  295. package/lib/lookup/header/ModuleHeader/ModuleHeader.js +3 -3
  296. package/lib/lookup/header/Search/LookupSearch.module.css +21 -12
  297. package/lib/lookup/header/Search/Search.js +3 -3
  298. package/lib/lookup/header/TicketHeader/TicketHeader.js +6 -4
  299. package/lib/lookup/header/TicketHeader/TicketHeader.module.css +7 -3
  300. package/lib/lookup/header/Title/Title.js +3 -3
  301. package/lib/lookup/header/ViewDropDown/ViewDropDown.js +3 -3
  302. package/lib/lookup/header/ViewDropDown/ViewDropDown.module.css +8 -4
  303. package/lib/lookup/header/lookupHeaderCommon.module.css +16 -6
  304. package/lib/lookup/header/lookupHeaderCommonResponsive.module.css +12 -3
  305. package/lib/setup/header/Button/Button.js +3 -3
  306. package/lib/setup/header/Button/HeaderButton.module.css +3 -1
  307. package/lib/setup/header/Link/HeaderLink.module.css +7 -1
  308. package/lib/setup/header/Link/Link.js +3 -3
  309. package/lib/setup/header/Search/Search.js +3 -3
  310. package/lib/setup/header/Search/Search.module.css +19 -8
  311. package/lib/setup/header/Views/Views.js +3 -3
  312. package/lib/setup/header/Views/Views.module.css +15 -5
  313. package/lib/setup/helptips/Description/Description.js +3 -3
  314. package/lib/setup/helptips/Link/HelpTipsLink.module.css +1 -0
  315. package/lib/setup/helptips/Link/Link.js +3 -3
  316. package/lib/setup/helptips/ListGroup/ListGroup.js +3 -3
  317. package/lib/setup/helptips/ListGroup/ListGroup.module.css +6 -1
  318. package/lib/setup/helptips/Title/Title.js +3 -3
  319. package/lib/setup/table/Table/Table.js +3 -3
  320. package/lib/setup/table/TableBody/TableBody.js +3 -3
  321. package/lib/setup/table/TableData/SetupTableData.module.css +11 -3
  322. package/lib/setup/table/TableData/TableData.js +3 -3
  323. package/lib/setup/table/TableHead/SetupTableHead.module.css +4 -0
  324. package/lib/setup/table/TableHead/TableHead.js +3 -3
  325. package/lib/setup/table/TableRow/SetupTableRow.module.css +6 -2
  326. package/lib/setup/table/TableRow/TableRow.js +3 -3
  327. package/lib/setup/table/Text/Text.js +3 -3
  328. package/lib/svg/PlusIcon.js +3 -3
  329. package/lib/svg/SnippetIcon.js +3 -3
  330. package/lib/svg/TemplateIcon.js +3 -3
  331. package/lib/utils/ChannelIconMapping.js +1 -1
  332. package/lib/utils/General.js +4 -4
  333. package/lib/utils/KeyboardApi.js +3 -1
  334. package/lib/utils/editorUtils.js +6 -6
  335. package/lib/version2/AlertClose/AlertClose.js +3 -3
  336. package/lib/version2/AlertClose/AlertClose.module.css +1 -1
  337. package/lib/version2/GlobalNotification/GlobalNotification.js +22 -10
  338. package/lib/version2/GlobalNotification/GlobalNotification.module.css +44 -9
  339. package/lib/version2/alertIcons/AlarmAlertIcon.js +3 -3
  340. package/lib/version2/alertIcons/AlertIcons.js +3 -3
  341. package/lib/version2/alertIcons/DangerAlertIcon.js +3 -3
  342. package/lib/version2/alertIcons/ErrorAlertIcon.js +3 -3
  343. package/lib/version2/alertIcons/InfoAlertIcon.js +3 -3
  344. package/lib/version2/alertIcons/NotificationAlertIcon.js +3 -3
  345. package/lib/version2/alertIcons/SuccessAlertIcon.js +3 -3
  346. package/lib/version2/alertIcons/WarningAlertIcon.js +3 -3
  347. package/lib/version2/errorstate/Inconvenience/Inconvenience.js +3 -3
  348. package/lib/version2/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +3 -3
  349. package/lib/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +3 -3
  350. package/lib/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +3 -3
  351. package/lib/version2/errorstate/UrlNotFound/UrlNotFound.js +3 -3
  352. package/lib/version2/errorstate/WillBeRightBack/WillBeRightBack.js +3 -3
  353. package/lib/version2/lookup/AlertHeader/AlertHeader.js +3 -3
  354. package/lib/version2/lookup/AlertHeader/AlertHeaderNew.module.css +25 -2
  355. package/lib/version2/lookup/AlertLookup/AlertLookup.js +11 -7
  356. package/lib/version2/lookup/AlertLookup/AlertLookupNew.module.css +7 -3
  357. package/lib/version2/lookup/alertLookupCommonNew.module.css +8 -1
  358. package/lib/version2/notification/DesktopNotification/DesktopNotification.js +14 -6
  359. package/lib/version2/notification/DesktopNotification/DesktopNotification.module.css +29 -14
  360. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +3 -3
  361. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +47 -10
  362. package/package.json +8 -8
  363. package/__testUtils__/globals.js +0 -0
  364. package/build/Unusedfiles.json +0 -1
  365. package/es/ActionButton/docs/ActionButton__default.docs.js +0 -134
  366. package/es/AlphabeticList/docs/AlphabeticList__default.docs.js +0 -34
  367. package/es/AlphabeticList/docs/AlphabeticList__horizontal.docs.js +0 -43
  368. package/es/Appearance/dark/themes/orange/orangeDarkDotTheme.module.css +0 -10
  369. package/es/Attachment/docs/Attachment__default.docs.js +0 -54
  370. package/es/ChannelIcon/docs/ChannelIcon__default.docs.js +0 -57
  371. package/es/Drawer/docs/Drawer__default.docs.js +0 -87
  372. package/es/Drawer/docs/Drawer__multiDrawer.docs.js +0 -112
  373. package/es/Drawer/docs/Drawer__noFreeze.docs.js +0 -20
  374. package/es/Drawer/docs/Drawer__withModal.docs.js +0 -74
  375. package/es/ExternalLink/docs/ExternalLink__default.docs.js +0 -19
  376. package/es/FlipCard/docs/FlipCard__default.docs.js +0 -66
  377. package/es/FormAction/docs/FormAction__default.docs.js +0 -72
  378. package/es/FreezeLayer/docs/FreezeLayer__dark.docs.js +0 -51
  379. package/es/FreezeLayer/docs/FreezeLayer__default.docs.js +0 -48
  380. package/es/IconButton/docs/IconButton__default.docs.js +0 -219
  381. package/es/Image/docs/Image__default.docs.js +0 -22
  382. package/es/ImportantNotes/docs/ImportantNotes__default.docs.js +0 -22
  383. package/es/Link/docs/Link__default.docs.js +0 -36
  384. package/es/Loader/docs/Loader__default.docs.js +0 -23
  385. package/es/Message/docs/Message__default.docs.js +0 -55
  386. package/es/MessageBanner/docs/MessageBanner__default.docs.js +0 -88
  387. package/es/NewStar/docs/NewStar__default.docs.js +0 -62
  388. package/es/PlusIcon/docs/PlusIcon__default.docs.js +0 -16
  389. package/es/ToastMessage/docs/ToastMessage__custom.docs.js +0 -92
  390. package/es/ToastMessage/docs/ToastMessage__information.docs.js +0 -54
  391. package/es/ToastMessage/docs/ToastMessage__primary.docs.js +0 -125
  392. package/es/ToastMessage/docs/ToastMessage__secondary.docs.js +0 -37
  393. package/es/ToastMessage/docs/ToastMessage__success.docs.js +0 -61
  394. package/es/Upload/docs/Upload__default.docs.js +0 -61
  395. package/es/alert/AlertHeader/docs/AlertHeader__default.docs.js +0 -63
  396. package/es/alert/AlertLookup/docs/AlertLookup__default.docs.js +0 -121
  397. package/es/avatar/AvatarClose/docs/AvatarClose__default.docs.js +0 -26
  398. package/es/avatar/AvatarCollision/docs/AvatarCollision__default.docs.js +0 -35
  399. package/es/avatar/AvatarIcon/docs/AvatarIcon__palette.docs.js +0 -40
  400. package/es/avatar/AvatarIcon/docs/AvatarIcon__size.docs.js +0 -46
  401. package/es/avatar/AvatarStatus/docs/AvatarStatus__size.docs.js +0 -35
  402. package/es/avatar/AvatarStatus/docs/AvatarStatus__state.docs.js +0 -51
  403. package/es/avatar/AvatarThread/docs/AvatarThread__default.docs.js +0 -147
  404. package/es/avatar/AvatarUser/docs/AvatarUser__default.docs.js +0 -173
  405. package/es/avatar/AvatarWithTeam/docs/AvatarWithTeam__default.docs.js +0 -24
  406. package/es/deprecated/SelectDropdown/docs/SelectDropdown__default.docs.js +0 -34
  407. package/es/deprecated/Theme/dotDarkTheme.module.css +0 -532
  408. package/es/deprecated/Theme/dotDefaultTheme.module.css +0 -532
  409. package/es/deprecated/Theme/palette/darkPalette.module.css +0 -40
  410. package/es/deprecated/Theme/palette/defaultPalette.module.css +0 -40
  411. package/es/docs/formDocs.js +0 -26
  412. package/es/docs/generalDocs.js +0 -131
  413. package/es/docs/lookupDocs.js +0 -44
  414. package/es/docs/setupDocs.js +0 -22
  415. package/es/dropdown/ToggleDropDown/docs/ToggleDropDown__default.docs.js +0 -228
  416. package/es/emptystate/CommonEmptyState/docs/CommonEmptyState__default.docs.js +0 -111
  417. package/es/emptystate/EditionPage/docs/EditionPage__default.docs.js +0 -21
  418. package/es/errorstate/Inconvenience/docs/Inconvenience__default.docs.js +0 -19
  419. package/es/errorstate/LinkText/docs/LinkText__default.docs.js +0 -17
  420. package/es/errorstate/NoRequestFound/docs/NoRequestFound__default.docs.js +0 -19
  421. package/es/errorstate/PermissionPlay/docs/PermissionPlay__default.docs.js +0 -20
  422. package/es/errorstate/RequestUrlNotFound/docs/RequestUrlNotFound__default.docs.js +0 -19
  423. package/es/errorstate/UnableToProcess/docs/UnableToProcess__default.docs.js +0 -19
  424. package/es/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__insufficient.docs.js +0 -20
  425. package/es/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__unauthorizedLogin.docs.js +0 -19
  426. package/es/errorstate/WillBack/docs/WillBack__default.docs.js +0 -21
  427. package/es/form/fields/CheckBoxField/docs/CheckBoxField__default.docs.js +0 -30
  428. package/es/form/fields/DateField/docs/DateField__default.docs.js +0 -25
  429. package/es/form/fields/MultiSelectField/docs/MultiSelectField__default.docs.js +0 -48
  430. package/es/form/fields/PhoneField/docs/PhoneField__default.docs.js +0 -26
  431. package/es/form/fields/SelectField/docs/SelectField__default.docs.js +0 -58
  432. package/es/form/fields/TagsMultiSelect/docs/TagsMultiSelect__default.docs.js +0 -77
  433. package/es/form/fields/TagsMultiSelectField/docs/TagsMultiSelectField__default.docs.js +0 -82
  434. package/es/form/fields/TextBoxField/docs/TextBoxField__default.docs.js +0 -45
  435. package/es/form/fields/TextEditorField/docs/TextEditorField__default.docs.js +0 -43
  436. package/es/form/fields/TextareaField/docs/TextareaField__default.docs.js +0 -26
  437. package/es/form/fields/ValidationMessage/docs/ValidationMessage__default.docs.js +0 -58
  438. package/es/form/layout/Field/docs/Field__default.docs.js +0 -25
  439. package/es/form/layout/Section/docs/Section__default.docs.js +0 -21
  440. package/es/layout/SetupDetailLayout/docs/SetupDetailLayout__default.docs.js +0 -29
  441. package/es/layout/SubtabLayout/docs/SubtabLayout__default.docs.js +0 -67
  442. package/es/list/AvatarFlip/docs/AvatarFlip__default.docs.js +0 -100
  443. package/es/list/BluePrintStatus/docs/BluePrintStatus__default.docs.js +0 -19
  444. package/es/list/Comment/docs/Comment__default.docs.js +0 -26
  445. package/es/list/DotNew/docs/DotNew__default.docs.js +0 -20
  446. package/es/list/GridStencils/docs/GridStencils__default.docs.js +0 -35
  447. package/es/list/Icons/docs/FloatingIcons__default.docs.js +0 -24
  448. package/es/list/ListLayout/docs/ListLayout__default.docs.js +0 -60
  449. package/es/list/ListStencils/docs/ListStencils__default.docs.js +0 -20
  450. package/es/list/SecondaryText/docs/ContactName__default.docs.js +0 -23
  451. package/es/list/SecondryPanel/docs/SecondryPanelDocs.module.css +0 -37
  452. package/es/list/SecondryPanel/docs/SecondryPanel__default.docs.js +0 -77
  453. package/es/list/SentimentStatus/docs/SentimentStatus__default.docs.js +0 -19
  454. package/es/list/Subject/docs/Subject__default.docs.js +0 -44
  455. package/es/list/TagNew/docs/TagNew__default.docs.js +0 -23
  456. package/es/list/Thread/docs/Thread__default.docs.js +0 -22
  457. package/es/list/UserTime/docs/UserTime__default.docs.js +0 -147
  458. package/es/list/status/StatusDropdown/docs/StatusDropdown__default.docs.js +0 -129
  459. package/es/list/status/StatusListItem/docs/StatusListItem__default.docs.js +0 -27
  460. package/es/lookup/EmptyPage/docs/EmptyPage__account.docs.js +0 -20
  461. package/es/lookup/EmptyPage/docs/EmptyPage__contact.docs.js +0 -20
  462. package/es/lookup/EmptyPage/docs/EmptyPage__default.docs.js +0 -17
  463. package/es/lookup/EmptyPage/docs/EmptyPage__product.docs.js +0 -20
  464. package/es/lookup/Lookup/docs/Lookup__contact.docs.js +0 -196
  465. package/es/lookup/Lookup/docs/Lookup__default.docs.js +0 -68
  466. package/es/lookup/header/Close/docs/Close__default.docs.js +0 -19
  467. package/es/lookup/header/ModuleHeader/docs/ModuleHeader__default.docs.js +0 -41
  468. package/es/lookup/header/Search/docs/Search__default.docs.js +0 -124
  469. package/es/lookup/header/TicketHeader/docs/TicketHeader__default.docs.js +0 -83
  470. package/es/lookup/header/Title/docs/Title__default.docs.js +0 -21
  471. package/es/lookup/header/ViewDropDown/docs/ViewDropDown__default.docs.js +0 -75
  472. package/es/setup/header/Button/docs/Button__default.docs.js +0 -22
  473. package/es/setup/header/Link/docs/Link__default.docs.js +0 -23
  474. package/es/setup/header/Search/docs/Search__default.docs.js +0 -41
  475. package/es/setup/header/Views/docs/Views__default.docs.js +0 -24
  476. package/es/setup/helptips/Description/docs/Description__default.docs.js +0 -26
  477. package/es/setup/helptips/Link/docs/Link__default.docs.js +0 -27
  478. package/es/setup/helptips/ListGroup/docs/ListGroup__default.docs.js +0 -30
  479. package/es/setup/helptips/Title/docs/Title__default.docs.js +0 -26
  480. package/es/setup/table/Table/docs/Table__default.docs.js +0 -181
  481. package/es/setup/table/Text/docs/Text__default.docs.js +0 -35
  482. package/es/svg/docs/SVG__default.docs.js +0 -49
  483. package/es/version2/AlertClose/docs/AlertClose__default.docs.js +0 -47
  484. package/es/version2/GlobalNotification/docs/GlobalNotification__default.docs.js +0 -95
  485. package/es/version2/alertIcons/docs/AlertIcons__default.docs.js +0 -138
  486. package/es/version2/errorstate/Inconvenience/docs/Inconvenience__default.docs.js +0 -18
  487. package/es/version2/errorstate/OopsSomethingMiss/docs/OopsSomethingMiss__default.docs.js +0 -20
  488. package/es/version2/errorstate/UnableToProcessRequest/docs/UnableToProcessRequest__default.docs.js +0 -30
  489. package/es/version2/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__default.docs.js +0 -18
  490. package/es/version2/errorstate/UrlNotFound/docs/UrlNotFound__default.docs.js +0 -20
  491. package/es/version2/errorstate/WillBeRightBack/docs/WillBeRightBack__default.docs.js +0 -18
  492. package/es/version2/lookup/AlertHeader/docs/AlertHeader__default.docs.js +0 -56
  493. package/es/version2/lookup/AlertLookup/docs/AlertLookup__default.docs.js +0 -147
  494. package/es/version2/notification/DesktopNotification/docs/DesktopNotification__default.docs.js +0 -92
  495. package/es/version2/notification/DesktopNotificationHeader/docs/DesktopNotificationHeader__default.docs.js +0 -57
  496. package/lib/ActionButton/docs/ActionButton__default.docs.js +0 -187
  497. package/lib/AlphabeticList/docs/AlphabeticList__default.docs.js +0 -82
  498. package/lib/AlphabeticList/docs/AlphabeticList__horizontal.docs.js +0 -91
  499. package/lib/Appearance/dark/mode/dotDarkMode.module.css +0 -536
  500. package/lib/Appearance/dark/themes/blue/blueDarkDotTheme.module.css +0 -10
  501. package/lib/Appearance/dark/themes/green/greenDarkDotTheme.module.css +0 -10
  502. package/lib/Appearance/dark/themes/orange/orangeDarkDotTheme.module.css +0 -10
  503. package/lib/Appearance/dark/themes/red/redDarkDotTheme.module.css +0 -10
  504. package/lib/Appearance/dark/themes/yellow/yellowDarkDotTheme.module.css +0 -10
  505. package/lib/Appearance/default/mode/dotDefaultMode.module.css +0 -536
  506. package/lib/Appearance/default/themes/blue/blueDefaultDotTheme.module.css +0 -10
  507. package/lib/Appearance/default/themes/green/greenDefaultDotTheme.module.css +0 -10
  508. package/lib/Appearance/default/themes/orange/orangeDefaultDotTheme.module.css +0 -10
  509. package/lib/Appearance/default/themes/red/redDefaultDotTheme.module.css +0 -10
  510. package/lib/Appearance/default/themes/yellow/yellowDefaultDotTheme.module.css +0 -10
  511. package/lib/Attachment/docs/Attachment__default.docs.js +0 -104
  512. package/lib/ChannelIcon/docs/ChannelIcon__default.docs.js +0 -112
  513. package/lib/Drawer/docs/Drawer__default.docs.js +0 -143
  514. package/lib/Drawer/docs/Drawer__multiDrawer.docs.js +0 -171
  515. package/lib/Drawer/docs/Drawer__noFreeze.docs.js +0 -65
  516. package/lib/Drawer/docs/Drawer__withModal.docs.js +0 -131
  517. package/lib/ExternalLink/docs/ExternalLink__default.docs.js +0 -68
  518. package/lib/FlipCard/docs/FlipCard__default.docs.js +0 -121
  519. package/lib/FormAction/docs/FormAction__default.docs.js +0 -127
  520. package/lib/FreezeLayer/docs/FreezeLayer__dark.docs.js +0 -103
  521. package/lib/FreezeLayer/docs/FreezeLayer__default.docs.js +0 -100
  522. package/lib/IconButton/docs/IconButton__default.docs.js +0 -272
  523. package/lib/Image/docs/Image__default.docs.js +0 -76
  524. package/lib/ImportantNotes/docs/ImportantNotes__default.docs.js +0 -68
  525. package/lib/Link/docs/Link__default.docs.js +0 -90
  526. package/lib/Loader/docs/Loader__default.docs.js +0 -68
  527. package/lib/Message/docs/Message__default.docs.js +0 -100
  528. package/lib/MessageBanner/docs/MessageBanner__default.docs.js +0 -132
  529. package/lib/NewStar/docs/NewStar__default.docs.js +0 -111
  530. package/lib/PlusIcon/docs/PlusIcon__default.docs.js +0 -70
  531. package/lib/ToastMessage/docs/ToastMessage__custom.docs.js +0 -151
  532. package/lib/ToastMessage/docs/ToastMessage__information.docs.js +0 -108
  533. package/lib/ToastMessage/docs/ToastMessage__primary.docs.js +0 -175
  534. package/lib/ToastMessage/docs/ToastMessage__secondary.docs.js +0 -91
  535. package/lib/ToastMessage/docs/ToastMessage__success.docs.js +0 -115
  536. package/lib/Upload/docs/Upload__default.docs.js +0 -110
  537. package/lib/alert/AlertHeader/docs/AlertHeader__default.docs.js +0 -112
  538. package/lib/alert/AlertLookup/docs/AlertLookup__default.docs.js +0 -175
  539. package/lib/avatar/AvatarClose/docs/AvatarClose__default.docs.js +0 -72
  540. package/lib/avatar/AvatarCollision/docs/AvatarCollision__default.docs.js +0 -81
  541. package/lib/avatar/AvatarIcon/docs/AvatarIcon__palette.docs.js +0 -95
  542. package/lib/avatar/AvatarIcon/docs/AvatarIcon__size.docs.js +0 -99
  543. package/lib/avatar/AvatarStatus/docs/AvatarStatus__size.docs.js +0 -90
  544. package/lib/avatar/AvatarStatus/docs/AvatarStatus__state.docs.js +0 -104
  545. package/lib/avatar/AvatarThread/docs/AvatarThread__default.docs.js +0 -198
  546. package/lib/avatar/AvatarUser/docs/AvatarUser__default.docs.js +0 -224
  547. package/lib/avatar/AvatarWithTeam/docs/AvatarWithTeam__default.docs.js +0 -74
  548. package/lib/deprecated/SelectDropdown/docs/SelectDropdown__default.docs.js +0 -80
  549. package/lib/docs/formDocs.js +0 -215
  550. package/lib/docs/generalDocs.js +0 -1039
  551. package/lib/docs/lookupDocs.js +0 -287
  552. package/lib/docs/setupDocs.js +0 -183
  553. package/lib/dropdown/ToggleDropDown/docs/ToggleDropDown__default.docs.js +0 -279
  554. package/lib/emptystate/CommonEmptyState/docs/CommonEmptyState__default.docs.js +0 -171
  555. package/lib/emptystate/EditionPage/docs/EditionPage__default.docs.js +0 -74
  556. package/lib/errorstate/Inconvenience/docs/Inconvenience__default.docs.js +0 -69
  557. package/lib/errorstate/LinkText/docs/LinkText__default.docs.js +0 -67
  558. package/lib/errorstate/NoRequestFound/docs/NoRequestFound__default.docs.js +0 -68
  559. package/lib/errorstate/PermissionPlay/docs/PermissionPlay__default.docs.js +0 -70
  560. package/lib/errorstate/RequestUrlNotFound/docs/RequestUrlNotFound__default.docs.js +0 -69
  561. package/lib/errorstate/UnableToProcess/docs/UnableToProcess__default.docs.js +0 -69
  562. package/lib/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__insufficient.docs.js +0 -70
  563. package/lib/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__unauthorizedLogin.docs.js +0 -69
  564. package/lib/errorstate/WillBack/docs/WillBack__default.docs.js +0 -71
  565. package/lib/form/fields/CheckBoxField/docs/CheckBoxField__default.docs.js +0 -80
  566. package/lib/form/fields/DateField/docs/DateField__default.docs.js +0 -74
  567. package/lib/form/fields/MultiSelectField/docs/MultiSelectField__default.docs.js +0 -100
  568. package/lib/form/fields/PhoneField/docs/PhoneField__default.docs.js +0 -76
  569. package/lib/form/fields/SelectField/docs/SelectField__default.docs.js +0 -110
  570. package/lib/form/fields/TagsMultiSelect/docs/TagsMultiSelect__default.docs.js +0 -126
  571. package/lib/form/fields/TagsMultiSelectField/docs/TagsMultiSelectField__default.docs.js +0 -96
  572. package/lib/form/fields/TextBoxField/docs/TextBoxField__default.docs.js +0 -97
  573. package/lib/form/fields/TextEditorField/docs/TextEditorField__default.docs.js +0 -94
  574. package/lib/form/fields/TextareaField/docs/TextareaField__default.docs.js +0 -76
  575. package/lib/form/fields/ValidationMessage/docs/ValidationMessage__default.docs.js +0 -103
  576. package/lib/form/layout/Field/docs/Field__default.docs.js +0 -74
  577. package/lib/form/layout/Section/docs/Section__default.docs.js +0 -71
  578. package/lib/layout/SetupDetailLayout/docs/SetupDetailLayout__default.docs.js +0 -80
  579. package/lib/layout/SubtabLayout/docs/SubtabLayout__default.docs.js +0 -118
  580. package/lib/list/AvatarFlip/docs/AvatarFlip__default.docs.js +0 -149
  581. package/lib/list/BluePrintStatus/docs/BluePrintStatus__default.docs.js +0 -65
  582. package/lib/list/Comment/docs/Comment__default.docs.js +0 -76
  583. package/lib/list/DotNew/docs/DotNew__default.docs.js +0 -70
  584. package/lib/list/GridStencils/docs/GridStencils__default.docs.js +0 -86
  585. package/lib/list/Icons/docs/FloatingIcons__default.docs.js +0 -81
  586. package/lib/list/ListLayout/docs/ListLayout__default.docs.js +0 -111
  587. package/lib/list/ListStencils/docs/ListStencils__default.docs.js +0 -70
  588. package/lib/list/SecondaryText/docs/ContactName__default.docs.js +0 -73
  589. package/lib/list/SecondryPanel/docs/SecondryPanelDocs.module.css +0 -37
  590. package/lib/list/SecondryPanel/docs/SecondryPanel__default.docs.js +0 -133
  591. package/lib/list/SentimentStatus/docs/SentimentStatus__default.docs.js +0 -65
  592. package/lib/list/Subject/docs/Subject__default.docs.js +0 -94
  593. package/lib/list/TagNew/docs/TagNew__default.docs.js +0 -73
  594. package/lib/list/Thread/docs/Thread__default.docs.js +0 -72
  595. package/lib/list/UserTime/docs/UserTime__default.docs.js +0 -196
  596. package/lib/list/status/StatusDropdown/docs/StatusDropdown__default.docs.js +0 -178
  597. package/lib/list/status/StatusListItem/docs/StatusListItem__default.docs.js +0 -77
  598. package/lib/lookup/EmptyPage/docs/EmptyPage__account.docs.js +0 -70
  599. package/lib/lookup/EmptyPage/docs/EmptyPage__contact.docs.js +0 -70
  600. package/lib/lookup/EmptyPage/docs/EmptyPage__default.docs.js +0 -67
  601. package/lib/lookup/EmptyPage/docs/EmptyPage__product.docs.js +0 -70
  602. package/lib/lookup/Lookup/docs/Lookup__contact.docs.js +0 -247
  603. package/lib/lookup/Lookup/docs/Lookup__default.docs.js +0 -121
  604. package/lib/lookup/header/Close/docs/Close__default.docs.js +0 -69
  605. package/lib/lookup/header/ModuleHeader/docs/ModuleHeader__default.docs.js +0 -89
  606. package/lib/lookup/header/Search/docs/Search__default.docs.js +0 -175
  607. package/lib/lookup/header/TicketHeader/docs/TicketHeader__default.docs.js +0 -133
  608. package/lib/lookup/header/Title/docs/Title__default.docs.js +0 -71
  609. package/lib/lookup/header/ViewDropDown/docs/ViewDropDown__default.docs.js +0 -119
  610. package/lib/setup/header/Button/docs/Button__default.docs.js +0 -68
  611. package/lib/setup/header/Link/docs/Link__default.docs.js +0 -69
  612. package/lib/setup/header/Search/docs/Search__default.docs.js +0 -92
  613. package/lib/setup/header/Views/docs/Views__default.docs.js +0 -70
  614. package/lib/setup/helptips/Description/docs/Description__default.docs.js +0 -72
  615. package/lib/setup/helptips/Link/docs/Link__default.docs.js +0 -73
  616. package/lib/setup/helptips/ListGroup/docs/ListGroup__default.docs.js +0 -76
  617. package/lib/setup/helptips/Title/docs/Title__default.docs.js +0 -72
  618. package/lib/setup/table/Table/docs/Table__default.docs.js +0 -238
  619. package/lib/setup/table/Text/docs/Text__default.docs.js +0 -84
  620. package/lib/svg/docs/SVG__default.docs.js +0 -101
  621. package/lib/version2/AlertClose/docs/AlertClose__default.docs.js +0 -97
  622. package/lib/version2/GlobalNotification/docs/GlobalNotification__default.docs.js +0 -143
  623. package/lib/version2/alertIcons/docs/AlertIcons__default.docs.js +0 -187
  624. package/lib/version2/errorstate/Inconvenience/docs/Inconvenience__default.docs.js +0 -68
  625. package/lib/version2/errorstate/OopsSomethingMiss/docs/OopsSomethingMiss__default.docs.js +0 -70
  626. package/lib/version2/errorstate/UnableToProcessRequest/docs/UnableToProcessRequest__default.docs.js +0 -80
  627. package/lib/version2/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__default.docs.js +0 -68
  628. package/lib/version2/errorstate/UrlNotFound/docs/UrlNotFound__default.docs.js +0 -70
  629. package/lib/version2/errorstate/WillBeRightBack/docs/WillBeRightBack__default.docs.js +0 -68
  630. package/lib/version2/lookup/AlertHeader/docs/AlertHeader__default.docs.js +0 -105
  631. package/lib/version2/lookup/AlertLookup/docs/AlertLookup__default.docs.js +0 -201
  632. package/lib/version2/notification/DesktopNotification/docs/DesktopNotification__default.docs.js +0 -142
  633. package/lib/version2/notification/DesktopNotificationHeader/docs/DesktopNotificationHeader__default.docs.js +0 -108
  634. package/preprocess/dotAppearanceColors.js +0 -71
  635. package/preprocess/dotThemeColors.js +0 -98
  636. package/preprocess/index.js +0 -2
  637. package/preprocess/json/dotAppearanceVariableJson.js +0 -1908
  638. package/preprocess/json/dotThemeVariableJson.js +0 -90
  639. package/src/ActionButton/ActionButton.js +0 -197
  640. package/src/ActionButton/ActionButton.module.css +0 -120
  641. package/src/ActionButton/docs/ActionButton__default.docs.js +0 -110
  642. package/src/AlphabeticList/AlphabeticList.js +0 -176
  643. package/src/AlphabeticList/AlphabeticList.module.css +0 -54
  644. package/src/AlphabeticList/docs/AlphabeticList__default.docs.js +0 -36
  645. package/src/AlphabeticList/docs/AlphabeticList__horizontal.docs.js +0 -44
  646. package/src/Appearance/dark/mode/dotDarkMode.module.css +0 -521
  647. package/src/Appearance/dark/themes/blue/blueDarkDotTheme.module.css +0 -10
  648. package/src/Appearance/dark/themes/green/greenDarkDotTheme.module.css +0 -10
  649. package/src/Appearance/dark/themes/red/redDarkDotTheme.module.css +0 -10
  650. package/src/Appearance/dark/themes/yellow/yellowDarkDotTheme.module.css +0 -10
  651. package/src/Appearance/default/mode/dotDefaultMode.module.css +0 -521
  652. package/src/Appearance/default/themes/blue/blueDefaultDotTheme.module.css +0 -10
  653. package/src/Appearance/default/themes/green/greenDefaultDotTheme.module.css +0 -10
  654. package/src/Appearance/default/themes/orange/orangeDefaultDotTheme.module.css +0 -10
  655. package/src/Appearance/default/themes/red/redDefaultDotTheme.module.css +0 -10
  656. package/src/Appearance/default/themes/yellow/yellowDefaultDotTheme.module.css +0 -10
  657. package/src/Attachment/Attachment.js +0 -119
  658. package/src/Attachment/Attachment.module.css +0 -121
  659. package/src/Attachment/docs/Attachment__default.docs.js +0 -63
  660. package/src/ChannelIcon/ChannelIcon.js +0 -154
  661. package/src/ChannelIcon/ChannelIcon.module.css +0 -208
  662. package/src/ChannelIcon/docs/ChannelIcon__default.docs.js +0 -63
  663. package/src/Drawer/Drawer.js +0 -398
  664. package/src/Drawer/Drawer.module.css +0 -103
  665. package/src/Drawer/docs/Drawer__default.docs.js +0 -86
  666. package/src/Drawer/docs/Drawer__multiDrawer.docs.js +0 -111
  667. package/src/Drawer/docs/Drawer__noFreeze.docs.js +0 -20
  668. package/src/Drawer/docs/Drawer__withModal.docs.js +0 -76
  669. package/src/ExternalLink/ExternalLink.js +0 -75
  670. package/src/ExternalLink/ExternalLink.module.css +0 -4
  671. package/src/ExternalLink/__tests__/ExternalLink.spec.js +0 -28
  672. package/src/ExternalLink/docs/ExternalLink__default.docs.js +0 -24
  673. package/src/FlipCard/FlipCard.js +0 -193
  674. package/src/FlipCard/FlipCard.module.css +0 -35
  675. package/src/FlipCard/docs/FlipCard__default.docs.js +0 -76
  676. package/src/FormAction/FormAction.js +0 -126
  677. package/src/FormAction/FormAction.module.css +0 -57
  678. package/src/FormAction/docs/FormAction__default.docs.js +0 -93
  679. package/src/FreezeLayer/FreezeLayer.js +0 -159
  680. package/src/FreezeLayer/FreezeLayer.module.css +0 -38
  681. package/src/FreezeLayer/docs/FreezeLayer__dark.docs.js +0 -52
  682. package/src/FreezeLayer/docs/FreezeLayer__default.docs.js +0 -51
  683. package/src/IconButton/IconButton.js +0 -186
  684. package/src/IconButton/IconButton.module.css +0 -22
  685. package/src/IconButton/docs/IconButton__default.docs.js +0 -158
  686. package/src/Image/Image.js +0 -58
  687. package/src/Image/Image.module.css +0 -11
  688. package/src/Image/docs/Image__default.docs.js +0 -18
  689. package/src/ImportantNotes/ImportantNotes.js +0 -57
  690. package/src/ImportantNotes/ImportantNotes.module.css +0 -15
  691. package/src/ImportantNotes/docs/ImportantNotes__default.docs.js +0 -22
  692. package/src/Link/Link.js +0 -123
  693. package/src/Link/Link.module.css +0 -4
  694. package/src/Link/LinkContext.js +0 -9
  695. package/src/Link/docs/Link__default.docs.js +0 -91
  696. package/src/Loader/Loader.js +0 -22
  697. package/src/Loader/Loader.module.css +0 -25
  698. package/src/Loader/docs/Loader__default.docs.js +0 -21
  699. package/src/Message/Message.js +0 -109
  700. package/src/Message/Message.module.css +0 -70
  701. package/src/Message/docs/Message__default.docs.js +0 -53
  702. package/src/MessageBanner/MessageBanner.js +0 -83
  703. package/src/MessageBanner/MessageBanner.module.css +0 -38
  704. package/src/MessageBanner/docs/MessageBanner__default.docs.js +0 -87
  705. package/src/NewStar/NewStar.js +0 -83
  706. package/src/NewStar/NewStar.module.css +0 -73
  707. package/src/NewStar/docs/NewStar__default.docs.js +0 -39
  708. package/src/PlusIcon/PlusIcon.js +0 -64
  709. package/src/PlusIcon/PlusIcon.module.css +0 -16
  710. package/src/PlusIcon/docs/PlusIcon__default.docs.js +0 -18
  711. package/src/Provider.js +0 -203
  712. package/src/ToastMessage/ToastMessage.js +0 -315
  713. package/src/ToastMessage/ToastMessage.module.css +0 -257
  714. package/src/ToastMessage/docs/ToastMessage__custom.docs.js +0 -97
  715. package/src/ToastMessage/docs/ToastMessage__information.docs.js +0 -57
  716. package/src/ToastMessage/docs/ToastMessage__primary.docs.js +0 -135
  717. package/src/ToastMessage/docs/ToastMessage__secondary.docs.js +0 -40
  718. package/src/ToastMessage/docs/ToastMessage__success.docs.js +0 -68
  719. package/src/Upload/Upload.js +0 -103
  720. package/src/Upload/Upload.module.css +0 -106
  721. package/src/Upload/docs/Upload__default.docs.js +0 -72
  722. package/src/actions/AutoClose.js +0 -51
  723. package/src/actions/index.js +0 -22
  724. package/src/alert/AlertHeader/AlertHeader.js +0 -122
  725. package/src/alert/AlertHeader/AlertHeader.module.css +0 -63
  726. package/src/alert/AlertHeader/docs/AlertHeader__default.docs.js +0 -73
  727. package/src/alert/AlertLookup/AlertLookup.js +0 -214
  728. package/src/alert/AlertLookup/AlertLookup.module.css +0 -23
  729. package/src/alert/AlertLookup/docs/AlertLookup__default.docs.js +0 -124
  730. package/src/avatar/AvatarClose/AvatarClose.js +0 -49
  731. package/src/avatar/AvatarClose/AvatarClose.module.css +0 -31
  732. package/src/avatar/AvatarClose/docs/AvatarClose__default.docs.js +0 -26
  733. package/src/avatar/AvatarCollision/AvatarCollision.js +0 -81
  734. package/src/avatar/AvatarCollision/AvatarCollision.module.css +0 -55
  735. package/src/avatar/AvatarCollision/docs/AvatarCollision__default.docs.js +0 -40
  736. package/src/avatar/AvatarIcon/AvatarIcon.js +0 -99
  737. package/src/avatar/AvatarIcon/AvatarIcon.module.css +0 -59
  738. package/src/avatar/AvatarIcon/docs/AvatarIcon__palette.docs.js +0 -49
  739. package/src/avatar/AvatarIcon/docs/AvatarIcon__size.docs.js +0 -36
  740. package/src/avatar/AvatarStatus/AvatarStatus.js +0 -95
  741. package/src/avatar/AvatarStatus/AvatarStatus.module.css +0 -96
  742. package/src/avatar/AvatarStatus/docs/AvatarStatus__size.docs.js +0 -38
  743. package/src/avatar/AvatarStatus/docs/AvatarStatus__state.docs.js +0 -63
  744. package/src/avatar/AvatarThread/AvatarThread.js +0 -136
  745. package/src/avatar/AvatarThread/AvatarThread.module.css +0 -113
  746. package/src/avatar/AvatarThread/docs/AvatarThread__default.docs.js +0 -167
  747. package/src/avatar/AvatarUser/AvatarUser.js +0 -160
  748. package/src/avatar/AvatarUser/AvatarUser.module.css +0 -100
  749. package/src/avatar/AvatarUser/docs/AvatarUser__default.docs.js +0 -148
  750. package/src/avatar/AvatarWithTeam/AvatarWithTeam.js +0 -134
  751. package/src/avatar/AvatarWithTeam/AvatarWithTeam.module.css +0 -16
  752. package/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js +0 -50
  753. package/src/avatar/AvatarWithTeam/docs/AvatarWithTeam__default.docs.js +0 -28
  754. package/src/deprecated/SelectDropdown/SelectDropdown.js +0 -122
  755. package/src/deprecated/SelectDropdown/SelectDropdown.module.css +0 -47
  756. package/src/deprecated/SelectDropdown/docs/SelectDropdown__default.docs.js +0 -31
  757. package/src/docs/formDocs.js +0 -26
  758. package/src/docs/generalDocs.js +0 -162
  759. package/src/docs/lookupDocs.js +0 -52
  760. package/src/docs/setupDocs.js +0 -25
  761. package/src/dropdown/ToggleDropDown/ToggleDropDown.js +0 -950
  762. package/src/dropdown/ToggleDropDown/ToggleDropDown.module.css +0 -84
  763. package/src/dropdown/ToggleDropDown/docs/ToggleDropDown__default.docs.js +0 -242
  764. package/src/emptystate/CommonEmptyState/CommonEmptyState.js +0 -116
  765. package/src/emptystate/CommonEmptyState/CommonEmptyState.module.css +0 -80
  766. package/src/emptystate/CommonEmptyState/docs/CommonEmptyState__default.docs.js +0 -107
  767. package/src/emptystate/EditionPage/EditionPage.css +0 -37
  768. package/src/emptystate/EditionPage/EditionPage.js +0 -69
  769. package/src/emptystate/EditionPage/docs/EditionPage__default.docs.js +0 -23
  770. package/src/errorstate/EmptyStates.module.css +0 -85
  771. package/src/errorstate/Inconvenience/Inconvenience.js +0 -132
  772. package/src/errorstate/Inconvenience/Inconvenience.module.css +0 -4
  773. package/src/errorstate/Inconvenience/docs/Inconvenience__default.docs.js +0 -19
  774. package/src/errorstate/LinkText/LinkText.js +0 -35
  775. package/src/errorstate/LinkText/LinkText.module.css +0 -6
  776. package/src/errorstate/LinkText/docs/LinkText__default.docs.js +0 -13
  777. package/src/errorstate/NoRequestFound/NoRequestFound.js +0 -132
  778. package/src/errorstate/NoRequestFound/NoRequestFound.module.css +0 -3
  779. package/src/errorstate/NoRequestFound/docs/NoRequestFound__default.docs.js +0 -19
  780. package/src/errorstate/PermissionPlay/PermissionPlay.js +0 -127
  781. package/src/errorstate/PermissionPlay/PermissionPlay.module.css +0 -34
  782. package/src/errorstate/PermissionPlay/docs/PermissionPlay__default.docs.js +0 -20
  783. package/src/errorstate/RequestUrlNotFound/RequestUrlNotFound.js +0 -132
  784. package/src/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css +0 -3
  785. package/src/errorstate/RequestUrlNotFound/docs/RequestUrlNotFound__default.docs.js +0 -19
  786. package/src/errorstate/UnableToProcess/UnableToProcess.js +0 -130
  787. package/src/errorstate/UnableToProcess/UnableToProcess.module.css +0 -3
  788. package/src/errorstate/UnableToProcess/docs/UnableToProcess__default.docs.js +0 -19
  789. package/src/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +0 -130
  790. package/src/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css +0 -3
  791. package/src/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__insufficient.docs.js +0 -20
  792. package/src/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__unauthorizedLogin.docs.js +0 -19
  793. package/src/errorstate/WillBack/WillBack.js +0 -120
  794. package/src/errorstate/WillBack/WillBack.module.css +0 -36
  795. package/src/errorstate/WillBack/docs/WillBack__default.docs.js +0 -21
  796. package/src/form/fields/CheckBoxField/CheckBoxField.js +0 -220
  797. package/src/form/fields/CheckBoxField/docs/CheckBoxField__default.docs.js +0 -32
  798. package/src/form/fields/CurrencyField/CurrencyField.js +0 -267
  799. package/src/form/fields/DateField/DateField.js +0 -281
  800. package/src/form/fields/DateField/docs/DateField__default.docs.js +0 -24
  801. package/src/form/fields/Fields.module.css +0 -145
  802. package/src/form/fields/MultiSelectField/MultiSelectField.js +0 -311
  803. package/src/form/fields/MultiSelectField/docs/MultiSelectField__default.docs.js +0 -53
  804. package/src/form/fields/PhoneField/PhoneField.js +0 -227
  805. package/src/form/fields/PhoneField/docs/PhoneField__default.docs.js +0 -26
  806. package/src/form/fields/RadioField/RadioField.js +0 -181
  807. package/src/form/fields/SelectField/SelectField.js +0 -296
  808. package/src/form/fields/SelectField/docs/SelectField__default.docs.js +0 -48
  809. package/src/form/fields/TagsMultiSelect/TagsMultiSelect.js +0 -332
  810. package/src/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +0 -95
  811. package/src/form/fields/TagsMultiSelect/docs/TagsMultiSelect__default.docs.js +0 -55
  812. package/src/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +0 -342
  813. package/src/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css +0 -6
  814. package/src/form/fields/TagsMultiSelectField/docs/TagsMultiSelectField__default.docs.js +0 -58
  815. package/src/form/fields/TextBoxField/TextBoxField.js +0 -274
  816. package/src/form/fields/TextBoxField/docs/TextBoxField__default.docs.js +0 -38
  817. package/src/form/fields/TextEditor/TextEditor.js +0 -440
  818. package/src/form/fields/TextEditor/TextEditor.module.css +0 -582
  819. package/src/form/fields/TextEditorField/TextEditorField.js +0 -286
  820. package/src/form/fields/TextEditorField/docs/TextEditorField__default.docs.js +0 -62
  821. package/src/form/fields/TextEditorWrapper/TextEditorWrapper.js +0 -239
  822. package/src/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +0 -26
  823. package/src/form/fields/TextareaField/TextareaField.js +0 -247
  824. package/src/form/fields/TextareaField/docs/TextareaField__default.docs.js +0 -25
  825. package/src/form/fields/ValidationMessage/ValidationMessage.js +0 -77
  826. package/src/form/fields/ValidationMessage/ValidationMessage.module.css +0 -22
  827. package/src/form/fields/ValidationMessage/docs/ValidationMessage__default.docs.js +0 -66
  828. package/src/form/layout/Field/Field.js +0 -53
  829. package/src/form/layout/Field/Field.module.css +0 -22
  830. package/src/form/layout/Field/docs/Field__default.docs.js +0 -20
  831. package/src/form/layout/Section/ModuleFormSection.module.css +0 -3
  832. package/src/form/layout/Section/Section.js +0 -47
  833. package/src/form/layout/Section/docs/Section__default.docs.js +0 -21
  834. package/src/i18n.js +0 -5498
  835. package/src/index.js +0 -8
  836. package/src/layout/SetupDetailLayout/SetupDetailLayout.js +0 -274
  837. package/src/layout/SetupDetailLayout/SetupDetailLayout.module.css +0 -116
  838. package/src/layout/SetupDetailLayout/docs/SetupDetailLayout__default.docs.js +0 -34
  839. package/src/layout/SetupDetailLayout/index.js +0 -4
  840. package/src/layout/SubtabLayout/SubtabLayout.js +0 -235
  841. package/src/layout/SubtabLayout/SubtabLayout.module.css +0 -120
  842. package/src/layout/SubtabLayout/docs/SubtabLayout__default.docs.js +0 -53
  843. package/src/layout/SubtabLayout/index.js +0 -4
  844. package/src/list/AvatarFlip/AvatarFlip.js +0 -106
  845. package/src/list/AvatarFlip/AvatarFlip.module.css +0 -3
  846. package/src/list/AvatarFlip/docs/AvatarFlip__default.docs.js +0 -82
  847. package/src/list/BluePrintStatus/BluePrintStatus.js +0 -28
  848. package/src/list/BluePrintStatus/BluePrintStatus.module.css +0 -14
  849. package/src/list/BluePrintStatus/docs/BluePrintStatus__default.docs.js +0 -20
  850. package/src/list/Comment/Comment.js +0 -51
  851. package/src/list/Comment/Comment.module.css +0 -24
  852. package/src/list/Comment/docs/Comment__default.docs.js +0 -22
  853. package/src/list/DepartmentDropDown/DepartmentDropDown.js +0 -119
  854. package/src/list/DepartmentDropDown/DepartmentDropDown.module.css +0 -9
  855. package/src/list/Dot/Dot.js +0 -27
  856. package/src/list/Dot/Dot.module.css +0 -15
  857. package/src/list/DotNew/DotNew.js +0 -29
  858. package/src/list/DotNew/DotNew.module.css +0 -22
  859. package/src/list/DotNew/docs/DotNew__default.docs.js +0 -18
  860. package/src/list/GridStencils/GridStencils.js +0 -46
  861. package/src/list/GridStencils/GridStencils.module.css +0 -102
  862. package/src/list/GridStencils/docs/GridStencils__default.docs.js +0 -30
  863. package/src/list/Icons/AddNewIcon.js +0 -29
  864. package/src/list/Icons/CompleteIcon.js +0 -30
  865. package/src/list/Icons/DeleteIcon.js +0 -31
  866. package/src/list/Icons/EditIcon.js +0 -31
  867. package/src/list/Icons/FloatingIcons.js +0 -32
  868. package/src/list/Icons/Icons.module.css +0 -16
  869. package/src/list/Icons/ReadUnreadIcon.js +0 -42
  870. package/src/list/Icons/SmartIcon.js +0 -32
  871. package/src/list/Icons/docs/FloatingIcons__default.docs.js +0 -26
  872. package/src/list/ListLayout/ListLayout.js +0 -117
  873. package/src/list/ListLayout/ListLayout.module.css +0 -50
  874. package/src/list/ListLayout/docs/ListLayout__default.docs.js +0 -54
  875. package/src/list/ListStencils/ListStencils.js +0 -45
  876. package/src/list/ListStencils/ListStencils.module.css +0 -62
  877. package/src/list/ListStencils/docs/ListStencils__default.docs.js +0 -18
  878. package/src/list/SecondaryText/AccountName.js +0 -130
  879. package/src/list/SecondaryText/ContactName.js +0 -137
  880. package/src/list/SecondaryText/DepartmentText.js +0 -34
  881. package/src/list/SecondaryText/Email.js +0 -86
  882. package/src/list/SecondaryText/HappinessRating.js +0 -37
  883. package/src/list/SecondaryText/PhoneNumber.js +0 -93
  884. package/src/list/SecondaryText/PriorityText.js +0 -40
  885. package/src/list/SecondaryText/SecondaryText.js +0 -43
  886. package/src/list/SecondaryText/SecondaryText.module.css +0 -126
  887. package/src/list/SecondaryText/StatusText.js +0 -42
  888. package/src/list/SecondaryText/TicketId.js +0 -78
  889. package/src/list/SecondaryText/Website.js +0 -59
  890. package/src/list/SecondaryText/docs/ContactName__default.docs.js +0 -18
  891. package/src/list/SecondaryText/index.js +0 -11
  892. package/src/list/SecondryPanel/SecondryPanel.js +0 -144
  893. package/src/list/SecondryPanel/SecondryPanel.module.css +0 -6
  894. package/src/list/SecondryPanel/docs/SecondryPanelDocs.module.css +0 -37
  895. package/src/list/SecondryPanel/docs/SecondryPanel__default.docs.js +0 -90
  896. package/src/list/SentimentStatus/SentimentStatus.js +0 -32
  897. package/src/list/SentimentStatus/SentimentStatus.module.css +0 -9
  898. package/src/list/SentimentStatus/docs/SentimentStatus__default.docs.js +0 -20
  899. package/src/list/Subject/Subject.js +0 -88
  900. package/src/list/Subject/Subject.module.css +0 -27
  901. package/src/list/Subject/docs/Subject__default.docs.js +0 -34
  902. package/src/list/TagNew/TagNew.js +0 -40
  903. package/src/list/TagNew/TagNew.module.css +0 -108
  904. package/src/list/TagNew/docs/TagNew__default.docs.js +0 -18
  905. package/src/list/Thread/Thread.js +0 -43
  906. package/src/list/Thread/Thread.module.css +0 -31
  907. package/src/list/Thread/docs/Thread__default.docs.js +0 -18
  908. package/src/list/UserTime/UserTime.js +0 -138
  909. package/src/list/UserTime/UserTime.module.css +0 -52
  910. package/src/list/UserTime/docs/UserTime__default.docs.js +0 -114
  911. package/src/list/listCommon.module.css +0 -52
  912. package/src/list/status/StatusDropdown/StatusDropdown.js +0 -538
  913. package/src/list/status/StatusDropdown/StatusDropdown.module.css +0 -76
  914. package/src/list/status/StatusDropdown/docs/StatusDropdown__default.docs.js +0 -92
  915. package/src/list/status/StatusListItem/StatusListItem.js +0 -149
  916. package/src/list/status/StatusListItem/StatusListItem.module.css +0 -81
  917. package/src/list/status/StatusListItem/docs/StatusListItem__default.docs.js +0 -19
  918. package/src/lookup/EmptyPage/EmptyPage.js +0 -62
  919. package/src/lookup/EmptyPage/LookupEmptyPage.module.css +0 -12
  920. package/src/lookup/EmptyPage/docs/EmptyPage__account.docs.js +0 -17
  921. package/src/lookup/EmptyPage/docs/EmptyPage__contact.docs.js +0 -17
  922. package/src/lookup/EmptyPage/docs/EmptyPage__default.docs.js +0 -16
  923. package/src/lookup/EmptyPage/docs/EmptyPage__product.docs.js +0 -17
  924. package/src/lookup/Lookup/Lookup.js +0 -113
  925. package/src/lookup/Lookup/Lookup.module.css +0 -26
  926. package/src/lookup/Lookup/docs/Lookup__contact.docs.js +0 -184
  927. package/src/lookup/Lookup/docs/Lookup__default.docs.js +0 -59
  928. package/src/lookup/Section/LookupSection.module.css +0 -8
  929. package/src/lookup/Section/Section.js +0 -27
  930. package/src/lookup/header/Close/Close.js +0 -36
  931. package/src/lookup/header/Close/LookupClose.module.css +0 -15
  932. package/src/lookup/header/Close/docs/Close__default.docs.js +0 -17
  933. package/src/lookup/header/ModuleHeader/ModuleHeader.js +0 -97
  934. package/src/lookup/header/ModuleHeader/docs/ModuleHeader__default.docs.js +0 -40
  935. package/src/lookup/header/Search/LookupSearch.module.css +0 -48
  936. package/src/lookup/header/Search/Search.js +0 -249
  937. package/src/lookup/header/Search/docs/Search__default.docs.js +0 -106
  938. package/src/lookup/header/TicketHeader/TicketHeader.js +0 -123
  939. package/src/lookup/header/TicketHeader/TicketHeader.module.css +0 -19
  940. package/src/lookup/header/TicketHeader/docs/TicketHeader__default.docs.js +0 -63
  941. package/src/lookup/header/Title/LookupTitle.module.css +0 -20
  942. package/src/lookup/header/Title/Title.js +0 -38
  943. package/src/lookup/header/Title/docs/Title__default.docs.js +0 -17
  944. package/src/lookup/header/ViewDropDown/ViewDropDown.js +0 -199
  945. package/src/lookup/header/ViewDropDown/ViewDropDown.module.css +0 -46
  946. package/src/lookup/header/ViewDropDown/docs/ViewDropDown__default.docs.js +0 -54
  947. package/src/lookup/header/lookupHeaderCommon.module.css +0 -25
  948. package/src/lookup/header/lookupHeaderCommonResponsive.module.css +0 -15
  949. package/src/setup/header/Button/Button.js +0 -40
  950. package/src/setup/header/Button/HeaderButton.module.css +0 -3
  951. package/src/setup/header/Button/docs/Button__default.docs.js +0 -21
  952. package/src/setup/header/Link/HeaderLink.module.css +0 -15
  953. package/src/setup/header/Link/Link.js +0 -48
  954. package/src/setup/header/Link/docs/Link__default.docs.js +0 -20
  955. package/src/setup/header/Search/Search.js +0 -87
  956. package/src/setup/header/Search/Search.module.css +0 -57
  957. package/src/setup/header/Search/docs/Search__default.docs.js +0 -32
  958. package/src/setup/header/Views/Views.js +0 -62
  959. package/src/setup/header/Views/Views.module.css +0 -27
  960. package/src/setup/header/Views/docs/Views__default.docs.js +0 -20
  961. package/src/setup/helptips/Description/Description.js +0 -22
  962. package/src/setup/helptips/Description/HelpTipsDescription.module.css +0 -6
  963. package/src/setup/helptips/Description/docs/Description__default.docs.js +0 -24
  964. package/src/setup/helptips/Link/HelpTipsLink.module.css +0 -6
  965. package/src/setup/helptips/Link/Link.js +0 -39
  966. package/src/setup/helptips/Link/docs/Link__default.docs.js +0 -27
  967. package/src/setup/helptips/ListGroup/ListGroup.js +0 -42
  968. package/src/setup/helptips/ListGroup/ListGroup.module.css +0 -17
  969. package/src/setup/helptips/ListGroup/docs/ListGroup__default.docs.js +0 -37
  970. package/src/setup/helptips/Title/HelpTipsTitle.module.css +0 -5
  971. package/src/setup/helptips/Title/Title.js +0 -22
  972. package/src/setup/helptips/Title/docs/Title__default.docs.js +0 -22
  973. package/src/setup/table/Table/Table.js +0 -31
  974. package/src/setup/table/Table/docs/Table__default.docs.js +0 -115
  975. package/src/setup/table/TableBody/TableBody.js +0 -37
  976. package/src/setup/table/TableData/SetupTableData.module.css +0 -36
  977. package/src/setup/table/TableData/TableData.js +0 -56
  978. package/src/setup/table/TableData/Tablehover.module.css +0 -6
  979. package/src/setup/table/TableHead/SetupTableHead.module.css +0 -8
  980. package/src/setup/table/TableHead/TableHead.js +0 -53
  981. package/src/setup/table/TableRow/SetupTableRow.module.css +0 -10
  982. package/src/setup/table/TableRow/TableRow.js +0 -60
  983. package/src/setup/table/Text/TableText.module.css +0 -37
  984. package/src/setup/table/Text/Text.js +0 -82
  985. package/src/setup/table/Text/docs/Text__default.docs.js +0 -38
  986. package/src/svg/PlusIcon.js +0 -43
  987. package/src/svg/SnippetIcon.js +0 -50
  988. package/src/svg/TemplateIcon.js +0 -34
  989. package/src/svg/docs/SVG__default.docs.js +0 -46
  990. package/src/utils/ChannelIconMapping.js +0 -130
  991. package/src/utils/Common.js +0 -20
  992. package/src/utils/General.js +0 -58
  993. package/src/utils/KeyboardApi.js +0 -280
  994. package/src/utils/editorUtils.js +0 -189
  995. package/src/version2/AlertClose/AlertClose.js +0 -45
  996. package/src/version2/AlertClose/AlertClose.module.css +0 -43
  997. package/src/version2/AlertClose/docs/AlertClose__default.docs.js +0 -46
  998. package/src/version2/GlobalNotification/GlobalNotification.js +0 -120
  999. package/src/version2/GlobalNotification/GlobalNotification.module.css +0 -90
  1000. package/src/version2/GlobalNotification/docs/GlobalNotification__default.docs.js +0 -94
  1001. package/src/version2/alertIcons/AlarmAlertIcon.js +0 -32
  1002. package/src/version2/alertIcons/AlertIcons.js +0 -61
  1003. package/src/version2/alertIcons/AlertIcons.module.css +0 -67
  1004. package/src/version2/alertIcons/DangerAlertIcon.js +0 -33
  1005. package/src/version2/alertIcons/ErrorAlertIcon.js +0 -34
  1006. package/src/version2/alertIcons/InfoAlertIcon.js +0 -35
  1007. package/src/version2/alertIcons/NotificationAlertIcon.js +0 -32
  1008. package/src/version2/alertIcons/SuccessAlertIcon.js +0 -31
  1009. package/src/version2/alertIcons/WarningAlertIcon.js +0 -31
  1010. package/src/version2/alertIcons/docs/AlertIcons__default.docs.js +0 -123
  1011. package/src/version2/errorstate/Inconvenience/Inconvenience.js +0 -98
  1012. package/src/version2/errorstate/Inconvenience/docs/Inconvenience__default.docs.js +0 -19
  1013. package/src/version2/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +0 -99
  1014. package/src/version2/errorstate/OopsSomethingMiss/docs/OopsSomethingMiss__default.docs.js +0 -21
  1015. package/src/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +0 -98
  1016. package/src/version2/errorstate/UnableToProcessRequest/docs/UnableToProcessRequest__default.docs.js +0 -31
  1017. package/src/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +0 -102
  1018. package/src/version2/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__default.docs.js +0 -19
  1019. package/src/version2/errorstate/UrlNotFound/UrlNotFound.js +0 -98
  1020. package/src/version2/errorstate/UrlNotFound/docs/UrlNotFound__default.docs.js +0 -21
  1021. package/src/version2/errorstate/V2_ErrorStates.module.css +0 -47
  1022. package/src/version2/errorstate/WillBeRightBack/WillBeRightBack.js +0 -98
  1023. package/src/version2/errorstate/WillBeRightBack/docs/WillBeRightBack__default.docs.js +0 -19
  1024. package/src/version2/lookup/AlertHeader/AlertHeader.js +0 -100
  1025. package/src/version2/lookup/AlertHeader/AlertHeaderNew.module.css +0 -64
  1026. package/src/version2/lookup/AlertHeader/docs/AlertHeader__default.docs.js +0 -66
  1027. package/src/version2/lookup/AlertLookup/AlertLookup.js +0 -290
  1028. package/src/version2/lookup/AlertLookup/AlertLookupNew.module.css +0 -40
  1029. package/src/version2/lookup/AlertLookup/docs/AlertLookup__default.docs.js +0 -150
  1030. package/src/version2/lookup/alertLookupCommonNew.module.css +0 -26
  1031. package/src/version2/notification/DesktopNotification/DesktopNotification.js +0 -258
  1032. package/src/version2/notification/DesktopNotification/DesktopNotification.module.css +0 -90
  1033. package/src/version2/notification/DesktopNotification/docs/DesktopNotification__default.docs.js +0 -86
  1034. package/src/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +0 -92
  1035. package/src/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +0 -100
  1036. package/src/version2/notification/DesktopNotificationHeader/docs/DesktopNotificationHeader__default.docs.js +0 -51
@@ -10,9 +10,12 @@
10
10
  .detailsInnerColumn {
11
11
  composes: dflex from '~@zohodesk/components/lib/common/common.module.css';
12
12
  }
13
- .avatar {
13
+ [dir=ltr] .avatar {
14
14
  margin-right: var(--zd_size25);
15
15
  }
16
+ [dir=rtl] .avatar {
17
+ margin-left: var(--zd_size25);
18
+ }
16
19
  .detailsColumn {
17
20
  min-height: 0;
18
21
  min-width: 0;
@@ -30,21 +33,23 @@
30
33
  .classic .secondaryRow {
31
34
  margin-top: var(--zd_size10);
32
35
  }
33
- .compact .secondaryRow,
34
- .superCompact .secondaryRow {
36
+ [dir=ltr] .compact .secondaryRow, [dir=ltr] .superCompact .secondaryRow {
35
37
  margin-left: var(--zd_size30);
36
38
  }
39
+ [dir=rtl] .compact .secondaryRow, [dir=rtl] .superCompact .secondaryRow {
40
+ margin-right: var(--zd_size30);
41
+ }
37
42
  .classic .innerContainer {
38
- padding: var(--zd_size13) 0;
39
43
  height: var(--zd_size70);
44
+ padding: var(--zd_size13) 0;
40
45
  }
41
46
  .compact .innerContainer {
42
- padding: var(--zd_size5) 0;
43
47
  height: var(--zd_size41);
48
+ padding: var(--zd_size5) 0;
44
49
  }
45
50
  .superCompact .innerContainer {
46
- padding: var(--zd_size2) 0;
47
51
  height: var(--zd_size35);
52
+ padding: var(--zd_size2) 0;
48
53
  }
49
54
  .classic .detailsInnerColumn {
50
55
  -webkit-box-orient: vertical;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
4
 
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
@@ -29,9 +29,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
29
29
 
30
30
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
31
31
 
32
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
32
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
33
33
 
34
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
34
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
35
35
 
36
36
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
37
37
 
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
4
 
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
@@ -33,9 +33,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
33
33
 
34
34
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
35
35
 
36
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
36
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
37
37
 
38
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
38
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
39
39
 
40
40
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
41
41
 
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
4
 
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
@@ -23,9 +23,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
23
23
 
24
24
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
25
25
 
26
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
26
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
27
27
 
28
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
28
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
29
29
 
30
30
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
31
31
 
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
4
 
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
@@ -27,9 +27,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
27
27
 
28
28
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
29
29
 
30
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
30
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
31
31
 
32
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
32
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
33
33
 
34
34
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
35
35
 
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
4
 
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
@@ -23,9 +23,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
23
23
 
24
24
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
25
25
 
26
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
26
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
27
27
 
28
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
28
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
29
29
 
30
30
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
31
31
 
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
4
 
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
@@ -27,9 +27,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
27
27
 
28
28
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
29
29
 
30
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
30
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
31
31
 
32
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
32
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
33
33
 
34
34
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
35
35
 
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
4
 
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
@@ -23,9 +23,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
23
23
 
24
24
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
25
25
 
26
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
26
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
27
27
 
28
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
28
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
29
29
 
30
30
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
31
31
 
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
4
 
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
@@ -25,9 +25,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
25
25
 
26
26
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
27
27
 
28
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
28
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
29
29
 
30
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
30
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
31
31
 
32
32
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
33
33
 
@@ -1,9 +1,12 @@
1
1
  .paidUserIcon {
2
- margin-right: var(--zd_size5);
3
2
  vertical-align: middle;
4
3
  bottom: var(--zd_size1);
5
4
  position: relative;
6
5
  font-size: var(--zd_font_size8);
6
+ }[dir=ltr] .paidUserIcon {
7
+ margin-right: var(--zd_size5);
8
+ }[dir=rtl] .paidUserIcon {
9
+ margin-left: var(--zd_size5);
7
10
  }
8
11
  .icon {
9
12
  display: block;
@@ -42,11 +45,13 @@ display: block
42
45
  .textStyle,
43
46
  .secondaryText,
44
47
  .phoneNumber {
45
- cursor: pointer;
46
48
  composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
47
49
  max-width: 100%;
48
50
  display: block;
49
51
  }
52
+ .textStyle, .secondaryText, .phoneNumber {
53
+ cursor: pointer;
54
+ }
50
55
  .textStyle:hover,
51
56
  .ticketIdLink,
52
57
  .phoneNumber:hover,
@@ -101,9 +106,14 @@ display: block
101
106
  }
102
107
  .happinessImg {
103
108
  width: var(--zd_size10);
104
- margin: 0 var(--zd_size4) 0 0;
105
109
  vertical-align: middle;
106
110
  }
111
+ [dir=ltr] .happinessImg {
112
+ margin: 0 var(--zd_size4) 0 0;
113
+ }
114
+ [dir=rtl] .happinessImg {
115
+ margin: 0 0 0 var(--zd_size4);
116
+ }
107
117
 
108
118
  /* colors */
109
119
  .gray {
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
4
 
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
@@ -23,9 +23,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
23
23
 
24
24
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
25
25
 
26
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
26
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
27
27
 
28
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
28
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
29
29
 
30
30
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
31
31
 
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
4
 
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
@@ -27,9 +27,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
27
27
 
28
28
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
29
29
 
30
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
30
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
31
31
 
32
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
32
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
33
33
 
34
34
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
35
35
 
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
4
 
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
@@ -25,9 +25,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
25
25
 
26
26
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
27
27
 
28
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
28
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
29
29
 
30
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
30
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
31
31
 
32
32
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
33
33
 
@@ -3,28 +3,16 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- Object.defineProperty(exports, "ContactName", {
7
- enumerable: true,
8
- get: function get() {
9
- return _ContactName["default"];
10
- }
11
- });
12
6
  Object.defineProperty(exports, "AccountName", {
13
7
  enumerable: true,
14
8
  get: function get() {
15
9
  return _AccountName["default"];
16
10
  }
17
11
  });
18
- Object.defineProperty(exports, "TicketId", {
19
- enumerable: true,
20
- get: function get() {
21
- return _TicketId["default"];
22
- }
23
- });
24
- Object.defineProperty(exports, "StatusText", {
12
+ Object.defineProperty(exports, "ContactName", {
25
13
  enumerable: true,
26
14
  get: function get() {
27
- return _StatusText["default"];
15
+ return _ContactName["default"];
28
16
  }
29
17
  });
30
18
  Object.defineProperty(exports, "DepartmentText", {
@@ -33,16 +21,16 @@ Object.defineProperty(exports, "DepartmentText", {
33
21
  return _DepartmentText["default"];
34
22
  }
35
23
  });
36
- Object.defineProperty(exports, "PriorityText", {
24
+ Object.defineProperty(exports, "Email", {
37
25
  enumerable: true,
38
26
  get: function get() {
39
- return _PriorityText["default"];
27
+ return _Email["default"];
40
28
  }
41
29
  });
42
- Object.defineProperty(exports, "Email", {
30
+ Object.defineProperty(exports, "HappinessRating", {
43
31
  enumerable: true,
44
32
  get: function get() {
45
- return _Email["default"];
33
+ return _HappinessRating["default"];
46
34
  }
47
35
  });
48
36
  Object.defineProperty(exports, "PhoneNumber", {
@@ -51,10 +39,10 @@ Object.defineProperty(exports, "PhoneNumber", {
51
39
  return _PhoneNumber["default"];
52
40
  }
53
41
  });
54
- Object.defineProperty(exports, "Website", {
42
+ Object.defineProperty(exports, "PriorityText", {
55
43
  enumerable: true,
56
44
  get: function get() {
57
- return _Website["default"];
45
+ return _PriorityText["default"];
58
46
  }
59
47
  });
60
48
  Object.defineProperty(exports, "SecondaryText", {
@@ -63,10 +51,22 @@ Object.defineProperty(exports, "SecondaryText", {
63
51
  return _SecondaryText["default"];
64
52
  }
65
53
  });
66
- Object.defineProperty(exports, "HappinessRating", {
54
+ Object.defineProperty(exports, "StatusText", {
67
55
  enumerable: true,
68
56
  get: function get() {
69
- return _HappinessRating["default"];
57
+ return _StatusText["default"];
58
+ }
59
+ });
60
+ Object.defineProperty(exports, "TicketId", {
61
+ enumerable: true,
62
+ get: function get() {
63
+ return _TicketId["default"];
64
+ }
65
+ });
66
+ Object.defineProperty(exports, "Website", {
67
+ enumerable: true,
68
+ get: function get() {
69
+ return _Website["default"];
70
70
  }
71
71
  });
72
72
 
@@ -1,11 +1,11 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
4
 
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
7
7
  });
8
- exports.SecondryPanelItem = exports.SecondryPanelLI = exports.SecondryPanelUL = exports["default"] = void 0;
8
+ exports["default"] = exports.SecondryPanelUL = exports.SecondryPanelLI = exports.SecondryPanelItem = void 0;
9
9
 
10
10
  var _react = _interopRequireWildcard(require("react"));
11
11
 
@@ -29,9 +29,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
29
29
 
30
30
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
31
31
 
32
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
32
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
33
33
 
34
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
34
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
35
35
 
36
36
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
37
37
 
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
4
 
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
@@ -21,9 +21,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
21
21
 
22
22
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
23
23
 
24
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
24
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
25
25
 
26
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
26
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
27
27
 
28
28
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
29
29
 
@@ -1,7 +1,10 @@
1
1
  .container {
2
- margin: 0 0 0 var(--zd_size5);
3
2
  vertical-align: middle;
4
3
  font-size: var(--zd_font_size10);
4
+ }[dir=ltr] .container {
5
+ margin: 0 0 0 var(--zd_size5);
6
+ }[dir=rtl] .container {
7
+ margin: 0 var(--zd_size5) 0 0;
5
8
  }
6
9
 
7
10
  .sentimentIcon {
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
4
 
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
@@ -27,9 +27,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
27
27
 
28
28
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
29
29
 
30
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
30
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
31
31
 
32
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
32
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
33
33
 
34
34
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
35
35
 
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
4
 
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
@@ -23,9 +23,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
23
23
 
24
24
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
25
25
 
26
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
26
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
27
27
 
28
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
28
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
29
29
 
30
30
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
31
31
 
@@ -1,26 +1,33 @@
1
1
  .tagStyle {
2
- border-radius: var(--zd_size14);
3
- background-color: var(--zdt_tagnew_default_bg);
4
- box-shadow: 0 8px 30px 0 var(--zdt_tagnew_default_box_shadow);
5
2
  min-width: var(--zd_size70);
6
3
  height: var(--zd_size28);
7
4
  font-size: var(--zd_font_size13);
8
5
  color: var(--zdt_tagnew_default_text);
9
- padding: 0 var(--zd_size15);
10
6
  composes: inlineFlex from '../listCommon.module.css';
11
7
  composes: alignHorizontal from '~@zohodesk/components/lib/common/common.module.css';
12
- transform: scale(0);
13
8
  transition: all var(--zd_transition2) ease 0s;
14
9
  opacity: 0;
15
10
  visibility: hidden;
11
+ border-radius: var(--zd_size14);
12
+ background-color: var(--zdt_tagnew_default_bg);
13
+ box-shadow: 0 8px 30px 0 var(--zdt_tagnew_default_box_shadow);
14
+ padding: 0 var(--zd_size15);
15
+ transform: scale(0);
16
16
  cursor: pointer;
17
17
  }
18
18
 
19
19
  .bounceIn {
20
- transform: scale(1);
21
- animation: bounceIn 700ms;
22
20
  visibility: visible;
23
21
  opacity: 1;
22
+ transform: scale(1);
23
+ }
24
+
25
+ [dir=ltr] .bounceIn {
26
+ animation: bounceIn 700ms;
27
+ }
28
+
29
+ [dir=rtl] .bounceIn {
30
+ animation: bounceIn 700ms;
24
31
  }
25
32
 
26
33
  @keyframes bounceIn {
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
4
 
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
@@ -27,9 +27,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
27
27
 
28
28
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
29
29
 
30
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
30
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
31
31
 
32
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
32
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
33
33
 
34
34
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
35
35