@zohodesk/dot 1.0.0-beta.23 → 1.0.0-beta.230

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