@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
@@ -5,20 +5,27 @@
5
5
  composes: varClass;
6
6
  min-height: var(--zd_size54);
7
7
  position: relative;
8
+ color: var(--zdt_desktopnotification_text);
8
9
  background-color: var(--alert_lookup_bg_color);
9
10
  border-style: solid;
10
11
  border-color: var(--commonalert_border_color);
11
12
  border-width: 2px 0 0 0;
12
- color: var(--zdt_desktopnotification_text);
13
13
  }
14
14
 
15
15
  .title {
16
- margin: 0 var(--zd_size5) 0 var(--zd_size10);
17
16
  font-size: var(--zd_font_size18);
18
- line-height: 1.2;
17
+ line-height: var(--zd_size22);
19
18
  font-family: var(--zd_bold);
20
19
  composes: ftsmooth wbreak from '~@zohodesk/components/lib/common/common.module.css';
21
20
  }
21
+
22
+ [dir=ltr] .title {
23
+ margin: 0 var(--zd_size5) 0 var(--zd_size10);
24
+ }
25
+
26
+ [dir=rtl] .title {
27
+ margin: 0 var(--zd_size10) 0 var(--zd_size5);
28
+ }
22
29
 
23
30
  .infoText {
24
31
  font-size: var(--zd_font_size14);
@@ -50,8 +57,11 @@
50
57
 
51
58
 
52
59
  /* Primary Header */
53
- .primary {
54
- padding: var(--zd_size15) var(--zd_size45) 0 var(--zd_size20);
60
+ [dir=ltr] .primary {
61
+ padding: var(--zd_size15) var(--zd_size45) 0 var(--zd_size20);
62
+ }
63
+ [dir=rtl] .primary {
64
+ padding: var(--zd_size15) var(--zd_size20) 0 var(--zd_size45);
55
65
  }
56
66
 
57
67
  .primary .iconContainer {
@@ -60,24 +70,36 @@
60
70
  }
61
71
 
62
72
  .primary .infoText {
63
- line-height: 1.28;
73
+ line-height: var(--zd_size18);
64
74
  }
65
75
 
66
76
  .primary .close {
67
77
  position: absolute;
68
78
  top: var(--zd_size12);
69
- right: var(--zd_size12);
79
+ }
80
+
81
+ [dir=ltr] .primary .close {
82
+ right: var(--zd_size12);
83
+ }
84
+
85
+ [dir=rtl] .primary .close {
86
+ left: var(--zd_size12);
70
87
  }
71
88
 
72
89
  /* Secondary Header */
73
90
  .secondary {
74
- padding: var(--zd_size18) var(--zd_size70) var(--zd_size19) var(--zd_size75);
75
- border-radius: 0 0 var(--zd_size10) var(--zd_size10);
76
91
  composes: wbreak from '~@zohodesk/components/lib/common/common.module.css';
92
+ border-radius: 0 0 var(--zd_size10) var(--zd_size10);
93
+ }
94
+ [dir=ltr] .secondary {
95
+ padding: var(--zd_size18) var(--zd_size70) var(--zd_size19) var(--zd_size75);
96
+ }
97
+ [dir=rtl] .secondary {
98
+ padding: var(--zd_size18) var(--zd_size75) var(--zd_size19) var(--zd_size70);
77
99
  }
78
100
 
79
101
  .secondary .infoText {
80
- line-height: 1.42;
102
+ line-height: var(--zd_size20);
81
103
  }
82
104
 
83
105
  .secondary .iconContainer {
@@ -86,15 +108,30 @@
86
108
  position: absolute;
87
109
  top: 0;
88
110
  bottom: 0;
89
- left: var(--zd_size18);
90
111
  margin: auto 0;
91
112
  }
92
113
 
114
+ [dir=ltr] .secondary .iconContainer {
115
+ left: var(--zd_size18);
116
+ }
117
+
118
+ [dir=rtl] .secondary .iconContainer {
119
+ right: var(--zd_size18);
120
+ }
121
+
93
122
  .secondary .close {
94
123
  position: absolute;
95
124
  top: 0;
96
125
  bottom: 0;
97
- right: var(--zd_size12);
98
- margin: auto 0 auto var(--zd_size25);
99
126
  height: var(--zd_size25);
127
+ }
128
+
129
+ [dir=ltr] .secondary .close {
130
+ right: var(--zd_size12);
131
+ margin: auto 0 auto var(--zd_size25);
132
+ }
133
+
134
+ [dir=rtl] .secondary .close {
135
+ left: var(--zd_size12);
136
+ margin: auto var(--zd_size25) auto 0;
100
137
  }
@@ -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
@@ -31,9 +31,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
31
31
 
32
32
  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); } }
33
33
 
34
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
34
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
35
35
 
36
- 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); }
36
+ 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); }
37
37
 
38
38
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
39
39
 
@@ -97,7 +97,8 @@ var ActionButton = /*#__PURE__*/function (_React$Component) {
97
97
  dropBoxClass = _this$props2.dropBoxClass,
98
98
  isBoxPaddingNeed = _this$props2.isBoxPaddingNeed,
99
99
  getContainerRef = _this$props2.getContainerRef,
100
- getTargetRef = _this$props2.getTargetRef;
100
+ getTargetRef = _this$props2.getTargetRef,
101
+ removeChildrenTooltip = _this$props2.removeChildrenTooltip;
101
102
  return /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
102
103
  alignBox: "row",
103
104
  isCover: false,
@@ -114,7 +115,8 @@ var ActionButton = /*#__PURE__*/function (_React$Component) {
114
115
  size: "medium",
115
116
  customClass: {
116
117
  customButton: _ActionButtonModule["default"].btn
117
- }
118
+ },
119
+ text: text
118
120
  })) : /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
119
121
  flexible: true,
120
122
  onClick: onClick,
@@ -136,9 +138,9 @@ var ActionButton = /*#__PURE__*/function (_React$Component) {
136
138
  }) : null, text ? /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
137
139
  shrink: true,
138
140
  className: _ActionButtonModule["default"].txt,
139
- "data-title": text
141
+ "data-title": removeChildrenTooltip ? null : text
140
142
  }, text) : null)), subText ? /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
141
- "data-title": subText,
143
+ "data-title": removeChildrenTooltip ? null : subText,
142
144
  className: _ActionButtonModule["default"].subTxt
143
145
  }, subText) : null)), children ? /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
144
146
  onClick: onClick ? !onHover && this.handleTogglePopup : undefined,
@@ -184,7 +186,8 @@ ActionButton.defaultProps = {
184
186
  dropBoxClass: '',
185
187
  arrowBoxSize: 'medium',
186
188
  isBoxPaddingNeed: true,
187
- palette: 'primaryFilled'
189
+ palette: 'primaryFilled',
190
+ removeChildrenTooltip: false
188
191
  };
189
192
  ActionButton.propTypes = {
190
193
  arrowBoxDataId: _propTypes["default"].string,
@@ -211,7 +214,8 @@ ActionButton.propTypes = {
211
214
  subText: _propTypes["default"].string,
212
215
  text: _propTypes["default"].string,
213
216
  getContainerRef: _propTypes["default"].func,
214
- getTargetRef: _propTypes["default"].func
217
+ getTargetRef: _propTypes["default"].func,
218
+ removeChildrenTooltip: _propTypes["default"].bool
215
219
  };
216
220
  ActionButton.docs = {
217
221
  componentGroup: 'Atom'
@@ -21,9 +21,12 @@
21
21
  .primaryBtn, .primaryArw {
22
22
  border: 1px solid var(--buttonBorder);
23
23
  }
24
- .primaryBtn {
24
+ [dir=ltr] .primaryBtn {
25
25
  border-right: none;
26
26
  }
27
+ [dir=rtl] .primaryBtn {
28
+ border-left: none;
29
+ }
27
30
  .contentBox,
28
31
  .arrowWrapper {
29
32
  transition: width var(--zd_transition3), padding var(--zd_transition3), background-color var(--zd_transition2), border-color var(--zd_transition2);
@@ -31,9 +34,12 @@
31
34
  .clickable {
32
35
  cursor: pointer;
33
36
  }
34
- .contentBoxBdr {
37
+ [dir=ltr] .contentBoxBdr {
35
38
  border-radius: var(--zd_size4) 0 0 var(--zd_size4);
36
39
  }
40
+ [dir=rtl] .contentBoxBdr {
41
+ border-radius: 0 var(--zd_size4) var(--zd_size4) 0;
42
+ }
37
43
  .contentBoxBdrRds {
38
44
  border-radius: var(--zd_size4);
39
45
  }
@@ -53,8 +59,7 @@
53
59
  .small_btnBox {
54
60
  padding: 0 var(--zd_size8);
55
61
  }
56
- .medium_btnBox,
57
- .large_btnBox {
62
+ .medium_btnBox, .large_btnBox {
58
63
  padding: 0 var(--zd_size10);
59
64
  }
60
65
  .txt {
@@ -77,12 +82,20 @@
77
82
  }
78
83
  .arrowWrapper {
79
84
  position: relative;
80
- border-radius: 0 var(--zd_size4) var(--zd_size4) 0;
81
- cursor: pointer;
82
85
  composes: offSelection from '~@zohodesk/components/lib/common/common.module.css';
86
+ cursor: pointer;
83
87
  }
84
- .primaryFilledArw {
85
- border-left: 1px solid var(--buttonSeparatorBorder);
88
+ [dir=ltr] .arrowWrapper {
89
+ border-radius: 0 var(--zd_size4) var(--zd_size4) 0;
90
+ }
91
+ [dir=rtl] .arrowWrapper {
92
+ border-radius: var(--zd_size4) 0 0 var(--zd_size4);
93
+ }
94
+ [dir=ltr] .primaryFilledArw {
95
+ border-left: 1px solid var(--buttonSeparatorBorder);
96
+ }
97
+ [dir=rtl] .primaryFilledArw {
98
+ border-right: 1px solid var(--buttonSeparatorBorder);
86
99
  }
87
100
  .small_arrowBox {
88
101
  width: var(--zd_size20);
@@ -106,6 +119,7 @@
106
119
  .btn {
107
120
  height: 100%;
108
121
  width: 100%;
122
+ color:var(--dot_mirror)
109
123
  }
110
124
  .popupWrapper {
111
125
  padding: var(--zd_size10) 0;
@@ -115,6 +129,9 @@
115
129
  .iconClr {
116
130
  color: var(--buttonText);
117
131
  }
118
- .iconMrgn {
132
+ [dir=ltr] .iconMrgn {
119
133
  margin-right: var(--zd_size6);
120
134
  }
135
+ [dir=rtl] .iconMrgn {
136
+ margin-left: var(--zd_size6);
137
+ }
@@ -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
 
@@ -7,16 +7,19 @@
7
7
  composes: varClass;
8
8
  composes: h100 from '~@zohodesk/components/lib/common/common.module.css';
9
9
  list-style: none;
10
+ pointer-events: initial;
10
11
  margin: 0;
11
12
  padding: 0;
12
- pointer-events: initial;
13
13
  }
14
14
  .column .title {
15
15
  margin-bottom: var(--zd_size3);
16
16
  }
17
- .row .title {
17
+ [dir=ltr] .row .title {
18
18
  margin-right: var(--zd_size3);
19
19
  }
20
+ [dir=rtl] .row .title {
21
+ margin-left: var(--zd_size3);
22
+ }
20
23
  .row .letter {
21
24
  padding: 0 var(--zd_size3);
22
25
  }
@@ -29,10 +32,10 @@
29
32
  }
30
33
  .list {
31
34
  font-size: var(--zd_font_size11);
32
- text-align: center;
33
35
  flex-basis: var(--zd_size12);
34
- cursor: pointer;
35
36
  color: var(--textColor);
37
+ text-align: center;
38
+ cursor: pointer;
36
39
  }
37
40
  .title {
38
41
  flex-basis: var(--zd_size15);
@@ -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,8 +1,8 @@
1
1
  .attachment {
2
- border: 1px solid var(--zdt_attachment_default_border);
3
- border-radius: 2px;
4
2
  position: relative;
5
3
  overflow: hidden;
4
+ border: 1px solid var(--zdt_attachment_default_border);
5
+ border-radius: 2px;
6
6
  }
7
7
  .attachmentHover {
8
8
  cursor: pointer;
@@ -13,8 +13,7 @@
13
13
  .palette_transparent {
14
14
  background-color: var(--zdt_attachment_transparent_bg);
15
15
  }
16
- .attachmentHover:hover,
17
- .attachmentHover:hover .attachleft {
16
+ .attachmentHover:hover, .attachmentHover:hover .attachleft {
18
17
  border-color: var(--zdt_attachment_default_hover_border);
19
18
  }
20
19
  .attachmentHover:hover .attachleft i {
@@ -35,9 +34,12 @@
35
34
  width: var(--zd_size145);
36
35
  height: var(--zd_size40);
37
36
  }
38
- .attachleft {
37
+ [dir=ltr] .attachleft {
39
38
  border-right: 1px solid var(--zdt_attachment_default_border);
40
39
  }
40
+ [dir=rtl] .attachleft {
41
+ border-left: 1px solid var(--zdt_attachment_default_border);
42
+ }
41
43
  .medium .attachleft {
42
44
  width: var(--zd_size50);
43
45
  }
@@ -45,9 +47,13 @@
45
47
  width: var(--zd_size40);
46
48
  }
47
49
 
48
- .medium .attachright {
50
+ [dir=ltr] .medium .attachright {
49
51
  padding: var(--zd_size5) var(--zd_size25) var(--zd_size5) var(--zd_size10);
50
52
  }
53
+
54
+ [dir=rtl] .medium .attachright {
55
+ padding: var(--zd_size5) var(--zd_size10) var(--zd_size5) var(--zd_size25);
56
+ }
51
57
  .small .attachright {
52
58
  padding: 0 var(--zd_size10) 0 var(--zd_size10);
53
59
  }
@@ -82,10 +88,15 @@
82
88
  .attachDownload {
83
89
  position: absolute;
84
90
  top: calc(var(--zd_size1) * -1);
85
- right: calc(var(--zd_size1) * -1);
91
+ display: none;
86
92
  background-color: var(--zdt_attachment_download_bg);
87
93
  text-align: center;
88
- display: none;
94
+ }
95
+ [dir=ltr] .attachDownload {
96
+ right: calc(var(--zd_size1) * -1);
97
+ }
98
+ [dir=rtl] .attachDownload {
99
+ left: calc(var(--zd_size1) * -1);
89
100
  }
90
101
  .medium .attachDownload {
91
102
  height: var(--zd_size25);
@@ -113,9 +124,9 @@
113
124
  }
114
125
 
115
126
  .dot {
116
- background-color: var(--zdt_dot_text);
117
127
  height: 2px;
118
128
  width: 2px;
129
+ background-color: var(--zdt_dot_text);
119
130
  border-radius: 50%;
120
131
  margin: 0 var(--zd_size6);
121
132
  }
@@ -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
@@ -31,9 +31,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
31
31
 
32
32
  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); } }
33
33
 
34
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
34
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
35
35
 
36
- 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); }
36
+ 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); }
37
37
 
38
38
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
39
39
 
@@ -14,11 +14,16 @@
14
14
  composes: dflex alignVertical alignHorizontal rounded from '~@zohodesk/components/lib/common/common.module.css';
15
15
  position: absolute;
16
16
  top: calc(var(--zd_size4) * -1);
17
- right: calc(var(--zd_size1) * -1);
18
17
  height: var(--zd_size15);
19
18
  width: var(--zd_size15);
20
19
  background-color: var(--topIconBg);
21
20
  }
21
+ [dir=ltr] .thread {
22
+ right: calc(var(--zd_size1) * -1);
23
+ }
24
+ [dir=rtl] .thread {
25
+ left: calc(var(--zd_size1) * -1);
26
+ }
22
27
  .threadBorder {
23
28
  border: 1px solid var(--topIconBorderColor);
24
29
  }
@@ -109,11 +114,12 @@
109
114
  }
110
115
 
111
116
  /* facebook */
112
- .facebook_incoming,
113
- .facebook_missed,
114
- .facebook_outgoing {
117
+ [dir=ltr] .facebook_incoming, [dir=ltr] .facebook_missed, [dir=ltr] .facebook_outgoing {
115
118
  right: var(--zd_size2);
116
119
  }
120
+ [dir=rtl] .facebook_incoming, [dir=rtl] .facebook_missed, [dir=rtl] .facebook_outgoing {
121
+ left: var(--zd_size2);
122
+ }
117
123
 
118
124
  /* chat */
119
125
  .chat_incoming,
@@ -137,24 +143,22 @@
137
143
  .feedback_incoming,
138
144
  .feedback_missed,
139
145
  .feedback_out {
140
- right: var(--zd_size1);
141
146
  top: var(--zd_size1);
142
147
  }
148
+ [dir=ltr] .feedback_incoming, [dir=ltr] .feedback_missed, [dir=ltr] .feedback_out {
149
+ right: var(--zd_size1);
150
+ }
151
+ [dir=rtl] .feedback_incoming, [dir=rtl] .feedback_missed, [dir=rtl] .feedback_out {
152
+ left: var(--zd_size1);
153
+ }
143
154
 
144
155
  /* draft */
145
- .email_draft,
146
- .facebook_draft,
147
- .twitter_draft,
148
- .forums_draft,
149
- .chat_draft,
150
- .offline_chat_draft,
151
- .online_chat_draft,
152
- .phone_draft,
153
- .web_draft,
154
- .customerportal_draft,
155
- .feedback_draft {
156
+ [dir=ltr] .email_draft, [dir=ltr] .facebook_draft, [dir=ltr] .twitter_draft, [dir=ltr] .forums_draft, [dir=ltr] .chat_draft, [dir=ltr] .offline_chat_draft, [dir=ltr] .online_chat_draft, [dir=ltr] .phone_draft, [dir=ltr] .web_draft, [dir=ltr] .customerportal_draft, [dir=ltr] .feedback_draft {
156
157
  left: var(--zd_size1);
157
158
  }
159
+ [dir=rtl] .email_draft, [dir=rtl] .facebook_draft, [dir=rtl] .twitter_draft, [dir=rtl] .forums_draft, [dir=rtl] .chat_draft, [dir=rtl] .offline_chat_draft, [dir=rtl] .online_chat_draft, [dir=rtl] .phone_draft, [dir=rtl] .web_draft, [dir=rtl] .customerportal_draft, [dir=rtl] .feedback_draft {
160
+ right: var(--zd_size1);
161
+ }
158
162
 
159
163
  /* forward */
160
164
  .email_forward,
@@ -184,17 +188,22 @@
184
188
  .web_forwarddraft,
185
189
  .customerportal_forwarddraft,
186
190
  .feedback_forwarddraft {
187
- left: var(--zd_size1);
188
191
  bottom: var(--zd_size1);
189
192
  }
193
+ [dir=ltr] .email_forwarddraft, [dir=ltr] .facebook_forwarddraft, [dir=ltr] .twitter_forwarddraft, [dir=ltr] .forums_forwarddraft, [dir=ltr] .chat_forwarddraft, [dir=ltr] .offline_chat_forwarddraft, [dir=ltr] .online_chat_forwarddraft, [dir=ltr] .phone_forwarddraft, [dir=ltr] .web_forwarddraft, [dir=ltr] .customerportal_forwarddraft, [dir=ltr] .feedback_forwarddraft {
194
+ left: var(--zd_size1);
195
+ }
196
+ [dir=rtl] .email_forwarddraft, [dir=rtl] .facebook_forwarddraft, [dir=rtl] .twitter_forwarddraft, [dir=rtl] .forums_forwarddraft, [dir=rtl] .chat_forwarddraft, [dir=rtl] .offline_chat_forwarddraft, [dir=rtl] .online_chat_forwarddraft, [dir=rtl] .phone_forwarddraft, [dir=rtl] .web_forwarddraft, [dir=rtl] .customerportal_forwarddraft, [dir=rtl] .feedback_forwarddraft {
197
+ right: var(--zd_size1);
198
+ }
190
199
 
191
200
  /* facebook_dm */
192
- .facebook_dm_default,
193
- .facebook_dm_incoming,
194
- .facebook_dm_outgoing,
195
- .facebook_dm_missed {
201
+ [dir=ltr] .facebook_dm_default, [dir=ltr] .facebook_dm_incoming, [dir=ltr] .facebook_dm_outgoing, [dir=ltr] .facebook_dm_missed {
196
202
  right: var(--zd_size2);
197
203
  }
204
+ [dir=rtl] .facebook_dm_default, [dir=rtl] .facebook_dm_incoming, [dir=rtl] .facebook_dm_outgoing, [dir=rtl] .facebook_dm_missed {
205
+ left: var(--zd_size2);
206
+ }
198
207
 
199
208
  /*Topic Icon colors*/
200
209
  .topic_olive {
@@ -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["default"] = exports.Footer = exports.Content = exports.Header = void 0;
8
+ exports["default"] = exports.Header = exports.Footer = exports.Content = void 0;
9
9
 
10
10
  var _react = _interopRequireDefault(require("react"));
11
11
 
@@ -37,9 +37,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
37
37
 
38
38
  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); } }
39
39
 
40
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
40
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
41
41
 
42
- 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); }
42
+ 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); }
43
43
 
44
44
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
45
45