@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,136 +1,136 @@
1
- .paidUserIcon {
2
- vertical-align: middle;
3
- bottom: var(--zd_size1);
4
- position: relative;
5
- font-size: var(--zd_font_size8);
6
- }[dir=ltr] .paidUserIcon {
7
- margin-right: var(--zd_size5);
8
- }[dir=rtl] .paidUserIcon {
9
- margin-left: var(--zd_size5);
10
- }
11
- .icon {
12
- display: block;
13
- }
14
- .disable {
15
- cursor: not-allowed;
16
- }
17
- .textBold {
18
- font-family: var(--zd_bold);
19
- color: var(--zdt_secondaryText_black_text);
20
- }
21
- .textStyle, .link{
22
- display: block
23
- }
24
- .textStyle.textBold {
25
- font-family: var(--zd_bold);
26
- color: var(--zdt_secondaryText_black_text);
27
- }
28
- .ticketId,
29
- .link,
30
- .textStyle,
31
- .secondaryText,
32
- .ratingText,
33
- .phoneNumber {
34
- color: var(--zdt_secondaryText_secondaryText_text);
35
- }
36
- .textStyle,
37
- .secondaryText {
38
- font-size: var(--zd_font_size12);
39
- }
40
- .ticketId,
41
- .phoneNumber,
42
- .ratingText {
43
- font-size: var(--zd_font_size12);
44
- }
45
- .textStyle,
46
- .secondaryText,
47
- .phoneNumber {
48
- composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
49
- max-width: 100%;
50
- display: block;
51
- }
52
- .textStyle, .secondaryText, .phoneNumber {
53
- cursor: pointer;
54
- }
55
- .textStyle:hover,
56
- .ticketIdLink,
57
- .phoneNumber:hover,
58
- .link:hover {
59
- color: var(--zdt_secondaryText_blue_text);
60
- }
61
- /* .link:focus, .link:focus .textStyle, .link:focus .phoneNumber{
62
- color: var(--zdt_secondaryText_blue_text);
63
- } */
64
- .ticketIdLink {
65
- cursor: pointer;
66
- }
67
- .ticketIdLink:hover, .ticketIdLink:focus {
68
- color: var(--zdt_secondaryText_blue_hover_text);
69
- }
70
- .primaryAccountNameCnt {
71
- max-width: 100%;
72
- }
73
- /* status */
74
- .font_regular {
75
- font-family: var(--zd_regular);
76
- }
77
- .font_semibold {
78
- font-family: var(--zd_semibold);
79
- }
80
- .font_bold {
81
- font-family: var(--zd_bold);
82
- }
83
- .font_semibold,
84
- .font_bold,
85
- .textBold {
86
- composes: ftsmooth from '~@zohodesk/components/lib/common/common.module.css';
87
- }
88
- .priorityText,
89
- .statusText {
90
- composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
91
- }
92
-
93
- .priorityText {
94
- font-size: var(--zd_font_size12);
95
- max-width: 100%;
96
- }
97
- .departmentText {
98
- font-size: var(--zd_font_size12);
99
- color: var(--zdt_secondaryText_secondaryText_text);
100
- max-width: 100%;
101
- composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
102
- }
103
- /* HappinessRating Style */
104
- .happinessContainer {
105
- composes: inlineBlockMiddle from '../listCommon.module.css';
106
- }
107
- .happinessImg {
108
- width: var(--zd_size13);
109
- vertical-align: middle;
110
- }
111
- [dir=ltr] .happinessImg {
112
- margin: 0 var(--zd_size4) 0 0;
113
- }
114
- [dir=rtl] .happinessImg {
115
- margin: 0 0 0 var(--zd_size4);
116
- }
117
-
118
- /* colors */
119
- .gray {
120
- color: var(--zdt_secondaryText_gray_text);
121
- }
122
- .orange {
123
- color: var(--zdt_secondaryText_orage_text);
124
- }
125
- .green {
126
- color: var(--zdt_secondaryText_green_text);
127
- }
128
- .red {
129
- color: var(--zdt_secondaryText_red_text);
130
- }
131
- .blue {
132
- color: var(--zdt_secondaryText_blue_text);
133
- }
134
- .black {
135
- color: var(--zdt_secondaryText_black_text);
136
- }
1
+ .paidUserIcon {
2
+ vertical-align: middle;
3
+ bottom: var(--zd_size1);
4
+ position: relative;
5
+ font-size: var(--zd_font_size8);
6
+ }[dir=ltr] .paidUserIcon {
7
+ margin-right: var(--zd_size5);
8
+ }[dir=rtl] .paidUserIcon {
9
+ margin-left: var(--zd_size5);
10
+ }
11
+ .icon {
12
+ display: block;
13
+ }
14
+ .disable {
15
+ cursor: not-allowed;
16
+ }
17
+ .textBold {
18
+ font-family: var(--zd_bold);
19
+ color: var(--zdt_secondaryText_black_text);
20
+ }
21
+ .textStyle, .link{
22
+ display: block
23
+ }
24
+ .textStyle.textBold {
25
+ font-family: var(--zd_bold);
26
+ color: var(--zdt_secondaryText_black_text);
27
+ }
28
+ .ticketId,
29
+ .link,
30
+ .textStyle,
31
+ .secondaryText,
32
+ .ratingText,
33
+ .phoneNumber {
34
+ color: var(--zdt_secondaryText_secondaryText_text);
35
+ }
36
+ .textStyle,
37
+ .secondaryText {
38
+ font-size: var(--zd_font_size12);
39
+ }
40
+ .ticketId,
41
+ .phoneNumber,
42
+ .ratingText {
43
+ font-size: var(--zd_font_size12);
44
+ }
45
+ .textStyle,
46
+ .secondaryText,
47
+ .phoneNumber {
48
+ composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
49
+ max-width: 100%;
50
+ display: block;
51
+ }
52
+ .textStyle, .secondaryText, .phoneNumber {
53
+ cursor: pointer;
54
+ }
55
+ .textStyle:hover,
56
+ .ticketIdLink,
57
+ .phoneNumber:hover,
58
+ .link:hover {
59
+ color: var(--zdt_secondaryText_blue_text);
60
+ }
61
+ /* .link:focus, .link:focus .textStyle, .link:focus .phoneNumber{
62
+ color: var(--zdt_secondaryText_blue_text);
63
+ } */
64
+ .ticketIdLink {
65
+ cursor: pointer;
66
+ }
67
+ .ticketIdLink:hover, .ticketIdLink:focus {
68
+ color: var(--zdt_secondaryText_blue_hover_text);
69
+ }
70
+ .primaryAccountNameCnt {
71
+ max-width: 100%;
72
+ }
73
+ /* status */
74
+ .font_regular {
75
+ font-family: var(--zd_regular);
76
+ }
77
+ .font_semibold {
78
+ font-family: var(--zd_semibold);
79
+ }
80
+ .font_bold {
81
+ font-family: var(--zd_bold);
82
+ }
83
+ .font_semibold,
84
+ .font_bold,
85
+ .textBold {
86
+ composes: ftsmooth from '~@zohodesk/components/lib/common/common.module.css';
87
+ }
88
+ .priorityText,
89
+ .statusText {
90
+ composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
91
+ }
92
+
93
+ .priorityText {
94
+ font-size: var(--zd_font_size12);
95
+ max-width: 100%;
96
+ }
97
+ .departmentText {
98
+ font-size: var(--zd_font_size12);
99
+ color: var(--zdt_secondaryText_secondaryText_text);
100
+ max-width: 100%;
101
+ composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
102
+ }
103
+ /* HappinessRating Style */
104
+ .happinessContainer {
105
+ composes: inlineBlockMiddle from '../listCommon.module.css';
106
+ }
107
+ .happinessImg {
108
+ width: var(--zd_size13);
109
+ vertical-align: middle;
110
+ }
111
+ [dir=ltr] .happinessImg {
112
+ margin: 0 var(--zd_size4) 0 0;
113
+ }
114
+ [dir=rtl] .happinessImg {
115
+ margin: 0 0 0 var(--zd_size4);
116
+ }
117
+
118
+ /* colors */
119
+ .gray {
120
+ color: var(--zdt_secondaryText_gray_text);
121
+ }
122
+ .orange {
123
+ color: var(--zdt_secondaryText_orage_text);
124
+ }
125
+ .green {
126
+ color: var(--zdt_secondaryText_green_text);
127
+ }
128
+ .red {
129
+ color: var(--zdt_secondaryText_red_text);
130
+ }
131
+ .blue {
132
+ color: var(--zdt_secondaryText_blue_text);
133
+ }
134
+ .black {
135
+ color: var(--zdt_secondaryText_black_text);
136
+ }
@@ -1,6 +1,5 @@
1
1
  import React, { Component } from 'react';
2
- import { StatusText_defaultProps } from './props/defaultProps';
3
- import { StatusText_propTypes } from './props/propTypes';
2
+ import PropTypes from 'prop-types';
4
3
  import style from './SecondaryText.module.css';
5
4
  export default class StatusText extends Component {
6
5
  constructor(props) {
@@ -24,8 +23,19 @@ export default class StatusText extends Component {
24
23
  }
25
24
 
26
25
  }
27
- StatusText.propTypes = StatusText_propTypes;
28
- StatusText.defaultProps = StatusText_defaultProps;
26
+ StatusText.propTypes = {
27
+ className: PropTypes.string,
28
+ color: PropTypes.oneOf(['red', 'green', 'gray', 'orange', 'black']),
29
+ dataId: PropTypes.string,
30
+ dataTitle: PropTypes.string,
31
+ fontWeight: PropTypes.oneOf(['regular', 'semibold', 'bold']),
32
+ text: PropTypes.string
33
+ };
34
+ StatusText.defaultProps = {
35
+ color: 'black',
36
+ dataId: 'statusContainer',
37
+ fontWeight: 'regular'
38
+ };
29
39
 
30
40
  if (false) {
31
41
  StatusText.docs = {
@@ -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, { Component } from 'react';
4
- import { TicketId_defaultProps } from './props/defaultProps';
5
- import { TicketId_propTypes } from './props/propTypes';
4
+ import PropTypes from 'prop-types';
6
5
  import Link from '../../Link/Link';
7
6
  import style from './SecondaryText.module.css';
8
7
  export default class TicketId extends Component {
@@ -43,8 +42,26 @@ export default class TicketId extends Component {
43
42
  }
44
43
 
45
44
  }
46
- TicketId.propTypes = TicketId_propTypes;
47
- TicketId.defaultProps = TicketId_defaultProps;
45
+ TicketId.propTypes = {
46
+ className: PropTypes.string,
47
+ dataId: PropTypes.string,
48
+ dataTitle: PropTypes.string,
49
+ isLink: PropTypes.string,
50
+ onClick: PropTypes.func,
51
+ target: PropTypes.oneOf(['_blank', '_self']),
52
+ text: PropTypes.string,
53
+ url: PropTypes.string,
54
+ urlData: PropTypes.string,
55
+ urlName: PropTypes.string,
56
+ customProps: PropTypes.shape({
57
+ TicketIdProps: PropTypes.object,
58
+ LinkProps: PropTypes.object
59
+ })
60
+ };
61
+ TicketId.defaultProps = {
62
+ dataId: 'ticketId',
63
+ customProps: {}
64
+ };
48
65
 
49
66
  if (false) {
50
67
  TicketId.docs = {
@@ -2,8 +2,7 @@
2
2
 
3
3
  /**** Libraries ****/
4
4
  import React, { Component } from 'react';
5
- import { Website_defaultProps } from './props/defaultProps';
6
- import { Website_propTypes } from './props/propTypes';
5
+ import PropTypes from 'prop-types';
7
6
  /**** Components ****/
8
7
 
9
8
  import ExternalLink from '../../ExternalLink/ExternalLink';
@@ -34,8 +33,18 @@ export default class Website extends Component {
34
33
  }
35
34
 
36
35
  }
37
- Website.propTypes = Website_propTypes;
38
- Website.defaultProps = Website_defaultProps;
36
+ Website.propTypes = {
37
+ className: PropTypes.string,
38
+ dataId: PropTypes.string,
39
+ href: PropTypes.string,
40
+ isLink: PropTypes.bool,
41
+ target: PropTypes.string,
42
+ text: PropTypes.string,
43
+ title: PropTypes.string
44
+ };
45
+ Website.defaultProps = {
46
+ isLink: true
47
+ };
39
48
 
40
49
  if (false) {
41
50
  Website.docs = {
@@ -1,7 +1,6 @@
1
1
  /**** Libraries ****/
2
2
  import React, { Component } from 'react';
3
- import { SecondryPanel_defaultProps, SecondryPanelUL_defaultProps, SecondryPanelLI_defaultProps, SecondryPanelItem_defaultProps } from './props/defaultProps';
4
- import { SecondryPanel_propTypes, SecondryPanelUL_propTypes, SecondryPanelLI_propTypes, SecondryPanelItem_propTypes } from './props/propTypes';
3
+ import PropTypes from 'prop-types';
5
4
  /**** Components ****/
6
5
 
7
6
  import { Box } from '@zohodesk/components/lib/Layout';
@@ -22,8 +21,13 @@ export default class SecondryPanel extends Component {
22
21
  }
23
22
 
24
23
  }
25
- SecondryPanel.propTypes = SecondryPanel_propTypes;
26
- SecondryPanel.defaultProps = SecondryPanel_defaultProps;
24
+ SecondryPanel.propTypes = {
25
+ children: PropTypes.node,
26
+ className: PropTypes.string
27
+ };
28
+ SecondryPanel.defaultProps = {
29
+ className: ''
30
+ };
27
31
  export class SecondryPanelUL extends Component {
28
32
  render() {
29
33
  let {
@@ -43,8 +47,16 @@ export class SecondryPanelUL extends Component {
43
47
  }
44
48
 
45
49
  }
46
- SecondryPanelUL.propTypes = SecondryPanelUL_propTypes;
47
- SecondryPanelUL.defaultProps = SecondryPanelUL_defaultProps;
50
+ SecondryPanelUL.propTypes = {
51
+ align: PropTypes.string,
52
+ children: PropTypes.node,
53
+ className: PropTypes.string,
54
+ dataId: PropTypes.string
55
+ };
56
+ SecondryPanelUL.defaultProps = {
57
+ className: '',
58
+ align: 'baseline'
59
+ };
48
60
  export class SecondryPanelLI extends Component {
49
61
  render() {
50
62
  let {
@@ -64,8 +76,16 @@ export class SecondryPanelLI extends Component {
64
76
  }
65
77
 
66
78
  }
67
- SecondryPanelLI.propTypes = SecondryPanelLI_propTypes;
68
- SecondryPanelLI.defaultProps = SecondryPanelLI_defaultProps;
79
+ SecondryPanelLI.propTypes = {
80
+ children: PropTypes.node,
81
+ className: PropTypes.string,
82
+ dataId: PropTypes.string,
83
+ isShrink: PropTypes.bool
84
+ };
85
+ SecondryPanelLI.defaultProps = {
86
+ isShrink: true,
87
+ className: ''
88
+ };
69
89
  export class SecondryPanelItem extends Component {
70
90
  render() {
71
91
  let {
@@ -96,8 +116,23 @@ export class SecondryPanelItem extends Component {
96
116
  }
97
117
 
98
118
  }
99
- SecondryPanelItem.propTypes = SecondryPanelItem_propTypes;
100
- SecondryPanelItem.defaultProps = SecondryPanelItem_defaultProps;
119
+ SecondryPanelItem.propTypes = {
120
+ children: PropTypes.node,
121
+ className: PropTypes.string,
122
+ clipped: PropTypes.bool,
123
+ dotClass: PropTypes.string,
124
+ dotSpacingType: PropTypes.oneOf(['minimalList', 'list']),
125
+ flex: PropTypes.bool,
126
+ isDot: PropTypes.bool,
127
+ title: PropTypes.string
128
+ };
129
+ SecondryPanelItem.defaultProps = {
130
+ clipped: true,
131
+ dotSpacingType: 'list',
132
+ flex: true,
133
+ isDot: true,
134
+ className: ''
135
+ };
101
136
 
102
137
  if (false) {
103
138
  SecondryPanel.docs = {
@@ -1,6 +1,6 @@
1
- .listItemContainer {
2
- max-width: 100%;
3
- }
4
- .dottedStyle {
5
- composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
1
+ .listItemContainer {
2
+ max-width: 100%;
3
+ }
4
+ .dottedStyle {
5
+ composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
6
6
  }
@@ -1,37 +1,37 @@
1
- .layoutWrapper {
2
- width: 100%;
3
- margin-bottom: 20px;
4
- padding: 10px;
5
- }
6
-
7
- .minilayoutContainer {
8
- flex-direction: column;
9
- }
10
- .container {
11
- background: gray;
12
- }
13
- .itemId {
14
- composes: flexshrink from '~@zohodesk/components/lib/common/common.module.css';
15
- }
16
- .itemInner {
17
- composes: dflex alignVertical from '~@zohodesk/components/lib/common/common.module.css';
18
- max-width: var(--zd_size240);
19
- font-size: 13px;
20
- padding: 5px;
21
- background: #fafafa;
22
- }
23
- .itemText {
24
- composes: flexgrow flexshrink flexbasis from '~@zohodesk/components/lib/common/common.module.css';
25
- white-space: nowrap;
26
- text-overflow: ellipsis;
27
- overflow: hidden;
28
- }
29
- .itemDot {
30
- display: inline-block;
31
- vertical-align: middle;
32
- width: 3px;
33
- height: 3px;
34
- background-color: red;
35
- border-radius: 50%;
36
- margin: 0 10px;
37
- }
1
+ .layoutWrapper {
2
+ width: 100%;
3
+ margin-bottom: 20px;
4
+ padding: 10px;
5
+ }
6
+
7
+ .minilayoutContainer {
8
+ flex-direction: column;
9
+ }
10
+ .container {
11
+ background: gray;
12
+ }
13
+ .itemId {
14
+ composes: flexshrink from '~@zohodesk/components/lib/common/common.module.css';
15
+ }
16
+ .itemInner {
17
+ composes: dflex alignVertical from '~@zohodesk/components/lib/common/common.module.css';
18
+ max-width: var(--zd_size240);
19
+ font-size: 13px;
20
+ padding: 5px;
21
+ background: #fafafa;
22
+ }
23
+ .itemText {
24
+ composes: flexgrow flexshrink flexbasis from '~@zohodesk/components/lib/common/common.module.css';
25
+ white-space: nowrap;
26
+ text-overflow: ellipsis;
27
+ overflow: hidden;
28
+ }
29
+ .itemDot {
30
+ display: inline-block;
31
+ vertical-align: middle;
32
+ width: 3px;
33
+ height: 3px;
34
+ background-color: red;
35
+ border-radius: 50%;
36
+ margin: 0 10px;
37
+ }
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { propTypes } from './props/propTypes';
2
+ import PropTypes from 'prop-types';
3
3
  import style from './SentimentStatus.module.css';
4
4
  import Icon from '@zohodesk/icons/lib/Icon';
5
5
  export default class SentimentStatus extends React.Component {
@@ -27,7 +27,10 @@ export default class SentimentStatus extends React.Component {
27
27
  }
28
28
 
29
29
  }
30
- SentimentStatus.propTypes = propTypes;
30
+ SentimentStatus.propTypes = {
31
+ dataTitle: PropTypes.string,
32
+ type: PropTypes.oneOf(['neutral', 'negative', 'positive'])
33
+ };
31
34
 
32
35
  if (false) {
33
36
  SentimentStatus.docs = {
@@ -1,12 +1,12 @@
1
- .container {
2
- vertical-align: middle;
3
- font-size: var(--zd_font_size10);
4
- }[dir=ltr] .container {
5
- margin: 0 0 0 var(--zd_size5);
6
- }[dir=rtl] .container {
7
- margin: 0 var(--zd_size5) 0 0;
8
- }
9
-
10
- .sentimentIcon {
11
- display: block;
12
- }
1
+ .container {
2
+ vertical-align: middle;
3
+ font-size: var(--zd_font_size10);
4
+ }[dir=ltr] .container {
5
+ margin: 0 0 0 var(--zd_size5);
6
+ }[dir=rtl] .container {
7
+ margin: 0 var(--zd_size5) 0 0;
8
+ }
9
+
10
+ .sentimentIcon {
11
+ display: block;
12
+ }
@@ -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, { Component } from 'react';
4
- import { defaultProps } from './props/defaultProps';
5
- import { propTypes } from './props/propTypes';
4
+ import PropTypes from 'prop-types';
6
5
  import Link from '../../Link/Link';
7
6
  import style from './Subject.module.css';
8
7
  export default class Subject extends Component {
@@ -47,8 +46,31 @@ export default class Subject extends Component {
47
46
  }
48
47
 
49
48
  }
50
- Subject.propTypes = propTypes;
51
- Subject.defaultProps = defaultProps;
49
+ Subject.propTypes = {
50
+ className: PropTypes.string,
51
+ dataId: PropTypes.string,
52
+ fontWeight: PropTypes.oneOf(['regular', 'semibold', 'bold']),
53
+ href: PropTypes.string,
54
+ isLink: PropTypes.bool,
55
+ onClick: PropTypes.func,
56
+ target: PropTypes.oneOf(['_blank', '_self']),
57
+ text: PropTypes.string,
58
+ urlData: PropTypes.object,
59
+ urlName: PropTypes.string,
60
+ isDotted: PropTypes.bool,
61
+ children: PropTypes.node,
62
+ customProps: PropTypes.shape({
63
+ LinkProps: PropTypes.object,
64
+ TextProps: PropTypes.object
65
+ })
66
+ };
67
+ Subject.defaultProps = {
68
+ isLink: false,
69
+ fontWeight: 'regular',
70
+ className: '',
71
+ isDotted: true,
72
+ customProps: {}
73
+ };
52
74
 
53
75
  if (false) {
54
76
  Subject.docs = {