@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,14 +2,17 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
2
2
 
3
3
  /**** Libraries ****/
4
4
  import React, { PureComponent } 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 Label from '@zohodesk/components/lib/Label/Label';
10
9
  import ValidationMessage from '../ValidationMessage/ValidationMessage';
11
10
  import TextEditorWrapper from '../TextEditorWrapper/TextEditorWrapper';
12
11
  import FieldContainer from '../FieldContainer/FieldContainer';
12
+ /**** props ****/
13
+
14
+ import { FieldCommonDefaultProps } from '../props/FieldCommonDefaultProps';
15
+ import { FieldCommonPropTypes } from '../props/FieldCommonPropTypes';
13
16
  /** Css */
14
17
 
15
18
  import style from '../Fields.module.css';
@@ -168,8 +171,64 @@ export default class TextEditorField extends PureComponent {
168
171
  }
169
172
 
170
173
  }
171
- TextEditorField.propTypes = propTypes;
172
- TextEditorField.defaultProps = defaultProps;
174
+ TextEditorField.propTypes = {
175
+ dataId: PropTypes.string,
176
+ fieldSize: PropTypes.oneOf(['small', 'medium']),
177
+ getRef: PropTypes.func,
178
+ id: PropTypes.string,
179
+ isFocusOnLabelClick: PropTypes.bool,
180
+ labelCustomClass: PropTypes.string,
181
+ labelName: PropTypes.string,
182
+ labelPalette: PropTypes.string,
183
+ needEditor: PropTypes.bool,
184
+ onAttachmentUpload: PropTypes.func,
185
+ onChange: PropTypes.func,
186
+ textBoxSize: PropTypes.string,
187
+ textBoxVariant: PropTypes.string,
188
+ validationMessage: PropTypes.string,
189
+ validationPalette: PropTypes.string,
190
+ value: PropTypes.string,
191
+ errorType: PropTypes.string,
192
+ EDITORURL: PropTypes.string,
193
+ editorMode: PropTypes.string,
194
+ isCustomScroll: PropTypes.bool,
195
+ initCallback: PropTypes.func,
196
+ className: PropTypes.string,
197
+ loadingComponent: PropTypes.node,
198
+ handleAlertMessage: PropTypes.func,
199
+ editorCallback: PropTypes.func,
200
+ i18nKeys: PropTypes.object,
201
+ ImgLazyLoad: PropTypes.node,
202
+ editorOptions: PropTypes.object,
203
+ editorBlurCallback: PropTypes.func,
204
+ onFocus: PropTypes.func,
205
+ isEditorDefaultOpen: PropTypes.bool,
206
+ changeEditorContent: PropTypes.bool,
207
+ shouldEditorUpdateContent: PropTypes.bool,
208
+ setInlineAttachmentInProgress: PropTypes.func,
209
+ handleEditorDropUpload: PropTypes.func,
210
+ children: PropTypes.node,
211
+ needInlineAttachment: PropTypes.bool,
212
+ customProps: PropTypes.shape({
213
+ LabelProps: PropTypes.object,
214
+ TextEditorWrapperProps: PropTypes.object,
215
+ ValidationMessageProps: PropTypes.object
216
+ }),
217
+ ...FieldCommonPropTypes()
218
+ };
219
+ TextEditorField.defaultProps = {
220
+ errorType: 'primary',
221
+ needEditor: true,
222
+ isFocusOnLabelClick: true,
223
+ fieldSize: 'medium',
224
+ textBoxSize: 'xsmall',
225
+ textBoxVariant: 'primary',
226
+ labelPalette: 'default',
227
+ labelCustomClass: '',
228
+ className: '',
229
+ customProps: {},
230
+ ...FieldCommonDefaultProps()
231
+ };
173
232
 
174
233
  if (false) {
175
234
  TextEditorField.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 { defaultProps } from './props/defaultProps';
5
- import { propTypes } from './props/propTypes';
4
+ import PropTypes from 'prop-types';
6
5
  /**** Components ****/
7
6
 
8
7
  import TextEditor from '../TextEditor/TextEditor';
@@ -197,5 +196,49 @@ export default class TextEditorWrapper extends Component {
197
196
  }
198
197
 
199
198
  }
200
- TextEditorWrapper.propTypes = propTypes;
201
- TextEditorWrapper.defaultProps = defaultProps;
199
+ TextEditorWrapper.propTypes = {
200
+ dataId: PropTypes.string,
201
+ getRef: PropTypes.func,
202
+ id: PropTypes.string,
203
+ isDisabled: PropTypes.bool,
204
+ isReadOnly: PropTypes.bool,
205
+ needEditor: PropTypes.bool,
206
+ onAttachmentUpload: PropTypes.func,
207
+ onChange: PropTypes.func,
208
+ textBoxSize: PropTypes.oneOf(['xsmall', 'small', 'xmedium', 'medium', 'large']),
209
+ textBoxVariant: PropTypes.string,
210
+ value: PropTypes.string,
211
+ editorMode: PropTypes.string,
212
+ editorSize: PropTypes.string,
213
+ editorBorder: PropTypes.string,
214
+ EDITORURL: PropTypes.string,
215
+ isCustomScroll: PropTypes.bool,
216
+ initCallback: PropTypes.func,
217
+ loadingComponent: PropTypes.node,
218
+ handleAlertMessage: PropTypes.func,
219
+ editorCallback: PropTypes.func,
220
+ i18nKeys: PropTypes.object,
221
+ ImgLazyLoad: PropTypes.node,
222
+ editorBlurCallback: PropTypes.func,
223
+ editorOptions: PropTypes.object,
224
+ isEditorDefaultOpen: PropTypes.bool,
225
+ changeEditorContent: PropTypes.bool,
226
+ shouldEditorUpdateContent: PropTypes.bool,
227
+ setInlineAttachmentInProgress: PropTypes.func,
228
+ handleEditorDropUpload: PropTypes.func,
229
+ onFocus: PropTypes.func,
230
+ needInlineAttachment: PropTypes.bool,
231
+ customProps: PropTypes.shape({
232
+ Textarea1Props: PropTypes.object,
233
+ TextEditorProps: PropTypes.object,
234
+ Textarea2Props: PropTypes.object
235
+ })
236
+ };
237
+ TextEditorWrapper.defaultProps = {
238
+ textBoxSize: 'small',
239
+ textBoxVariant: 'primary',
240
+ editorSize: 'large',
241
+ editorBorder: 'borderAll',
242
+ isEditorDefaultOpen: false,
243
+ customProps: {}
244
+ };
@@ -1,37 +1,37 @@
1
- .container{
2
- position: relative;
3
- min-height: var(--zd_size28);
4
- }
5
- .textBox {
6
- height: var(--zd_size28);
7
- width: 100%;
8
- position: absolute;
9
- transition: border var(--zd_transition2) linear 0s;
10
- cursor: text;
11
- }
12
- [dir=ltr] .textBox {
13
- left: 0;
14
- animation: fadeIn var(--zd_transition4);
15
- }
16
- [dir=rtl] .textBox {
17
- right: 0;
18
- animation: fadeIn var(--zd_transition4);
19
- }
20
- .textEditor {
21
- position: relative;
22
- z-index: 1;
23
- }
24
- [dir=ltr] .textEditor {
25
- padding-right: 1px;
26
- }
27
- [dir=rtl] .textEditor {
28
- padding-left: 1px;
29
- }
30
- @keyframes fadeIn {
31
- 0% {
32
- opacity: 0;
33
- }
34
- 100% {
35
- opacity: 1;
36
- }
1
+ .container{
2
+ position: relative;
3
+ min-height: var(--zd_size28);
4
+ }
5
+ .textBox {
6
+ height: var(--zd_size28);
7
+ width: 100%;
8
+ position: absolute;
9
+ transition: border var(--zd_transition2) linear 0s;
10
+ cursor: text;
11
+ }
12
+ [dir=ltr] .textBox {
13
+ left: 0;
14
+ animation: fadeIn var(--zd_transition4);
15
+ }
16
+ [dir=rtl] .textBox {
17
+ right: 0;
18
+ animation: fadeIn var(--zd_transition4);
19
+ }
20
+ .textEditor {
21
+ position: relative;
22
+ z-index: 1;
23
+ }
24
+ [dir=ltr] .textEditor {
25
+ padding-right: 1px;
26
+ }
27
+ [dir=rtl] .textEditor {
28
+ padding-left: 1px;
29
+ }
30
+ @keyframes fadeIn {
31
+ 0% {
32
+ opacity: 0;
33
+ }
34
+ 100% {
35
+ opacity: 1;
36
+ }
37
37
  }
@@ -2,8 +2,7 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
2
2
 
3
3
  /**** Libraries ****/
4
4
  import React, { PureComponent } 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 Label from '@zohodesk/components/lib/Label/Label';
@@ -11,6 +10,10 @@ import Textarea from '@zohodesk/components/lib/Textarea/Textarea';
11
10
  import ValidationMessage from '../ValidationMessage/ValidationMessage';
12
11
  import { getUniqueId } from '@zohodesk/components/lib/Provider/IdProvider';
13
12
  import FieldContainer from '../FieldContainer/FieldContainer';
13
+ /**** props ****/
14
+
15
+ import { FieldCommonDefaultProps } from '../props/FieldCommonDefaultProps';
16
+ import { FieldCommonPropTypes } from '../props/FieldCommonPropTypes';
14
17
  /**** CSS ****/
15
18
 
16
19
  import style from '../Fields.module.css';
@@ -146,8 +149,51 @@ export default class TextareaField extends PureComponent {
146
149
  }
147
150
 
148
151
  }
149
- TextareaField.propTypes = propTypes;
150
- TextareaField.defaultProps = defaultProps;
152
+ TextareaField.propTypes = {
153
+ animated: PropTypes.bool,
154
+ borderColor: PropTypes.oneOf(['transparent', 'default']),
155
+ errorType: PropTypes.oneOf(['primary', 'secondary']),
156
+ fieldSize: PropTypes.oneOf(['small', 'medium']),
157
+ getRef: PropTypes.func,
158
+ id: PropTypes.string,
159
+ // isFocusOnLabelClick: PropTypes.bool,
160
+ labelCustomClass: PropTypes.string,
161
+ labelName: PropTypes.string,
162
+ labelPalette: PropTypes.string,
163
+ maxLength: PropTypes.number,
164
+ onBlur: PropTypes.func,
165
+ onChange: PropTypes.func,
166
+ onKeyDown: PropTypes.func,
167
+ placeHolder: PropTypes.string,
168
+ textBoxSize: PropTypes.string,
169
+ textBoxVariant: PropTypes.string,
170
+ title: PropTypes.string,
171
+ validationMessage: PropTypes.string,
172
+ validationPalette: PropTypes.string,
173
+ validationRuleMessage: PropTypes.string,
174
+ validationRulePalette: PropTypes.string,
175
+ value: PropTypes.string,
176
+ customProps: PropTypes.shape({
177
+ LabelProps: PropTypes.object,
178
+ TextareaProps: PropTypes.object,
179
+ ValidationMessageProps1: PropTypes.object,
180
+ ValidationMessageProps2: PropTypes.object
181
+ }),
182
+ ...FieldCommonPropTypes()
183
+ };
184
+ TextareaField.defaultProps = {
185
+ textBoxSize: 'xsmall',
186
+ textBoxVariant: 'primary',
187
+ animated: true,
188
+ errorType: 'primary',
189
+ borderColor: 'default',
190
+ fieldSize: 'medium',
191
+ // isFocusOnLabelClick: true,
192
+ labelPalette: 'default',
193
+ labelCustomClass: '',
194
+ customProps: {},
195
+ ...FieldCommonDefaultProps()
196
+ };
151
197
 
152
198
  if (false) {
153
199
  TextareaField.docs = {
@@ -1,6 +1,5 @@
1
1
  import React from 'react';
2
- import { defaultProps } from './props/defaultProps';
3
- import { propTypes } from './props/propTypes';
2
+ import PropTypes from 'prop-types';
4
3
  import Label from '@zohodesk/components/lib/Label/Label';
5
4
  import colors from '@zohodesk/components/lib/Label/LabelColors.module.css';
6
5
  import style from './ValidationMessage.module.css';
@@ -46,8 +45,25 @@ export default class ValidationMessage extends React.Component {
46
45
  }
47
46
 
48
47
  }
49
- ValidationMessage.propTypes = propTypes;
50
- ValidationMessage.defaultProps = defaultProps;
48
+ ValidationMessage.propTypes = {
49
+ clipped: PropTypes.bool,
50
+ id: PropTypes.string,
51
+ onClick: PropTypes.func,
52
+ palette: PropTypes.oneOf(['primary', 'mandatory', 'danger']),
53
+ size: PropTypes.oneOf(['xsmall', 'small', 'medium', 'large']),
54
+ text: PropTypes.string,
55
+ type: PropTypes.oneOf(['primary', 'secondary']),
56
+ a11y: PropTypes.shape({
57
+ role: PropTypes.string
58
+ }),
59
+ tooltip: PropTypes.string
60
+ };
61
+ ValidationMessage.defaultProps = {
62
+ palette: 'mandatory',
63
+ size: 'xsmall',
64
+ type: 'primary',
65
+ a11y: {}
66
+ };
51
67
 
52
68
  if (false) {
53
69
  ValidationMessage.docs = {
@@ -1,27 +1,27 @@
1
- .basic{
2
- font-size: 0;
3
- }
4
- .lable{
5
- display: inline;
6
- }
7
- .icon{
8
- color:var(--label_text_color);
9
- display: inline-block;
10
- margin: 0 var(--zd_size5);
11
- }
12
- .primary {
13
- position: absolute;
14
- top: 100%;
15
- composes:basic;
16
- margin-top: var(--zd_size5);
17
- }
18
- [dir=ltr] .primary {
19
- left: 0;
20
- }
21
- [dir=rtl] .primary {
22
- right: 0;
23
- }
24
- .secondary {
25
- composes:basic;
26
- margin-top: var(--zd_size5);
27
- }
1
+ .basic{
2
+ font-size: 0;
3
+ }
4
+ .lable{
5
+ display: inline;
6
+ }
7
+ .icon{
8
+ color:var(--label_text_color);
9
+ display: inline-block;
10
+ margin: 0 var(--zd_size5);
11
+ }
12
+ .primary {
13
+ position: absolute;
14
+ top: 100%;
15
+ composes:basic;
16
+ margin-top: var(--zd_size5);
17
+ }
18
+ [dir=ltr] .primary {
19
+ left: 0;
20
+ }
21
+ [dir=rtl] .primary {
22
+ right: 0;
23
+ }
24
+ .secondary {
25
+ composes:basic;
26
+ margin-top: var(--zd_size5);
27
+ }
@@ -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 style from './Field.module.css';
5
4
  export default class Field extends Component {
6
5
  render() {
@@ -24,8 +23,19 @@ export default class Field extends Component {
24
23
  }
25
24
 
26
25
  }
27
- Field.propTypes = propTypes;
28
- Field.defaultProps = defaultProps;
26
+ Field.propTypes = {
27
+ children: PropTypes.any,
28
+ className: PropTypes.string,
29
+ column: PropTypes.string,
30
+ containerClass: PropTypes.string,
31
+ dataId: PropTypes.string,
32
+ rowBreak: PropTypes.bool,
33
+ width: PropTypes.oneOf(['full', 'half'])
34
+ };
35
+ Field.defaultProps = {
36
+ width: 'half',
37
+ rowBreak: false
38
+ };
29
39
 
30
40
  if (false) {
31
41
  Field.docs = {
@@ -1,22 +1,22 @@
1
- .container {
2
- min-width: 0;
3
- }
4
- .half {
5
- flex: 1 1 50%;
6
- max-width: 50%;
7
- }
8
- .full {
9
- flex: 1 1 100%;
10
- }
11
- .fieldContaier {
12
- display: inline-block;
13
- width: 100%;
14
- vertical-align: middle;
15
- }
16
- .rowBreak {
17
- display: block;
18
- width: 100%;
19
- }
20
- .singleColumn {
21
- width: 100%;
22
- }
1
+ .container {
2
+ min-width: 0;
3
+ }
4
+ .half {
5
+ flex: 1 1 50%;
6
+ max-width: 50%;
7
+ }
8
+ .full {
9
+ flex: 1 1 100%;
10
+ }
11
+ .fieldContaier {
12
+ display: inline-block;
13
+ width: 100%;
14
+ vertical-align: middle;
15
+ }
16
+ .rowBreak {
17
+ display: block;
18
+ width: 100%;
19
+ }
20
+ .singleColumn {
21
+ width: 100%;
22
+ }
File without changes
@@ -1,3 +1,3 @@
1
- .singleColumn {
2
- composes: dflex flexrow from '~@zohodesk/components/lib/common/common.module.css';
3
- }
1
+ .singleColumn {
2
+ composes: dflex flexrow from '~@zohodesk/components/lib/common/common.module.css';
3
+ }
@@ -1,5 +1,5 @@
1
1
  import React, { Component } from 'react';
2
- import { propTypes } from './props/propTypes';
2
+ import PropTypes from 'prop-types';
3
3
  import style from './ModuleFormSection.module.css';
4
4
  export default class Section extends Component {
5
5
  constructor(props) {
@@ -28,7 +28,14 @@ export default class Section extends Component {
28
28
  }
29
29
 
30
30
  }
31
- Section.propTypes = propTypes;
31
+ Section.propTypes = {
32
+ children: PropTypes.node,
33
+ className: PropTypes.string,
34
+ containerClass: PropTypes.string,
35
+ dataId: PropTypes.string,
36
+ title: PropTypes.string,
37
+ titleClass: PropTypes.string
38
+ };
32
39
 
33
40
  if (false) {
34
41
  Section.docs = {
@@ -1,6 +1,5 @@
1
1
  import React, { Component } from 'react';
2
- import { SetupDetailLayout_defaultProps, SetupHeader_defaultProps, SetupContent_defaultProps, SetupFooter_defaultProps } from './props/defaultProps';
3
- import { SetupDetailLayout_propTypes, SetupHeader_propTypes, SetupContent_propTypes, SetupFooter_propTypes } from './props/propTypes';
2
+ import PropTypes from 'prop-types';
4
3
  import { Container, Box } from '@zohodesk/components/lib/Layout';
5
4
  import Icon from '@zohodesk/icons/lib/Icon';
6
5
  import style from './SetupDetailLayout.module.css';
@@ -73,8 +72,18 @@ export default class SetupDetailLayout extends React.Component {
73
72
  }
74
73
 
75
74
  }
76
- SetupDetailLayout.propTypes = SetupDetailLayout_propTypes;
77
- SetupDetailLayout.defaultProps = SetupDetailLayout_defaultProps;
75
+ SetupDetailLayout.propTypes = {
76
+ children: PropTypes.element,
77
+ dataId: PropTypes.string,
78
+ getHelpInfo: PropTypes.func,
79
+ helpInfoTitle: PropTypes.string,
80
+ needHelpInfo: PropTypes.bool
81
+ };
82
+ SetupDetailLayout.defaultProps = {
83
+ helpInfoTitle: 'Page Tips',
84
+ needHelpInfo: false,
85
+ dataId: 'SetupDetailLayout'
86
+ };
78
87
 
79
88
  if (false) {
80
89
  SetupDetailLayout.docs = {
@@ -156,8 +165,27 @@ export class SetupHeader extends Component {
156
165
  }
157
166
 
158
167
  }
159
- SetupHeader.propTypes = SetupHeader_propTypes;
160
- SetupHeader.defaultProps = SetupHeader_defaultProps;
168
+ SetupHeader.propTypes = {
169
+ dataId: PropTypes.string,
170
+ getLeftPlaceHolder: PropTypes.func,
171
+ getRightPlaceHolder: PropTypes.func,
172
+ headerCustomStyle: PropTypes.object,
173
+ isCustomizedHeader: PropTypes.bool,
174
+ leftClassName: PropTypes.string,
175
+ needBack: PropTypes.bool,
176
+ needHelpInfo: PropTypes.bool,
177
+ needHelpInfoWrapper: PropTypes.bool,
178
+ onBackClick: PropTypes.func,
179
+ openHelpInfo: PropTypes.func,
180
+ rightClassName: PropTypes.string,
181
+ title: PropTypes.string
182
+ };
183
+ SetupHeader.defaultProps = {
184
+ needBack: false,
185
+ needHelpInfo: false,
186
+ needHelpInfoWrapper: false,
187
+ dataId: 'SetupHeader'
188
+ };
161
189
  export class SetupContent extends Component {
162
190
  constructor(props) {
163
191
  super(props);
@@ -180,8 +208,16 @@ export class SetupContent extends Component {
180
208
  }
181
209
 
182
210
  }
183
- SetupContent.propTypes = SetupContent_propTypes;
184
- SetupContent.defaultProps = SetupContent_defaultProps;
211
+ SetupContent.propTypes = {
212
+ children: PropTypes.element,
213
+ className: PropTypes.bool,
214
+ dataId: PropTypes.string,
215
+ needPadding: PropTypes.bool
216
+ };
217
+ SetupContent.defaultProps = {
218
+ needPadding: true,
219
+ dataId: 'SetupContent'
220
+ };
185
221
  export class SetupFooter extends Component {
186
222
  constructor(props) {
187
223
  super(props);
@@ -198,5 +234,10 @@ export class SetupFooter extends Component {
198
234
  }
199
235
 
200
236
  }
201
- SetupFooter.propTypes = SetupFooter_propTypes;
202
- SetupFooter.defaultProps = SetupFooter_defaultProps;
237
+ SetupFooter.propTypes = {
238
+ children: PropTypes.element,
239
+ dataId: PropTypes.string
240
+ };
241
+ SetupFooter.defaultProps = {
242
+ dataId: 'SetupFooter'
243
+ };