@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
@@ -2,8 +2,7 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
2
2
 
3
3
  /**** Libraries ****/
4
4
  import React, { Component } from 'react';
5
- import { defaultProps } from './props/defaultProps';
6
- import { propTypes } from './props/propTypes';
5
+ import PropTypes from 'prop-types';
7
6
  /**** Components ****/
8
7
 
9
8
  import Lookup from '../../../lookup/Lookup/Lookup';
@@ -117,8 +116,7 @@ export default class AlertLookup extends Component {
117
116
  align,
118
117
  childAnimationName,
119
118
  isHtmlContent,
120
- scroll,
121
- isDefaultFocus
119
+ scroll
122
120
  } = this.props;
123
121
  const {
124
122
  LookupProps = {},
@@ -155,8 +153,7 @@ export default class AlertLookup extends Component {
155
153
  wrap: "wrap"
156
154
  }, /*#__PURE__*/React.createElement(Section, {
157
155
  alignBox: "row",
158
- className: style.section,
159
- onClose: onCancelClick
156
+ className: style.section
160
157
  }, /*#__PURE__*/React.createElement(Container, {
161
158
  alignBox: "column"
162
159
  }, /*#__PURE__*/React.createElement(Box, null, /*#__PURE__*/React.createElement(AlertHeader, _extends({
@@ -189,11 +186,8 @@ export default class AlertLookup extends Component {
189
186
  text: submitText,
190
187
  dataId: dataId === 'alertPopup' ? 'alertConfirmButton' : `${dataId}_confirmButton`,
191
188
  onClick: onSubmitClick,
192
- palette: buttonPalette // getRef={this.getButtonRef}
193
- ,
194
- customProps: {
195
- 'data-a11y-autofocus': isDefaultFocus
196
- }
189
+ palette: buttonPalette,
190
+ getRef: this.getButtonRef
197
191
  }, PrimaryButtonProps)), cancelText && /*#__PURE__*/React.createElement(Button, _extends({
198
192
  dataId: dataId === 'alertPopup' ? 'alertCancelButton' : `${dataId}_cancelButton`,
199
193
  text: cancelText,
@@ -203,8 +197,54 @@ export default class AlertLookup extends Component {
203
197
  }
204
198
 
205
199
  }
206
- AlertLookup.propTypes = propTypes;
207
- AlertLookup.defaultProps = defaultProps;
200
+ AlertLookup.propTypes = {
201
+ cancelText: PropTypes.string,
202
+ children: PropTypes.node,
203
+ confirmationMessage: PropTypes.string,
204
+ customClass: PropTypes.object,
205
+ dataId: PropTypes.string,
206
+ forwardRef: PropTypes.object,
207
+ headerChildren: PropTypes.func,
208
+ isActive: PropTypes.bool,
209
+ isDefaultFocus: PropTypes.bool,
210
+ message: PropTypes.node,
211
+ needIcon: PropTypes.bool,
212
+ onCancelClick: PropTypes.func,
213
+ onClose: PropTypes.func,
214
+ onLookupClick: PropTypes.func,
215
+ onSubmitClick: PropTypes.func,
216
+ size: PropTypes.oneOf(['small', 'xmedium', 'medium']),
217
+ submitText: PropTypes.string,
218
+ title: PropTypes.string,
219
+ type: PropTypes.oneOf(['success', 'error', 'danger', 'warning', 'info', 'notification']),
220
+ wrapHeader: PropTypes.bool,
221
+ alertTitleId: PropTypes.string,
222
+ a11y: PropTypes.object,
223
+ customProps: PropTypes.shape({
224
+ LookupProps: PropTypes.object,
225
+ AlertHeaderProps: PropTypes.object,
226
+ PrimaryButtonProps: PropTypes.object,
227
+ SecondaryButtonProps: PropTypes.object
228
+ }),
229
+ align: PropTypes.oneOf(['top', 'vertical']),
230
+ childAnimationName: PropTypes.oneOf(['expand', 'flyDown']),
231
+ isHtmlContent: PropTypes.bool,
232
+ scroll: PropTypes.oneOf(['horizontal', 'vertical', 'both']),
233
+ onEsc: PropTypes.oneOf(['close', 'cancel'])
234
+ };
235
+ AlertLookup.defaultProps = {
236
+ isActive: false,
237
+ size: 'small',
238
+ wrapHeader: false,
239
+ dataId: 'alertPopup',
240
+ isDefaultFocus: true,
241
+ customProps: {},
242
+ align: 'top',
243
+ childAnimationName: 'flyDown',
244
+ isHtmlContent: false,
245
+ scroll: '',
246
+ onEsc: 'cancel'
247
+ };
208
248
 
209
249
  if (false) {
210
250
  AlertLookup.docs = {
@@ -1,44 +1,44 @@
1
- .section {
2
- min-height: auto;
3
- }
4
-
5
- .innerSection {
6
- color: var(--zdt_alertlookupnew_text);
7
- font-size: var(--zd_font_size14);
8
- line-height: var(--zd_size18);
9
- composes: wbreak from '~@zohodesk/components/lib/common/common.module.css';
10
- padding: var(--zd_size17) var(--zd_size30) var(--zd_size30);
11
- }
12
-
13
- [dir=ltr] .buttonGap {
14
- margin: 0 0 0 var(--zd_size12);
15
- }
16
-
17
- [dir=rtl] .buttonGap {
18
- margin: 0 var(--zd_size12) 0 0;
19
- }
20
-
21
- .confirmMsgText {
22
- margin-top: var(--zd_size20);
23
- }
24
-
25
- .extraSmall .innerSection {
26
- padding: var(--zd_size30) var(--zd_size16) var(--zd_size46);
27
- }
28
-
29
- .footer {
30
- overflow: hidden;
31
- border-radius: 0 0 var(--zd_size10) var(--zd_size10);
32
- }
33
- .horizontalScroll, .verticalScroll, .bothScroll {
34
- height: 100%;
35
- }
36
- .horizontalScroll {
37
- composes: oflowx from '~@zohodesk/components/lib/common/common.module.css';
38
- }
39
- .verticalScroll {
40
- composes: oflowy from '~@zohodesk/components/lib/common/common.module.css';
41
- }
42
- .bothScroll {
43
- composes: oflowA from '~@zohodesk/components/lib/common/common.module.css';
1
+ .section {
2
+ min-height: auto;
3
+ }
4
+
5
+ .innerSection {
6
+ color: var(--zdt_alertlookupnew_text);
7
+ font-size: var(--zd_font_size14);
8
+ line-height: var(--zd_size18);
9
+ composes: wbreak from '~@zohodesk/components/lib/common/common.module.css';
10
+ padding: var(--zd_size17) var(--zd_size30) var(--zd_size30);
11
+ }
12
+
13
+ [dir=ltr] .buttonGap {
14
+ margin: 0 0 0 var(--zd_size12);
15
+ }
16
+
17
+ [dir=rtl] .buttonGap {
18
+ margin: 0 var(--zd_size12) 0 0;
19
+ }
20
+
21
+ .confirmMsgText {
22
+ margin-top: var(--zd_size20);
23
+ }
24
+
25
+ .extraSmall .innerSection {
26
+ padding: var(--zd_size30) var(--zd_size16) var(--zd_size46);
27
+ }
28
+
29
+ .footer {
30
+ overflow: hidden;
31
+ border-radius: 0 0 var(--zd_size10) var(--zd_size10);
32
+ }
33
+ .horizontalScroll, .verticalScroll, .bothScroll {
34
+ height: 100%;
35
+ }
36
+ .horizontalScroll {
37
+ composes: oflowx from '~@zohodesk/components/lib/common/common.module.css';
38
+ }
39
+ .verticalScroll {
40
+ composes: oflowy from '~@zohodesk/components/lib/common/common.module.css';
41
+ }
42
+ .bothScroll {
43
+ composes: oflowA from '~@zohodesk/components/lib/common/common.module.css';
44
44
  }
@@ -1,33 +1,33 @@
1
- /* Notes */
2
-
3
- .noteContainer {
4
- padding: var(--zd_size4) var(--zd_size30) 0;
5
- }
6
-
7
- [dir=ltr] .noteContainer {
8
- border-left: solid 1px var(--zdt_alertlookup_border);
9
- }
10
-
11
- [dir=rtl] .noteContainer {
12
- border-right: solid 1px var(--zdt_alertlookup_border);
13
- }
14
-
15
- .noteTitle {
16
- font-size: var(--zd_font_size13);
17
- font-family: var(--zd_semibold);
18
- composes: ftsmooth from '~@zohodesk/components/lib/common/common.module.css';
19
- }
20
-
21
- .noteUl {
22
- padding: var(--zd_size14) var(--zd_size16) 0;
23
- margin: 0;
24
- }
25
-
26
- .noteUl li {
27
- font-size: var(--zd_font_size12);
28
- /* line-height: var(--zd_size14); */
29
- color: var(--zdt_alertlookuop_text);
30
- list-style-type: disc;
31
- line-height: initial;
32
- margin-bottom: var(--zd_size15);
1
+ /* Notes */
2
+
3
+ .noteContainer {
4
+ padding: var(--zd_size4) var(--zd_size30) 0;
5
+ }
6
+
7
+ [dir=ltr] .noteContainer {
8
+ border-left: solid 1px var(--zdt_alertlookup_border);
9
+ }
10
+
11
+ [dir=rtl] .noteContainer {
12
+ border-right: solid 1px var(--zdt_alertlookup_border);
13
+ }
14
+
15
+ .noteTitle {
16
+ font-size: var(--zd_font_size13);
17
+ font-family: var(--zd_semibold);
18
+ composes: ftsmooth from '~@zohodesk/components/lib/common/common.module.css';
19
+ }
20
+
21
+ .noteUl {
22
+ padding: var(--zd_size14) var(--zd_size16) 0;
23
+ margin: 0;
24
+ }
25
+
26
+ .noteUl li {
27
+ font-size: var(--zd_font_size12);
28
+ /* line-height: var(--zd_size14); */
29
+ color: var(--zdt_alertlookuop_text);
30
+ list-style-type: disc;
31
+ line-height: initial;
32
+ margin-bottom: var(--zd_size15);
33
33
  }
@@ -1,8 +1,7 @@
1
1
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
2
 
3
3
  import React, { useState } from 'react';
4
- import { defaultProps } from './props/defaultProps';
5
- import { propTypes } from './props/propTypes';
4
+ import PropTypes from 'prop-types';
6
5
  import { Container, Box } from '@zohodesk/components/lib/Layout';
7
6
  import { useZIndex } from '@zohodesk/components/lib/Provider/ZindexProvider';
8
7
  import AutoClose from '../../../actions/AutoClose';
@@ -152,8 +151,55 @@ export default function DesktopNotification(props) {
152
151
  Element: DesktopNotificationUI
153
152
  }));
154
153
  }
155
- DesktopNotification.propTypes = propTypes;
156
- DesktopNotification.defaultProps = defaultProps;
154
+ DesktopNotification.propTypes = {
155
+ autoClose: PropTypes.bool,
156
+ cancelText: PropTypes.string,
157
+ customClass: PropTypes.object,
158
+ dataId: PropTypes.string,
159
+ getBottomContainer: PropTypes.func,
160
+ getSectionContainer: PropTypes.func,
161
+ getSubmitContainer: PropTypes.func,
162
+ hidePopNotification: PropTypes.func,
163
+ hideTime: PropTypes.string,
164
+ i18nKeys: PropTypes.object,
165
+ id: PropTypes.string,
166
+ info: PropTypes.string,
167
+ isAnimate: PropTypes.bool,
168
+ isClose: PropTypes.bool,
169
+ isMore: PropTypes.bool,
170
+ isShrinkView: PropTypes.bool,
171
+ message: PropTypes.string,
172
+ needAutoZindex: PropTypes.bool,
173
+ needClose: PropTypes.bool,
174
+ needIcon: PropTypes.bool,
175
+ onCancel: PropTypes.func,
176
+ onClose: PropTypes.func,
177
+ onSubmit: PropTypes.func,
178
+ secondaryInfo: PropTypes.string,
179
+ size: PropTypes.oneOf(['medium', 'large']),
180
+ subTitle: PropTypes.string,
181
+ submitText: PropTypes.string,
182
+ submitType: PropTypes.oneOf(['primary', 'danger', 'success']),
183
+ titleVariant: PropTypes.oneOf(['primary', 'secondary']),
184
+ type: PropTypes.oneOf(['success', 'error', 'danger', 'warning', 'info', 'notification', 'alarm']),
185
+ customProps: PropTypes.shape({
186
+ ExtraProps: PropTypes.object
187
+ })
188
+ };
189
+ DesktopNotification.defaultProps = {
190
+ isMore: false,
191
+ isAnimate: true,
192
+ isClose: false,
193
+ autoClose: false,
194
+ hideTime: '3000',
195
+ dataId: 'toastMessage',
196
+ needAutoZindex: true,
197
+ needIcon: true,
198
+ titleVariant: 'primary',
199
+ isShrinkView: false,
200
+ needClose: true,
201
+ customProps: {}
202
+ };
157
203
 
158
204
  if (false) {
159
205
  DesktopNotification.docs = {
@@ -1,106 +1,106 @@
1
- .parentElement {
2
- position: relative;
3
- margin-bottom: var(--zd_size7);
4
- }
5
- .container {
6
- color: var(--zdt_desktopnotification_text);
7
- transition: all var(--zd_transition4);
8
- position: relative;
9
- max-height: 100%;
10
- pointer-events: auto;
11
- background-color: var(--zdt_desktopnotification_bg);
12
- box-shadow: 0 4px 20px var(--zdt_desktopnotification_box_shadow);
13
- border-radius: 0 0 var(--zd_size10) var(--zd_size10);
14
- }
15
- [dir=ltr] .container {
16
- transform-origin: right center;
17
- }
18
- [dir=rtl] .container {
19
- transform-origin: left center;
20
- }
21
- .globalNotify {
22
- max-width: var(--zd_size490);
23
- min-width: var(--zd_size394);
24
- }
25
- /* Size */
26
- .medium {
27
- width: var(--zd_size452);
28
- }
29
- .large {
30
- width: var(--zd_size580);
31
- }
32
- /* Animation Style */
33
- .closeAnimation {
34
- max-height: 0;
35
- transition: all var(--zd_transition3) 0.4s;
36
- margin-bottom: 0;
37
- }
38
- .animation {
39
- composes: modeForward from '~@zohodesk/components/lib/common/animation.module.css';
40
- }
41
- [dir=ltr] .animation {
42
- animation-duration: var(--zd_transition4);
43
- -webkit-animation-duration: var(--zd_transition4);
44
- }
45
- [dir=rtl] .animation {
46
- animation-duration: var(--zd_transition4);
47
- -webkit-animation-duration: var(--zd_transition4);
48
- }
49
- .leftanimate {
50
- composes: slideLeft from '~@zohodesk/components/lib/common/animation.module.css';
51
- composes: animation;
52
- }
53
- .leftnoanimate {
54
- opacity: 1;
55
- transform: translateX(0) scale(1);
56
- }
57
- .rightanimate {
58
- composes: slideRight from '~@zohodesk/components/lib/common/animation.module.css';
59
- composes: animation;
60
- composes: closeAnimation;
61
- }
62
- /* Container Style */
63
- .message {
64
- position: relative;
65
- color: var(--zd_smoke18);
66
- font-size: var(--zd_font_size11);
67
- composes: dotted textCap from '~@zohodesk/components/lib/common/common.module.css';
68
- height: var(--zd_size33);
69
- transition: padding var(--zd_transition3), height var(--zd_transition3);
70
- border-top: 1px solid var(--zd_smoke1);
71
- cursor: pointer;
72
- }
73
- [dir=ltr] .message {
74
- padding: var(--zd_size10) var(--zd_size20) var(--zd_size10) var(--zd_size76);
75
- }
76
- [dir=rtl] .message {
77
- padding: var(--zd_size10) var(--zd_size76) var(--zd_size10) var(--zd_size20);
78
- }
79
- .message:hover {
80
- background: var(--zd_alabaster);
81
- }
82
- /* Section */
83
- .section {
84
- padding: var(--zd_size15) var(--zd_size30) var(--zd_size30);
85
- }
86
- .subTitle {
87
- font-size: var(--zd_font_size15);
88
- line-height: var(--zd_size20);
89
- font-family: var(--zd_semibold);
90
- composes: ftsmooth wbreak from '~@zohodesk/components/lib/common/common.module.css';
91
- }
92
- .subTitleMargin {
93
- margin-bottom: var(--zd_size17);
94
- }
95
- .infoText {
96
- font-size: var(--zd_font_size14);
97
- line-height: var(--zd_size18);
98
- composes: wbreak from '~@zohodesk/components/lib/common/common.module.css';
99
- }
100
- .secondaryInfo {
101
- margin-top: var(--zd_size20);
102
- }
103
- .footer {
104
- overflow: hidden;
105
- border-radius: 0 0 var(--zd_size10) var(--zd_size10);
106
- }
1
+ .parentElement {
2
+ position: relative;
3
+ margin-bottom: var(--zd_size7);
4
+ }
5
+ .container {
6
+ color: var(--zdt_desktopnotification_text);
7
+ transition: all var(--zd_transition4);
8
+ position: relative;
9
+ max-height: 100%;
10
+ pointer-events: auto;
11
+ background-color: var(--zdt_desktopnotification_bg);
12
+ box-shadow: 0 4px 20px var(--zdt_desktopnotification_box_shadow);
13
+ border-radius: 0 0 var(--zd_size10) var(--zd_size10);
14
+ }
15
+ [dir=ltr] .container {
16
+ transform-origin: right center;
17
+ }
18
+ [dir=rtl] .container {
19
+ transform-origin: left center;
20
+ }
21
+ .globalNotify {
22
+ max-width: var(--zd_size490);
23
+ min-width: var(--zd_size394);
24
+ }
25
+ /* Size */
26
+ .medium {
27
+ width: var(--zd_size452);
28
+ }
29
+ .large {
30
+ width: var(--zd_size580);
31
+ }
32
+ /* Animation Style */
33
+ .closeAnimation {
34
+ max-height: 0;
35
+ transition: all var(--zd_transition3) 0.4s;
36
+ margin-bottom: 0;
37
+ }
38
+ .animation {
39
+ composes: modeForward from '~@zohodesk/components/lib/common/animation.module.css';
40
+ }
41
+ [dir=ltr] .animation {
42
+ animation-duration: var(--zd_transition4);
43
+ -webkit-animation-duration: var(--zd_transition4);
44
+ }
45
+ [dir=rtl] .animation {
46
+ animation-duration: var(--zd_transition4);
47
+ -webkit-animation-duration: var(--zd_transition4);
48
+ }
49
+ .leftanimate {
50
+ composes: slideLeft from '~@zohodesk/components/lib/common/animation.module.css';
51
+ composes: animation;
52
+ }
53
+ .leftnoanimate {
54
+ opacity: 1;
55
+ transform: translateX(0) scale(1);
56
+ }
57
+ .rightanimate {
58
+ composes: slideRight from '~@zohodesk/components/lib/common/animation.module.css';
59
+ composes: animation;
60
+ composes: closeAnimation;
61
+ }
62
+ /* Container Style */
63
+ .message {
64
+ position: relative;
65
+ color: var(--zd_smoke18);
66
+ font-size: var(--zd_font_size11);
67
+ composes: dotted textCap from '~@zohodesk/components/lib/common/common.module.css';
68
+ height: var(--zd_size33);
69
+ transition: padding var(--zd_transition3), height var(--zd_transition3);
70
+ border-top: 1px solid var(--zd_smoke1);
71
+ cursor: pointer;
72
+ }
73
+ [dir=ltr] .message {
74
+ padding: var(--zd_size10) var(--zd_size20) var(--zd_size10) var(--zd_size76);
75
+ }
76
+ [dir=rtl] .message {
77
+ padding: var(--zd_size10) var(--zd_size76) var(--zd_size10) var(--zd_size20);
78
+ }
79
+ .message:hover {
80
+ background: var(--zd_alabaster);
81
+ }
82
+ /* Section */
83
+ .section {
84
+ padding: var(--zd_size15) var(--zd_size30) var(--zd_size30);
85
+ }
86
+ .subTitle {
87
+ font-size: var(--zd_font_size15);
88
+ line-height: var(--zd_size20);
89
+ font-family: var(--zd_semibold);
90
+ composes: ftsmooth wbreak from '~@zohodesk/components/lib/common/common.module.css';
91
+ }
92
+ .subTitleMargin {
93
+ margin-bottom: var(--zd_size17);
94
+ }
95
+ .infoText {
96
+ font-size: var(--zd_font_size14);
97
+ line-height: var(--zd_size18);
98
+ composes: wbreak from '~@zohodesk/components/lib/common/common.module.css';
99
+ }
100
+ .secondaryInfo {
101
+ margin-top: var(--zd_size20);
102
+ }
103
+ .footer {
104
+ overflow: hidden;
105
+ border-radius: 0 0 var(--zd_size10) var(--zd_size10);
106
+ }
@@ -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 { Container, Box } from '@zohodesk/components/lib/Layout';
5
4
  import AlertClose from '../../AlertClose/AlertClose';
6
5
  import AlertIcons from '../../alertIcons/AlertIcons';
@@ -52,8 +51,21 @@ export default class DesktopNotificationHeader extends Component {
52
51
  }
53
52
 
54
53
  }
55
- DesktopNotificationHeader.propTypes = propTypes;
56
- DesktopNotificationHeader.defaultProps = defaultProps;
54
+ DesktopNotificationHeader.propTypes = {
55
+ closeTitle: PropTypes.string,
56
+ dataId: PropTypes.string,
57
+ needClose: PropTypes.bool,
58
+ needIcon: PropTypes.bool,
59
+ onClose: PropTypes.func,
60
+ title: PropTypes.string,
61
+ type: PropTypes.oneOf(['success', 'error', 'danger', 'warning', 'info', 'notification', 'alarm']),
62
+ variant: PropTypes.oneOf(['primary', 'secondary'])
63
+ };
64
+ DesktopNotificationHeader.defaultProps = {
65
+ needIcon: true,
66
+ variant: 'primary',
67
+ needClose: true
68
+ };
57
69
 
58
70
  if (false) {
59
71
  DesktopNotificationHeader.docs = {