@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
package/package.json CHANGED
@@ -1,84 +1,83 @@
1
- {
2
- "name": "@zohodesk/dot",
3
- "version": "1.0.0-temp-97",
4
- "main": "lib/index",
5
- "module": "es/index.js",
6
- "jsnext:main": "es/index.js",
7
- "private": false,
8
- "umdVar": "DOT",
9
- "author": "",
10
- "license": "ISC",
11
- "scripts": {
12
- "clean": "react-cli clean lib es coverage",
13
- "dubCheck": "node dubFinder node_modules/@zohodesk/components/lib node_modules/@zohodesk/icons/lib node_modules/@zohodesk/variables/lib",
14
- "build": "react-cli build:component:cmjs",
15
- "buildlocal": " react-cli build:component:cmjs && npm run rtl",
16
- "build:es": "react-cli build:library:es",
17
- "build:dev": "npm run clean && npm run build:variables && npm run build && npm run build:es --module:mode=dev -- -w",
18
- "rtl:watch": "react-cli rtl ./src ./es -w",
19
- "rtl": "react-cli rtl ./src ./lib && react-cli rtl ./src ./es",
20
- "prepare": "npm run init && npm run build && npm run build:es && npm run rtl",
21
- "init": "npm run clean && npm run build:variables",
22
- "build:variables": "node ./preprocess/index",
23
- "lint": "react-cli lint",
24
- "lintAll": "react-cli lint ./src",
25
- "lintAllFix": "npm run lintAll --eslint:fix=true",
26
- "test": "react-cli test",
27
- "sstest": "react-cli sstest",
28
- "common_package_build": "cd ../common && npm run build && cd ../components",
29
- "docs": "npm run common_package_build && npm run dubCheck && react-cli docs",
30
- "postpublish": "react-cli postpublish",
31
- "download": "rm package-lock.json && rm -rf node_modules/ && npm install",
32
- "expublish": "npm publish --tag experimental-version"
33
- },
34
- "dependencies": {},
35
- "devDependencies": {
36
- "velocity-react": "1.4.3",
37
- "@zohodesk/variables": "1.0.0-beta.29",
38
- "@zohodesk/i18n": "1.0.0-beta.7",
39
- "@zohodesk/components": "1.0.0-alpha-248",
40
- "@zohodesk/icons": "1.0.0-beta.109",
41
- "@zohodesk/svg": "1.0.0-beta.49",
42
- "@zohodesk/virtualizer": "1.0.3",
43
- "react-sortable-hoc": "^0.8.3",
44
- "@zohodesk/a11y": "1.0.0-alpha-2"
45
- },
46
- "peerDependencies": {
47
- "velocity-react": "1.4.3",
48
- "@zohodesk/variables": "1.0.0-beta.29",
49
- "@zohodesk/i18n": "1.0.0-beta.7",
50
- "@zohodesk/components": "1.0.0-alpha-248",
51
- "@zohodesk/icons": "1.0.0-beta.109",
52
- "@zohodesk/svg": "1.0.0-beta.48"
53
- },
54
- "react-cli": {
55
- "preprocess": {
56
- "runner": "./preprocess/index.js"
57
- },
58
- "app": {
59
- "removePropTypes": {
60
- "removeImport": true
61
- }
62
- },
63
- "docs": {
64
- "disableES5Transpile": true,
65
- "componentFolder": "./src",
66
- "cssUniqueness": "false",
67
- "rtlExclude": [
68
- "@zohodesk/icons",
69
- "@zohodesk/variables",
70
- "@zohodesk/components",
71
- "/jsapps/components/lib"
72
- ],
73
- "hasRTL": true,
74
- "selectorReplace": {
75
- "before": [
76
- "data-mode"
77
- ],
78
- "after": [
79
- "data-desk-mode"
80
- ]
81
- }
82
- }
83
- }
84
- }
1
+ {
2
+ "name": "@zohodesk/dot",
3
+ "version": "1.0.0-temp-98",
4
+ "main": "lib/index",
5
+ "module": "es/index.js",
6
+ "jsnext:main": "es/index.js",
7
+ "private": false,
8
+ "umdVar": "DOT",
9
+ "author": "",
10
+ "license": "ISC",
11
+ "scripts": {
12
+ "clean": "react-cli clean lib es coverage",
13
+ "dubCheck": "node dubFinder node_modules/@zohodesk/components/lib node_modules/@zohodesk/icons/lib node_modules/@zohodesk/variables/lib",
14
+ "build": "react-cli build:component:cmjs",
15
+ "buildlocal": " react-cli build:component:cmjs && npm run rtl",
16
+ "build:es": "react-cli build:library:es",
17
+ "build:dev": "npm run clean && npm run build:variables && npm run build && npm run build:es --module:mode=dev -- -w",
18
+ "rtl:watch": "react-cli rtl ./src ./es -w",
19
+ "rtl": "react-cli rtl ./src ./lib && react-cli rtl ./src ./es",
20
+ "prepare": "npm run init && npm run build && npm run build:es && npm run rtl",
21
+ "init": "npm run clean && npm run build:variables",
22
+ "build:variables": "node ./preprocess/index",
23
+ "lint": "react-cli lint",
24
+ "lintAll": "react-cli lint ./src",
25
+ "lintAllFix": "npm run lintAll --eslint:fix=true",
26
+ "test": "react-cli test",
27
+ "sstest": "react-cli sstest",
28
+ "common_package_build": "cd ../common && npm run build && cd ../components",
29
+ "docs": "npm run common_package_build && npm run dubCheck && react-cli docs",
30
+ "postpublish": "react-cli postpublish",
31
+ "download": "rm package-lock.json && rm -rf node_modules/ && npm install",
32
+ "expublish": "npm publish --tag experimental-version"
33
+ },
34
+ "dependencies": {},
35
+ "devDependencies": {
36
+ "velocity-react": "1.4.3",
37
+ "@zohodesk/variables": "1.0.0-temp.30",
38
+ "@zohodesk/i18n": "1.0.0-beta.7",
39
+ "@zohodesk/components": "1.0.0-temp-76",
40
+ "@zohodesk/icons": "1.0.0-beta.109",
41
+ "@zohodesk/svg": "1.0.0-temp.47",
42
+ "@zohodesk/virtualizer": "1.0.3",
43
+ "react-sortable-hoc": "^0.8.3"
44
+ },
45
+ "peerDependencies": {
46
+ "velocity-react": "1.4.3",
47
+ "@zohodesk/variables": "1.0.0-temp.30",
48
+ "@zohodesk/i18n": "1.0.0-beta.7",
49
+ "@zohodesk/components": "1.0.0-temp-76",
50
+ "@zohodesk/icons": "1.0.0-beta.109",
51
+ "@zohodesk/svg": "1.0.0-temp.47"
52
+ },
53
+ "react-cli": {
54
+ "preprocess": {
55
+ "runner": "./preprocess/index.js"
56
+ },
57
+ "app": {
58
+ "removePropTypes": {
59
+ "removeImport": true
60
+ }
61
+ },
62
+ "docs": {
63
+ "disableES5Transpile": true,
64
+ "componentFolder": "./src",
65
+ "cssUniqueness": "false",
66
+ "rtlExclude": [
67
+ "@zohodesk/icons",
68
+ "@zohodesk/variables",
69
+ "@zohodesk/components",
70
+ "/jsapps/components/lib"
71
+ ],
72
+ "hasRTL": true,
73
+ "selectorReplace": {
74
+ "before": [
75
+ "data-mode"
76
+ ],
77
+ "after": [
78
+ "data-desk-mode"
79
+ ]
80
+ }
81
+ }
82
+ }
83
+ }
@@ -1,16 +0,0 @@
1
- export const defaultProps = {
2
- size: 'medium',
3
- isArrow: false,
4
- arrowBoxDataId: 'arrowBox',
5
- dataId: 'actionButton',
6
- onHover: false,
7
- className: '',
8
- iconName: '',
9
- iconSize: '9',
10
- isDisabled: false,
11
- dropBoxClass: '',
12
- arrowBoxSize: 'medium',
13
- isBoxPaddingNeed: true,
14
- palette: 'primaryFilled',
15
- removeChildrenTooltip: false
16
- };
@@ -1,29 +0,0 @@
1
- import PropTypes from 'prop-types';
2
- export const propTypes = {
3
- arrowBoxDataId: PropTypes.string,
4
- arrowBoxSize: PropTypes.oneOf(['small', 'medium']),
5
- children: PropTypes.node,
6
- className: PropTypes.string,
7
- dataId: PropTypes.string,
8
- dataTitle: PropTypes.string,
9
- dropBoxClass: PropTypes.string,
10
- defaultPosition: PropTypes.string,
11
- position: PropTypes.string,
12
- iconName: PropTypes.string,
13
- iconSize: PropTypes.string,
14
- isArrow: PropTypes.bool,
15
- isBoxPaddingNeed: PropTypes.bool,
16
- isDisabled: PropTypes.bool,
17
- isLoading: PropTypes.bool,
18
- isPopupOpen: PropTypes.bool,
19
- onClick: PropTypes.func,
20
- onHover: PropTypes.bool,
21
- palette: PropTypes.oneOf('primaryFilled', 'primary'),
22
- removeClose: PropTypes.func,
23
- size: PropTypes.oneOf(['small', 'medium', 'large']),
24
- subText: PropTypes.string,
25
- text: PropTypes.string,
26
- getContainerRef: PropTypes.func,
27
- getTargetRef: PropTypes.func,
28
- removeChildrenTooltip: PropTypes.bool
29
- };
@@ -1,11 +0,0 @@
1
- export const AlphabeticList_defaultProps = {
2
- align: 'vertical',
3
- type: 'alphabetical',
4
- i18nKeys: {},
5
- dataId: 'Navi'
6
- };
7
- export const AlphabeticListItem_defaultProps = {
8
- isActive: false,
9
- text: '',
10
- dataId: 'Navi'
11
- };
@@ -1,22 +0,0 @@
1
- import PropTypes from 'prop-types';
2
- export const AlphabeticCharacters = ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z'];
3
- export const NumberList = ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '#'];
4
- export const AlphabeticCharactersWithHash = [...AlphabeticCharacters, '#'];
5
- export const AlphabeticList_propTypes = {
6
- align: PropTypes.string,
7
- onSelect: PropTypes.func.isRequired,
8
- selectedCharacter: PropTypes.oneOf(['ALL', ...AlphabeticCharacters, ...NumberList, ...AlphabeticCharactersWithHash]),
9
- type: PropTypes.oneOf(['alphabetical', 'numeral', 'alphabeticalwithhash']),
10
- i18nKeys: PropTypes.shape({
11
- allTitle: PropTypes.string,
12
- allText: PropTypes.string
13
- }),
14
- dataId: PropTypes.string
15
- };
16
- export const AlphabeticListItem_propTypes = {
17
- id: PropTypes.string,
18
- isActive: PropTypes.bool,
19
- onClick: PropTypes.func,
20
- text: PropTypes.string,
21
- dataId: PropTypes.string
22
- };
@@ -1,6 +0,0 @@
1
- export const defaultProps = {
2
- size: 'medium',
3
- palette: 'default',
4
- dataId: 'attachment',
5
- i18nKeys: {}
6
- };
@@ -1,15 +0,0 @@
1
- import PropTypes from 'prop-types';
2
- export const propTypes = {
3
- dataId: PropTypes.string,
4
- downloadLink: PropTypes.string,
5
- fileInfo: PropTypes.string,
6
- fileName: PropTypes.string,
7
- fileSize: PropTypes.string,
8
- iconName: PropTypes.string,
9
- onClick: PropTypes.func,
10
- palette: PropTypes.oneOf(['transparent', 'default']),
11
- size: PropTypes.oneOf(['small', 'medium']),
12
- i18nKeys: PropTypes.shape({
13
- downloadTitle: PropTypes.string
14
- })
15
- };
@@ -1,10 +0,0 @@
1
- export const AttachmentImage_defaultProps = {
2
- dataId: 'AttachmentImage'
3
- };
4
- export const AttachmentViewer_defaultProps = {
5
- responsiveId: "Helmet",
6
- needDownload: true,
7
- i18nKeys: {},
8
- maintainZoom: false,
9
- isActive: false
10
- };
@@ -1,31 +0,0 @@
1
- import PropTypes from 'prop-types';
2
- export const AttachmentImage_propTypes = {
3
- alt: PropTypes.string,
4
- className: PropTypes.string,
5
- dataId: PropTypes.string,
6
- id: PropTypes.string,
7
- isCover: PropTypes.bool,
8
- isImage: PropTypes.string,
9
- onClick: PropTypes.func,
10
- onLoad: PropTypes.func,
11
- src: PropTypes.string
12
- };
13
- export const AttachmentViewer_propTypes = {
14
- hideAttachmentViewer: PropTypes.func,
15
- i18nKeys: PropTypes.shape({
16
- nextText: PropTypes.string,
17
- previousText: PropTypes.string,
18
- zoomOutText: PropTypes.string,
19
- zoomInText: PropTypes.string,
20
- newTabText: PropTypes.string,
21
- downloadText: PropTypes.string,
22
- closeText: PropTypes.string,
23
- hideText: PropTypes.string,
24
- showText: PropTypes.string
25
- }),
26
- needDownload: PropTypes.string,
27
- previewObj: PropTypes.object,
28
- responsiveId: PropTypes.string,
29
- maintainZoom: PropTypes.bool,
30
- isActive: PropTypes.bool
31
- };
@@ -1,6 +0,0 @@
1
- export const defaultProps = {
2
- iconSize: '21',
3
- name: 'phone',
4
- needTopicBorder: true,
5
- renderIconOnly: false
6
- };
@@ -1,24 +0,0 @@
1
- import PropTypes from 'prop-types';
2
- export const propTypes = {
3
- action: PropTypes.string,
4
- className: PropTypes.string,
5
- customTextClass: PropTypes.string,
6
- dataId: PropTypes.string,
7
- iconClass: PropTypes.string,
8
- iconColor: PropTypes.string,
9
- iconName: PropTypes.string,
10
- iconSize: PropTypes.string,
11
- iconTitle: PropTypes.string,
12
- name: PropTypes.string,
13
- needTopicBorder: PropTypes.bool,
14
- palette: PropTypes.oneOf(['primary', 'secondary', 'info', 'default']),
15
- renderIconOnly: PropTypes.bool,
16
- size: PropTypes.string,
17
- textPalette: PropTypes.oneOf(['white', 'black']),
18
- title: PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
19
- topicClass: PropTypes.string,
20
- topicIcon: PropTypes.string,
21
- topicIconColor: PropTypes.string,
22
- topicIconSize: PropTypes.string,
23
- topicIconTitle: PropTypes.string
24
- };
@@ -1,20 +0,0 @@
1
- export const Header_defaultProps = {
2
- flexible: false,
3
- paddingSize: 'small',
4
- isBoxIcon: true
5
- };
6
- export const Footer_defaultProps = {
7
- size: 'small'
8
- };
9
- export const Drawer_defaultProps = {
10
- isActive: false,
11
- palette: 'default',
12
- responsiveId: 'Helmet',
13
- size: 'small',
14
- subDrawerSize: 'small',
15
- subDrawerActive: false,
16
- subDrawerClass: '',
17
- customClass: '',
18
- needAutoZindex: true,
19
- onBodyClick: () => {}
20
- };
@@ -1,49 +0,0 @@
1
- import PropTypes from 'prop-types';
2
- export const Header_propTypes = {
3
- children: PropTypes.node,
4
- className: PropTypes.string,
5
- closeTitle: PropTypes.string,
6
- dataId: PropTypes.string,
7
- flexible: PropTypes.bool,
8
- getChildren: PropTypes.func,
9
- iconName: PropTypes.string,
10
- iconSize: PropTypes.string,
11
- iconTitle: PropTypes.string,
12
- isIconBold: PropTypes.bool,
13
- onClose: PropTypes.func,
14
- onIconClick: PropTypes.func,
15
- paddingSize: PropTypes.oneOf(['small', 'medium', 'large']),
16
- title: PropTypes.string,
17
- isBoxIcon: PropTypes.bool,
18
- getTitleChildren: PropTypes.func
19
- };
20
- export const Content_propTypes = {
21
- children: PropTypes.node,
22
- className: PropTypes.string,
23
- eleRef: PropTypes.func,
24
- paddingSize: PropTypes.oneOf(['small', 'medium', 'large'])
25
- };
26
- export const Footer_propTypes = {
27
- children: PropTypes.node,
28
- paddingLeftSize: PropTypes.string,
29
- paddingRightClass: PropTypes.string,
30
- size: PropTypes.string
31
- };
32
- export const Drawer_propTypes = {
33
- children: PropTypes.node,
34
- customClass: PropTypes.string,
35
- forwardRef: PropTypes.object,
36
- isActive: PropTypes.bool,
37
- needAutoZindex: PropTypes.bool,
38
- needFreeze: PropTypes.bool,
39
- onBodyClick: PropTypes.func,
40
- onClose: PropTypes.func,
41
- paddingSize: PropTypes.oneOf(['small', 'medium', 'large']),
42
- palette: PropTypes.oneOf(['dark', 'default', 'darkLight', 'plain']),
43
- responsiveId: PropTypes.string,
44
- size: PropTypes.oneOf(['small', 'xsmall', 'medium', 'xmedium', 'large', 'xlarge', 'xxlarge', 'default']),
45
- subDrawerActive: PropTypes.bool,
46
- subDrawerChildren: PropTypes.func,
47
- subDrawerClass: PropTypes.string,
48
- subDrawerSize: PropTypes.oneOf(['xsmall', 'small', 'medium'])
49
- };
@@ -1,5 +0,0 @@
1
- export const defaultProps = {
2
- rel: 'noopener noreferrer',
3
- target: '_blank',
4
- customProps: {}
5
- };
@@ -1,12 +0,0 @@
1
- import PropTypes from 'prop-types';
2
- export const propTypes = {
3
- children: PropTypes.node,
4
- className: PropTypes.string,
5
- dataId: PropTypes.string,
6
- href: PropTypes.string,
7
- rel: PropTypes.string,
8
- target: PropTypes.oneOf(['_blank', '_self']),
9
- title: PropTypes.string,
10
- onClick: PropTypes.func,
11
- customProps: PropTypes.object
12
- };
@@ -1,5 +0,0 @@
1
- export const defaultProps = {
2
- size: 'medium',
3
- needTitle: true,
4
- customProps: {}
5
- };
@@ -1,37 +0,0 @@
1
- import PropTypes from 'prop-types';
2
- export const propTypes = {
3
- action: PropTypes.string,
4
- channel: PropTypes.string,
5
- channelTitle: PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
6
- className: PropTypes.string,
7
- customTextClass: PropTypes.string,
8
- dataId: PropTypes.string,
9
- frontClass: PropTypes.string,
10
- icon: PropTypes.string,
11
- iconClass: PropTypes.string,
12
- iconColor: PropTypes.string,
13
- iconSize: PropTypes.string,
14
- id: PropTypes.string.isRequired,
15
- initial: PropTypes.string,
16
- isChecked: PropTypes.bool,
17
- isFilledCheckbox: PropTypes.bool,
18
- isPaidUser: PropTypes.bool,
19
- isPortalUser: PropTypes.bool,
20
- name: PropTypes.string,
21
- needTitle: PropTypes.bool,
22
- noNeedFlip: PropTypes.bool,
23
- onChange: PropTypes.func,
24
- palette: PropTypes.oneOf(['primary', 'secondary', 'info', 'default']),
25
- size: PropTypes.string,
26
- src: PropTypes.string,
27
- textPalette: PropTypes.oneOf(['white', 'black']),
28
- ticList: PropTypes.string,
29
- ticListContainer: PropTypes.string,
30
- tourId: PropTypes.string,
31
- customProps: PropTypes.shape({
32
- CheckBoxProps: PropTypes.object,
33
- ChannelIconProps: PropTypes.object,
34
- AvatarIconProps: PropTypes.object,
35
- AvatarUserProps: PropTypes.object
36
- })
37
- };
@@ -1,4 +0,0 @@
1
- export const defaultProps = {
2
- size: 'medium',
3
- paddingRightClass: ''
4
- };
@@ -1,7 +0,0 @@
1
- import PropTypes from 'prop-types';
2
- export const propTypes = {
3
- children: PropTypes.node,
4
- paddingLeftSize: PropTypes.oneOf(['large', 'medium', 'xmedium', 'small', 'xsmall']),
5
- paddingRightClass: PropTypes.string,
6
- size: PropTypes.oneOf(['large', 'medium', 'small'])
7
- };
@@ -1,8 +0,0 @@
1
- export const defaultProps = {
2
- isActive: false,
3
- palette: 'default',
4
- zIndex: '5',
5
- isSvgMask: false,
6
- customClass: '',
7
- needAutoZindex: true
8
- };
@@ -1,17 +0,0 @@
1
- import PropTypes from 'prop-types';
2
- let animationValues = ['fade', 'shrink', 'expand', 'slideRight', 'slideDown', 'flyDown'];
3
- export const propTypes = {
4
- align: PropTypes.oneOf(['horizontal', 'vertical', 'both']),
5
- animationName: PropTypes.oneOf(animationValues),
6
- childAnimationName: PropTypes.oneOf(animationValues),
7
- children: PropTypes.node,
8
- customClass: PropTypes.string,
9
- forwardRef: PropTypes.object,
10
- isActive: PropTypes.bool,
11
- isSvgMask: PropTypes.bool,
12
- needAutoZindex: PropTypes.bool,
13
- onClick: PropTypes.oneOfType([PropTypes.func, PropTypes.bool]),
14
- palette: PropTypes.oneOf(['dark', 'default', 'darkLight', 'plain', 'snow']),
15
- runOnMount: PropTypes.bool,
16
- zIndex: PropTypes.oneOf(['3', '5', '7', '10'])
17
- };
@@ -1,15 +0,0 @@
1
- export const defaultProps = {
2
- palette: 'default',
3
- iconSize: '13',
4
- className: '',
5
- iconClass: '',
6
- dataId: 'iconContainer',
7
- isActive: false,
8
- isDisabled: false,
9
- hoverType: 'default',
10
- isBold: false,
11
- isNeedEffect: true,
12
- needButtonTag: true,
13
- a11y: {},
14
- dataIsHtml: false
15
- };
@@ -1,31 +0,0 @@
1
- import PropTypes from 'prop-types';
2
- export const propTypes = {
3
- children: PropTypes.node,
4
- className: PropTypes.string,
5
- dataId: PropTypes.string,
6
- eleRef: PropTypes.func,
7
- hoverType: PropTypes.oneOf(['default', 'border', 'bg']),
8
- iconClass: PropTypes.string,
9
- iconName: PropTypes.string,
10
- iconSize: PropTypes.string,
11
- isActive: PropTypes.bool,
12
- isBold: PropTypes.bool,
13
- isDisabled: PropTypes.bool,
14
- isNeedEffect: PropTypes.bool,
15
- onClick: PropTypes.func,
16
- onMouseDown: PropTypes.func,
17
- onMouseOver: PropTypes.func,
18
- palette: PropTypes.oneOf(['primary', 'primaryFilled', 'default']),
19
- title: PropTypes.string,
20
- tourId: PropTypes.string,
21
- isNeedEffect: PropTypes.bool,
22
- needButtonTag: PropTypes.bool,
23
- a11y: PropTypes.shape({
24
- ariaHaspopup: PropTypes.bool,
25
- ariaExpanded: PropTypes.bool,
26
- ariaLabel: PropTypes.string,
27
- ariaControls: PropTypes.string,
28
- ariaLabelledby: PropTypes.string
29
- }),
30
- dataIsHtml: PropTypes.bool
31
- };
@@ -1,4 +0,0 @@
1
- export const defaultProps = {
2
- isCover: false,
3
- className: ''
4
- };
@@ -1,13 +0,0 @@
1
- import PropTypes from 'prop-types';
2
- export const propTypes = {
3
- alt: PropTypes.string.isRequired,
4
- className: PropTypes.string,
5
- dataId: PropTypes.string,
6
- eleRef: PropTypes.func,
7
- htmlId: PropTypes.string,
8
- isCover: PropTypes.bool,
9
- onClick: PropTypes.func,
10
- original: PropTypes.string,
11
- src: PropTypes.string.isRequired,
12
- title: PropTypes.string
13
- };
@@ -1,6 +0,0 @@
1
- export const defaultProps = {
2
- iconName: 'ZD-helpCentre',
3
- iconSize: '14',
4
- iconClass: '',
5
- isCover: true
6
- };
@@ -1,10 +0,0 @@
1
- import PropTypes from 'prop-types';
2
- export const propTypes = {
3
- children: PropTypes.node,
4
- iconClass: PropTypes.string,
5
- iconName: PropTypes.string,
6
- iconSize: PropTypes.string,
7
- isCover: PropTypes.bool,
8
- text: PropTypes.string,
9
- className: PropTypes.string
10
- };
@@ -1,5 +0,0 @@
1
- export const defaultProps = {
2
- rel: 'noopener noreferrer',
3
- hasReload: false,
4
- customProps: {}
5
- };
@@ -1,14 +0,0 @@
1
- import PropTypes from 'prop-types';
2
- export const propTypes = {
3
- children: PropTypes.oneOfType([PropTypes.string, PropTypes.element]),
4
- className: PropTypes.string,
5
- dataId: PropTypes.string,
6
- hasReload: PropTypes.bool,
7
- href: PropTypes.string,
8
- rel: PropTypes.string,
9
- target: PropTypes.oneOf(['_blank', '_self']),
10
- title: PropTypes.string,
11
- urlData: PropTypes.object,
12
- urlName: PropTypes.string,
13
- customProps: PropTypes.object
14
- };
@@ -1,3 +0,0 @@
1
- export const defaultProps = {
2
- i18nKeys: {}
3
- };