@zohodesk/dot 1.0.0-temp-97 → 1.0.0-temp-98

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 (1011) hide show
  1. package/README.md +1129 -1129
  2. package/assets/Appearance/dark/mode/contrast/dotDarkContrast.module.css +533 -0
  3. package/assets/Appearance/dark/themes/blue/contrast/blueDarkDotThemeContrast.module.css +16 -0
  4. package/assets/Appearance/dark/themes/green/contrast/greenDarkDotThemeContrast.module.css +16 -0
  5. package/assets/Appearance/dark/themes/orange/contrast/orangeDarkDotThemeContrast.module.css +16 -0
  6. package/assets/Appearance/dark/themes/red/contrast/redDarkDotThemeContrast.module.css +16 -0
  7. package/assets/Appearance/dark/themes/yellow/contrast/yellowDarkDotThemeContrast.module.css +16 -0
  8. package/assets/Appearance/default/mode/contrast/dotDefaultContrast.module.css +533 -0
  9. package/assets/Appearance/default/themes/blue/contrast/blueDefaultDotThemeContrast.module.css +16 -0
  10. package/assets/Appearance/default/themes/green/contrast/greenDefaultDotThemeContrast.module.css +16 -0
  11. package/assets/Appearance/default/themes/orange/contrast/orangeDefaultDotThemeContrast.module.css +16 -0
  12. package/assets/Appearance/default/themes/red/contrast/redDefaultDotThemeContrast.module.css +16 -0
  13. package/assets/Appearance/default/themes/yellow/contrast/yellowDefaultDotThemeContrast.module.css +16 -0
  14. package/assets/Appearance/pureDark/mode/contrast/dotPureDarkContrast.module.css +533 -0
  15. package/assets/Appearance/pureDark/themes/blue/contrast/bluePureDarkDotThemeContrast.module.css +16 -0
  16. package/assets/Appearance/pureDark/themes/green/contrast/greenPureDarkDotThemeContrast.module.css +16 -0
  17. package/assets/Appearance/pureDark/themes/orange/contrast/orangePureDarkDotThemeContrast.module.css +16 -0
  18. package/assets/Appearance/pureDark/themes/red/contrast/redPureDarkDotThemeContrast.module.css +16 -0
  19. package/assets/Appearance/pureDark/themes/yellow/contrast/yellowPureDarkDotThemeContrast.module.css +16 -0
  20. package/dubFinder.js +96 -96
  21. package/es/ActionButton/ActionButton.js +45 -4
  22. package/es/ActionButton/ActionButton.module.css +136 -136
  23. package/es/AlphabeticList/AlphabeticList.js +33 -6
  24. package/es/AlphabeticList/AlphabeticList.module.css +57 -57
  25. package/es/Attachment/Attachment.js +21 -4
  26. package/es/Attachment/Attachment.module.css +132 -132
  27. package/es/AttachmentViewer/AttachmentImage.js +15 -4
  28. package/es/AttachmentViewer/AttachmentViewer.js +27 -4
  29. package/es/AttachmentViewer/AttachmentViewer.module.css +354 -354
  30. package/es/ChannelIcon/ChannelIcon.js +30 -4
  31. package/es/ChannelIcon/ChannelIcon.module.css +217 -217
  32. package/es/Drawer/Drawer.js +72 -25
  33. package/es/Drawer/Drawer.module.css +151 -156
  34. package/es/ExternalLink/ExternalLink.js +17 -4
  35. package/es/ExternalLink/ExternalLink.module.css +3 -3
  36. package/es/ExternalLink/__tests__/ExternalLink.spec.js +0 -0
  37. package/es/ExternalLink/docs/ExternalLink__default.docs.js +0 -0
  38. package/es/FlipCard/FlipCard.js +42 -4
  39. package/es/FlipCard/FlipCard.module.css +44 -44
  40. package/es/FormAction/FormAction.js +12 -5
  41. package/es/FormAction/FormAction.module.css +82 -82
  42. package/es/FreezeLayer/FreezeLayer.js +25 -4
  43. package/es/FreezeLayer/FreezeLayer.module.css +42 -42
  44. package/es/IconButton/IconButton.js +46 -4
  45. package/es/IconButton/IconButton.module.css +22 -22
  46. package/es/Image/Image.js +17 -4
  47. package/es/Image/Image.module.css +10 -10
  48. package/es/ImportantNotes/ImportantNotes.js +16 -4
  49. package/es/ImportantNotes/ImportantNotes.module.css +20 -20
  50. package/es/Link/Link.js +19 -4
  51. package/es/Link/Link.module.css +3 -3
  52. package/es/Link/docs/Link__default.docs.js +0 -0
  53. package/es/Loader/Loader.module.css +46 -46
  54. package/es/Message/Message.js +15 -4
  55. package/es/Message/Message.module.css +102 -102
  56. package/es/MessageBanner/MessageBanner.js +18 -4
  57. package/es/MessageBanner/MessageBanner.module.css +46 -46
  58. package/es/NewStar/NewStar.js +10 -4
  59. package/es/NewStar/NewStar.module.css +110 -110
  60. package/es/NewStar/docs/NewStar__default.docs.js +0 -0
  61. package/es/PlusIcon/PlusIcon.js +19 -4
  62. package/es/PlusIcon/PlusIcon.module.css +16 -16
  63. package/es/PlusIcon/docs/PlusIcon__default.docs.js +0 -0
  64. package/es/Provider.js +79 -13
  65. package/es/ToastMessage/ToastMessage.js +55 -4
  66. package/es/ToastMessage/ToastMessage.module.css +328 -328
  67. package/es/ToastMessage/docs/ToastMessage__information.docs.js +0 -0
  68. package/es/ToastMessage/docs/ToastMessage__primary.docs.js +0 -0
  69. package/es/ToastMessage/docs/ToastMessage__secondary.docs.js +0 -0
  70. package/es/ToastMessage/docs/ToastMessage__success.docs.js +0 -0
  71. package/es/Upload/Upload.js +22 -4
  72. package/es/Upload/Upload.module.css +125 -125
  73. package/es/actions/AutoClose.js +10 -4
  74. package/es/alert/AlertHeader/AlertHeader.js +23 -4
  75. package/es/alert/AlertHeader/AlertHeader.module.css +80 -80
  76. package/es/alert/AlertLookup/AlertLookup.js +50 -4
  77. package/es/alert/AlertLookup/AlertLookup.module.css +26 -26
  78. package/es/avatar/AvatarClose/AvatarClose.js +18 -4
  79. package/es/avatar/AvatarClose/AvatarClose.module.css +37 -37
  80. package/es/avatar/AvatarCollision/AvatarCollision.js +23 -4
  81. package/es/avatar/AvatarCollision/AvatarCollision.module.css +69 -69
  82. package/es/avatar/AvatarIcon/AvatarIcon.js +32 -4
  83. package/es/avatar/AvatarIcon/AvatarIcon.module.css +58 -58
  84. package/es/avatar/AvatarStatus/AvatarStatus.js +32 -4
  85. package/es/avatar/AvatarStatus/AvatarStatus.module.css +146 -146
  86. package/es/avatar/AvatarStatus/docs/AvatarStatus__size.docs.js +0 -0
  87. package/es/avatar/AvatarStatus/docs/AvatarStatus__state.docs.js +22 -21
  88. package/es/avatar/AvatarThread/AvatarThread.js +37 -4
  89. package/es/avatar/AvatarThread/AvatarThread.module.css +163 -163
  90. package/es/avatar/AvatarUser/AvatarUser.js +41 -4
  91. package/es/avatar/AvatarUser/AvatarUser.module.css +171 -171
  92. package/es/avatar/AvatarWithTeam/AvatarWithTeam.js +30 -4
  93. package/es/avatar/AvatarWithTeam/AvatarWithTeam.module.css +23 -23
  94. package/es/common/dot_animation.module.css +26 -26
  95. package/es/common/dot_common.module.css +3 -3
  96. package/es/deprecated/SelectDropdown/SelectDropdown.module.css +56 -56
  97. package/es/deprecated/utils/KeyboardApi.js +25 -25
  98. package/es/dropdown/ToggleDropDown/ToggleDropDown.js +109 -21
  99. package/es/dropdown/ToggleDropDown/ToggleDropDown.module.css +101 -101
  100. package/es/emptystate/CommonEmptyState/CommonEmptyState.js +31 -4
  101. package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +85 -85
  102. package/es/emptystate/EditionPage/EditionPage.css +43 -43
  103. package/es/emptystate/EditionPage/EditionPage.js +12 -4
  104. package/es/errorstate/EmptyStates.module.css +87 -87
  105. package/es/errorstate/Inconvenience/Inconvenience.js +15 -4
  106. package/es/errorstate/Inconvenience/Inconvenience.module.css +7 -7
  107. package/es/errorstate/LinkText/LinkText.js +12 -4
  108. package/es/errorstate/LinkText/LinkText.module.css +6 -6
  109. package/es/errorstate/NoRequestFound/NoRequestFound.js +15 -4
  110. package/es/errorstate/NoRequestFound/NoRequestFound.module.css +3 -3
  111. package/es/errorstate/PermissionPlay/PermissionPlay.js +15 -4
  112. package/es/errorstate/PermissionPlay/PermissionPlay.module.css +34 -34
  113. package/es/errorstate/RequestUrlNotFound/RequestUrlNotFound.js +15 -4
  114. package/es/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css +3 -3
  115. package/es/errorstate/UnableToProcess/UnableToProcess.js +15 -4
  116. package/es/errorstate/UnableToProcess/UnableToProcess.module.css +3 -3
  117. package/es/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +15 -4
  118. package/es/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css +3 -3
  119. package/es/errorstate/WillBack/WillBack.js +9 -4
  120. package/es/errorstate/WillBack/WillBack.module.css +34 -34
  121. package/es/form/fields/CheckBoxField/CheckBoxField.js +40 -4
  122. package/es/form/fields/CurrencyField/CurrencyField.js +54 -4
  123. package/es/form/fields/DateField/DateField.js +59 -4
  124. package/es/form/fields/FieldContainer/FieldContainer.js +16 -4
  125. package/es/form/fields/Fields.module.css +183 -183
  126. package/es/form/fields/MultiSelectField/MultiSelectField.js +68 -4
  127. package/es/form/fields/PhoneField/PhoneField.js +55 -4
  128. package/es/form/fields/RadioField/RadioField.js +41 -4
  129. package/es/form/fields/SelectField/SelectField.js +67 -4
  130. package/es/form/fields/TagsMultiSelect/TagsMultiSelect.js +53 -4
  131. package/es/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +107 -107
  132. package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +72 -4
  133. package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css +9 -9
  134. package/es/form/fields/TextBoxField/TextBoxField.js +55 -4
  135. package/es/form/fields/TextEditor/TextEditor.js +53 -5
  136. package/es/form/fields/TextEditor/TextEditor.module.css +666 -666
  137. package/es/form/fields/TextEditorField/TextEditorField.js +63 -4
  138. package/es/form/fields/TextEditorWrapper/TextEditorWrapper.js +47 -4
  139. package/es/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +36 -36
  140. package/es/form/fields/TextareaField/TextareaField.js +50 -4
  141. package/es/form/fields/ValidationMessage/ValidationMessage.js +20 -4
  142. package/es/form/fields/ValidationMessage/ValidationMessage.module.css +27 -27
  143. package/es/form/layout/Field/Field.js +14 -4
  144. package/es/form/layout/Field/Field.module.css +22 -22
  145. package/es/form/layout/Field/docs/Field__default.docs.js +0 -0
  146. package/es/form/layout/Section/ModuleFormSection.module.css +3 -3
  147. package/es/form/layout/Section/Section.js +9 -2
  148. package/es/form/layout/Section/docs/Section__default.docs.js +0 -0
  149. package/es/layout/SetupDetailLayout/SetupDetailLayout.js +51 -10
  150. package/es/layout/SetupDetailLayout/SetupDetailLayout.module.css +152 -152
  151. package/es/layout/SubtabLayout/SubtabLayout.js +65 -10
  152. package/es/layout/SubtabLayout/SubtabLayout.module.css +146 -146
  153. package/es/list/AvatarFlip/AvatarFlip.js +33 -4
  154. package/es/list/AvatarFlip/AvatarFlip.module.css +3 -3
  155. package/es/list/BluePrintStatus/BluePrintStatus.js +4 -2
  156. package/es/list/BluePrintStatus/BluePrintStatus.module.css +17 -17
  157. package/es/list/Comment/Comment.js +12 -4
  158. package/es/list/Comment/Comment.module.css +29 -29
  159. package/es/list/DepartmentDropDown/DepartmentDropDown.js +31 -4
  160. package/es/list/DepartmentDropDown/DepartmentDropDown.module.css +9 -9
  161. package/es/list/Dot/Dot.js +9 -4
  162. package/es/list/Dot/Dot.module.css +15 -15
  163. package/es/list/DotNew/DotNew.js +9 -4
  164. package/es/list/DotNew/DotNew.module.css +22 -22
  165. package/es/list/GridStencils/GridStencils.js +7 -2
  166. package/es/list/GridStencils/GridStencils.module.css +146 -146
  167. package/es/list/Icons/AddNewIcon.js +8 -2
  168. package/es/list/Icons/CompleteIcon.js +9 -2
  169. package/es/list/Icons/DeleteIcon.js +9 -2
  170. package/es/list/Icons/EditIcon.js +9 -2
  171. package/es/list/Icons/FloatingIcons.js +8 -4
  172. package/es/list/Icons/Icons.module.css +16 -16
  173. package/es/list/Icons/ReadUnreadIcon.js +14 -4
  174. package/es/list/Icons/SmartIcon.js +10 -2
  175. package/es/list/ListLayout/ListLayout.js +39 -5
  176. package/es/list/ListLayout/ListLayout.module.css +57 -57
  177. package/es/list/ListStencils/ListStencils.js +7 -4
  178. package/es/list/ListStencils/ListStencils.module.css +67 -67
  179. package/es/list/SecondaryText/AccountName.js +28 -4
  180. package/es/list/SecondaryText/ContactName.js +37 -4
  181. package/es/list/SecondaryText/DepartmentText.js +8 -2
  182. package/es/list/SecondaryText/Email.js +21 -4
  183. package/es/list/SecondaryText/HappinessRating.js +7 -2
  184. package/es/list/SecondaryText/PhoneNumber.js +24 -4
  185. package/es/list/SecondaryText/PriorityText.js +12 -4
  186. package/es/list/SecondaryText/SecondaryText.js +14 -4
  187. package/es/list/SecondaryText/SecondaryText.module.css +136 -136
  188. package/es/list/SecondaryText/StatusText.js +14 -4
  189. package/es/list/SecondaryText/TicketId.js +21 -4
  190. package/es/list/SecondaryText/Website.js +13 -4
  191. package/es/list/SecondryPanel/SecondryPanel.js +45 -10
  192. package/es/list/SecondryPanel/SecondryPanel.module.css +5 -5
  193. package/es/list/SecondryPanel/docs/SecondryPanelDocs.module.css +37 -37
  194. package/es/list/SentimentStatus/SentimentStatus.js +5 -2
  195. package/es/list/SentimentStatus/SentimentStatus.module.css +12 -12
  196. package/es/list/Subject/Subject.js +26 -4
  197. package/es/list/Subject/Subject.module.css +27 -27
  198. package/es/list/TagNew/TagNew.js +12 -4
  199. package/es/list/TagNew/TagNew.module.css +115 -115
  200. package/es/list/Thread/Thread.js +12 -4
  201. package/es/list/Thread/Thread.module.css +42 -42
  202. package/es/list/UserTime/UserTime.js +17 -4
  203. package/es/list/UserTime/UserTime.module.css +58 -58
  204. package/es/list/listCommon.module.css +60 -60
  205. package/es/list/status/StatusDropdown/StatusDropdown.js +68 -4
  206. package/es/list/status/StatusDropdown/StatusDropdown.module.css +92 -92
  207. package/es/list/status/StatusListItem/StatusListItem.js +42 -4
  208. package/es/list/status/StatusListItem/StatusListItem.module.css +104 -104
  209. package/es/lookup/EmptyPage/EmptyPage.js +9 -4
  210. package/es/lookup/EmptyPage/LookupEmptyPage.module.css +12 -12
  211. package/es/lookup/Lookup/Lookup.js +24 -5
  212. package/es/lookup/Lookup/Lookup.module.css +26 -26
  213. package/es/lookup/Lookup/docs/Lookup__contact.docs.js +14 -14
  214. package/es/lookup/Section/LookupSection.module.css +8 -8
  215. package/es/lookup/Section/Section.js +11 -18
  216. package/es/lookup/header/Close/Close.js +9 -4
  217. package/es/lookup/header/Close/LookupClose.module.css +15 -15
  218. package/es/lookup/header/ModuleHeader/ModuleHeader.js +20 -4
  219. package/es/lookup/header/Search/LookupSearch.module.css +57 -57
  220. package/es/lookup/header/Search/Search.js +33 -5
  221. package/es/lookup/header/TicketHeader/TicketHeader.js +24 -4
  222. package/es/lookup/header/TicketHeader/TicketHeader.module.css +22 -22
  223. package/es/lookup/header/Title/LookupTitle.module.css +20 -20
  224. package/es/lookup/header/Title/Title.js +9 -4
  225. package/es/lookup/header/ViewDropDown/ViewDropDown.js +34 -4
  226. package/es/lookup/header/ViewDropDown/ViewDropDown.module.css +50 -50
  227. package/es/lookup/header/lookupHeaderCommon.module.css +41 -41
  228. package/es/lookup/header/lookupHeaderCommonResponsive.module.css +24 -24
  229. package/es/setup/header/Button/Button.js +11 -4
  230. package/es/setup/header/Button/HeaderButton.module.css +5 -5
  231. package/es/setup/header/Link/HeaderLink.module.css +21 -21
  232. package/es/setup/header/Link/Link.js +12 -4
  233. package/es/setup/header/Search/Search.js +16 -4
  234. package/es/setup/header/Search/Search.module.css +68 -68
  235. package/es/setup/header/Views/Views.js +15 -4
  236. package/es/setup/header/Views/Views.module.css +37 -37
  237. package/es/setup/helptips/Description/Description.js +4 -2
  238. package/es/setup/helptips/Description/HelpTipsDescription.module.css +6 -6
  239. package/es/setup/helptips/Description/docs/Description__default.docs.js +0 -0
  240. package/es/setup/helptips/Link/HelpTipsLink.module.css +7 -7
  241. package/es/setup/helptips/Link/Link.js +7 -2
  242. package/es/setup/helptips/Link/docs/Link__default.docs.js +0 -0
  243. package/es/setup/helptips/ListGroup/ListGroup.js +5 -2
  244. package/es/setup/helptips/ListGroup/ListGroup.module.css +22 -22
  245. package/es/setup/helptips/Title/HelpTipsTitle.module.css +5 -5
  246. package/es/setup/helptips/Title/Title.js +4 -2
  247. package/es/setup/helptips/Title/docs/Title__default.docs.js +0 -0
  248. package/es/setup/table/Table/Table.js +10 -4
  249. package/es/setup/table/TableBody/TableBody.js +10 -4
  250. package/es/setup/table/TableData/SetupTableData.module.css +44 -44
  251. package/es/setup/table/TableData/TableData.js +15 -4
  252. package/es/setup/table/TableData/Tablehover.module.css +6 -6
  253. package/es/setup/table/TableHead/SetupTableHead.module.css +12 -12
  254. package/es/setup/table/TableHead/TableHead.js +11 -4
  255. package/es/setup/table/TableRow/SetupTableRow.module.css +14 -14
  256. package/es/setup/table/TableRow/TableRow.js +15 -4
  257. package/es/setup/table/Text/TableText.module.css +37 -37
  258. package/es/setup/table/Text/Text.js +20 -4
  259. package/es/setup/table/Text/docs/Text__default.docs.js +0 -0
  260. package/es/svg/PlusIcon.js +12 -5
  261. package/es/svg/SnippetIcon.js +13 -6
  262. package/es/svg/TemplateIcon.js +11 -4
  263. package/es/version2/AlertClose/AlertClose.js +8 -2
  264. package/es/version2/AlertClose/AlertClose.module.css +42 -42
  265. package/es/version2/GlobalNotification/GlobalNotification.js +17 -7
  266. package/es/version2/GlobalNotification/GlobalNotification.module.css +124 -124
  267. package/es/version2/alertIcons/AlarmAlertIcon.js +8 -4
  268. package/es/version2/alertIcons/AlertIcons.js +9 -4
  269. package/es/version2/alertIcons/AlertIcons.module.css +67 -67
  270. package/es/version2/alertIcons/DangerAlertIcon.js +9 -4
  271. package/es/version2/alertIcons/ErrorAlertIcon.js +8 -4
  272. package/es/version2/alertIcons/InfoAlertIcon.js +8 -4
  273. package/es/version2/alertIcons/NotificationAlertIcon.js +8 -4
  274. package/es/version2/alertIcons/SuccessAlertIcon.js +8 -4
  275. package/es/version2/alertIcons/WarningAlertIcon.js +8 -4
  276. package/es/version2/errorstate/Inconvenience/Inconvenience.js +24 -4
  277. package/es/version2/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +24 -4
  278. package/es/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +24 -4
  279. package/es/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +26 -4
  280. package/es/version2/errorstate/UrlNotFound/UrlNotFound.js +24 -4
  281. package/es/version2/errorstate/V2_ErrorStates.module.css +46 -46
  282. package/es/version2/errorstate/WillBeRightBack/WillBeRightBack.js +24 -4
  283. package/es/version2/lookup/AlertHeader/AlertHeader.js +18 -4
  284. package/es/version2/lookup/AlertHeader/AlertHeaderNew.module.css +86 -86
  285. package/es/version2/lookup/AlertLookup/AlertLookup.js +53 -13
  286. package/es/version2/lookup/AlertLookup/AlertLookupNew.module.css +43 -43
  287. package/es/version2/lookup/alertLookupCommonNew.module.css +32 -32
  288. package/es/version2/notification/DesktopNotification/DesktopNotification.js +50 -4
  289. package/es/version2/notification/DesktopNotification/DesktopNotification.module.css +106 -106
  290. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +16 -4
  291. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +136 -136
  292. package/lib/ActionButton/ActionButton.js +45 -5
  293. package/lib/ActionButton/ActionButton.module.css +136 -136
  294. package/lib/AlphabeticList/AlphabeticList.js +47 -8
  295. package/lib/AlphabeticList/AlphabeticList.module.css +57 -57
  296. package/lib/Attachment/Attachment.js +21 -5
  297. package/lib/Attachment/Attachment.module.css +132 -132
  298. package/lib/AttachmentViewer/AttachmentImage.js +15 -5
  299. package/lib/AttachmentViewer/AttachmentViewer.js +27 -5
  300. package/lib/AttachmentViewer/AttachmentViewer.module.css +354 -354
  301. package/lib/ChannelIcon/ChannelIcon.js +30 -5
  302. package/lib/ChannelIcon/ChannelIcon.module.css +217 -217
  303. package/lib/Drawer/Drawer.js +72 -27
  304. package/lib/Drawer/Drawer.module.css +151 -156
  305. package/lib/ExternalLink/ExternalLink.js +17 -5
  306. package/lib/ExternalLink/ExternalLink.module.css +3 -3
  307. package/lib/ExternalLink/__tests__/ExternalLink.spec.js +0 -0
  308. package/lib/ExternalLink/docs/ExternalLink__default.docs.js +0 -0
  309. package/lib/FlipCard/FlipCard.js +42 -5
  310. package/lib/FlipCard/FlipCard.module.css +44 -44
  311. package/lib/FormAction/FormAction.js +12 -6
  312. package/lib/FormAction/FormAction.module.css +82 -82
  313. package/lib/FreezeLayer/FreezeLayer.js +25 -5
  314. package/lib/FreezeLayer/FreezeLayer.module.css +42 -42
  315. package/lib/IconButton/IconButton.js +46 -5
  316. package/lib/IconButton/IconButton.module.css +22 -22
  317. package/lib/Image/Image.js +17 -5
  318. package/lib/Image/Image.module.css +10 -10
  319. package/lib/ImportantNotes/ImportantNotes.js +16 -5
  320. package/lib/ImportantNotes/ImportantNotes.module.css +20 -20
  321. package/lib/Link/Link.js +19 -5
  322. package/lib/Link/Link.module.css +3 -3
  323. package/lib/Link/docs/Link__default.docs.js +0 -0
  324. package/lib/Loader/Loader.module.css +46 -46
  325. package/lib/Message/Message.js +15 -5
  326. package/lib/Message/Message.module.css +102 -102
  327. package/lib/MessageBanner/MessageBanner.js +18 -5
  328. package/lib/MessageBanner/MessageBanner.module.css +46 -46
  329. package/lib/NewStar/NewStar.js +10 -5
  330. package/lib/NewStar/NewStar.module.css +110 -110
  331. package/lib/NewStar/docs/NewStar__default.docs.js +0 -0
  332. package/lib/PlusIcon/PlusIcon.js +19 -5
  333. package/lib/PlusIcon/PlusIcon.module.css +16 -16
  334. package/lib/PlusIcon/docs/PlusIcon__default.docs.js +0 -0
  335. package/lib/Provider.js +127 -4
  336. package/lib/ToastMessage/ToastMessage.js +55 -5
  337. package/lib/ToastMessage/ToastMessage.module.css +328 -328
  338. package/lib/ToastMessage/docs/ToastMessage__information.docs.js +0 -0
  339. package/lib/ToastMessage/docs/ToastMessage__primary.docs.js +0 -0
  340. package/lib/ToastMessage/docs/ToastMessage__secondary.docs.js +0 -0
  341. package/lib/ToastMessage/docs/ToastMessage__success.docs.js +0 -0
  342. package/lib/Upload/Upload.js +22 -5
  343. package/lib/Upload/Upload.module.css +125 -125
  344. package/lib/actions/AutoClose.js +11 -4
  345. package/lib/alert/AlertHeader/AlertHeader.js +23 -5
  346. package/lib/alert/AlertHeader/AlertHeader.module.css +80 -80
  347. package/lib/alert/AlertLookup/AlertLookup.js +50 -5
  348. package/lib/alert/AlertLookup/AlertLookup.module.css +26 -26
  349. package/lib/avatar/AvatarClose/AvatarClose.js +18 -5
  350. package/lib/avatar/AvatarClose/AvatarClose.module.css +37 -37
  351. package/lib/avatar/AvatarCollision/AvatarCollision.js +23 -5
  352. package/lib/avatar/AvatarCollision/AvatarCollision.module.css +69 -69
  353. package/lib/avatar/AvatarIcon/AvatarIcon.js +32 -5
  354. package/lib/avatar/AvatarIcon/AvatarIcon.module.css +58 -58
  355. package/lib/avatar/AvatarStatus/AvatarStatus.js +32 -5
  356. package/lib/avatar/AvatarStatus/AvatarStatus.module.css +146 -146
  357. package/lib/avatar/AvatarStatus/docs/AvatarStatus__size.docs.js +0 -0
  358. package/lib/avatar/AvatarStatus/docs/AvatarStatus__state.docs.js +22 -21
  359. package/lib/avatar/AvatarThread/AvatarThread.js +37 -5
  360. package/lib/avatar/AvatarThread/AvatarThread.module.css +163 -163
  361. package/lib/avatar/AvatarUser/AvatarUser.js +41 -5
  362. package/lib/avatar/AvatarUser/AvatarUser.module.css +171 -171
  363. package/lib/avatar/AvatarWithTeam/AvatarWithTeam.js +30 -5
  364. package/lib/avatar/AvatarWithTeam/AvatarWithTeam.module.css +23 -23
  365. package/lib/common/dot_animation.module.css +26 -26
  366. package/lib/common/dot_common.module.css +3 -3
  367. package/lib/deprecated/SelectDropdown/SelectDropdown.module.css +56 -56
  368. package/lib/deprecated/utils/KeyboardApi.js +25 -25
  369. package/lib/dropdown/ToggleDropDown/ToggleDropDown.js +109 -22
  370. package/lib/dropdown/ToggleDropDown/ToggleDropDown.module.css +101 -101
  371. package/lib/emptystate/CommonEmptyState/CommonEmptyState.js +31 -5
  372. package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +85 -85
  373. package/lib/emptystate/EditionPage/EditionPage.css +43 -43
  374. package/lib/emptystate/EditionPage/EditionPage.js +12 -5
  375. package/lib/errorstate/EmptyStates.module.css +87 -87
  376. package/lib/errorstate/Inconvenience/Inconvenience.js +15 -5
  377. package/lib/errorstate/Inconvenience/Inconvenience.module.css +7 -7
  378. package/lib/errorstate/LinkText/LinkText.js +12 -5
  379. package/lib/errorstate/LinkText/LinkText.module.css +6 -6
  380. package/lib/errorstate/NoRequestFound/NoRequestFound.js +15 -5
  381. package/lib/errorstate/NoRequestFound/NoRequestFound.module.css +3 -3
  382. package/lib/errorstate/PermissionPlay/PermissionPlay.js +15 -5
  383. package/lib/errorstate/PermissionPlay/PermissionPlay.module.css +34 -34
  384. package/lib/errorstate/RequestUrlNotFound/RequestUrlNotFound.js +15 -5
  385. package/lib/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css +3 -3
  386. package/lib/errorstate/UnableToProcess/UnableToProcess.js +15 -5
  387. package/lib/errorstate/UnableToProcess/UnableToProcess.module.css +3 -3
  388. package/lib/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +15 -5
  389. package/lib/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css +3 -3
  390. package/lib/errorstate/WillBack/WillBack.js +9 -5
  391. package/lib/errorstate/WillBack/WillBack.module.css +34 -34
  392. package/lib/form/fields/CheckBoxField/CheckBoxField.js +44 -5
  393. package/lib/form/fields/CurrencyField/CurrencyField.js +58 -5
  394. package/lib/form/fields/DateField/DateField.js +63 -5
  395. package/lib/form/fields/FieldContainer/FieldContainer.js +23 -4
  396. package/lib/form/fields/Fields.module.css +183 -183
  397. package/lib/form/fields/MultiSelectField/MultiSelectField.js +72 -5
  398. package/lib/form/fields/PhoneField/PhoneField.js +55 -5
  399. package/lib/form/fields/RadioField/RadioField.js +41 -5
  400. package/lib/form/fields/SelectField/SelectField.js +73 -5
  401. package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.js +53 -5
  402. package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +107 -107
  403. package/lib/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +76 -5
  404. package/lib/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css +9 -9
  405. package/lib/form/fields/TextBoxField/TextBoxField.js +59 -5
  406. package/lib/form/fields/TextEditor/TextEditor.js +53 -6
  407. package/lib/form/fields/TextEditor/TextEditor.module.css +666 -666
  408. package/lib/form/fields/TextEditorField/TextEditorField.js +67 -5
  409. package/lib/form/fields/TextEditorWrapper/TextEditorWrapper.js +47 -5
  410. package/lib/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +36 -36
  411. package/lib/form/fields/TextareaField/TextareaField.js +54 -5
  412. package/lib/form/fields/ValidationMessage/ValidationMessage.js +20 -5
  413. package/lib/form/fields/ValidationMessage/ValidationMessage.module.css +27 -27
  414. package/lib/form/layout/Field/Field.js +14 -5
  415. package/lib/form/layout/Field/Field.module.css +22 -22
  416. package/lib/form/layout/Field/docs/Field__default.docs.js +0 -0
  417. package/lib/form/layout/Section/ModuleFormSection.module.css +3 -3
  418. package/lib/form/layout/Section/Section.js +9 -2
  419. package/lib/form/layout/Section/docs/Section__default.docs.js +0 -0
  420. package/lib/layout/SetupDetailLayout/SetupDetailLayout.js +51 -11
  421. package/lib/layout/SetupDetailLayout/SetupDetailLayout.module.css +152 -152
  422. package/lib/layout/SubtabLayout/SubtabLayout.js +65 -11
  423. package/lib/layout/SubtabLayout/SubtabLayout.module.css +146 -146
  424. package/lib/list/AvatarFlip/AvatarFlip.js +33 -5
  425. package/lib/list/AvatarFlip/AvatarFlip.module.css +3 -3
  426. package/lib/list/BluePrintStatus/BluePrintStatus.js +4 -2
  427. package/lib/list/BluePrintStatus/BluePrintStatus.module.css +17 -17
  428. package/lib/list/Comment/Comment.js +12 -5
  429. package/lib/list/Comment/Comment.module.css +29 -29
  430. package/lib/list/DepartmentDropDown/DepartmentDropDown.js +31 -5
  431. package/lib/list/DepartmentDropDown/DepartmentDropDown.module.css +9 -9
  432. package/lib/list/Dot/Dot.js +9 -5
  433. package/lib/list/Dot/Dot.module.css +15 -15
  434. package/lib/list/DotNew/DotNew.js +9 -5
  435. package/lib/list/DotNew/DotNew.module.css +22 -22
  436. package/lib/list/GridStencils/GridStencils.js +7 -2
  437. package/lib/list/GridStencils/GridStencils.module.css +146 -146
  438. package/lib/list/Icons/AddNewIcon.js +8 -2
  439. package/lib/list/Icons/CompleteIcon.js +9 -2
  440. package/lib/list/Icons/DeleteIcon.js +9 -2
  441. package/lib/list/Icons/EditIcon.js +9 -2
  442. package/lib/list/Icons/FloatingIcons.js +8 -5
  443. package/lib/list/Icons/Icons.module.css +16 -16
  444. package/lib/list/Icons/ReadUnreadIcon.js +14 -5
  445. package/lib/list/Icons/SmartIcon.js +10 -2
  446. package/lib/list/ListLayout/ListLayout.js +40 -6
  447. package/lib/list/ListLayout/ListLayout.module.css +57 -57
  448. package/lib/list/ListStencils/ListStencils.js +7 -5
  449. package/lib/list/ListStencils/ListStencils.module.css +67 -67
  450. package/lib/list/SecondaryText/AccountName.js +28 -5
  451. package/lib/list/SecondaryText/ContactName.js +37 -5
  452. package/lib/list/SecondaryText/DepartmentText.js +8 -2
  453. package/lib/list/SecondaryText/Email.js +21 -5
  454. package/lib/list/SecondaryText/HappinessRating.js +7 -2
  455. package/lib/list/SecondaryText/PhoneNumber.js +24 -5
  456. package/lib/list/SecondaryText/PriorityText.js +12 -5
  457. package/lib/list/SecondaryText/SecondaryText.js +14 -5
  458. package/lib/list/SecondaryText/SecondaryText.module.css +136 -136
  459. package/lib/list/SecondaryText/StatusText.js +14 -5
  460. package/lib/list/SecondaryText/TicketId.js +21 -5
  461. package/lib/list/SecondaryText/Website.js +13 -5
  462. package/lib/list/SecondryPanel/SecondryPanel.js +45 -11
  463. package/lib/list/SecondryPanel/SecondryPanel.module.css +5 -5
  464. package/lib/list/SecondryPanel/docs/SecondryPanelDocs.module.css +37 -37
  465. package/lib/list/SentimentStatus/SentimentStatus.js +5 -2
  466. package/lib/list/SentimentStatus/SentimentStatus.module.css +12 -12
  467. package/lib/list/Subject/Subject.js +26 -5
  468. package/lib/list/Subject/Subject.module.css +27 -27
  469. package/lib/list/TagNew/TagNew.js +12 -5
  470. package/lib/list/TagNew/TagNew.module.css +115 -115
  471. package/lib/list/Thread/Thread.js +12 -5
  472. package/lib/list/Thread/Thread.module.css +42 -42
  473. package/lib/list/UserTime/UserTime.js +17 -5
  474. package/lib/list/UserTime/UserTime.module.css +58 -58
  475. package/lib/list/listCommon.module.css +60 -60
  476. package/lib/list/status/StatusDropdown/StatusDropdown.js +41 -5
  477. package/lib/list/status/StatusDropdown/StatusDropdown.module.css +92 -92
  478. package/lib/list/status/StatusListItem/StatusListItem.js +42 -5
  479. package/lib/list/status/StatusListItem/StatusListItem.module.css +104 -104
  480. package/lib/lookup/EmptyPage/EmptyPage.js +9 -5
  481. package/lib/lookup/EmptyPage/LookupEmptyPage.module.css +12 -12
  482. package/lib/lookup/Lookup/Lookup.js +24 -6
  483. package/lib/lookup/Lookup/Lookup.module.css +26 -26
  484. package/lib/lookup/Lookup/docs/Lookup__contact.docs.js +14 -14
  485. package/lib/lookup/Section/LookupSection.module.css +8 -8
  486. package/lib/lookup/Section/Section.js +12 -23
  487. package/lib/lookup/header/Close/Close.js +9 -5
  488. package/lib/lookup/header/Close/LookupClose.module.css +15 -15
  489. package/lib/lookup/header/ModuleHeader/ModuleHeader.js +20 -5
  490. package/lib/lookup/header/Search/LookupSearch.module.css +57 -57
  491. package/lib/lookup/header/Search/Search.js +33 -6
  492. package/lib/lookup/header/TicketHeader/TicketHeader.js +24 -5
  493. package/lib/lookup/header/TicketHeader/TicketHeader.module.css +22 -22
  494. package/lib/lookup/header/Title/LookupTitle.module.css +20 -20
  495. package/lib/lookup/header/Title/Title.js +9 -5
  496. package/lib/lookup/header/ViewDropDown/ViewDropDown.js +34 -5
  497. package/lib/lookup/header/ViewDropDown/ViewDropDown.module.css +50 -50
  498. package/lib/lookup/header/lookupHeaderCommon.module.css +41 -41
  499. package/lib/lookup/header/lookupHeaderCommonResponsive.module.css +24 -24
  500. package/lib/setup/header/Button/Button.js +11 -5
  501. package/lib/setup/header/Button/HeaderButton.module.css +5 -5
  502. package/lib/setup/header/Link/HeaderLink.module.css +21 -21
  503. package/lib/setup/header/Link/Link.js +12 -5
  504. package/lib/setup/header/Search/Search.js +16 -5
  505. package/lib/setup/header/Search/Search.module.css +68 -68
  506. package/lib/setup/header/Views/Views.js +15 -5
  507. package/lib/setup/header/Views/Views.module.css +37 -37
  508. package/lib/setup/helptips/Description/Description.js +4 -2
  509. package/lib/setup/helptips/Description/HelpTipsDescription.module.css +6 -6
  510. package/lib/setup/helptips/Description/docs/Description__default.docs.js +0 -0
  511. package/lib/setup/helptips/Link/HelpTipsLink.module.css +7 -7
  512. package/lib/setup/helptips/Link/Link.js +7 -2
  513. package/lib/setup/helptips/Link/docs/Link__default.docs.js +0 -0
  514. package/lib/setup/helptips/ListGroup/ListGroup.js +5 -2
  515. package/lib/setup/helptips/ListGroup/ListGroup.module.css +22 -22
  516. package/lib/setup/helptips/Title/HelpTipsTitle.module.css +5 -5
  517. package/lib/setup/helptips/Title/Title.js +4 -2
  518. package/lib/setup/helptips/Title/docs/Title__default.docs.js +0 -0
  519. package/lib/setup/table/Table/Table.js +10 -5
  520. package/lib/setup/table/TableBody/TableBody.js +10 -5
  521. package/lib/setup/table/TableData/SetupTableData.module.css +44 -44
  522. package/lib/setup/table/TableData/TableData.js +15 -5
  523. package/lib/setup/table/TableData/Tablehover.module.css +6 -6
  524. package/lib/setup/table/TableHead/SetupTableHead.module.css +12 -12
  525. package/lib/setup/table/TableHead/TableHead.js +11 -5
  526. package/lib/setup/table/TableRow/SetupTableRow.module.css +14 -14
  527. package/lib/setup/table/TableRow/TableRow.js +15 -5
  528. package/lib/setup/table/Text/TableText.module.css +37 -37
  529. package/lib/setup/table/Text/Text.js +20 -5
  530. package/lib/setup/table/Text/docs/Text__default.docs.js +0 -0
  531. package/lib/svg/PlusIcon.js +12 -6
  532. package/lib/svg/SnippetIcon.js +13 -7
  533. package/lib/svg/TemplateIcon.js +11 -5
  534. package/lib/version2/AlertClose/AlertClose.js +8 -2
  535. package/lib/version2/AlertClose/AlertClose.module.css +42 -42
  536. package/lib/version2/GlobalNotification/GlobalNotification.js +17 -8
  537. package/lib/version2/GlobalNotification/GlobalNotification.module.css +124 -124
  538. package/lib/version2/alertIcons/AlarmAlertIcon.js +8 -5
  539. package/lib/version2/alertIcons/AlertIcons.js +9 -5
  540. package/lib/version2/alertIcons/AlertIcons.module.css +67 -67
  541. package/lib/version2/alertIcons/DangerAlertIcon.js +9 -5
  542. package/lib/version2/alertIcons/ErrorAlertIcon.js +8 -5
  543. package/lib/version2/alertIcons/InfoAlertIcon.js +8 -5
  544. package/lib/version2/alertIcons/NotificationAlertIcon.js +8 -5
  545. package/lib/version2/alertIcons/SuccessAlertIcon.js +8 -5
  546. package/lib/version2/alertIcons/WarningAlertIcon.js +8 -5
  547. package/lib/version2/errorstate/Inconvenience/Inconvenience.js +24 -5
  548. package/lib/version2/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +24 -5
  549. package/lib/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +24 -5
  550. package/lib/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +26 -5
  551. package/lib/version2/errorstate/UrlNotFound/UrlNotFound.js +24 -5
  552. package/lib/version2/errorstate/V2_ErrorStates.module.css +46 -46
  553. package/lib/version2/errorstate/WillBeRightBack/WillBeRightBack.js +24 -5
  554. package/lib/version2/lookup/AlertHeader/AlertHeader.js +18 -5
  555. package/lib/version2/lookup/AlertHeader/AlertHeaderNew.module.css +86 -86
  556. package/lib/version2/lookup/AlertLookup/AlertLookup.js +53 -14
  557. package/lib/version2/lookup/AlertLookup/AlertLookupNew.module.css +43 -43
  558. package/lib/version2/lookup/alertLookupCommonNew.module.css +32 -32
  559. package/lib/version2/notification/DesktopNotification/DesktopNotification.js +50 -5
  560. package/lib/version2/notification/DesktopNotification/DesktopNotification.module.css +106 -106
  561. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +16 -5
  562. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +136 -136
  563. package/package.json +83 -84
  564. package/es/ActionButton/props/defaultProps.js +0 -16
  565. package/es/ActionButton/props/propTypes.js +0 -29
  566. package/es/AlphabeticList/props/defaultProps.js +0 -11
  567. package/es/AlphabeticList/props/propTypes.js +0 -22
  568. package/es/Attachment/props/defaultProps.js +0 -6
  569. package/es/Attachment/props/propTypes.js +0 -15
  570. package/es/AttachmentViewer/props/defaultProps.js +0 -10
  571. package/es/AttachmentViewer/props/propTypes.js +0 -31
  572. package/es/ChannelIcon/props/defaultProps.js +0 -6
  573. package/es/ChannelIcon/props/propTypes.js +0 -24
  574. package/es/Drawer/props/defaultProps.js +0 -20
  575. package/es/Drawer/props/propTypes.js +0 -49
  576. package/es/ExternalLink/props/defaultProps.js +0 -5
  577. package/es/ExternalLink/props/propTypes.js +0 -12
  578. package/es/FlipCard/props/defaultProps.js +0 -5
  579. package/es/FlipCard/props/propTypes.js +0 -37
  580. package/es/FormAction/props/defaultProps.js +0 -4
  581. package/es/FormAction/props/propTypes.js +0 -7
  582. package/es/FreezeLayer/props/defaultProps.js +0 -8
  583. package/es/FreezeLayer/props/propTypes.js +0 -17
  584. package/es/IconButton/props/defaultProps.js +0 -15
  585. package/es/IconButton/props/propTypes.js +0 -31
  586. package/es/Image/props/defaultProps.js +0 -4
  587. package/es/Image/props/propTypes.js +0 -13
  588. package/es/ImportantNotes/props/defaultProps.js +0 -6
  589. package/es/ImportantNotes/props/propTypes.js +0 -10
  590. package/es/Link/props/defaultProps.js +0 -5
  591. package/es/Link/props/propTypes.js +0 -14
  592. package/es/Message/props/defaultProps.js +0 -3
  593. package/es/Message/props/propTypes.js +0 -12
  594. package/es/MessageBanner/props/defaultProps.js +0 -6
  595. package/es/MessageBanner/props/propTypes.js +0 -12
  596. package/es/NewStar/props/defaultProps.js +0 -4
  597. package/es/NewStar/props/propTypes.js +0 -6
  598. package/es/PlusIcon/props/defaultProps.js +0 -8
  599. package/es/PlusIcon/props/propTypes.js +0 -11
  600. package/es/ToastMessage/props/defaultProps.js +0 -17
  601. package/es/ToastMessage/props/propTypes.js +0 -38
  602. package/es/Upload/props/defaultProps.js +0 -6
  603. package/es/Upload/props/propTypes.js +0 -16
  604. package/es/actions/props/defaultProps.js +0 -3
  605. package/es/actions/props/propTypes.js +0 -7
  606. package/es/alert/AlertHeader/props/defaultProps.js +0 -8
  607. package/es/alert/AlertHeader/props/propTypes.js +0 -15
  608. package/es/alert/AlertLookup/props/defaultProps.js +0 -14
  609. package/es/alert/AlertLookup/props/propTypes.js +0 -36
  610. package/es/avatar/AvatarClose/props/defaultProps.js +0 -5
  611. package/es/avatar/AvatarClose/props/propTypes.js +0 -13
  612. package/es/avatar/AvatarCollision/props/defaultProps.js +0 -7
  613. package/es/avatar/AvatarCollision/props/propTypes.js +0 -16
  614. package/es/avatar/AvatarIcon/props/defaultProps.js +0 -13
  615. package/es/avatar/AvatarIcon/props/propTypes.js +0 -19
  616. package/es/avatar/AvatarStatus/props/defaultProps.js +0 -9
  617. package/es/avatar/AvatarStatus/props/propTypes.js +0 -23
  618. package/es/avatar/AvatarThread/props/defaultProps.js +0 -8
  619. package/es/avatar/AvatarThread/props/propTypes.js +0 -29
  620. package/es/avatar/AvatarUser/props/defaultProps.js +0 -7
  621. package/es/avatar/AvatarUser/props/propTypes.js +0 -34
  622. package/es/avatar/AvatarWithTeam/props/defaultProps.js +0 -7
  623. package/es/avatar/AvatarWithTeam/props/propTypes.js +0 -23
  624. package/es/dropdown/ToggleDropDown/props/defaultProps.js +0 -24
  625. package/es/dropdown/ToggleDropDown/props/propTypes.js +0 -70
  626. package/es/emptystate/CommonEmptyState/props/defaultProps.js +0 -10
  627. package/es/emptystate/CommonEmptyState/props/propTypes.js +0 -21
  628. package/es/emptystate/EditionPage/props/defaultProps.js +0 -5
  629. package/es/emptystate/EditionPage/props/propTypes.js +0 -7
  630. package/es/errorstate/Inconvenience/props/defaultProps.js +0 -4
  631. package/es/errorstate/Inconvenience/props/propTypes.js +0 -11
  632. package/es/errorstate/LinkText/props/defaultProps.js +0 -4
  633. package/es/errorstate/LinkText/props/propTypes.js +0 -8
  634. package/es/errorstate/NoRequestFound/props/defaultProps.js +0 -4
  635. package/es/errorstate/NoRequestFound/props/propTypes.js +0 -11
  636. package/es/errorstate/PermissionPlay/props/defaultProps.js +0 -4
  637. package/es/errorstate/PermissionPlay/props/propTypes.js +0 -11
  638. package/es/errorstate/RequestUrlNotFound/props/defaultProps.js +0 -4
  639. package/es/errorstate/RequestUrlNotFound/props/propTypes.js +0 -11
  640. package/es/errorstate/UnableToProcess/props/defaultProps.js +0 -4
  641. package/es/errorstate/UnableToProcess/props/propTypes.js +0 -11
  642. package/es/errorstate/UnauthorizedLogin/props/defaultProps.js +0 -4
  643. package/es/errorstate/UnauthorizedLogin/props/propTypes.js +0 -11
  644. package/es/errorstate/WillBack/props/defaultProps.js +0 -4
  645. package/es/errorstate/WillBack/props/propTypes.js +0 -5
  646. package/es/form/fields/CheckBoxField/props/defaultProps.js +0 -11
  647. package/es/form/fields/CheckBoxField/props/propTypes.js +0 -27
  648. package/es/form/fields/CurrencyField/props/defaultProps.js +0 -16
  649. package/es/form/fields/CurrencyField/props/propTypes.js +0 -36
  650. package/es/form/fields/DateField/props/defaultProps.js +0 -18
  651. package/es/form/fields/DateField/props/propTypes.js +0 -39
  652. package/es/form/fields/FieldContainer/props/defaultProps.js +0 -5
  653. package/es/form/fields/FieldContainer/props/propTypes.js +0 -11
  654. package/es/form/fields/MultiSelectField/props/defaultProps.js +0 -16
  655. package/es/form/fields/MultiSelectField/props/propTypes.js +0 -50
  656. package/es/form/fields/PhoneField/props/defaultProps.js +0 -15
  657. package/es/form/fields/PhoneField/props/propTypes.js +0 -40
  658. package/es/form/fields/RadioField/props/defaultProps.js +0 -11
  659. package/es/form/fields/RadioField/props/propTypes.js +0 -30
  660. package/es/form/fields/SelectField/props/defaultProps.js +0 -17
  661. package/es/form/fields/SelectField/props/propTypes.js +0 -50
  662. package/es/form/fields/TagsMultiSelect/props/defaultProps.js +0 -10
  663. package/es/form/fields/TagsMultiSelect/props/propTypes.js +0 -43
  664. package/es/form/fields/TagsMultiSelectField/props/defaultProps.js +0 -18
  665. package/es/form/fields/TagsMultiSelectField/props/propTypes.js +0 -52
  666. package/es/form/fields/TextBoxField/props/defaultProps.js +0 -16
  667. package/es/form/fields/TextBoxField/props/propTypes.js +0 -37
  668. package/es/form/fields/TextEditor/props/defaultProps.js +0 -12
  669. package/es/form/fields/TextEditor/props/propTypes.js +0 -40
  670. package/es/form/fields/TextEditorField/props/defaultProps.js +0 -14
  671. package/es/form/fields/TextEditorField/props/propTypes.js +0 -47
  672. package/es/form/fields/TextEditorWrapper/props/defaultProps.js +0 -8
  673. package/es/form/fields/TextEditorWrapper/props/propTypes.js +0 -39
  674. package/es/form/fields/TextareaField/props/defaultProps.js +0 -14
  675. package/es/form/fields/TextareaField/props/propTypes.js +0 -34
  676. package/es/form/fields/ValidationMessage/props/defaultProps.js +0 -6
  677. package/es/form/fields/ValidationMessage/props/propTypes.js +0 -14
  678. package/es/form/layout/Field/props/defaultProps.js +0 -4
  679. package/es/form/layout/Field/props/propTypes.js +0 -10
  680. package/es/form/layout/Section/props/propTypes.js +0 -9
  681. package/es/layout/SetupDetailLayout/props/defaultProps.js +0 -18
  682. package/es/layout/SetupDetailLayout/props/propTypes.js +0 -33
  683. package/es/layout/SubtabLayout/props/defaultProps.js +0 -25
  684. package/es/layout/SubtabLayout/props/propTypes.js +0 -40
  685. package/es/list/AvatarFlip/props/defaultProps.js +0 -5
  686. package/es/list/AvatarFlip/props/propTypes.js +0 -28
  687. package/es/list/BluePrintStatus/props/propTypes.js +0 -4
  688. package/es/list/Comment/props/defaultProps.js +0 -3
  689. package/es/list/Comment/props/propTypes.js +0 -9
  690. package/es/list/DepartmentDropDown/props/defaultProps.js +0 -7
  691. package/es/list/DepartmentDropDown/props/propTypes.js +0 -24
  692. package/es/list/Dot/props/defaultProps.js +0 -4
  693. package/es/list/Dot/props/propTypes.js +0 -5
  694. package/es/list/DotNew/props/defaultProps.js +0 -3
  695. package/es/list/DotNew/props/propTypes.js +0 -6
  696. package/es/list/GridStencils/props/propTypes.js +0 -7
  697. package/es/list/Icons/props/defaultProps.js +0 -6
  698. package/es/list/Icons/props/propTypes.js +0 -55
  699. package/es/list/ListLayout/props/defaultProps.js +0 -11
  700. package/es/list/ListLayout/props/propTypes.js +0 -28
  701. package/es/list/ListStencils/props/defaultProps.js +0 -3
  702. package/es/list/ListStencils/props/propTypes.js +0 -4
  703. package/es/list/SecondaryText/props/defaultProps.js +0 -44
  704. package/es/list/SecondaryText/props/propTypes.js +0 -143
  705. package/es/list/SecondryPanel/props/defaultProps.js +0 -18
  706. package/es/list/SecondryPanel/props/propTypes.js +0 -27
  707. package/es/list/SentimentStatus/props/propTypes.js +0 -5
  708. package/es/list/Subject/props/defaultProps.js +0 -7
  709. package/es/list/Subject/props/propTypes.js +0 -19
  710. package/es/list/TagNew/props/defaultProps.js +0 -4
  711. package/es/list/TagNew/props/propTypes.js +0 -8
  712. package/es/list/Thread/props/defaultProps.js +0 -4
  713. package/es/list/Thread/props/propTypes.js +0 -8
  714. package/es/list/UserTime/props/defaultProps.js +0 -3
  715. package/es/list/UserTime/props/propTypes.js +0 -14
  716. package/es/list/status/StatusDropdown/props/defaultProps.js +0 -18
  717. package/es/list/status/StatusDropdown/props/propTypes.js +0 -50
  718. package/es/list/status/StatusListItem/props/defaultProps.js +0 -14
  719. package/es/list/status/StatusListItem/props/propTypes.js +0 -28
  720. package/es/lookup/EmptyPage/props/defaultProps.js +0 -4
  721. package/es/lookup/EmptyPage/props/propTypes.js +0 -5
  722. package/es/lookup/Lookup/props/defaultProps.js +0 -6
  723. package/es/lookup/Lookup/props/propTypes.js +0 -17
  724. package/es/lookup/Section/props/propTypes.js +0 -6
  725. package/es/lookup/header/Close/props/defaultProps.js +0 -3
  726. package/es/lookup/header/Close/props/propTypes.js +0 -6
  727. package/es/lookup/header/ModuleHeader/props/defaultProps.js +0 -3
  728. package/es/lookup/header/ModuleHeader/props/propTypes.js +0 -17
  729. package/es/lookup/header/Search/props/defaultProps.js +0 -5
  730. package/es/lookup/header/Search/props/propTypes.js +0 -28
  731. package/es/lookup/header/TicketHeader/props/defaultProps.js +0 -4
  732. package/es/lookup/header/TicketHeader/props/propTypes.js +0 -20
  733. package/es/lookup/header/Title/props/defaultProps.js +0 -3
  734. package/es/lookup/header/Title/props/propTypes.js +0 -6
  735. package/es/lookup/header/ViewDropDown/props/defaultProps.js +0 -7
  736. package/es/lookup/header/ViewDropDown/props/propTypes.js +0 -27
  737. package/es/setup/header/Button/props/defaultProps.js +0 -4
  738. package/es/setup/header/Button/props/propTypes.js +0 -7
  739. package/es/setup/header/Link/props/defaultProps.js +0 -4
  740. package/es/setup/header/Link/props/propTypes.js +0 -8
  741. package/es/setup/header/Search/props/defaultProps.js +0 -5
  742. package/es/setup/header/Search/props/propTypes.js +0 -11
  743. package/es/setup/header/Views/props/defaultProps.js +0 -6
  744. package/es/setup/header/Views/props/propTypes.js +0 -9
  745. package/es/setup/helptips/Description/props/propTypes.js +0 -4
  746. package/es/setup/helptips/Link/props/propTypes.js +0 -7
  747. package/es/setup/helptips/ListGroup/props/propTypes.js +0 -5
  748. package/es/setup/helptips/Title/props/propTypes.js +0 -4
  749. package/es/setup/table/Table/props/defaultProps.js +0 -4
  750. package/es/setup/table/Table/props/propTypes.js +0 -6
  751. package/es/setup/table/TableBody/props/defaultProps.js +0 -3
  752. package/es/setup/table/TableBody/props/propTypes.js +0 -7
  753. package/es/setup/table/TableData/props/defaultProps.js +0 -5
  754. package/es/setup/table/TableData/props/propTypes.js +0 -10
  755. package/es/setup/table/TableHead/props/defaultProps.js +0 -4
  756. package/es/setup/table/TableHead/props/propTypes.js +0 -7
  757. package/es/setup/table/TableRow/props/defaultProps.js +0 -4
  758. package/es/setup/table/TableRow/props/propTypes.js +0 -11
  759. package/es/setup/table/Text/props/defaultProps.js +0 -7
  760. package/es/setup/table/Text/props/propTypes.js +0 -13
  761. package/es/svg/props/defaultProps.js +0 -15
  762. package/es/svg/props/propTypes.js +0 -16
  763. package/es/version2/AlertClose/props/propTypes.js +0 -8
  764. package/es/version2/GlobalNotification/props/defaultProps.js +0 -3
  765. package/es/version2/GlobalNotification/props/propTypes.js +0 -13
  766. package/es/version2/alertIcons/props/defaultProps.js +0 -26
  767. package/es/version2/alertIcons/props/propTypes.js +0 -33
  768. package/es/version2/errorstate/Inconvenience/props/defaultProps.js +0 -8
  769. package/es/version2/errorstate/Inconvenience/props/propTypes.js +0 -16
  770. package/es/version2/errorstate/OopsSomethingMiss/props/defaultProps.js +0 -8
  771. package/es/version2/errorstate/OopsSomethingMiss/props/propTypes.js +0 -16
  772. package/es/version2/errorstate/UnableToProcessRequest/props/defaultProps.js +0 -8
  773. package/es/version2/errorstate/UnableToProcessRequest/props/propTypes.js +0 -16
  774. package/es/version2/errorstate/UnauthorizedLogin/props/defaultProps.js +0 -9
  775. package/es/version2/errorstate/UnauthorizedLogin/props/propTypes.js +0 -17
  776. package/es/version2/errorstate/UrlNotFound/props/defaultProps.js +0 -8
  777. package/es/version2/errorstate/UrlNotFound/props/propTypes.js +0 -16
  778. package/es/version2/errorstate/WillBeRightBack/props/defaultProps.js +0 -8
  779. package/es/version2/errorstate/WillBeRightBack/props/propTypes.js +0 -16
  780. package/es/version2/lookup/AlertHeader/props/defaultProps.js +0 -6
  781. package/es/version2/lookup/AlertHeader/props/propTypes.js +0 -12
  782. package/es/version2/lookup/AlertLookup/props/defaultProps.js +0 -13
  783. package/es/version2/lookup/AlertLookup/props/propTypes.js +0 -36
  784. package/es/version2/notification/DesktopNotification/props/defaultProps.js +0 -14
  785. package/es/version2/notification/DesktopNotification/props/propTypes.js +0 -36
  786. package/es/version2/notification/DesktopNotificationHeader/props/defaultProps.js +0 -5
  787. package/es/version2/notification/DesktopNotificationHeader/props/propTypes.js +0 -11
  788. package/lib/ActionButton/props/defaultProps.js +0 -23
  789. package/lib/ActionButton/props/propTypes.js +0 -40
  790. package/lib/AlphabeticList/props/defaultProps.js +0 -19
  791. package/lib/AlphabeticList/props/propTypes.js +0 -49
  792. package/lib/Attachment/props/defaultProps.js +0 -13
  793. package/lib/Attachment/props/propTypes.js +0 -26
  794. package/lib/AttachmentViewer/props/defaultProps.js +0 -18
  795. package/lib/AttachmentViewer/props/propTypes.js +0 -43
  796. package/lib/ChannelIcon/props/defaultProps.js +0 -13
  797. package/lib/ChannelIcon/props/propTypes.js +0 -35
  798. package/lib/Drawer/props/defaultProps.js +0 -29
  799. package/lib/Drawer/props/propTypes.js +0 -63
  800. package/lib/ExternalLink/props/defaultProps.js +0 -12
  801. package/lib/ExternalLink/props/propTypes.js +0 -23
  802. package/lib/FlipCard/props/defaultProps.js +0 -12
  803. package/lib/FlipCard/props/propTypes.js +0 -48
  804. package/lib/FormAction/props/defaultProps.js +0 -11
  805. package/lib/FormAction/props/propTypes.js +0 -18
  806. package/lib/FreezeLayer/props/defaultProps.js +0 -15
  807. package/lib/FreezeLayer/props/propTypes.js +0 -28
  808. package/lib/IconButton/props/defaultProps.js +0 -22
  809. package/lib/IconButton/props/propTypes.js +0 -42
  810. package/lib/Image/props/defaultProps.js +0 -11
  811. package/lib/Image/props/propTypes.js +0 -24
  812. package/lib/ImportantNotes/props/defaultProps.js +0 -13
  813. package/lib/ImportantNotes/props/propTypes.js +0 -21
  814. package/lib/Link/props/defaultProps.js +0 -12
  815. package/lib/Link/props/propTypes.js +0 -25
  816. package/lib/Message/props/defaultProps.js +0 -10
  817. package/lib/Message/props/propTypes.js +0 -23
  818. package/lib/MessageBanner/props/defaultProps.js +0 -13
  819. package/lib/MessageBanner/props/propTypes.js +0 -23
  820. package/lib/NewStar/props/defaultProps.js +0 -11
  821. package/lib/NewStar/props/propTypes.js +0 -17
  822. package/lib/PlusIcon/props/defaultProps.js +0 -15
  823. package/lib/PlusIcon/props/propTypes.js +0 -22
  824. package/lib/ToastMessage/props/defaultProps.js +0 -24
  825. package/lib/ToastMessage/props/propTypes.js +0 -49
  826. package/lib/Upload/props/defaultProps.js +0 -13
  827. package/lib/Upload/props/propTypes.js +0 -27
  828. package/lib/actions/props/defaultProps.js +0 -10
  829. package/lib/actions/props/propTypes.js +0 -18
  830. package/lib/alert/AlertHeader/props/defaultProps.js +0 -15
  831. package/lib/alert/AlertHeader/props/propTypes.js +0 -26
  832. package/lib/alert/AlertLookup/props/defaultProps.js +0 -21
  833. package/lib/alert/AlertLookup/props/propTypes.js +0 -47
  834. package/lib/avatar/AvatarClose/props/defaultProps.js +0 -12
  835. package/lib/avatar/AvatarClose/props/propTypes.js +0 -24
  836. package/lib/avatar/AvatarCollision/props/defaultProps.js +0 -14
  837. package/lib/avatar/AvatarCollision/props/propTypes.js +0 -27
  838. package/lib/avatar/AvatarIcon/props/defaultProps.js +0 -20
  839. package/lib/avatar/AvatarIcon/props/propTypes.js +0 -30
  840. package/lib/avatar/AvatarStatus/props/defaultProps.js +0 -16
  841. package/lib/avatar/AvatarStatus/props/propTypes.js +0 -34
  842. package/lib/avatar/AvatarThread/props/defaultProps.js +0 -15
  843. package/lib/avatar/AvatarThread/props/propTypes.js +0 -40
  844. package/lib/avatar/AvatarUser/props/defaultProps.js +0 -14
  845. package/lib/avatar/AvatarUser/props/propTypes.js +0 -45
  846. package/lib/avatar/AvatarWithTeam/props/defaultProps.js +0 -14
  847. package/lib/avatar/AvatarWithTeam/props/propTypes.js +0 -34
  848. package/lib/dropdown/ToggleDropDown/props/defaultProps.js +0 -31
  849. package/lib/dropdown/ToggleDropDown/props/propTypes.js +0 -81
  850. package/lib/emptystate/CommonEmptyState/props/defaultProps.js +0 -17
  851. package/lib/emptystate/CommonEmptyState/props/propTypes.js +0 -32
  852. package/lib/emptystate/EditionPage/props/defaultProps.js +0 -12
  853. package/lib/emptystate/EditionPage/props/propTypes.js +0 -18
  854. package/lib/errorstate/Inconvenience/props/defaultProps.js +0 -11
  855. package/lib/errorstate/Inconvenience/props/propTypes.js +0 -22
  856. package/lib/errorstate/LinkText/props/defaultProps.js +0 -11
  857. package/lib/errorstate/LinkText/props/propTypes.js +0 -19
  858. package/lib/errorstate/NoRequestFound/props/defaultProps.js +0 -11
  859. package/lib/errorstate/NoRequestFound/props/propTypes.js +0 -22
  860. package/lib/errorstate/PermissionPlay/props/defaultProps.js +0 -11
  861. package/lib/errorstate/PermissionPlay/props/propTypes.js +0 -22
  862. package/lib/errorstate/RequestUrlNotFound/props/defaultProps.js +0 -11
  863. package/lib/errorstate/RequestUrlNotFound/props/propTypes.js +0 -22
  864. package/lib/errorstate/UnableToProcess/props/defaultProps.js +0 -11
  865. package/lib/errorstate/UnableToProcess/props/propTypes.js +0 -22
  866. package/lib/errorstate/UnauthorizedLogin/props/defaultProps.js +0 -11
  867. package/lib/errorstate/UnauthorizedLogin/props/propTypes.js +0 -22
  868. package/lib/errorstate/WillBack/props/defaultProps.js +0 -11
  869. package/lib/errorstate/WillBack/props/propTypes.js +0 -16
  870. package/lib/form/fields/CheckBoxField/props/defaultProps.js +0 -26
  871. package/lib/form/fields/CheckBoxField/props/propTypes.js +0 -45
  872. package/lib/form/fields/CurrencyField/props/defaultProps.js +0 -31
  873. package/lib/form/fields/CurrencyField/props/propTypes.js +0 -54
  874. package/lib/form/fields/DateField/props/defaultProps.js +0 -33
  875. package/lib/form/fields/DateField/props/propTypes.js +0 -57
  876. package/lib/form/fields/FieldContainer/props/defaultProps.js +0 -21
  877. package/lib/form/fields/FieldContainer/props/propTypes.js +0 -30
  878. package/lib/form/fields/MultiSelectField/props/defaultProps.js +0 -31
  879. package/lib/form/fields/MultiSelectField/props/propTypes.js +0 -68
  880. package/lib/form/fields/PhoneField/props/defaultProps.js +0 -22
  881. package/lib/form/fields/PhoneField/props/propTypes.js +0 -51
  882. package/lib/form/fields/RadioField/props/defaultProps.js +0 -18
  883. package/lib/form/fields/RadioField/props/propTypes.js +0 -41
  884. package/lib/form/fields/SelectField/props/defaultProps.js +0 -32
  885. package/lib/form/fields/SelectField/props/propTypes.js +0 -68
  886. package/lib/form/fields/TagsMultiSelect/props/defaultProps.js +0 -17
  887. package/lib/form/fields/TagsMultiSelect/props/propTypes.js +0 -54
  888. package/lib/form/fields/TagsMultiSelectField/props/defaultProps.js +0 -33
  889. package/lib/form/fields/TagsMultiSelectField/props/propTypes.js +0 -70
  890. package/lib/form/fields/TextBoxField/props/defaultProps.js +0 -31
  891. package/lib/form/fields/TextBoxField/props/propTypes.js +0 -55
  892. package/lib/form/fields/TextEditor/props/defaultProps.js +0 -19
  893. package/lib/form/fields/TextEditor/props/propTypes.js +0 -51
  894. package/lib/form/fields/TextEditorField/props/defaultProps.js +0 -29
  895. package/lib/form/fields/TextEditorField/props/propTypes.js +0 -65
  896. package/lib/form/fields/TextEditorWrapper/props/defaultProps.js +0 -15
  897. package/lib/form/fields/TextEditorWrapper/props/propTypes.js +0 -50
  898. package/lib/form/fields/TextareaField/props/defaultProps.js +0 -29
  899. package/lib/form/fields/TextareaField/props/propTypes.js +0 -52
  900. package/lib/form/fields/ValidationMessage/props/defaultProps.js +0 -13
  901. package/lib/form/fields/ValidationMessage/props/propTypes.js +0 -25
  902. package/lib/form/layout/Field/props/defaultProps.js +0 -11
  903. package/lib/form/layout/Field/props/propTypes.js +0 -21
  904. package/lib/form/layout/Section/props/propTypes.js +0 -20
  905. package/lib/layout/SetupDetailLayout/props/defaultProps.js +0 -28
  906. package/lib/layout/SetupDetailLayout/props/propTypes.js +0 -47
  907. package/lib/layout/SubtabLayout/props/defaultProps.js +0 -35
  908. package/lib/layout/SubtabLayout/props/propTypes.js +0 -54
  909. package/lib/list/AvatarFlip/props/defaultProps.js +0 -12
  910. package/lib/list/AvatarFlip/props/propTypes.js +0 -39
  911. package/lib/list/BluePrintStatus/props/propTypes.js +0 -15
  912. package/lib/list/Comment/props/defaultProps.js +0 -10
  913. package/lib/list/Comment/props/propTypes.js +0 -20
  914. package/lib/list/DepartmentDropDown/props/defaultProps.js +0 -14
  915. package/lib/list/DepartmentDropDown/props/propTypes.js +0 -35
  916. package/lib/list/Dot/props/defaultProps.js +0 -11
  917. package/lib/list/Dot/props/propTypes.js +0 -16
  918. package/lib/list/DotNew/props/defaultProps.js +0 -10
  919. package/lib/list/DotNew/props/propTypes.js +0 -17
  920. package/lib/list/GridStencils/props/propTypes.js +0 -18
  921. package/lib/list/Icons/props/defaultProps.js +0 -14
  922. package/lib/list/Icons/props/propTypes.js +0 -72
  923. package/lib/list/ListLayout/props/defaultProps.js +0 -18
  924. package/lib/list/ListLayout/props/propTypes.js +0 -41
  925. package/lib/list/ListStencils/props/defaultProps.js +0 -10
  926. package/lib/list/ListStencils/props/propTypes.js +0 -15
  927. package/lib/list/SecondaryText/props/defaultProps.js +0 -59
  928. package/lib/list/SecondaryText/props/propTypes.js +0 -164
  929. package/lib/list/SecondryPanel/props/defaultProps.js +0 -28
  930. package/lib/list/SecondryPanel/props/propTypes.js +0 -41
  931. package/lib/list/SentimentStatus/props/propTypes.js +0 -16
  932. package/lib/list/Subject/props/defaultProps.js +0 -14
  933. package/lib/list/Subject/props/propTypes.js +0 -30
  934. package/lib/list/TagNew/props/defaultProps.js +0 -11
  935. package/lib/list/TagNew/props/propTypes.js +0 -19
  936. package/lib/list/Thread/props/defaultProps.js +0 -11
  937. package/lib/list/Thread/props/propTypes.js +0 -19
  938. package/lib/list/UserTime/props/defaultProps.js +0 -10
  939. package/lib/list/UserTime/props/propTypes.js +0 -25
  940. package/lib/list/status/StatusDropdown/props/defaultProps.js +0 -25
  941. package/lib/list/status/StatusDropdown/props/propTypes.js +0 -34
  942. package/lib/list/status/StatusListItem/props/defaultProps.js +0 -21
  943. package/lib/list/status/StatusListItem/props/propTypes.js +0 -39
  944. package/lib/lookup/EmptyPage/props/defaultProps.js +0 -11
  945. package/lib/lookup/EmptyPage/props/propTypes.js +0 -16
  946. package/lib/lookup/Lookup/props/defaultProps.js +0 -13
  947. package/lib/lookup/Lookup/props/propTypes.js +0 -28
  948. package/lib/lookup/Section/props/propTypes.js +0 -17
  949. package/lib/lookup/header/Close/props/defaultProps.js +0 -10
  950. package/lib/lookup/header/Close/props/propTypes.js +0 -17
  951. package/lib/lookup/header/ModuleHeader/props/defaultProps.js +0 -10
  952. package/lib/lookup/header/ModuleHeader/props/propTypes.js +0 -28
  953. package/lib/lookup/header/Search/props/defaultProps.js +0 -12
  954. package/lib/lookup/header/Search/props/propTypes.js +0 -40
  955. package/lib/lookup/header/TicketHeader/props/defaultProps.js +0 -11
  956. package/lib/lookup/header/TicketHeader/props/propTypes.js +0 -31
  957. package/lib/lookup/header/Title/props/defaultProps.js +0 -10
  958. package/lib/lookup/header/Title/props/propTypes.js +0 -17
  959. package/lib/lookup/header/ViewDropDown/props/defaultProps.js +0 -14
  960. package/lib/lookup/header/ViewDropDown/props/propTypes.js +0 -38
  961. package/lib/setup/header/Button/props/defaultProps.js +0 -11
  962. package/lib/setup/header/Button/props/propTypes.js +0 -18
  963. package/lib/setup/header/Link/props/defaultProps.js +0 -11
  964. package/lib/setup/header/Link/props/propTypes.js +0 -19
  965. package/lib/setup/header/Search/props/defaultProps.js +0 -12
  966. package/lib/setup/header/Search/props/propTypes.js +0 -22
  967. package/lib/setup/header/Views/props/defaultProps.js +0 -13
  968. package/lib/setup/header/Views/props/propTypes.js +0 -20
  969. package/lib/setup/helptips/Description/props/propTypes.js +0 -15
  970. package/lib/setup/helptips/Link/props/propTypes.js +0 -18
  971. package/lib/setup/helptips/ListGroup/props/propTypes.js +0 -16
  972. package/lib/setup/helptips/Title/props/propTypes.js +0 -15
  973. package/lib/setup/table/Table/props/defaultProps.js +0 -11
  974. package/lib/setup/table/Table/props/propTypes.js +0 -17
  975. package/lib/setup/table/TableBody/props/defaultProps.js +0 -10
  976. package/lib/setup/table/TableBody/props/propTypes.js +0 -18
  977. package/lib/setup/table/TableData/props/defaultProps.js +0 -12
  978. package/lib/setup/table/TableData/props/propTypes.js +0 -21
  979. package/lib/setup/table/TableHead/props/defaultProps.js +0 -11
  980. package/lib/setup/table/TableHead/props/propTypes.js +0 -18
  981. package/lib/setup/table/TableRow/props/defaultProps.js +0 -11
  982. package/lib/setup/table/TableRow/props/propTypes.js +0 -22
  983. package/lib/setup/table/Text/props/defaultProps.js +0 -14
  984. package/lib/setup/table/Text/props/propTypes.js +0 -24
  985. package/lib/svg/props/defaultProps.js +0 -24
  986. package/lib/svg/props/propTypes.js +0 -29
  987. package/lib/version2/AlertClose/props/propTypes.js +0 -19
  988. package/lib/version2/GlobalNotification/props/defaultProps.js +0 -10
  989. package/lib/version2/GlobalNotification/props/propTypes.js +0 -24
  990. package/lib/version2/alertIcons/props/defaultProps.js +0 -40
  991. package/lib/version2/alertIcons/props/propTypes.js +0 -51
  992. package/lib/version2/errorstate/Inconvenience/props/defaultProps.js +0 -15
  993. package/lib/version2/errorstate/Inconvenience/props/propTypes.js +0 -27
  994. package/lib/version2/errorstate/OopsSomethingMiss/props/defaultProps.js +0 -15
  995. package/lib/version2/errorstate/OopsSomethingMiss/props/propTypes.js +0 -27
  996. package/lib/version2/errorstate/UnableToProcessRequest/props/defaultProps.js +0 -15
  997. package/lib/version2/errorstate/UnableToProcessRequest/props/propTypes.js +0 -27
  998. package/lib/version2/errorstate/UnauthorizedLogin/props/defaultProps.js +0 -16
  999. package/lib/version2/errorstate/UnauthorizedLogin/props/propTypes.js +0 -28
  1000. package/lib/version2/errorstate/UrlNotFound/props/defaultProps.js +0 -15
  1001. package/lib/version2/errorstate/UrlNotFound/props/propTypes.js +0 -27
  1002. package/lib/version2/errorstate/WillBeRightBack/props/defaultProps.js +0 -15
  1003. package/lib/version2/errorstate/WillBeRightBack/props/propTypes.js +0 -27
  1004. package/lib/version2/lookup/AlertHeader/props/defaultProps.js +0 -13
  1005. package/lib/version2/lookup/AlertHeader/props/propTypes.js +0 -23
  1006. package/lib/version2/lookup/AlertLookup/props/defaultProps.js +0 -20
  1007. package/lib/version2/lookup/AlertLookup/props/propTypes.js +0 -47
  1008. package/lib/version2/notification/DesktopNotification/props/defaultProps.js +0 -21
  1009. package/lib/version2/notification/DesktopNotification/props/propTypes.js +0 -47
  1010. package/lib/version2/notification/DesktopNotificationHeader/props/defaultProps.js +0 -12
  1011. package/lib/version2/notification/DesktopNotificationHeader/props/propTypes.js +0 -22
@@ -1,6 +1,5 @@
1
1
  import React, { Component } from 'react';
2
- import { defaultProps } from './props/defaultProps';
3
- import { propTypes } from './props/propTypes';
2
+ import PropTypes from 'prop-types';
4
3
  import Icon from '@zohodesk/icons/lib/Icon';
5
4
  import Avatar from '@zohodesk/components/lib/Avatar/Avatar';
6
5
  import AvatarIcon from '../avatar/AvatarIcon/AvatarIcon';
@@ -90,8 +89,35 @@ export default class ChannelIcon extends Component {
90
89
  }
91
90
 
92
91
  }
93
- ChannelIcon.defaultProps = defaultProps;
94
- ChannelIcon.propTypes = propTypes;
92
+ ChannelIcon.defaultProps = {
93
+ iconSize: '21',
94
+ name: 'phone',
95
+ needTopicBorder: true,
96
+ renderIconOnly: false
97
+ };
98
+ ChannelIcon.propTypes = {
99
+ action: PropTypes.string,
100
+ className: PropTypes.string,
101
+ customTextClass: PropTypes.string,
102
+ dataId: PropTypes.string,
103
+ iconClass: PropTypes.string,
104
+ iconColor: PropTypes.string,
105
+ iconName: PropTypes.string,
106
+ iconSize: PropTypes.string,
107
+ iconTitle: PropTypes.string,
108
+ name: PropTypes.string,
109
+ needTopicBorder: PropTypes.bool,
110
+ palette: PropTypes.oneOf(['primary', 'secondary', 'info', 'default']),
111
+ renderIconOnly: PropTypes.bool,
112
+ size: PropTypes.string,
113
+ textPalette: PropTypes.oneOf(['white', 'black']),
114
+ title: PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
115
+ topicClass: PropTypes.string,
116
+ topicIcon: PropTypes.string,
117
+ topicIconColor: PropTypes.string,
118
+ topicIconSize: PropTypes.string,
119
+ topicIconTitle: PropTypes.string
120
+ };
95
121
 
96
122
  if (false) {
97
123
  ChannelIcon.docs = {
@@ -1,217 +1,217 @@
1
- .varClass {
2
- --iconColor: var(--zdt_channelIcon_icon);
3
- --topIconBg: var(--zdt_channelIcon_topIcon_bg);
4
- --topIconColor: var(--zdt_channelIcon_topIcon_iconGreen);
5
- --topIconBorderColor: var(--zdt_channelIcon_topIcon_border);
6
- }
7
- .container {
8
- position: relative;
9
- composes: dInflex from '~@zohodesk/components/lib/common/common.module.css';
10
- vertical-align: middle;
11
- composes: varClass;
12
- }
13
- .thread {
14
- composes: dflex alignVertical alignHorizontal rounded from '~@zohodesk/components/lib/common/common.module.css';
15
- position: absolute;
16
- top: calc(var(--zd_size4) * -1);
17
- height: var(--zd_size15);
18
- width: var(--zd_size15);
19
- background-color: var(--topIconBg);
20
- }
21
- [dir=ltr] .thread {
22
- right: calc(var(--zd_size1) * -1);
23
- }
24
- [dir=rtl] .thread {
25
- left: calc(var(--zd_size1) * -1);
26
- }
27
- .threadBorder {
28
- border: 1px solid var(--topIconBorderColor);
29
- }
30
- .iconStyle {
31
- position: relative;
32
- color: var(--iconColor);
33
- }
34
-
35
- /* Channel Icon Style */
36
- /* path */
37
- .email_incoming span:first-child:before,
38
- .email_outgoing span:first-child:before,
39
- .email_missed span:first-child:before,
40
- .email_forward span:first-child:before,
41
- .email_forwarddraft span:first-child:before,
42
- .facebook_incoming span:first-child:before,
43
- .facebook_outgoing span:first-child:before,
44
- .facebook_missed span:first-child:before,
45
- .facebook_forward span:first-child:before,
46
- .facebook_forwarddraft span:first-child:before,
47
- .facebook_dm_default span:first-child:before,
48
- .facebook_dm_incoming span:first-child:before,
49
- .facebook_dm_outgoing span:first-child:before,
50
- .facebook_dm_draft span:first-child:before,
51
- .facebook_dm_forward span:first-child:before,
52
- .facebook_dm_forwarddraft span:first-child:before,
53
- .twitter_incoming span:first-child:before,
54
- .twitter_outgoing span:first-child:before,
55
- .twitter_missed span:first-child:before,
56
- .twitter_forward span:first-child:before,
57
- .twitter_forwarddraft span:first-child:before,
58
- .forums_incoming span:first-child:before,
59
- .forums_outgoing span:first-child:before,
60
- .forums_missed span:first-child:before,
61
- .forums_forward span:first-child:before,
62
- .forums_forwarddraft span:first-child:before,
63
- .chat_incoming span:first-child:before,
64
- .chat_outgoing span:first-child:before,
65
- .chat_missed span:first-child:before,
66
- .chat_forward span:first-child:before,
67
- .chat_forwarddraft span:first-child:before,
68
- .offline_chat_incoming span:first-child:before,
69
- .offline_chat_outgoing span:first-child:before,
70
- .offline_chat_missed span:first-child:before,
71
- .offline_chat_forward span:first-child:before,
72
- .offline_chat_forwarddraft span:first-child:before,
73
- .online_chat_incoming span:first-child:before,
74
- .online_chat_outgoing span:first-child:before,
75
- .online_chat_missed span:first-child:before,
76
- .online_chat_forward span:first-child:before,
77
- .online_chat_forwarddraft span:first-child:before,
78
- .phone_incoming span:first-child:before,
79
- .phone_outgoing span:first-child:before,
80
- .phone_missed span:first-child:before,
81
- .phone_forward span:first-child:before,
82
- .phone_forwarddraft span:first-child:before,
83
- .web_incoming span:first-child:before,
84
- .web_out span:first-child:before,
85
- .web_missed span:first-child:before,
86
- .web_forward span:first-child:before,
87
- .web_forwarddraft span:first-child:before,
88
- .customerportal_incoming span:first-child:before,
89
- .customerportal_out span:first-child:before,
90
- .customerportal_missed span:first-child:before,
91
- .customerportal_forward span:first-child:before,
92
- .customerportal_forwarddraft span:first-child:before,
93
- .feedback_default span:first-child:before,
94
- .feedback_incoming span:first-child:before,
95
- .feedback_out span:first-child:before,
96
- .feedback_missed span:first-child:before,
97
- .feedback_forward span:first-child:before,
98
- .feedback_forwarddraft span:first-child:before {
99
- color: inherit;
100
- }
101
-
102
- /* Email */
103
- .email_incoming,
104
- .email_missed,
105
- .email_outgoing {
106
- bottom: var(--zd_size2);
107
- }
108
-
109
- /* twitter */
110
- .twitter_incoming,
111
- .twitter_outgoing,
112
- .twitter_missed {
113
- bottom: var(--zd_size1);
114
- }
115
-
116
- /* facebook */
117
- [dir=ltr] .facebook_incoming, [dir=ltr] .facebook_missed, [dir=ltr] .facebook_outgoing {
118
- right: var(--zd_size2);
119
- }
120
- [dir=rtl] .facebook_incoming, [dir=rtl] .facebook_missed, [dir=rtl] .facebook_outgoing {
121
- left: var(--zd_size2);
122
- }
123
-
124
- /* chat */
125
- .chat_incoming,
126
- .offline_chat_incoming,
127
- .online_chat_incoming,
128
- .chat_missed,
129
- .offline_chat_missed,
130
- .online_chat_missed,
131
- .chat_outgoing,
132
- .offline_chat_outgoing,
133
- .online_chat_outgoing {
134
- bottom: var(--zd_size1);
135
- }
136
-
137
- /* forums */
138
- .forums_default {
139
- top: var(--zd_size1);
140
- }
141
-
142
- /* feedback */
143
- .feedback_incoming,
144
- .feedback_missed,
145
- .feedback_out {
146
- top: var(--zd_size1);
147
- }
148
- [dir=ltr] .feedback_incoming, [dir=ltr] .feedback_missed, [dir=ltr] .feedback_out {
149
- right: var(--zd_size1);
150
- }
151
- [dir=rtl] .feedback_incoming, [dir=rtl] .feedback_missed, [dir=rtl] .feedback_out {
152
- left: var(--zd_size1);
153
- }
154
-
155
- /* draft */
156
- [dir=ltr] .email_draft, [dir=ltr] .facebook_draft, [dir=ltr] .twitter_draft, [dir=ltr] .forums_draft, [dir=ltr] .chat_draft, [dir=ltr] .offline_chat_draft, [dir=ltr] .online_chat_draft, [dir=ltr] .phone_draft, [dir=ltr] .web_draft, [dir=ltr] .customerportal_draft, [dir=ltr] .feedback_draft {
157
- left: var(--zd_size1);
158
- }
159
- [dir=rtl] .email_draft, [dir=rtl] .facebook_draft, [dir=rtl] .twitter_draft, [dir=rtl] .forums_draft, [dir=rtl] .chat_draft, [dir=rtl] .offline_chat_draft, [dir=rtl] .online_chat_draft, [dir=rtl] .phone_draft, [dir=rtl] .web_draft, [dir=rtl] .customerportal_draft, [dir=rtl] .feedback_draft {
160
- right: var(--zd_size1);
161
- }
162
-
163
- /* forward */
164
- .email_forward,
165
- .facebook_forward,
166
- .facebook_dm_forward,
167
- .twitter_forward,
168
- .forums_forward,
169
- .chat_forward,
170
- .offline_chat_forward,
171
- .online_chat_forward,
172
- .phone_forward,
173
- .web_forward,
174
- .customerportal_forward,
175
- .feedback_forward {
176
- bottom: var(--zd_size1);
177
- }
178
-
179
- /* forwarddraft */
180
- .email_forwarddraft,
181
- .facebook_forwarddraft,
182
- .twitter_forwarddraft,
183
- .forums_forwarddraft,
184
- .chat_forwarddraft,
185
- .offline_chat_forwarddraft,
186
- .online_chat_forwarddraft,
187
- .phone_forwarddraft,
188
- .web_forwarddraft,
189
- .customerportal_forwarddraft,
190
- .feedback_forwarddraft {
191
- bottom: var(--zd_size1);
192
- }
193
- [dir=ltr] .email_forwarddraft, [dir=ltr] .facebook_forwarddraft, [dir=ltr] .twitter_forwarddraft, [dir=ltr] .forums_forwarddraft, [dir=ltr] .chat_forwarddraft, [dir=ltr] .offline_chat_forwarddraft, [dir=ltr] .online_chat_forwarddraft, [dir=ltr] .phone_forwarddraft, [dir=ltr] .web_forwarddraft, [dir=ltr] .customerportal_forwarddraft, [dir=ltr] .feedback_forwarddraft {
194
- left: var(--zd_size1);
195
- }
196
- [dir=rtl] .email_forwarddraft, [dir=rtl] .facebook_forwarddraft, [dir=rtl] .twitter_forwarddraft, [dir=rtl] .forums_forwarddraft, [dir=rtl] .chat_forwarddraft, [dir=rtl] .offline_chat_forwarddraft, [dir=rtl] .online_chat_forwarddraft, [dir=rtl] .phone_forwarddraft, [dir=rtl] .web_forwarddraft, [dir=rtl] .customerportal_forwarddraft, [dir=rtl] .feedback_forwarddraft {
197
- right: var(--zd_size1);
198
- }
199
-
200
- /* facebook_dm */
201
- [dir=ltr] .facebook_dm_default, [dir=ltr] .facebook_dm_incoming, [dir=ltr] .facebook_dm_outgoing, [dir=ltr] .facebook_dm_missed {
202
- right: var(--zd_size2);
203
- }
204
- [dir=rtl] .facebook_dm_default, [dir=rtl] .facebook_dm_incoming, [dir=rtl] .facebook_dm_outgoing, [dir=rtl] .facebook_dm_missed {
205
- left: var(--zd_size2);
206
- }
207
-
208
- /*Topic Icon colors*/
209
- .topic_olive {
210
- --topIconColor: var(--zdt_channelIcon_topIcon_iconGreen);
211
- }
212
- .topic_yellow3 {
213
- --topIconColor: var(--zdt_channelIcon_topIcon_iconYellow);
214
- }
215
- .topicIcon {
216
- color: var(--topIconColor);
217
- }
1
+ .varClass {
2
+ --iconColor: var(--zdt_channelIcon_icon);
3
+ --topIconBg: var(--zdt_channelIcon_topIcon_bg);
4
+ --topIconColor: var(--zdt_channelIcon_topIcon_iconGreen);
5
+ --topIconBorderColor: var(--zdt_channelIcon_topIcon_border);
6
+ }
7
+ .container {
8
+ position: relative;
9
+ composes: dInflex from '~@zohodesk/components/lib/common/common.module.css';
10
+ vertical-align: middle;
11
+ composes: varClass;
12
+ }
13
+ .thread {
14
+ composes: dflex alignVertical alignHorizontal rounded from '~@zohodesk/components/lib/common/common.module.css';
15
+ position: absolute;
16
+ top: calc(var(--zd_size4) * -1);
17
+ height: var(--zd_size15);
18
+ width: var(--zd_size15);
19
+ background-color: var(--topIconBg);
20
+ }
21
+ [dir=ltr] .thread {
22
+ right: calc(var(--zd_size1) * -1);
23
+ }
24
+ [dir=rtl] .thread {
25
+ left: calc(var(--zd_size1) * -1);
26
+ }
27
+ .threadBorder {
28
+ border: 1px solid var(--topIconBorderColor);
29
+ }
30
+ .iconStyle {
31
+ position: relative;
32
+ color: var(--iconColor);
33
+ }
34
+
35
+ /* Channel Icon Style */
36
+ /* path */
37
+ .email_incoming span:first-child:before,
38
+ .email_outgoing span:first-child:before,
39
+ .email_missed span:first-child:before,
40
+ .email_forward span:first-child:before,
41
+ .email_forwarddraft span:first-child:before,
42
+ .facebook_incoming span:first-child:before,
43
+ .facebook_outgoing span:first-child:before,
44
+ .facebook_missed span:first-child:before,
45
+ .facebook_forward span:first-child:before,
46
+ .facebook_forwarddraft span:first-child:before,
47
+ .facebook_dm_default span:first-child:before,
48
+ .facebook_dm_incoming span:first-child:before,
49
+ .facebook_dm_outgoing span:first-child:before,
50
+ .facebook_dm_draft span:first-child:before,
51
+ .facebook_dm_forward span:first-child:before,
52
+ .facebook_dm_forwarddraft span:first-child:before,
53
+ .twitter_incoming span:first-child:before,
54
+ .twitter_outgoing span:first-child:before,
55
+ .twitter_missed span:first-child:before,
56
+ .twitter_forward span:first-child:before,
57
+ .twitter_forwarddraft span:first-child:before,
58
+ .forums_incoming span:first-child:before,
59
+ .forums_outgoing span:first-child:before,
60
+ .forums_missed span:first-child:before,
61
+ .forums_forward span:first-child:before,
62
+ .forums_forwarddraft span:first-child:before,
63
+ .chat_incoming span:first-child:before,
64
+ .chat_outgoing span:first-child:before,
65
+ .chat_missed span:first-child:before,
66
+ .chat_forward span:first-child:before,
67
+ .chat_forwarddraft span:first-child:before,
68
+ .offline_chat_incoming span:first-child:before,
69
+ .offline_chat_outgoing span:first-child:before,
70
+ .offline_chat_missed span:first-child:before,
71
+ .offline_chat_forward span:first-child:before,
72
+ .offline_chat_forwarddraft span:first-child:before,
73
+ .online_chat_incoming span:first-child:before,
74
+ .online_chat_outgoing span:first-child:before,
75
+ .online_chat_missed span:first-child:before,
76
+ .online_chat_forward span:first-child:before,
77
+ .online_chat_forwarddraft span:first-child:before,
78
+ .phone_incoming span:first-child:before,
79
+ .phone_outgoing span:first-child:before,
80
+ .phone_missed span:first-child:before,
81
+ .phone_forward span:first-child:before,
82
+ .phone_forwarddraft span:first-child:before,
83
+ .web_incoming span:first-child:before,
84
+ .web_out span:first-child:before,
85
+ .web_missed span:first-child:before,
86
+ .web_forward span:first-child:before,
87
+ .web_forwarddraft span:first-child:before,
88
+ .customerportal_incoming span:first-child:before,
89
+ .customerportal_out span:first-child:before,
90
+ .customerportal_missed span:first-child:before,
91
+ .customerportal_forward span:first-child:before,
92
+ .customerportal_forwarddraft span:first-child:before,
93
+ .feedback_default span:first-child:before,
94
+ .feedback_incoming span:first-child:before,
95
+ .feedback_out span:first-child:before,
96
+ .feedback_missed span:first-child:before,
97
+ .feedback_forward span:first-child:before,
98
+ .feedback_forwarddraft span:first-child:before {
99
+ color: inherit;
100
+ }
101
+
102
+ /* Email */
103
+ .email_incoming,
104
+ .email_missed,
105
+ .email_outgoing {
106
+ bottom: var(--zd_size2);
107
+ }
108
+
109
+ /* twitter */
110
+ .twitter_incoming,
111
+ .twitter_outgoing,
112
+ .twitter_missed {
113
+ bottom: var(--zd_size1);
114
+ }
115
+
116
+ /* facebook */
117
+ [dir=ltr] .facebook_incoming, [dir=ltr] .facebook_missed, [dir=ltr] .facebook_outgoing {
118
+ right: var(--zd_size2);
119
+ }
120
+ [dir=rtl] .facebook_incoming, [dir=rtl] .facebook_missed, [dir=rtl] .facebook_outgoing {
121
+ left: var(--zd_size2);
122
+ }
123
+
124
+ /* chat */
125
+ .chat_incoming,
126
+ .offline_chat_incoming,
127
+ .online_chat_incoming,
128
+ .chat_missed,
129
+ .offline_chat_missed,
130
+ .online_chat_missed,
131
+ .chat_outgoing,
132
+ .offline_chat_outgoing,
133
+ .online_chat_outgoing {
134
+ bottom: var(--zd_size1);
135
+ }
136
+
137
+ /* forums */
138
+ .forums_default {
139
+ top: var(--zd_size1);
140
+ }
141
+
142
+ /* feedback */
143
+ .feedback_incoming,
144
+ .feedback_missed,
145
+ .feedback_out {
146
+ top: var(--zd_size1);
147
+ }
148
+ [dir=ltr] .feedback_incoming, [dir=ltr] .feedback_missed, [dir=ltr] .feedback_out {
149
+ right: var(--zd_size1);
150
+ }
151
+ [dir=rtl] .feedback_incoming, [dir=rtl] .feedback_missed, [dir=rtl] .feedback_out {
152
+ left: var(--zd_size1);
153
+ }
154
+
155
+ /* draft */
156
+ [dir=ltr] .email_draft, [dir=ltr] .facebook_draft, [dir=ltr] .twitter_draft, [dir=ltr] .forums_draft, [dir=ltr] .chat_draft, [dir=ltr] .offline_chat_draft, [dir=ltr] .online_chat_draft, [dir=ltr] .phone_draft, [dir=ltr] .web_draft, [dir=ltr] .customerportal_draft, [dir=ltr] .feedback_draft {
157
+ left: var(--zd_size1);
158
+ }
159
+ [dir=rtl] .email_draft, [dir=rtl] .facebook_draft, [dir=rtl] .twitter_draft, [dir=rtl] .forums_draft, [dir=rtl] .chat_draft, [dir=rtl] .offline_chat_draft, [dir=rtl] .online_chat_draft, [dir=rtl] .phone_draft, [dir=rtl] .web_draft, [dir=rtl] .customerportal_draft, [dir=rtl] .feedback_draft {
160
+ right: var(--zd_size1);
161
+ }
162
+
163
+ /* forward */
164
+ .email_forward,
165
+ .facebook_forward,
166
+ .facebook_dm_forward,
167
+ .twitter_forward,
168
+ .forums_forward,
169
+ .chat_forward,
170
+ .offline_chat_forward,
171
+ .online_chat_forward,
172
+ .phone_forward,
173
+ .web_forward,
174
+ .customerportal_forward,
175
+ .feedback_forward {
176
+ bottom: var(--zd_size1);
177
+ }
178
+
179
+ /* forwarddraft */
180
+ .email_forwarddraft,
181
+ .facebook_forwarddraft,
182
+ .twitter_forwarddraft,
183
+ .forums_forwarddraft,
184
+ .chat_forwarddraft,
185
+ .offline_chat_forwarddraft,
186
+ .online_chat_forwarddraft,
187
+ .phone_forwarddraft,
188
+ .web_forwarddraft,
189
+ .customerportal_forwarddraft,
190
+ .feedback_forwarddraft {
191
+ bottom: var(--zd_size1);
192
+ }
193
+ [dir=ltr] .email_forwarddraft, [dir=ltr] .facebook_forwarddraft, [dir=ltr] .twitter_forwarddraft, [dir=ltr] .forums_forwarddraft, [dir=ltr] .chat_forwarddraft, [dir=ltr] .offline_chat_forwarddraft, [dir=ltr] .online_chat_forwarddraft, [dir=ltr] .phone_forwarddraft, [dir=ltr] .web_forwarddraft, [dir=ltr] .customerportal_forwarddraft, [dir=ltr] .feedback_forwarddraft {
194
+ left: var(--zd_size1);
195
+ }
196
+ [dir=rtl] .email_forwarddraft, [dir=rtl] .facebook_forwarddraft, [dir=rtl] .twitter_forwarddraft, [dir=rtl] .forums_forwarddraft, [dir=rtl] .chat_forwarddraft, [dir=rtl] .offline_chat_forwarddraft, [dir=rtl] .online_chat_forwarddraft, [dir=rtl] .phone_forwarddraft, [dir=rtl] .web_forwarddraft, [dir=rtl] .customerportal_forwarddraft, [dir=rtl] .feedback_forwarddraft {
197
+ right: var(--zd_size1);
198
+ }
199
+
200
+ /* facebook_dm */
201
+ [dir=ltr] .facebook_dm_default, [dir=ltr] .facebook_dm_incoming, [dir=ltr] .facebook_dm_outgoing, [dir=ltr] .facebook_dm_missed {
202
+ right: var(--zd_size2);
203
+ }
204
+ [dir=rtl] .facebook_dm_default, [dir=rtl] .facebook_dm_incoming, [dir=rtl] .facebook_dm_outgoing, [dir=rtl] .facebook_dm_missed {
205
+ left: var(--zd_size2);
206
+ }
207
+
208
+ /*Topic Icon colors*/
209
+ .topic_olive {
210
+ --topIconColor: var(--zdt_channelIcon_topIcon_iconGreen);
211
+ }
212
+ .topic_yellow3 {
213
+ --topIconColor: var(--zdt_channelIcon_topIcon_iconYellow);
214
+ }
215
+ .topicIcon {
216
+ color: var(--topIconColor);
217
+ }
@@ -1,6 +1,5 @@
1
1
  import React from 'react';
2
- import { Header_defaultProps, Footer_defaultProps, Drawer_defaultProps } from './props/defaultProps';
3
- import { Header_propTypes, Content_propTypes, Footer_propTypes, Drawer_propTypes } from './props/propTypes';
2
+ import PropTypes from 'prop-types';
4
3
  import FreezeLayer from '../FreezeLayer/FreezeLayer';
5
4
  import { Container, Box } from '@zohodesk/components/lib/Layout';
6
5
  import { Card, CardHeader, CardContent } from '@zohodesk/components/lib/Card';
@@ -11,7 +10,6 @@ import IconButton from '../IconButton/IconButton';
11
10
  import Icon from '@zohodesk/icons/lib/Icon';
12
11
  import { getZIndex } from '@zohodesk/components/lib/Provider/ZindexProvider';
13
12
  import style from './Drawer.module.css';
14
- import FocusScope from "@zohodesk/a11y/lib/FocusScope/FocusScope";
15
13
  export class Header extends React.Component {
16
14
  render() {
17
15
  let {
@@ -85,8 +83,29 @@ export class Header extends React.Component {
85
83
  }
86
84
 
87
85
  }
88
- Header.propTypes = Header_propTypes;
89
- Header.defaultProps = Header_defaultProps;
86
+ Header.propTypes = {
87
+ children: PropTypes.node,
88
+ className: PropTypes.string,
89
+ closeTitle: PropTypes.string,
90
+ dataId: PropTypes.string,
91
+ flexible: PropTypes.bool,
92
+ getChildren: PropTypes.func,
93
+ iconName: PropTypes.string,
94
+ iconSize: PropTypes.string,
95
+ iconTitle: PropTypes.string,
96
+ isIconBold: PropTypes.bool,
97
+ onClose: PropTypes.func,
98
+ onIconClick: PropTypes.func,
99
+ paddingSize: PropTypes.oneOf(['small', 'medium', 'large']),
100
+ title: PropTypes.string,
101
+ isBoxIcon: PropTypes.bool,
102
+ getTitleChildren: PropTypes.func
103
+ };
104
+ Header.defaultProps = {
105
+ flexible: false,
106
+ paddingSize: 'small',
107
+ isBoxIcon: true
108
+ };
90
109
  export class Content extends React.Component {
91
110
  render() {
92
111
  let {
@@ -104,7 +123,12 @@ export class Content extends React.Component {
104
123
  }
105
124
 
106
125
  }
107
- Content.propTypes = Content_propTypes;
126
+ Content.propTypes = {
127
+ children: PropTypes.node,
128
+ className: PropTypes.string,
129
+ eleRef: PropTypes.func,
130
+ paddingSize: PropTypes.oneOf(['small', 'medium', 'large'])
131
+ };
108
132
  export class Footer extends React.Component {
109
133
  render() {
110
134
  let {
@@ -121,15 +145,21 @@ export class Footer extends React.Component {
121
145
  }
122
146
 
123
147
  }
124
- Footer.propTypes = Footer_propTypes;
125
- Footer.defaultProps = Footer_defaultProps;
148
+ Footer.propTypes = {
149
+ children: PropTypes.node,
150
+ paddingLeftSize: PropTypes.string,
151
+ paddingRightClass: PropTypes.string,
152
+ size: PropTypes.string
153
+ };
154
+ Footer.defaultProps = {
155
+ size: 'small'
156
+ };
126
157
  export default class Drawer extends React.Component {
127
158
  constructor(props) {
128
159
  super(props);
129
160
  this.drawers = this.drawers.bind(this);
130
161
  this.responsiveFunc = this.responsiveFunc.bind(this);
131
162
  this.getNextIndex = getZIndex(this);
132
- this.createRef = /*#__PURE__*/React.createRef();
133
163
  }
134
164
 
135
165
  drawers(uptoTablet, styleByResolutions) {
@@ -165,25 +195,14 @@ export default class Drawer extends React.Component {
165
195
  }
166
196
  }, /*#__PURE__*/React.createElement(Box, {
167
197
  flexible: true
168
- }, subDrawerChildren))))) : null, /*#__PURE__*/React.createElement(FocusScope, {
169
- elementRef: this.createRef,
170
- autoFocus: true,
171
- focusTabLoop: true,
172
- restoreFocus: true
173
- }, /*#__PURE__*/React.createElement(Box, {
174
- className: `${style.container} ${style.columns} ${style.drawerModal} ${uptoTablet ? style.mbleSize : style[size]}`,
175
- "data-a11y-focus-class": style.focusStyle,
176
- tabindex: -1,
177
- eleRef: this.createRef
198
+ }, subDrawerChildren))))) : null, /*#__PURE__*/React.createElement(Box, {
199
+ className: `${style.container} ${style.columns} ${style.drawerModal} ${uptoTablet ? style.mbleSize : style[size]}`
178
200
  }, /*#__PURE__*/React.createElement(Card, {
179
201
  onClick: e => {
180
202
  e && e.stopPropagation && e.stopPropagation();
181
203
  onBodyClick(e);
182
- },
183
- customProps: {
184
- tabindex: -1
185
204
  }
186
- }, childrenWithProps))));
205
+ }, childrenWithProps)));
187
206
  }
188
207
 
189
208
  responsiveFunc(_ref) {
@@ -257,8 +276,36 @@ export default class Drawer extends React.Component {
257
276
  }
258
277
 
259
278
  }
260
- Drawer.propTypes = Drawer_propTypes;
261
- Drawer.defaultProps = Drawer_defaultProps;
279
+ Drawer.propTypes = {
280
+ children: PropTypes.node,
281
+ customClass: PropTypes.string,
282
+ forwardRef: PropTypes.object,
283
+ isActive: PropTypes.bool,
284
+ needAutoZindex: PropTypes.bool,
285
+ needFreeze: PropTypes.bool,
286
+ onBodyClick: PropTypes.func,
287
+ onClose: PropTypes.func,
288
+ paddingSize: PropTypes.oneOf(['small', 'medium', 'large']),
289
+ palette: PropTypes.oneOf(['dark', 'default', 'darkLight', 'plain']),
290
+ responsiveId: PropTypes.string,
291
+ size: PropTypes.oneOf(['small', 'xsmall', 'medium', 'xmedium', 'large', 'xlarge', 'xxlarge', 'default']),
292
+ subDrawerActive: PropTypes.bool,
293
+ subDrawerChildren: PropTypes.func,
294
+ subDrawerClass: PropTypes.string,
295
+ subDrawerSize: PropTypes.oneOf(['xsmall', 'small', 'medium'])
296
+ };
297
+ Drawer.defaultProps = {
298
+ isActive: false,
299
+ palette: 'default',
300
+ responsiveId: 'Helmet',
301
+ size: 'small',
302
+ subDrawerSize: 'small',
303
+ subDrawerActive: false,
304
+ subDrawerClass: '',
305
+ customClass: '',
306
+ needAutoZindex: true,
307
+ onBodyClick: () => {}
308
+ };
262
309
 
263
310
  if (false) {
264
311
  Drawer.docs = {