@zohodesk/dot 1.0.0-beta.23 → 1.0.0-beta.230

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 (1112) hide show
  1. package/README.md +1022 -10
  2. package/assets/Appearance/dark/mode/dotDarkMode.module.css +533 -0
  3. package/assets/Appearance/dark/themes/blue/blueDarkDotTheme.module.css +16 -0
  4. package/assets/Appearance/dark/themes/green/greenDarkDotTheme.module.css +16 -0
  5. package/assets/Appearance/dark/themes/orange/orangeDarkDotTheme.module.css +16 -0
  6. package/assets/Appearance/dark/themes/red/redDarkDotTheme.module.css +16 -0
  7. package/assets/Appearance/dark/themes/yellow/yellowDarkDotTheme.module.css +16 -0
  8. package/assets/Appearance/default/mode/dotDefaultMode.module.css +533 -0
  9. package/assets/Appearance/default/themes/blue/blueDefaultDotTheme.module.css +16 -0
  10. package/assets/Appearance/default/themes/green/greenDefaultDotTheme.module.css +16 -0
  11. package/assets/Appearance/default/themes/orange/orangeDefaultDotTheme.module.css +16 -0
  12. package/assets/Appearance/default/themes/red/redDefaultDotTheme.module.css +16 -0
  13. package/assets/Appearance/default/themes/yellow/yellowDefaultDotTheme.module.css +16 -0
  14. package/assets/Appearance/pureDark/mode/dotPureDarkMode.module.css +533 -0
  15. package/assets/Appearance/pureDark/themes/blue/bluePureDarkDotTheme.module.css +16 -0
  16. package/assets/Appearance/pureDark/themes/green/greenPureDarkDotTheme.module.css +16 -0
  17. package/assets/Appearance/pureDark/themes/orange/orangePureDarkDotTheme.module.css +16 -0
  18. package/assets/Appearance/pureDark/themes/red/redPureDarkDotTheme.module.css +16 -0
  19. package/assets/Appearance/pureDark/themes/yellow/yellowPureDarkDotTheme.module.css +16 -0
  20. package/dubFinder.js +7 -4
  21. package/es/ActionButton/ActionButton.js +173 -0
  22. package/es/ActionButton/ActionButton.module.css +136 -0
  23. package/es/ActionButton/docs/ActionButton__default.docs.js +144 -0
  24. package/es/AlphabeticList/AlphabeticList.js +138 -0
  25. package/es/AlphabeticList/AlphabeticList.module.css +57 -0
  26. package/es/AlphabeticList/docs/AlphabeticList__default.docs.js +34 -0
  27. package/es/AlphabeticList/docs/AlphabeticList__horizontal.docs.js +43 -0
  28. package/es/Attachment/Attachment.js +104 -0
  29. package/es/Attachment/Attachment.module.css +132 -0
  30. package/es/Attachment/docs/Attachment__default.docs.js +54 -0
  31. package/es/AttachmentViewer/Attachment.js +17 -0
  32. package/es/AttachmentViewer/AttachmentImage.js +89 -0
  33. package/es/AttachmentViewer/AttachmentViewer.js +563 -0
  34. package/es/AttachmentViewer/AttachmentViewer.module.css +354 -0
  35. package/es/AttachmentViewer/docs/AttachmentViewer__default.docs.js +70 -0
  36. package/es/AttachmentViewer/utils.js +107 -0
  37. package/es/ChannelIcon/ChannelIcon.js +91 -83
  38. package/es/ChannelIcon/ChannelIcon.module.css +68 -59
  39. package/es/ChannelIcon/docs/ChannelIcon__default.docs.js +44 -84
  40. package/es/Drawer/Drawer.js +245 -278
  41. package/es/Drawer/Drawer.module.css +69 -137
  42. package/es/Drawer/docs/Drawer__default.docs.js +71 -57
  43. package/es/Drawer/docs/Drawer__multiDrawer.docs.js +112 -0
  44. package/es/Drawer/docs/Drawer__noFreeze.docs.js +10 -33
  45. package/es/Drawer/docs/Drawer__withModal.docs.js +74 -0
  46. package/es/ExternalLink/ExternalLink.js +39 -58
  47. package/es/ExternalLink/ExternalLink.module.css +3 -3
  48. package/es/ExternalLink/__tests__/ExternalLink.spec.js +17 -26
  49. package/es/ExternalLink/docs/ExternalLink__default.docs.js +8 -29
  50. package/es/FlipCard/FlipCard.js +134 -130
  51. package/es/FlipCard/FlipCard.module.css +15 -6
  52. package/es/FlipCard/docs/FlipCard__default.docs.js +54 -93
  53. package/es/FormAction/FormAction.js +61 -106
  54. package/es/FormAction/FormAction.module.css +9 -4
  55. package/es/FormAction/docs/FormAction__default.docs.js +61 -188
  56. package/es/FreezeLayer/FreezeLayer.js +118 -104
  57. package/es/FreezeLayer/FreezeLayer.module.css +7 -6
  58. package/es/FreezeLayer/docs/FreezeLayer__dark.docs.js +38 -64
  59. package/es/FreezeLayer/docs/FreezeLayer__default.docs.js +35 -63
  60. package/es/IconButton/IconButton.js +188 -0
  61. package/es/IconButton/IconButton.module.css +22 -0
  62. package/es/IconButton/docs/IconButton__default.docs.js +219 -0
  63. package/es/Image/Image.js +30 -43
  64. package/es/Image/docs/Image__default.docs.js +11 -29
  65. package/es/ImportantNotes/ImportantNotes.js +62 -0
  66. package/es/ImportantNotes/ImportantNotes.module.css +20 -0
  67. package/es/ImportantNotes/docs/ImportantNotes__default.docs.js +22 -0
  68. package/es/Link/Link.js +82 -98
  69. package/es/Link/LinkContext.js +2 -4
  70. package/es/Link/docs/Link__default.docs.js +26 -54
  71. package/es/Loader/Loader.js +27 -0
  72. package/es/Loader/Loader.module.css +46 -0
  73. package/es/Loader/docs/Loader__default.docs.js +23 -0
  74. package/es/Message/Message.js +124 -0
  75. package/es/Message/Message.module.css +103 -0
  76. package/es/Message/docs/Message__default.docs.js +55 -0
  77. package/es/MessageBanner/MessageBanner.js +75 -0
  78. package/es/MessageBanner/MessageBanner.module.css +46 -0
  79. package/es/MessageBanner/docs/MessageBanner__default.docs.js +88 -0
  80. package/es/NewStar/NewStar.js +75 -0
  81. package/es/NewStar/NewStar.module.css +110 -0
  82. package/es/NewStar/docs/NewStar__default.docs.js +62 -0
  83. package/es/PlusIcon/PlusIcon.js +31 -56
  84. package/es/PlusIcon/PlusIcon.module.css +11 -2
  85. package/es/PlusIcon/docs/PlusIcon__default.docs.js +4 -28
  86. package/es/Provider/Config.js +12 -0
  87. package/es/Provider.js +160 -0
  88. package/es/ToastMessage/ToastMessage.js +200 -284
  89. package/es/ToastMessage/ToastMessage.module.css +57 -62
  90. package/es/ToastMessage/docs/ToastMessage__custom.docs.js +73 -113
  91. package/es/ToastMessage/docs/ToastMessage__information.docs.js +42 -68
  92. package/es/ToastMessage/docs/ToastMessage__primary.docs.js +112 -159
  93. package/es/ToastMessage/docs/ToastMessage__secondary.docs.js +25 -52
  94. package/es/ToastMessage/docs/ToastMessage__success.docs.js +49 -82
  95. package/es/Upload/Upload.js +92 -0
  96. package/es/Upload/Upload.module.css +125 -0
  97. package/es/Upload/docs/Upload__default.docs.js +61 -0
  98. package/es/actions/AutoClose.js +54 -0
  99. package/es/actions/index.js +15 -10
  100. package/es/alert/AlertHeader/AlertHeader.js +68 -107
  101. package/es/alert/AlertHeader/AlertHeader.module.css +14 -13
  102. package/es/alert/AlertHeader/docs/AlertHeader__default.docs.js +51 -79
  103. package/es/alert/AlertLookup/AlertLookup.js +142 -143
  104. package/es/alert/AlertLookup/AlertLookup.module.css +7 -3
  105. package/es/alert/AlertLookup/docs/AlertLookup__default.docs.js +114 -152
  106. package/es/avatar/AvatarClose/AvatarClose.js +44 -47
  107. package/es/avatar/AvatarClose/AvatarClose.module.css +4 -4
  108. package/es/avatar/AvatarClose/docs/AvatarClose__default.docs.js +14 -32
  109. package/es/avatar/AvatarCollision/AvatarCollision.js +52 -62
  110. package/es/avatar/AvatarCollision/AvatarCollision.module.css +9 -9
  111. package/es/avatar/AvatarCollision/docs/AvatarCollision__default.docs.js +23 -46
  112. package/es/avatar/AvatarIcon/AvatarIcon.js +55 -60
  113. package/es/avatar/AvatarIcon/AvatarIcon.module.css +32 -10
  114. package/es/avatar/AvatarIcon/docs/AvatarIcon__palette.docs.js +26 -40
  115. package/es/avatar/AvatarIcon/docs/AvatarIcon__size.docs.js +32 -35
  116. package/es/avatar/AvatarStatus/AvatarStatus.js +71 -54
  117. package/es/avatar/AvatarStatus/AvatarStatus.module.css +87 -34
  118. package/es/avatar/AvatarStatus/docs/AvatarStatus__size.docs.js +21 -38
  119. package/es/avatar/AvatarStatus/docs/AvatarStatus__state.docs.js +36 -60
  120. package/es/avatar/AvatarThread/AvatarThread.js +81 -77
  121. package/es/avatar/AvatarThread/AvatarThread.module.css +115 -17
  122. package/es/avatar/AvatarThread/docs/AvatarThread__default.docs.js +134 -56
  123. package/es/avatar/AvatarUser/AvatarUser.js +114 -85
  124. package/es/avatar/AvatarUser/AvatarUser.module.css +95 -25
  125. package/es/avatar/AvatarUser/docs/AvatarUser__default.docs.js +159 -132
  126. package/es/avatar/AvatarWithTeam/AvatarWithTeam.js +96 -56
  127. package/es/avatar/AvatarWithTeam/AvatarWithTeam.module.css +5 -5
  128. package/es/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js +43 -44
  129. package/es/avatar/AvatarWithTeam/docs/AvatarWithTeam__default.docs.js +11 -32
  130. package/es/common/dot_animation.module.css +27 -0
  131. package/es/common/dot_common.module.css +4 -0
  132. package/es/deprecated/SelectDropdown/SelectDropdown.js +153 -0
  133. package/es/deprecated/SelectDropdown/SelectDropdown.module.css +56 -0
  134. package/es/deprecated/SelectDropdown/docs/SelectDropdown__default.docs.js +34 -0
  135. package/es/deprecated/utils/General.js +19 -0
  136. package/es/{utils → deprecated/utils}/KeyboardApi.js +82 -42
  137. package/es/docs/formDocs.js +30 -0
  138. package/es/docs/generalDocs.js +51 -35
  139. package/es/docs/lookupDocs.js +17 -6
  140. package/es/docs/setupDocs.js +0 -5
  141. package/es/dropdown/ToggleDropDown/ToggleDropDown.js +827 -478
  142. package/es/dropdown/ToggleDropDown/ToggleDropDown.module.css +39 -13
  143. package/es/dropdown/ToggleDropDown/docs/ToggleDropDown__default.docs.js +217 -67
  144. package/es/emptystate/CommonEmptyState/CommonEmptyState.js +71 -106
  145. package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +66 -15
  146. package/es/emptystate/CommonEmptyState/docs/CommonEmptyState__default.docs.js +95 -69
  147. package/es/emptystate/EditionPage/EditionPage.css +5 -5
  148. package/es/emptystate/EditionPage/EditionPage.js +45 -80
  149. package/es/emptystate/EditionPage/docs/EditionPage__default.docs.js +11 -32
  150. package/es/errorstate/EmptyStates.module.css +56 -13
  151. package/es/errorstate/Inconvenience/Inconvenience.js +74 -64
  152. package/es/errorstate/Inconvenience/Inconvenience.module.css +0 -2
  153. package/es/errorstate/Inconvenience/docs/Inconvenience__default.docs.js +8 -28
  154. package/es/errorstate/LinkText/LinkText.js +24 -39
  155. package/es/errorstate/LinkText/LinkText.module.css +2 -2
  156. package/es/errorstate/LinkText/docs/LinkText__default.docs.js +6 -24
  157. package/es/errorstate/NoRequestFound/NoRequestFound.js +73 -63
  158. package/es/errorstate/NoRequestFound/NoRequestFound.module.css +0 -2
  159. package/es/errorstate/NoRequestFound/docs/NoRequestFound__default.docs.js +9 -29
  160. package/es/errorstate/PermissionPlay/PermissionPlay.js +72 -71
  161. package/es/errorstate/PermissionPlay/PermissionPlay.module.css +10 -9
  162. package/es/errorstate/PermissionPlay/docs/PermissionPlay__default.docs.js +9 -29
  163. package/es/errorstate/RequestUrlNotFound/RequestUrlNotFound.js +73 -63
  164. package/es/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css +0 -2
  165. package/es/errorstate/RequestUrlNotFound/docs/RequestUrlNotFound__default.docs.js +8 -28
  166. package/es/errorstate/UnableToProcess/UnableToProcess.js +73 -63
  167. package/es/errorstate/UnableToProcess/UnableToProcess.module.css +0 -15
  168. package/es/errorstate/UnableToProcess/docs/UnableToProcess__default.docs.js +8 -28
  169. package/es/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +73 -63
  170. package/es/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css +0 -15
  171. package/es/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__insufficient.docs.js +9 -29
  172. package/es/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__unauthorizedLogin.docs.js +8 -28
  173. package/es/errorstate/WillBack/WillBack.js +66 -63
  174. package/es/errorstate/WillBack/WillBack.module.css +23 -10
  175. package/es/errorstate/WillBack/docs/WillBack__default.docs.js +10 -30
  176. package/es/form/fields/CheckBoxField/CheckBoxField.js +177 -0
  177. package/es/form/fields/CheckBoxField/docs/CheckBoxField__default.docs.js +37 -0
  178. package/es/form/fields/CurrencyField/CurrencyField.js +233 -0
  179. package/es/form/fields/CurrencyField/docs/CurrencyField__default.docs.js +36 -0
  180. package/es/form/fields/DateField/DateField.js +244 -0
  181. package/es/form/fields/DateField/docs/DateField__default.docs.js +32 -0
  182. package/es/form/fields/FieldContainer/FieldContainer.js +82 -0
  183. package/es/form/fields/FieldContainer/docs/FieldContainer__default.docs.js +49 -0
  184. package/es/form/fields/Fields.module.css +183 -0
  185. package/es/form/fields/MultiSelectField/MultiSelectField.js +275 -0
  186. package/es/form/fields/MultiSelectField/docs/MultiSelectField__default.docs.js +55 -0
  187. package/es/form/fields/PhoneField/PhoneField.js +240 -0
  188. package/es/form/fields/PhoneField/docs/PhoneField__default.docs.js +26 -0
  189. package/es/form/fields/RadioField/RadioField.js +153 -0
  190. package/es/form/fields/SelectField/SelectField.js +242 -0
  191. package/es/form/fields/SelectField/docs/SelectField__default.docs.js +65 -0
  192. package/es/form/fields/TagsMultiSelect/TagsMultiSelect.js +340 -0
  193. package/es/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +107 -0
  194. package/es/form/fields/TagsMultiSelect/docs/TagsMultiSelect__default.docs.js +77 -0
  195. package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +324 -0
  196. package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css +9 -0
  197. package/es/form/fields/TagsMultiSelectField/docs/TagsMultiSelectField__default.docs.js +82 -0
  198. package/es/form/fields/TextBoxField/TextBoxField.js +209 -0
  199. package/es/form/fields/TextBoxField/docs/TextBoxField__default.docs.js +72 -0
  200. package/es/form/fields/TextEditor/TextEditor.js +461 -0
  201. package/es/form/fields/TextEditor/TextEditor.module.css +666 -0
  202. package/es/form/fields/TextEditorField/TextEditorField.js +237 -0
  203. package/es/form/fields/TextEditorField/docs/TextEditorField__default.docs.js +50 -0
  204. package/es/form/fields/TextEditorWrapper/TextEditorWrapper.js +244 -0
  205. package/es/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +37 -0
  206. package/es/form/fields/TextareaField/TextareaField.js +203 -0
  207. package/es/form/fields/TextareaField/docs/TextareaField__default.docs.js +33 -0
  208. package/es/form/fields/ValidationMessage/ValidationMessage.js +73 -0
  209. package/es/form/fields/ValidationMessage/ValidationMessage.module.css +27 -0
  210. package/es/form/fields/ValidationMessage/docs/ValidationMessage__default.docs.js +58 -0
  211. package/es/form/fields/props/FieldCommonDefaultProps.js +10 -0
  212. package/es/form/fields/props/FieldCommonPropTypes.js +22 -0
  213. package/es/form/layout/Field/Field.js +44 -0
  214. package/es/form/layout/Field/Field.module.css +22 -0
  215. package/es/form/layout/Field/docs/Field__default.docs.js +25 -0
  216. package/es/form/layout/Section/ModuleFormSection.module.css +3 -0
  217. package/es/form/layout/Section/Section.js +44 -0
  218. package/es/form/layout/Section/docs/Section__default.docs.js +21 -0
  219. package/es/i18n.js +4349 -0
  220. package/es/index.js +3 -9
  221. package/es/layout/SetupDetailLayout/SetupDetailLayout.js +184 -269
  222. package/es/layout/SetupDetailLayout/SetupDetailLayout.module.css +20 -20
  223. package/es/layout/SetupDetailLayout/docs/SetupDetailLayout__default.docs.js +17 -67
  224. package/es/layout/SubtabLayout/SubtabLayout.js +152 -178
  225. package/es/layout/SubtabLayout/SubtabLayout.module.css +72 -16
  226. package/es/layout/SubtabLayout/docs/SubtabLayout__default.docs.js +57 -181
  227. package/es/layout/SubtabLayout/index.js +2 -1
  228. package/es/list/AvatarFlip/AvatarFlip.js +68 -72
  229. package/es/list/AvatarFlip/AvatarFlip.module.css +1 -13
  230. package/es/list/AvatarFlip/docs/AvatarFlip__default.docs.js +88 -296
  231. package/es/list/BluePrintStatus/BluePrintStatus.js +18 -36
  232. package/es/list/BluePrintStatus/BluePrintStatus.module.css +8 -6
  233. package/es/list/BluePrintStatus/docs/BluePrintStatus__default.docs.js +7 -24
  234. package/es/list/Comment/Comment.js +31 -60
  235. package/es/list/Comment/Comment.module.css +12 -5
  236. package/es/list/Comment/docs/Comment__default.docs.js +13 -27
  237. package/es/list/DepartmentDropDown/DepartmentDropDown.js +98 -71
  238. package/es/list/DepartmentDropDown/DepartmentDropDown.module.css +6 -80
  239. package/es/list/Dot/Dot.js +16 -36
  240. package/es/list/Dot/Dot.module.css +7 -5
  241. package/es/list/DotNew/DotNew.js +22 -27
  242. package/es/list/DotNew/DotNew.module.css +14 -11
  243. package/es/list/DotNew/docs/DotNew__default.docs.js +7 -23
  244. package/es/list/GridStencils/GridStencils.js +23 -47
  245. package/es/list/GridStencils/GridStencils.module.css +23 -68
  246. package/es/list/GridStencils/docs/GridStencils__default.docs.js +21 -36
  247. package/es/list/Icons/AddNewIcon.js +22 -59
  248. package/es/list/Icons/CompleteIcon.js +26 -50
  249. package/es/list/Icons/DeleteIcon.js +23 -67
  250. package/es/list/Icons/EditIcon.js +24 -67
  251. package/es/list/Icons/FloatingIcons.js +18 -40
  252. package/es/list/Icons/Icons.module.css +6 -5
  253. package/es/list/Icons/ReadUnreadIcon.js +42 -0
  254. package/es/list/Icons/SmartIcon.js +23 -36
  255. package/es/list/Icons/docs/FloatingIcons__default.docs.js +12 -44
  256. package/es/list/ListLayout/ListLayout.js +83 -106
  257. package/es/list/ListLayout/ListLayout.module.css +38 -7
  258. package/es/list/ListLayout/docs/ListLayout__default.docs.js +46 -117
  259. package/es/list/ListStencils/ListStencils.js +37 -48
  260. package/es/list/ListStencils/ListStencils.module.css +48 -8
  261. package/es/list/ListStencils/docs/ListStencils__default.docs.js +7 -23
  262. package/es/list/SecondaryText/AccountName.js +79 -72
  263. package/es/list/SecondaryText/ContactName.js +85 -96
  264. package/es/list/SecondaryText/DepartmentText.js +19 -36
  265. package/es/list/SecondaryText/Email.js +46 -62
  266. package/es/list/SecondaryText/HappinessRating.js +18 -44
  267. package/es/list/SecondaryText/PhoneNumber.js +52 -64
  268. package/es/list/SecondaryText/PriorityText.js +19 -39
  269. package/es/list/SecondaryText/SecondaryText.js +33 -42
  270. package/es/list/SecondaryText/SecondaryText.module.css +53 -21
  271. package/es/list/SecondaryText/StatusText.js +25 -42
  272. package/es/list/SecondaryText/TicketId.js +50 -43
  273. package/es/list/SecondaryText/Website.js +25 -58
  274. package/es/list/SecondaryText/docs/ContactName__default.docs.js +10 -23
  275. package/es/list/SecondryPanel/SecondryPanel.js +92 -148
  276. package/es/list/SecondryPanel/SecondryPanel.module.css +1 -22
  277. package/es/list/SecondryPanel/docs/SecondryPanelDocs.module.css +7 -11
  278. package/es/list/SecondryPanel/docs/SecondryPanel__default.docs.js +66 -116
  279. package/es/list/SentimentStatus/SentimentStatus.js +23 -37
  280. package/es/list/SentimentStatus/SentimentStatus.module.css +1 -1
  281. package/es/list/SentimentStatus/docs/SentimentStatus__default.docs.js +7 -24
  282. package/es/list/Subject/Subject.js +56 -65
  283. package/es/list/Subject/Subject.module.css +21 -3
  284. package/es/list/Subject/docs/Subject__default.docs.js +31 -36
  285. package/es/list/TagNew/TagNew.js +22 -38
  286. package/es/list/TagNew/TagNew.module.css +5 -5
  287. package/es/list/TagNew/docs/TagNew__default.docs.js +10 -23
  288. package/es/list/Thread/Thread.js +31 -44
  289. package/es/list/Thread/Thread.module.css +30 -7
  290. package/es/list/Thread/docs/Thread__default.docs.js +9 -23
  291. package/es/list/UserTime/UserTime.js +69 -86
  292. package/es/list/UserTime/UserTime.module.css +23 -14
  293. package/es/list/UserTime/docs/UserTime__default.docs.js +137 -152
  294. package/es/list/listCommon.module.css +19 -51
  295. package/es/list/status/StatusDropdown/StatusDropdown.js +518 -0
  296. package/{src/dropdown/ToggleDropDown/ToggleDropDown.module.css → es/list/status/StatusDropdown/StatusDropdown.module.css} +34 -7
  297. package/es/list/status/StatusDropdown/docs/StatusDropdown__default.docs.js +129 -0
  298. package/es/list/status/StatusListItem/StatusListItem.js +161 -0
  299. package/es/list/status/StatusListItem/StatusListItem.module.css +104 -0
  300. package/es/list/status/StatusListItem/docs/StatusListItem__default.docs.js +27 -0
  301. package/es/lookup/EmptyPage/EmptyPage.js +43 -61
  302. package/es/lookup/EmptyPage/LookupEmptyPage.module.css +1 -1
  303. package/es/lookup/EmptyPage/docs/EmptyPage__account.docs.js +8 -26
  304. package/es/lookup/EmptyPage/docs/EmptyPage__contact.docs.js +8 -26
  305. package/es/lookup/EmptyPage/docs/EmptyPage__default.docs.js +5 -25
  306. package/es/lookup/EmptyPage/docs/EmptyPage__product.docs.js +8 -26
  307. package/es/lookup/Lookup/Lookup.js +80 -68
  308. package/es/lookup/Lookup/Lookup.module.css +12 -8
  309. package/es/lookup/Lookup/docs/Lookup__contact.docs.js +102 -118
  310. package/es/lookup/Lookup/docs/Lookup__default.docs.js +50 -72
  311. package/es/lookup/Section/LookupSection.module.css +3 -2
  312. package/es/lookup/Section/Section.js +16 -39
  313. package/es/lookup/header/Close/Close.js +16 -38
  314. package/es/lookup/header/Close/LookupClose.module.css +5 -5
  315. package/es/lookup/header/Close/docs/Close__default.docs.js +7 -23
  316. package/es/lookup/header/ModuleHeader/ModuleHeader.js +66 -78
  317. package/es/lookup/header/ModuleHeader/docs/ModuleHeader__default.docs.js +35 -42
  318. package/es/lookup/header/Search/LookupSearch.module.css +52 -9
  319. package/es/lookup/header/Search/Search.js +226 -104
  320. package/es/lookup/header/Search/docs/Search__default.docs.js +108 -46
  321. package/es/lookup/header/TicketHeader/TicketHeader.js +85 -100
  322. package/es/lookup/header/TicketHeader/TicketHeader.module.css +3 -2
  323. package/es/lookup/header/TicketHeader/docs/TicketHeader__default.docs.js +65 -56
  324. package/es/lookup/header/Title/LookupTitle.module.css +4 -4
  325. package/es/lookup/header/Title/Title.js +15 -41
  326. package/es/lookup/header/Title/docs/Title__default.docs.js +9 -23
  327. package/es/lookup/header/ViewDropDown/ViewDropDown.js +145 -153
  328. package/es/lookup/header/ViewDropDown/ViewDropDown.module.css +9 -11
  329. package/es/lookup/header/ViewDropDown/docs/ViewDropDown__default.docs.js +59 -48
  330. package/es/lookup/header/lookupHeaderCommon.module.css +13 -5
  331. package/es/lookup/header/lookupHeaderCommonResponsive.module.css +1 -1
  332. package/es/setup/header/Button/Button.js +22 -40
  333. package/es/setup/header/Button/docs/Button__default.docs.js +9 -24
  334. package/es/setup/header/Link/HeaderLink.module.css +4 -5
  335. package/es/setup/header/Link/Link.js +28 -49
  336. package/es/setup/header/Link/docs/Link__default.docs.js +10 -23
  337. package/es/setup/header/Search/Search.js +64 -73
  338. package/es/setup/header/Search/Search.module.css +13 -12
  339. package/es/setup/header/Search/docs/Search__default.docs.js +28 -41
  340. package/es/setup/header/Views/Views.js +32 -53
  341. package/es/setup/header/Views/Views.module.css +4 -4
  342. package/es/setup/header/Views/docs/Views__default.docs.js +11 -27
  343. package/es/setup/helptips/Description/Description.js +13 -30
  344. package/es/setup/helptips/Description/HelpTipsDescription.module.css +2 -2
  345. package/es/setup/helptips/Description/docs/Description__default.docs.js +13 -29
  346. package/es/setup/helptips/Link/HelpTipsLink.module.css +2 -2
  347. package/es/setup/helptips/Link/Link.js +27 -41
  348. package/es/setup/helptips/Link/docs/Link__default.docs.js +14 -30
  349. package/es/setup/helptips/ListGroup/ListGroup.js +26 -49
  350. package/es/setup/helptips/ListGroup/ListGroup.module.css +2 -2
  351. package/es/setup/helptips/ListGroup/docs/ListGroup__default.docs.js +17 -33
  352. package/es/setup/helptips/Title/HelpTipsTitle.module.css +2 -2
  353. package/es/setup/helptips/Title/Title.js +13 -30
  354. package/es/setup/helptips/Title/docs/Title__default.docs.js +13 -27
  355. package/es/setup/table/Table/Table.js +16 -36
  356. package/es/setup/table/Table/docs/Table__default.docs.js +161 -173
  357. package/es/setup/table/TableBody/TableBody.js +21 -37
  358. package/es/setup/table/TableData/{TableData.css → SetupTableData.module.css} +0 -0
  359. package/es/setup/table/TableData/TableData.js +27 -46
  360. package/es/setup/table/TableData/{hover.css → Tablehover.module.css} +0 -0
  361. package/es/setup/table/TableHead/{TableHead.css → SetupTableHead.module.css} +1 -1
  362. package/es/setup/table/TableHead/TableHead.js +24 -49
  363. package/es/setup/table/TableRow/{TableRow.css → SetupTableRow.module.css} +2 -2
  364. package/es/setup/table/TableRow/TableRow.js +33 -55
  365. package/{src/setup/table/Text/Text.css → es/setup/table/Text/TableText.module.css} +37 -37
  366. package/es/setup/table/Text/Text.js +46 -79
  367. package/es/setup/table/Text/docs/Text__default.docs.js +24 -58
  368. package/es/svg/PlusIcon.js +20 -47
  369. package/es/svg/SnippetIcon.js +22 -50
  370. package/es/svg/TemplateIcon.js +24 -46
  371. package/es/svg/docs/SVG__default.docs.js +36 -74
  372. package/es/utils/ChannelIconMapping.js +101 -84
  373. package/es/utils/Common.js +24 -0
  374. package/es/utils/General.js +31 -5
  375. package/es/utils/editorUtils.js +193 -0
  376. package/es/version2/AlertClose/AlertClose.js +47 -0
  377. package/es/version2/AlertClose/AlertClose.module.css +43 -0
  378. package/es/version2/AlertClose/docs/AlertClose__default.docs.js +47 -0
  379. package/es/version2/GlobalNotification/GlobalNotification.js +151 -0
  380. package/es/version2/GlobalNotification/GlobalNotification.module.css +125 -0
  381. package/es/version2/GlobalNotification/docs/GlobalNotification__default.docs.js +95 -0
  382. package/es/version2/alertIcons/AlarmAlertIcon.js +72 -0
  383. package/es/version2/alertIcons/AlertIcons.js +65 -0
  384. package/es/version2/alertIcons/AlertIcons.module.css +67 -0
  385. package/es/version2/alertIcons/DangerAlertIcon.js +73 -0
  386. package/es/version2/alertIcons/ErrorAlertIcon.js +77 -0
  387. package/es/version2/alertIcons/InfoAlertIcon.js +81 -0
  388. package/es/version2/alertIcons/NotificationAlertIcon.js +77 -0
  389. package/es/version2/alertIcons/SuccessAlertIcon.js +72 -0
  390. package/es/version2/alertIcons/WarningAlertIcon.js +72 -0
  391. package/es/version2/alertIcons/docs/AlertIcons__default.docs.js +138 -0
  392. package/es/version2/errorstate/Inconvenience/Inconvenience.js +93 -0
  393. package/{src → es/version2}/errorstate/Inconvenience/docs/Inconvenience__default.docs.js +8 -9
  394. package/es/version2/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +94 -0
  395. package/es/version2/errorstate/OopsSomethingMiss/docs/OopsSomethingMiss__default.docs.js +20 -0
  396. package/es/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +93 -0
  397. package/es/version2/errorstate/UnableToProcessRequest/docs/UnableToProcessRequest__default.docs.js +30 -0
  398. package/es/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +97 -0
  399. package/es/version2/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__default.docs.js +18 -0
  400. package/es/version2/errorstate/UrlNotFound/UrlNotFound.js +93 -0
  401. package/es/version2/errorstate/UrlNotFound/docs/UrlNotFound__default.docs.js +20 -0
  402. package/es/version2/errorstate/V2_ErrorStates.module.css +46 -0
  403. package/es/version2/errorstate/WillBeRightBack/WillBeRightBack.js +93 -0
  404. package/es/version2/errorstate/WillBeRightBack/docs/WillBeRightBack__default.docs.js +18 -0
  405. package/es/version2/lookup/AlertHeader/AlertHeader.js +78 -0
  406. package/es/version2/lookup/AlertHeader/AlertHeaderNew.module.css +87 -0
  407. package/es/version2/lookup/AlertHeader/docs/AlertHeader__default.docs.js +56 -0
  408. package/es/version2/lookup/AlertLookup/AlertLookup.js +254 -0
  409. package/es/version2/lookup/AlertLookup/AlertLookupNew.module.css +44 -0
  410. package/es/version2/lookup/AlertLookup/docs/AlertLookup__default.docs.js +157 -0
  411. package/es/version2/lookup/alertLookupCommonNew.module.css +33 -0
  412. package/es/version2/notification/DesktopNotification/DesktopNotification.js +209 -0
  413. package/es/version2/notification/DesktopNotification/DesktopNotification.module.css +106 -0
  414. package/es/version2/notification/DesktopNotification/docs/DesktopNotification__default.docs.js +92 -0
  415. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +75 -0
  416. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +137 -0
  417. package/es/version2/notification/DesktopNotificationHeader/docs/DesktopNotificationHeader__default.docs.js +57 -0
  418. package/images/audio_thumbnail.png +0 -0
  419. package/lib/ActionButton/ActionButton.js +230 -0
  420. package/lib/ActionButton/ActionButton.module.css +136 -0
  421. package/lib/ActionButton/docs/ActionButton__default.docs.js +197 -0
  422. package/lib/AlphabeticList/AlphabeticList.js +213 -0
  423. package/lib/AlphabeticList/AlphabeticList.module.css +57 -0
  424. package/lib/AlphabeticList/docs/AlphabeticList__default.docs.js +82 -0
  425. package/lib/AlphabeticList/docs/AlphabeticList__horizontal.docs.js +91 -0
  426. package/lib/Attachment/Attachment.js +155 -0
  427. package/lib/Attachment/Attachment.module.css +132 -0
  428. package/lib/Attachment/docs/Attachment__default.docs.js +104 -0
  429. package/lib/AttachmentViewer/Attachment.js +28 -0
  430. package/lib/AttachmentViewer/AttachmentImage.js +133 -0
  431. package/lib/AttachmentViewer/AttachmentViewer.js +646 -0
  432. package/lib/AttachmentViewer/AttachmentViewer.module.css +354 -0
  433. package/lib/AttachmentViewer/docs/AttachmentViewer__default.docs.js +123 -0
  434. package/lib/AttachmentViewer/utils.js +134 -0
  435. package/lib/ChannelIcon/ChannelIcon.js +124 -92
  436. package/lib/ChannelIcon/ChannelIcon.module.css +68 -59
  437. package/lib/ChannelIcon/docs/ChannelIcon__default.docs.js +60 -62
  438. package/lib/Drawer/Drawer.js +300 -264
  439. package/lib/Drawer/Drawer.module.css +69 -137
  440. package/lib/Drawer/docs/Drawer__default.docs.js +97 -49
  441. package/lib/Drawer/docs/Drawer__multiDrawer.docs.js +171 -0
  442. package/lib/Drawer/docs/Drawer__noFreeze.docs.js +32 -26
  443. package/lib/Drawer/docs/Drawer__withModal.docs.js +131 -0
  444. package/lib/ExternalLink/ExternalLink.js +65 -57
  445. package/lib/ExternalLink/ExternalLink.module.css +3 -3
  446. package/lib/ExternalLink/__tests__/ExternalLink.spec.js +16 -27
  447. package/lib/ExternalLink/docs/ExternalLink__default.docs.js +33 -21
  448. package/lib/FlipCard/FlipCard.js +172 -145
  449. package/lib/FlipCard/FlipCard.module.css +15 -6
  450. package/lib/FlipCard/docs/FlipCard__default.docs.js +81 -84
  451. package/lib/FormAction/FormAction.js +84 -88
  452. package/lib/FormAction/FormAction.module.css +9 -4
  453. package/lib/FormAction/docs/FormAction__default.docs.js +89 -183
  454. package/lib/FreezeLayer/FreezeLayer.js +153 -107
  455. package/lib/FreezeLayer/FreezeLayer.module.css +7 -6
  456. package/lib/FreezeLayer/docs/FreezeLayer__dark.docs.js +61 -54
  457. package/lib/FreezeLayer/docs/FreezeLayer__default.docs.js +58 -53
  458. package/lib/IconButton/IconButton.js +236 -0
  459. package/lib/IconButton/IconButton.module.css +22 -0
  460. package/lib/IconButton/docs/IconButton__default.docs.js +272 -0
  461. package/lib/Image/Image.js +58 -41
  462. package/lib/Image/docs/Image__default.docs.js +39 -22
  463. package/lib/ImportantNotes/ImportantNotes.js +109 -0
  464. package/lib/ImportantNotes/ImportantNotes.module.css +20 -0
  465. package/lib/ImportantNotes/docs/ImportantNotes__default.docs.js +68 -0
  466. package/lib/Link/Link.js +91 -78
  467. package/lib/Link/LinkContext.js +8 -7
  468. package/lib/Link/docs/Link__default.docs.js +50 -40
  469. package/lib/Loader/Loader.js +76 -0
  470. package/lib/Loader/Loader.module.css +46 -0
  471. package/lib/Loader/docs/Loader__default.docs.js +68 -0
  472. package/lib/Message/Message.js +173 -0
  473. package/lib/Message/Message.module.css +103 -0
  474. package/lib/Message/docs/Message__default.docs.js +100 -0
  475. package/lib/MessageBanner/MessageBanner.js +127 -0
  476. package/lib/MessageBanner/MessageBanner.module.css +46 -0
  477. package/lib/MessageBanner/docs/MessageBanner__default.docs.js +132 -0
  478. package/lib/NewStar/NewStar.js +126 -0
  479. package/lib/NewStar/NewStar.module.css +110 -0
  480. package/lib/NewStar/docs/NewStar__default.docs.js +111 -0
  481. package/lib/PlusIcon/PlusIcon.js +59 -60
  482. package/lib/PlusIcon/PlusIcon.module.css +11 -2
  483. package/lib/PlusIcon/docs/PlusIcon__default.docs.js +32 -21
  484. package/lib/Provider/Config.js +21 -0
  485. package/lib/Provider.js +269 -0
  486. package/lib/ToastMessage/ToastMessage.js +250 -317
  487. package/lib/ToastMessage/ToastMessage.module.css +57 -62
  488. package/lib/ToastMessage/docs/ToastMessage__custom.docs.js +96 -102
  489. package/lib/ToastMessage/docs/ToastMessage__information.docs.js +70 -61
  490. package/lib/ToastMessage/docs/ToastMessage__primary.docs.js +137 -153
  491. package/lib/ToastMessage/docs/ToastMessage__secondary.docs.js +53 -45
  492. package/lib/ToastMessage/docs/ToastMessage__success.docs.js +77 -75
  493. package/lib/Upload/Upload.js +143 -0
  494. package/lib/Upload/Upload.module.css +125 -0
  495. package/lib/Upload/docs/Upload__default.docs.js +110 -0
  496. package/lib/actions/AutoClose.js +85 -0
  497. package/lib/actions/index.js +13 -3
  498. package/lib/alert/AlertHeader/AlertHeader.js +93 -104
  499. package/lib/alert/AlertHeader/AlertHeader.module.css +14 -13
  500. package/lib/alert/AlertHeader/docs/AlertHeader__default.docs.js +76 -71
  501. package/lib/alert/AlertLookup/AlertLookup.js +163 -147
  502. package/lib/alert/AlertLookup/AlertLookup.module.css +7 -3
  503. package/lib/alert/AlertLookup/docs/AlertLookup__default.docs.js +135 -137
  504. package/lib/avatar/AvatarClose/AvatarClose.js +70 -51
  505. package/lib/avatar/AvatarClose/AvatarClose.module.css +4 -4
  506. package/lib/avatar/AvatarClose/docs/AvatarClose__default.docs.js +36 -27
  507. package/lib/avatar/AvatarCollision/AvatarCollision.js +80 -69
  508. package/lib/avatar/AvatarCollision/AvatarCollision.module.css +9 -9
  509. package/lib/avatar/AvatarCollision/docs/AvatarCollision__default.docs.js +45 -41
  510. package/lib/avatar/AvatarIcon/AvatarIcon.js +88 -66
  511. package/lib/avatar/AvatarIcon/AvatarIcon.module.css +32 -10
  512. package/lib/avatar/AvatarIcon/docs/AvatarIcon__palette.docs.js +56 -37
  513. package/lib/avatar/AvatarIcon/docs/AvatarIcon__size.docs.js +60 -32
  514. package/lib/avatar/AvatarStatus/AvatarStatus.js +98 -57
  515. package/lib/avatar/AvatarStatus/AvatarStatus.module.css +87 -34
  516. package/lib/avatar/AvatarStatus/docs/AvatarStatus__size.docs.js +50 -34
  517. package/lib/avatar/AvatarStatus/docs/AvatarStatus__state.docs.js +42 -35
  518. package/lib/avatar/AvatarThread/AvatarThread.js +115 -86
  519. package/lib/avatar/AvatarThread/AvatarThread.module.css +115 -17
  520. package/lib/avatar/AvatarThread/docs/AvatarThread__default.docs.js +159 -52
  521. package/lib/avatar/AvatarUser/AvatarUser.js +149 -98
  522. package/lib/avatar/AvatarUser/AvatarUser.module.css +95 -25
  523. package/lib/avatar/AvatarUser/docs/AvatarUser__default.docs.js +185 -129
  524. package/lib/avatar/AvatarWithTeam/AvatarWithTeam.js +131 -61
  525. package/lib/avatar/AvatarWithTeam/AvatarWithTeam.module.css +5 -5
  526. package/lib/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js +45 -48
  527. package/lib/avatar/AvatarWithTeam/docs/AvatarWithTeam__default.docs.js +37 -27
  528. package/lib/common/dot_animation.module.css +27 -0
  529. package/lib/common/dot_common.module.css +4 -0
  530. package/lib/deprecated/SelectDropdown/SelectDropdown.js +208 -0
  531. package/lib/deprecated/SelectDropdown/SelectDropdown.module.css +56 -0
  532. package/lib/deprecated/SelectDropdown/docs/SelectDropdown__default.docs.js +80 -0
  533. package/lib/deprecated/utils/General.js +29 -0
  534. package/lib/{utils → deprecated/utils}/KeyboardApi.js +51 -14
  535. package/lib/docs/formDocs.js +247 -0
  536. package/lib/docs/generalDocs.js +666 -482
  537. package/lib/docs/lookupDocs.js +198 -107
  538. package/lib/docs/setupDocs.js +86 -126
  539. package/lib/dropdown/ToggleDropDown/ToggleDropDown.js +849 -493
  540. package/lib/dropdown/ToggleDropDown/ToggleDropDown.module.css +39 -13
  541. package/lib/dropdown/ToggleDropDown/docs/ToggleDropDown__default.docs.js +241 -56
  542. package/lib/emptystate/CommonEmptyState/CommonEmptyState.js +98 -105
  543. package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +66 -15
  544. package/lib/emptystate/CommonEmptyState/docs/CommonEmptyState__default.docs.js +131 -70
  545. package/lib/emptystate/EditionPage/EditionPage.css +5 -5
  546. package/lib/emptystate/EditionPage/EditionPage.js +69 -74
  547. package/lib/emptystate/EditionPage/docs/EditionPage__default.docs.js +38 -22
  548. package/lib/errorstate/EmptyStates.module.css +56 -13
  549. package/lib/errorstate/Inconvenience/Inconvenience.js +104 -73
  550. package/lib/errorstate/Inconvenience/Inconvenience.module.css +0 -2
  551. package/lib/errorstate/Inconvenience/docs/Inconvenience__default.docs.js +32 -21
  552. package/lib/errorstate/LinkText/LinkText.js +50 -37
  553. package/lib/errorstate/LinkText/LinkText.module.css +2 -2
  554. package/lib/errorstate/LinkText/docs/LinkText__default.docs.js +31 -18
  555. package/lib/errorstate/NoRequestFound/NoRequestFound.js +104 -73
  556. package/lib/errorstate/NoRequestFound/NoRequestFound.module.css +0 -2
  557. package/lib/errorstate/NoRequestFound/docs/NoRequestFound__default.docs.js +33 -20
  558. package/lib/errorstate/PermissionPlay/PermissionPlay.js +103 -81
  559. package/lib/errorstate/PermissionPlay/PermissionPlay.module.css +10 -9
  560. package/lib/errorstate/PermissionPlay/docs/PermissionPlay__default.docs.js +33 -22
  561. package/lib/errorstate/RequestUrlNotFound/RequestUrlNotFound.js +104 -73
  562. package/lib/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css +0 -2
  563. package/lib/errorstate/RequestUrlNotFound/docs/RequestUrlNotFound__default.docs.js +32 -21
  564. package/lib/errorstate/UnableToProcess/UnableToProcess.js +104 -73
  565. package/lib/errorstate/UnableToProcess/UnableToProcess.module.css +0 -15
  566. package/lib/errorstate/UnableToProcess/docs/UnableToProcess__default.docs.js +32 -21
  567. package/lib/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +104 -73
  568. package/lib/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css +0 -15
  569. package/lib/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__insufficient.docs.js +33 -22
  570. package/lib/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__unauthorizedLogin.docs.js +32 -21
  571. package/lib/errorstate/WillBack/WillBack.js +92 -66
  572. package/lib/errorstate/WillBack/WillBack.module.css +23 -10
  573. package/lib/errorstate/WillBack/docs/WillBack__default.docs.js +34 -23
  574. package/lib/form/fields/CheckBoxField/CheckBoxField.js +236 -0
  575. package/lib/form/fields/CheckBoxField/docs/CheckBoxField__default.docs.js +87 -0
  576. package/lib/form/fields/CurrencyField/CurrencyField.js +287 -0
  577. package/lib/form/fields/CurrencyField/docs/CurrencyField__default.docs.js +86 -0
  578. package/lib/form/fields/DateField/DateField.js +301 -0
  579. package/lib/form/fields/DateField/docs/DateField__default.docs.js +81 -0
  580. package/lib/form/fields/FieldContainer/FieldContainer.js +136 -0
  581. package/lib/form/fields/FieldContainer/docs/FieldContainer__default.docs.js +104 -0
  582. package/lib/form/fields/Fields.module.css +183 -0
  583. package/lib/form/fields/MultiSelectField/MultiSelectField.js +333 -0
  584. package/lib/form/fields/MultiSelectField/docs/MultiSelectField__default.docs.js +107 -0
  585. package/lib/form/fields/PhoneField/PhoneField.js +286 -0
  586. package/lib/form/fields/PhoneField/docs/PhoneField__default.docs.js +76 -0
  587. package/lib/form/fields/RadioField/RadioField.js +205 -0
  588. package/lib/form/fields/SelectField/SelectField.js +300 -0
  589. package/lib/form/fields/SelectField/docs/SelectField__default.docs.js +117 -0
  590. package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.js +393 -0
  591. package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +107 -0
  592. package/lib/form/fields/TagsMultiSelect/docs/TagsMultiSelect__default.docs.js +126 -0
  593. package/lib/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +368 -0
  594. package/lib/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css +9 -0
  595. package/lib/form/fields/TagsMultiSelectField/docs/TagsMultiSelectField__default.docs.js +96 -0
  596. package/lib/form/fields/TextBoxField/TextBoxField.js +267 -0
  597. package/lib/form/fields/TextBoxField/docs/TextBoxField__default.docs.js +130 -0
  598. package/lib/form/fields/TextEditor/TextEditor.js +506 -0
  599. package/lib/form/fields/TextEditor/TextEditor.module.css +666 -0
  600. package/lib/form/fields/TextEditorField/TextEditorField.js +292 -0
  601. package/lib/form/fields/TextEditorField/docs/TextEditorField__default.docs.js +101 -0
  602. package/lib/form/fields/TextEditorWrapper/TextEditorWrapper.js +296 -0
  603. package/lib/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +37 -0
  604. package/lib/form/fields/TextareaField/TextareaField.js +260 -0
  605. package/lib/form/fields/TextareaField/docs/TextareaField__default.docs.js +83 -0
  606. package/lib/form/fields/ValidationMessage/ValidationMessage.js +124 -0
  607. package/lib/form/fields/ValidationMessage/ValidationMessage.module.css +27 -0
  608. package/lib/form/fields/ValidationMessage/docs/ValidationMessage__default.docs.js +103 -0
  609. package/lib/form/fields/props/FieldCommonDefaultProps.js +19 -0
  610. package/lib/form/fields/props/FieldCommonPropTypes.js +34 -0
  611. package/lib/form/layout/Field/Field.js +97 -0
  612. package/lib/form/layout/Field/Field.module.css +22 -0
  613. package/lib/form/layout/Field/docs/Field__default.docs.js +74 -0
  614. package/lib/form/layout/Section/ModuleFormSection.module.css +3 -0
  615. package/lib/form/layout/Section/Section.js +93 -0
  616. package/lib/form/layout/Section/docs/Section__default.docs.js +71 -0
  617. package/lib/i18n.js +3417 -0
  618. package/lib/index.js +48 -34
  619. package/lib/layout/SetupDetailLayout/SetupDetailLayout.js +221 -245
  620. package/lib/layout/SetupDetailLayout/SetupDetailLayout.module.css +20 -20
  621. package/lib/layout/SetupDetailLayout/docs/SetupDetailLayout__default.docs.js +44 -63
  622. package/lib/layout/SetupDetailLayout/index.js +15 -12
  623. package/lib/layout/SubtabLayout/SubtabLayout.js +220 -174
  624. package/lib/layout/SubtabLayout/SubtabLayout.module.css +72 -16
  625. package/lib/layout/SubtabLayout/docs/SubtabLayout__default.docs.js +71 -158
  626. package/lib/layout/SubtabLayout/index.js +19 -10
  627. package/lib/list/AvatarFlip/AvatarFlip.js +95 -67
  628. package/lib/list/AvatarFlip/AvatarFlip.module.css +1 -13
  629. package/lib/list/AvatarFlip/docs/AvatarFlip__default.docs.js +111 -289
  630. package/lib/list/BluePrintStatus/BluePrintStatus.js +39 -34
  631. package/lib/list/BluePrintStatus/BluePrintStatus.module.css +8 -6
  632. package/lib/list/BluePrintStatus/docs/BluePrintStatus__default.docs.js +29 -18
  633. package/lib/list/Comment/Comment.js +59 -58
  634. package/lib/list/Comment/Comment.module.css +12 -5
  635. package/lib/list/Comment/docs/Comment__default.docs.js +38 -21
  636. package/lib/list/DepartmentDropDown/DepartmentDropDown.js +121 -61
  637. package/lib/list/DepartmentDropDown/DepartmentDropDown.module.css +6 -80
  638. package/lib/list/Dot/Dot.js +42 -32
  639. package/lib/list/Dot/Dot.module.css +7 -5
  640. package/lib/list/DotNew/DotNew.js +46 -21
  641. package/lib/list/DotNew/DotNew.module.css +14 -11
  642. package/lib/list/DotNew/docs/DotNew__default.docs.js +32 -17
  643. package/lib/list/GridStencils/GridStencils.js +51 -45
  644. package/lib/list/GridStencils/GridStencils.module.css +23 -68
  645. package/lib/list/GridStencils/docs/GridStencils__default.docs.js +46 -32
  646. package/lib/list/Icons/AddNewIcon.js +55 -65
  647. package/lib/list/Icons/CompleteIcon.js +79 -74
  648. package/lib/list/Icons/DeleteIcon.js +51 -69
  649. package/lib/list/Icons/EditIcon.js +58 -75
  650. package/lib/list/Icons/FloatingIcons.js +46 -31
  651. package/lib/list/Icons/Icons.module.css +6 -5
  652. package/lib/list/Icons/ReadUnreadIcon.js +92 -0
  653. package/lib/list/Icons/SmartIcon.js +82 -61
  654. package/lib/list/Icons/docs/FloatingIcons__default.docs.js +39 -39
  655. package/lib/list/ListLayout/ListLayout.js +116 -100
  656. package/lib/list/ListLayout/ListLayout.module.css +38 -7
  657. package/lib/list/ListLayout/docs/ListLayout__default.docs.js +70 -109
  658. package/lib/list/ListStencils/ListStencils.js +58 -42
  659. package/lib/list/ListStencils/ListStencils.module.css +48 -8
  660. package/lib/list/ListStencils/docs/ListStencils__default.docs.js +32 -17
  661. package/lib/list/SecondaryText/AccountName.js +110 -78
  662. package/lib/list/SecondaryText/ContactName.js +125 -107
  663. package/lib/list/SecondaryText/DepartmentText.js +46 -33
  664. package/lib/list/SecondaryText/Email.js +72 -65
  665. package/lib/list/SecondaryText/HappinessRating.js +44 -40
  666. package/lib/list/SecondaryText/PhoneNumber.js +79 -68
  667. package/lib/list/SecondaryText/PriorityText.js +48 -38
  668. package/lib/list/SecondaryText/SecondaryText.js +59 -40
  669. package/lib/list/SecondaryText/SecondaryText.module.css +53 -21
  670. package/lib/list/SecondaryText/StatusText.js +52 -39
  671. package/lib/list/SecondaryText/TicketId.js +79 -41
  672. package/lib/list/SecondaryText/Website.js +52 -62
  673. package/lib/list/SecondaryText/docs/ContactName__default.docs.js +35 -17
  674. package/lib/list/SecondaryText/index.js +46 -57
  675. package/lib/list/SecondryPanel/SecondryPanel.js +133 -119
  676. package/lib/list/SecondryPanel/SecondryPanel.module.css +1 -22
  677. package/lib/list/SecondryPanel/docs/SecondryPanelDocs.module.css +7 -11
  678. package/lib/list/SecondryPanel/docs/SecondryPanel__default.docs.js +93 -112
  679. package/lib/list/SentimentStatus/SentimentStatus.js +41 -31
  680. package/lib/list/SentimentStatus/SentimentStatus.module.css +1 -1
  681. package/lib/list/SentimentStatus/docs/SentimentStatus__default.docs.js +29 -18
  682. package/lib/list/Subject/Subject.js +87 -67
  683. package/lib/list/Subject/Subject.module.css +21 -3
  684. package/lib/list/Subject/docs/Subject__default.docs.js +56 -30
  685. package/lib/list/TagNew/TagNew.js +50 -36
  686. package/lib/list/TagNew/TagNew.module.css +5 -5
  687. package/lib/list/TagNew/docs/TagNew__default.docs.js +35 -17
  688. package/lib/list/Thread/Thread.js +59 -43
  689. package/lib/list/Thread/Thread.module.css +30 -7
  690. package/lib/list/Thread/docs/Thread__default.docs.js +34 -17
  691. package/lib/list/UserTime/UserTime.js +104 -92
  692. package/lib/list/UserTime/UserTime.module.css +23 -14
  693. package/lib/list/UserTime/docs/UserTime__default.docs.js +157 -153
  694. package/lib/list/listCommon.module.css +19 -51
  695. package/lib/list/status/StatusDropdown/StatusDropdown.js +566 -0
  696. package/lib/list/status/StatusDropdown/StatusDropdown.module.css +92 -0
  697. package/lib/list/status/StatusDropdown/docs/StatusDropdown__default.docs.js +178 -0
  698. package/lib/list/status/StatusListItem/StatusListItem.js +206 -0
  699. package/lib/list/status/StatusListItem/StatusListItem.module.css +104 -0
  700. package/lib/list/status/StatusListItem/docs/StatusListItem__default.docs.js +77 -0
  701. package/lib/lookup/EmptyPage/EmptyPage.js +56 -51
  702. package/lib/lookup/EmptyPage/LookupEmptyPage.module.css +1 -1
  703. package/lib/lookup/EmptyPage/docs/EmptyPage__account.docs.js +32 -17
  704. package/lib/lookup/EmptyPage/docs/EmptyPage__contact.docs.js +32 -17
  705. package/lib/lookup/EmptyPage/docs/EmptyPage__default.docs.js +29 -16
  706. package/lib/lookup/EmptyPage/docs/EmptyPage__product.docs.js +32 -17
  707. package/lib/lookup/Lookup/Lookup.js +110 -77
  708. package/lib/lookup/Lookup/Lookup.module.css +12 -8
  709. package/lib/lookup/Lookup/docs/Lookup__contact.docs.js +99 -86
  710. package/lib/lookup/Lookup/docs/Lookup__default.docs.js +63 -55
  711. package/lib/lookup/Section/LookupSection.module.css +3 -2
  712. package/lib/lookup/Section/Section.js +44 -37
  713. package/lib/lookup/header/Close/Close.js +39 -31
  714. package/lib/lookup/header/Close/LookupClose.module.css +5 -5
  715. package/lib/lookup/header/Close/docs/Close__default.docs.js +32 -17
  716. package/lib/lookup/header/ModuleHeader/ModuleHeader.js +100 -91
  717. package/lib/lookup/header/ModuleHeader/docs/ModuleHeader__default.docs.js +47 -23
  718. package/lib/lookup/header/Search/LookupSearch.module.css +52 -9
  719. package/lib/lookup/header/Search/Search.js +242 -88
  720. package/lib/lookup/header/Search/docs/Search__default.docs.js +130 -34
  721. package/lib/lookup/header/TicketHeader/TicketHeader.js +120 -123
  722. package/lib/lookup/header/TicketHeader/TicketHeader.module.css +3 -2
  723. package/lib/lookup/header/TicketHeader/docs/TicketHeader__default.docs.js +71 -29
  724. package/lib/lookup/header/Title/LookupTitle.module.css +4 -4
  725. package/lib/lookup/header/Title/Title.js +39 -35
  726. package/lib/lookup/header/Title/docs/Title__default.docs.js +34 -17
  727. package/lib/lookup/header/ViewDropDown/ViewDropDown.js +186 -192
  728. package/lib/lookup/header/ViewDropDown/ViewDropDown.module.css +9 -11
  729. package/lib/lookup/header/ViewDropDown/docs/ViewDropDown__default.docs.js +71 -33
  730. package/lib/lookup/header/lookupHeaderCommon.module.css +13 -5
  731. package/lib/lookup/header/lookupHeaderCommonResponsive.module.css +1 -1
  732. package/lib/setup/header/Button/Button.js +47 -41
  733. package/lib/setup/header/Button/docs/Button__default.docs.js +31 -18
  734. package/lib/setup/header/Link/HeaderLink.module.css +4 -5
  735. package/lib/setup/header/Link/Link.js +55 -54
  736. package/lib/setup/header/Link/docs/Link__default.docs.js +32 -18
  737. package/lib/setup/header/Search/Search.js +77 -67
  738. package/lib/setup/header/Search/Search.module.css +13 -12
  739. package/lib/setup/header/Search/docs/Search__default.docs.js +52 -33
  740. package/lib/setup/header/Views/Views.js +59 -56
  741. package/lib/setup/header/Views/Views.module.css +4 -4
  742. package/lib/setup/header/Views/docs/Views__default.docs.js +33 -22
  743. package/lib/setup/helptips/Description/Description.js +33 -25
  744. package/lib/setup/helptips/Description/HelpTipsDescription.module.css +2 -2
  745. package/lib/setup/helptips/Description/docs/Description__default.docs.js +35 -24
  746. package/lib/setup/helptips/Link/HelpTipsLink.module.css +2 -2
  747. package/lib/setup/helptips/Link/Link.js +49 -39
  748. package/lib/setup/helptips/Link/docs/Link__default.docs.js +36 -25
  749. package/lib/setup/helptips/ListGroup/ListGroup.js +52 -45
  750. package/lib/setup/helptips/ListGroup/ListGroup.module.css +2 -2
  751. package/lib/setup/helptips/ListGroup/docs/ListGroup__default.docs.js +39 -28
  752. package/lib/setup/helptips/Title/HelpTipsTitle.module.css +2 -2
  753. package/lib/setup/helptips/Title/Title.js +33 -25
  754. package/lib/setup/helptips/Title/docs/Title__default.docs.js +35 -22
  755. package/lib/setup/table/Table/Table.js +42 -30
  756. package/lib/setup/table/Table/docs/Table__default.docs.js +183 -173
  757. package/lib/setup/table/TableBody/TableBody.js +49 -32
  758. package/lib/setup/table/TableData/{TableData.css → SetupTableData.module.css} +0 -0
  759. package/lib/setup/table/TableData/TableData.js +52 -45
  760. package/lib/setup/table/TableData/{hover.css → Tablehover.module.css} +0 -0
  761. package/lib/setup/table/TableHead/{TableHead.css → SetupTableHead.module.css} +1 -1
  762. package/lib/setup/table/TableHead/TableHead.js +49 -48
  763. package/lib/setup/table/TableRow/{TableRow.css → SetupTableRow.module.css} +2 -2
  764. package/lib/setup/table/TableRow/TableRow.js +58 -54
  765. package/lib/setup/table/Text/{Text.css → TableText.module.css} +37 -37
  766. package/lib/setup/table/Text/Text.js +67 -71
  767. package/lib/setup/table/Text/docs/Text__default.docs.js +49 -50
  768. package/lib/svg/PlusIcon.js +46 -43
  769. package/lib/svg/SnippetIcon.js +48 -46
  770. package/lib/svg/TemplateIcon.js +51 -43
  771. package/lib/svg/docs/SVG__default.docs.js +49 -58
  772. package/lib/utils/ChannelIconMapping.js +105 -85
  773. package/lib/utils/Common.js +33 -0
  774. package/lib/utils/General.js +36 -4
  775. package/lib/utils/editorUtils.js +223 -0
  776. package/lib/version2/AlertClose/AlertClose.js +101 -0
  777. package/lib/version2/AlertClose/AlertClose.module.css +43 -0
  778. package/lib/version2/AlertClose/docs/AlertClose__default.docs.js +97 -0
  779. package/lib/version2/GlobalNotification/GlobalNotification.js +202 -0
  780. package/lib/version2/GlobalNotification/GlobalNotification.module.css +125 -0
  781. package/lib/version2/GlobalNotification/docs/GlobalNotification__default.docs.js +143 -0
  782. package/lib/version2/alertIcons/AlarmAlertIcon.js +125 -0
  783. package/lib/version2/alertIcons/AlertIcons.js +127 -0
  784. package/lib/version2/alertIcons/AlertIcons.module.css +67 -0
  785. package/lib/version2/alertIcons/DangerAlertIcon.js +126 -0
  786. package/lib/version2/alertIcons/ErrorAlertIcon.js +130 -0
  787. package/lib/version2/alertIcons/InfoAlertIcon.js +134 -0
  788. package/lib/version2/alertIcons/NotificationAlertIcon.js +130 -0
  789. package/lib/version2/alertIcons/SuccessAlertIcon.js +125 -0
  790. package/lib/version2/alertIcons/WarningAlertIcon.js +125 -0
  791. package/lib/version2/alertIcons/docs/AlertIcons__default.docs.js +187 -0
  792. package/lib/version2/errorstate/Inconvenience/Inconvenience.js +146 -0
  793. package/lib/version2/errorstate/Inconvenience/docs/Inconvenience__default.docs.js +68 -0
  794. package/lib/version2/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +147 -0
  795. package/lib/version2/errorstate/OopsSomethingMiss/docs/OopsSomethingMiss__default.docs.js +70 -0
  796. package/lib/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +146 -0
  797. package/lib/version2/errorstate/UnableToProcessRequest/docs/UnableToProcessRequest__default.docs.js +80 -0
  798. package/lib/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +150 -0
  799. package/lib/version2/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__default.docs.js +68 -0
  800. package/lib/version2/errorstate/UrlNotFound/UrlNotFound.js +146 -0
  801. package/lib/version2/errorstate/UrlNotFound/docs/UrlNotFound__default.docs.js +70 -0
  802. package/lib/version2/errorstate/V2_ErrorStates.module.css +46 -0
  803. package/lib/version2/errorstate/WillBeRightBack/WillBeRightBack.js +146 -0
  804. package/lib/version2/errorstate/WillBeRightBack/docs/WillBeRightBack__default.docs.js +68 -0
  805. package/lib/version2/lookup/AlertHeader/AlertHeader.js +134 -0
  806. package/lib/version2/lookup/AlertHeader/AlertHeaderNew.module.css +87 -0
  807. package/lib/version2/lookup/AlertHeader/docs/AlertHeader__default.docs.js +105 -0
  808. package/lib/version2/lookup/AlertLookup/AlertLookup.js +316 -0
  809. package/lib/version2/lookup/AlertLookup/AlertLookupNew.module.css +44 -0
  810. package/lib/version2/lookup/AlertLookup/docs/AlertLookup__default.docs.js +212 -0
  811. package/lib/version2/lookup/alertLookupCommonNew.module.css +33 -0
  812. package/lib/version2/notification/DesktopNotification/DesktopNotification.js +236 -0
  813. package/lib/version2/notification/DesktopNotification/DesktopNotification.module.css +106 -0
  814. package/lib/version2/notification/DesktopNotification/docs/DesktopNotification__default.docs.js +142 -0
  815. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +128 -0
  816. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +137 -0
  817. package/lib/version2/notification/DesktopNotificationHeader/docs/DesktopNotificationHeader__default.docs.js +108 -0
  818. package/package.json +47 -14
  819. package/__testUtils__/globals.js +0 -0
  820. package/es/GridIcons/GridIcons.js +0 -87
  821. package/es/GridIcons/GridIcons.module.css +0 -11
  822. package/es/GridIcons/docs/GridIcons__default.docs.js +0 -34
  823. package/es/list/StatusDropdown/StatusDropdown.js +0 -205
  824. package/es/list/StatusDropdown/StatusDropdown.module.css +0 -65
  825. package/es/list/StatusDropdown/docs/StatusDropdown__default.docs.js +0 -76
  826. package/es/list/TimeInfo/TimeInfo.js +0 -171
  827. package/es/list/TimeInfo/docs/TimeInfo__default.docs.js +0 -49
  828. package/es/setup/header/SelectDropdown/SelectDropdown.js +0 -162
  829. package/es/setup/header/SelectDropdown/SelectDropdown.module.css +0 -43
  830. package/es/setup/header/SelectDropdown/docs/SelectDropdown__default.docs.js +0 -44
  831. package/es/setup/table/Text/Text.css +0 -37
  832. package/es/utils/Ticket.js +0 -3
  833. package/lib/GridIcons/GridIcons.js +0 -109
  834. package/lib/GridIcons/GridIcons.module.css +0 -11
  835. package/lib/GridIcons/docs/GridIcons__default.docs.js +0 -50
  836. package/lib/list/StatusDropdown/StatusDropdown.js +0 -243
  837. package/lib/list/StatusDropdown/StatusDropdown.module.css +0 -65
  838. package/lib/list/StatusDropdown/docs/StatusDropdown__default.docs.js +0 -96
  839. package/lib/list/TimeInfo/TimeInfo.js +0 -191
  840. package/lib/list/TimeInfo/docs/TimeInfo__default.docs.js +0 -69
  841. package/lib/setup/header/SelectDropdown/SelectDropdown.js +0 -200
  842. package/lib/setup/header/SelectDropdown/SelectDropdown.module.css +0 -43
  843. package/lib/setup/header/SelectDropdown/docs/SelectDropdown__default.docs.js +0 -63
  844. package/lib/utils/Ticket.js +0 -8
  845. package/postpublish.js +0 -100
  846. package/src/ChannelIcon/ChannelIcon.js +0 -120
  847. package/src/ChannelIcon/ChannelIcon.module.css +0 -187
  848. package/src/ChannelIcon/docs/ChannelIcon__default.docs.js +0 -63
  849. package/src/Drawer/Drawer.js +0 -273
  850. package/src/Drawer/Drawer.module.css +0 -151
  851. package/src/Drawer/docs/Drawer__default.docs.js +0 -45
  852. package/src/Drawer/docs/Drawer__noFreeze.docs.js +0 -21
  853. package/src/ExternalLink/ExternalLink.js +0 -57
  854. package/src/ExternalLink/ExternalLink.module.css +0 -4
  855. package/src/ExternalLink/__tests__/ExternalLink.spec.js +0 -28
  856. package/src/ExternalLink/docs/ExternalLink__default.docs.js +0 -24
  857. package/src/FlipCard/FlipCard.js +0 -159
  858. package/src/FlipCard/FlipCard.module.css +0 -35
  859. package/src/FlipCard/docs/FlipCard__default.docs.js +0 -76
  860. package/src/FormAction/FormAction.js +0 -120
  861. package/src/FormAction/FormAction.module.css +0 -52
  862. package/src/FormAction/docs/FormAction__default.docs.js +0 -94
  863. package/src/FreezeLayer/FreezeLayer.js +0 -130
  864. package/src/FreezeLayer/FreezeLayer.module.css +0 -37
  865. package/src/FreezeLayer/docs/FreezeLayer__dark.docs.js +0 -53
  866. package/src/FreezeLayer/docs/FreezeLayer__default.docs.js +0 -51
  867. package/src/GridIcons/GridIcons.js +0 -66
  868. package/src/GridIcons/GridIcons.module.css +0 -11
  869. package/src/GridIcons/docs/GridIcons__default.docs.js +0 -13
  870. package/src/Image/Image.js +0 -41
  871. package/src/Image/Image.module.css +0 -11
  872. package/src/Image/docs/Image__default.docs.js +0 -18
  873. package/src/Link/Link.js +0 -115
  874. package/src/Link/Link.module.css +0 -4
  875. package/src/Link/LinkContext.js +0 -9
  876. package/src/Link/docs/Link__default.docs.js +0 -91
  877. package/src/PlusIcon/PlusIcon.js +0 -68
  878. package/src/PlusIcon/PlusIcon.module.css +0 -7
  879. package/src/PlusIcon/docs/PlusIcon__default.docs.js +0 -18
  880. package/src/ToastMessage/ToastMessage.js +0 -289
  881. package/src/ToastMessage/ToastMessage.module.css +0 -260
  882. package/src/ToastMessage/docs/ToastMessage__custom.docs.js +0 -97
  883. package/src/ToastMessage/docs/ToastMessage__information.docs.js +0 -55
  884. package/src/ToastMessage/docs/ToastMessage__primary.docs.js +0 -135
  885. package/src/ToastMessage/docs/ToastMessage__secondary.docs.js +0 -40
  886. package/src/ToastMessage/docs/ToastMessage__success.docs.js +0 -68
  887. package/src/actions/index.js +0 -22
  888. package/src/alert/AlertHeader/AlertHeader.js +0 -115
  889. package/src/alert/AlertHeader/AlertHeader.module.css +0 -62
  890. package/src/alert/AlertHeader/docs/AlertHeader__default.docs.js +0 -72
  891. package/src/alert/AlertLookup/AlertLookup.js +0 -174
  892. package/src/alert/AlertLookup/AlertLookup.module.css +0 -20
  893. package/src/alert/AlertLookup/docs/AlertLookup__default.docs.js +0 -123
  894. package/src/avatar/AvatarClose/AvatarClose.js +0 -43
  895. package/src/avatar/AvatarClose/AvatarClose.module.css +0 -31
  896. package/src/avatar/AvatarClose/docs/AvatarClose__default.docs.js +0 -26
  897. package/src/avatar/AvatarCollision/AvatarCollision.js +0 -72
  898. package/src/avatar/AvatarCollision/AvatarCollision.module.css +0 -55
  899. package/src/avatar/AvatarCollision/docs/AvatarCollision__default.docs.js +0 -40
  900. package/src/avatar/AvatarIcon/AvatarIcon.js +0 -83
  901. package/src/avatar/AvatarIcon/AvatarIcon.module.css +0 -36
  902. package/src/avatar/AvatarIcon/docs/AvatarIcon__palette.docs.js +0 -35
  903. package/src/avatar/AvatarIcon/docs/AvatarIcon__size.docs.js +0 -36
  904. package/src/avatar/AvatarStatus/AvatarStatus.js +0 -51
  905. package/src/avatar/AvatarStatus/AvatarStatus.module.css +0 -64
  906. package/src/avatar/AvatarStatus/docs/AvatarStatus__size.docs.js +0 -34
  907. package/src/avatar/AvatarStatus/docs/AvatarStatus__state.docs.js +0 -63
  908. package/src/avatar/AvatarThread/AvatarThread.js +0 -88
  909. package/src/avatar/AvatarThread/AvatarThread.module.css +0 -58
  910. package/src/avatar/AvatarThread/docs/AvatarThread__default.docs.js +0 -45
  911. package/src/avatar/AvatarUser/AvatarUser.js +0 -100
  912. package/src/avatar/AvatarUser/AvatarUser.module.css +0 -61
  913. package/src/avatar/AvatarUser/docs/AvatarUser__default.docs.js +0 -111
  914. package/src/avatar/AvatarWithTeam/AvatarWithTeam.js +0 -57
  915. package/src/avatar/AvatarWithTeam/AvatarWithTeam.module.css +0 -16
  916. package/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js +0 -50
  917. package/src/avatar/AvatarWithTeam/docs/AvatarWithTeam__default.docs.js +0 -28
  918. package/src/docs/generalDocs.js +0 -119
  919. package/src/docs/lookupDocs.js +0 -33
  920. package/src/docs/setupDocs.js +0 -27
  921. package/src/dropdown/ToggleDropDown/ToggleDropDown.js +0 -598
  922. package/src/dropdown/ToggleDropDown/docs/ToggleDropDown__default.docs.js +0 -75
  923. package/src/emptystate/CommonEmptyState/CommonEmptyState.js +0 -117
  924. package/src/emptystate/CommonEmptyState/CommonEmptyState.module.css +0 -31
  925. package/src/emptystate/CommonEmptyState/docs/CommonEmptyState__default.docs.js +0 -53
  926. package/src/emptystate/EditionPage/EditionPage.css +0 -37
  927. package/src/emptystate/EditionPage/EditionPage.js +0 -69
  928. package/src/emptystate/EditionPage/docs/EditionPage__default.docs.js +0 -23
  929. package/src/errorstate/EmptyStates.module.css +0 -40
  930. package/src/errorstate/Inconvenience/Inconvenience.js +0 -42
  931. package/src/errorstate/Inconvenience/Inconvenience.module.css +0 -6
  932. package/src/errorstate/LinkText/LinkText.js +0 -28
  933. package/src/errorstate/LinkText/LinkText.module.css +0 -6
  934. package/src/errorstate/LinkText/docs/LinkText__default.docs.js +0 -13
  935. package/src/errorstate/NoRequestFound/NoRequestFound.js +0 -42
  936. package/src/errorstate/NoRequestFound/NoRequestFound.module.css +0 -5
  937. package/src/errorstate/NoRequestFound/docs/NoRequestFound__default.docs.js +0 -19
  938. package/src/errorstate/PermissionPlay/PermissionPlay.js +0 -46
  939. package/src/errorstate/PermissionPlay/PermissionPlay.module.css +0 -33
  940. package/src/errorstate/PermissionPlay/docs/PermissionPlay__default.docs.js +0 -20
  941. package/src/errorstate/RequestUrlNotFound/RequestUrlNotFound.js +0 -42
  942. package/src/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css +0 -5
  943. package/src/errorstate/RequestUrlNotFound/docs/RequestUrlNotFound__default.docs.js +0 -19
  944. package/src/errorstate/UnableToProcess/UnableToProcess.js +0 -42
  945. package/src/errorstate/UnableToProcess/UnableToProcess.module.css +0 -14
  946. package/src/errorstate/UnableToProcess/docs/UnableToProcess__default.docs.js +0 -19
  947. package/src/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +0 -42
  948. package/src/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css +0 -14
  949. package/src/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__insufficient.docs.js +0 -20
  950. package/src/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__unauthorizedLogin.docs.js +0 -19
  951. package/src/errorstate/WillBack/WillBack.js +0 -40
  952. package/src/errorstate/WillBack/WillBack.module.css +0 -21
  953. package/src/errorstate/WillBack/docs/WillBack__default.docs.js +0 -21
  954. package/src/index.js +0 -14
  955. package/src/layout/SetupDetailLayout/SetupDetailLayout.js +0 -248
  956. package/src/layout/SetupDetailLayout/SetupDetailLayout.module.css +0 -116
  957. package/src/layout/SetupDetailLayout/docs/SetupDetailLayout__default.docs.js +0 -35
  958. package/src/layout/SetupDetailLayout/index.js +0 -4
  959. package/src/layout/SubtabLayout/SubtabLayout.js +0 -166
  960. package/src/layout/SubtabLayout/SubtabLayout.module.css +0 -66
  961. package/src/layout/SubtabLayout/docs/SubtabLayout__default.docs.js +0 -72
  962. package/src/layout/SubtabLayout/index.js +0 -3
  963. package/src/list/AvatarFlip/AvatarFlip.js +0 -89
  964. package/src/list/AvatarFlip/AvatarFlip.module.css +0 -15
  965. package/src/list/AvatarFlip/docs/AvatarFlip__default.docs.js +0 -207
  966. package/src/list/BluePrintStatus/BluePrintStatus.js +0 -31
  967. package/src/list/BluePrintStatus/BluePrintStatus.module.css +0 -13
  968. package/src/list/BluePrintStatus/docs/BluePrintStatus__default.docs.js +0 -20
  969. package/src/list/Comment/Comment.js +0 -54
  970. package/src/list/Comment/Comment.module.css +0 -17
  971. package/src/list/Comment/docs/Comment__default.docs.js +0 -22
  972. package/src/list/DepartmentDropDown/DepartmentDropDown.js +0 -78
  973. package/src/list/DepartmentDropDown/DepartmentDropDown.module.css +0 -62
  974. package/src/list/Dot/Dot.js +0 -28
  975. package/src/list/Dot/Dot.module.css +0 -13
  976. package/src/list/DotNew/DotNew.js +0 -24
  977. package/src/list/DotNew/DotNew.module.css +0 -16
  978. package/src/list/DotNew/docs/DotNew__default.docs.js +0 -18
  979. package/src/list/GridStencils/GridStencils.js +0 -46
  980. package/src/list/GridStencils/GridStencils.module.css +0 -131
  981. package/src/list/GridStencils/docs/GridStencils__default.docs.js +0 -30
  982. package/src/list/Icons/AddNewIcon.js +0 -53
  983. package/src/list/Icons/CompleteIcon.js +0 -54
  984. package/src/list/Icons/DeleteIcon.js +0 -61
  985. package/src/list/Icons/EditIcon.js +0 -61
  986. package/src/list/Icons/FloatingIcons.js +0 -32
  987. package/src/list/Icons/Icons.module.css +0 -15
  988. package/src/list/Icons/SmartIcon.js +0 -40
  989. package/src/list/Icons/docs/FloatingIcons__default.docs.js +0 -37
  990. package/src/list/ListLayout/ListLayout.js +0 -105
  991. package/src/list/ListLayout/ListLayout.module.css +0 -30
  992. package/src/list/ListLayout/docs/ListLayout__default.docs.js +0 -54
  993. package/src/list/ListStencils/ListStencils.js +0 -34
  994. package/src/list/ListStencils/ListStencils.module.css +0 -24
  995. package/src/list/ListStencils/docs/ListStencils__default.docs.js +0 -18
  996. package/src/list/SecondaryText/AccountName.js +0 -80
  997. package/src/list/SecondaryText/ContactName.js +0 -107
  998. package/src/list/SecondaryText/DepartmentText.js +0 -32
  999. package/src/list/SecondaryText/Email.js +0 -69
  1000. package/src/list/SecondaryText/HappinessRating.js +0 -37
  1001. package/src/list/SecondaryText/PhoneNumber.js +0 -72
  1002. package/src/list/SecondaryText/PriorityText.js +0 -40
  1003. package/src/list/SecondaryText/SecondaryText.js +0 -36
  1004. package/src/list/SecondaryText/SecondaryText.module.css +0 -94
  1005. package/src/list/SecondaryText/StatusText.js +0 -47
  1006. package/src/list/SecondaryText/TicketId.js +0 -41
  1007. package/src/list/SecondaryText/Website.js +0 -58
  1008. package/src/list/SecondaryText/docs/ContactName__default.docs.js +0 -18
  1009. package/src/list/SecondaryText/index.js +0 -11
  1010. package/src/list/SecondryPanel/SecondryPanel.js +0 -120
  1011. package/src/list/SecondryPanel/SecondryPanel.module.css +0 -27
  1012. package/src/list/SecondryPanel/docs/SecondryPanelDocs.module.css +0 -41
  1013. package/src/list/SecondryPanel/docs/SecondryPanel__default.docs.js +0 -66
  1014. package/src/list/SentimentStatus/SentimentStatus.js +0 -32
  1015. package/src/list/SentimentStatus/SentimentStatus.module.css +0 -9
  1016. package/src/list/SentimentStatus/docs/SentimentStatus__default.docs.js +0 -20
  1017. package/src/list/StatusDropdown/StatusDropdown.js +0 -174
  1018. package/src/list/StatusDropdown/StatusDropdown.module.css +0 -51
  1019. package/src/list/StatusDropdown/docs/StatusDropdown__default.docs.js +0 -72
  1020. package/src/list/Subject/Subject.js +0 -71
  1021. package/src/list/Subject/Subject.module.css +0 -9
  1022. package/src/list/Subject/docs/Subject__default.docs.js +0 -27
  1023. package/src/list/TagNew/TagNew.js +0 -37
  1024. package/src/list/TagNew/TagNew.module.css +0 -108
  1025. package/src/list/TagNew/docs/TagNew__default.docs.js +0 -18
  1026. package/src/list/Thread/Thread.js +0 -36
  1027. package/src/list/Thread/Thread.module.css +0 -15
  1028. package/src/list/Thread/docs/Thread__default.docs.js +0 -18
  1029. package/src/list/TimeInfo/TimeInfo.js +0 -156
  1030. package/src/list/TimeInfo/docs/TimeInfo__default.docs.js +0 -26
  1031. package/src/list/UserTime/UserTime.js +0 -130
  1032. package/src/list/UserTime/UserTime.module.css +0 -42
  1033. package/src/list/UserTime/docs/UserTime__default.docs.js +0 -122
  1034. package/src/list/listCommon.module.css +0 -84
  1035. package/src/lookup/EmptyPage/EmptyPage.js +0 -62
  1036. package/src/lookup/EmptyPage/LookupEmptyPage.module.css +0 -12
  1037. package/src/lookup/EmptyPage/docs/EmptyPage__account.docs.js +0 -17
  1038. package/src/lookup/EmptyPage/docs/EmptyPage__contact.docs.js +0 -17
  1039. package/src/lookup/EmptyPage/docs/EmptyPage__default.docs.js +0 -16
  1040. package/src/lookup/EmptyPage/docs/EmptyPage__product.docs.js +0 -17
  1041. package/src/lookup/Lookup/Lookup.js +0 -80
  1042. package/src/lookup/Lookup/Lookup.module.css +0 -22
  1043. package/src/lookup/Lookup/docs/Lookup__contact.docs.js +0 -189
  1044. package/src/lookup/Lookup/docs/Lookup__default.docs.js +0 -59
  1045. package/src/lookup/Section/LookupSection.module.css +0 -7
  1046. package/src/lookup/Section/Section.js +0 -27
  1047. package/src/lookup/header/Close/Close.js +0 -36
  1048. package/src/lookup/header/Close/LookupClose.module.css +0 -15
  1049. package/src/lookup/header/Close/docs/Close__default.docs.js +0 -17
  1050. package/src/lookup/header/ModuleHeader/ModuleHeader.js +0 -76
  1051. package/src/lookup/header/ModuleHeader/docs/ModuleHeader__default.docs.js +0 -39
  1052. package/src/lookup/header/Search/LookupSearch.module.css +0 -14
  1053. package/src/lookup/header/Search/Search.js +0 -104
  1054. package/src/lookup/header/Search/docs/Search__default.docs.js +0 -41
  1055. package/src/lookup/header/TicketHeader/TicketHeader.js +0 -105
  1056. package/src/lookup/header/TicketHeader/TicketHeader.module.css +0 -19
  1057. package/src/lookup/header/TicketHeader/docs/TicketHeader__default.docs.js +0 -63
  1058. package/src/lookup/header/Title/LookupTitle.module.css +0 -20
  1059. package/src/lookup/header/Title/Title.js +0 -37
  1060. package/src/lookup/header/Title/docs/Title__default.docs.js +0 -17
  1061. package/src/lookup/header/ViewDropDown/ViewDropDown.js +0 -185
  1062. package/src/lookup/header/ViewDropDown/ViewDropDown.module.css +0 -50
  1063. package/src/lookup/header/ViewDropDown/docs/ViewDropDown__default.docs.js +0 -54
  1064. package/src/lookup/header/lookupHeaderCommon.module.css +0 -21
  1065. package/src/lookup/header/lookupHeaderCommonResponsive.module.css +0 -15
  1066. package/src/setup/header/Button/Button.js +0 -40
  1067. package/src/setup/header/Button/HeaderButton.module.css +0 -3
  1068. package/src/setup/header/Button/docs/Button__default.docs.js +0 -21
  1069. package/src/setup/header/Link/HeaderLink.module.css +0 -16
  1070. package/src/setup/header/Link/Link.js +0 -48
  1071. package/src/setup/header/Link/docs/Link__default.docs.js +0 -20
  1072. package/src/setup/header/Search/Search.js +0 -74
  1073. package/src/setup/header/Search/Search.module.css +0 -56
  1074. package/src/setup/header/Search/docs/Search__default.docs.js +0 -32
  1075. package/src/setup/header/SelectDropdown/SelectDropdown.js +0 -122
  1076. package/src/setup/header/SelectDropdown/SelectDropdown.module.css +0 -35
  1077. package/src/setup/header/SelectDropdown/docs/SelectDropdown__default.docs.js +0 -31
  1078. package/src/setup/header/Views/Views.js +0 -62
  1079. package/src/setup/header/Views/Views.module.css +0 -27
  1080. package/src/setup/header/Views/docs/Views__default.docs.js +0 -20
  1081. package/src/setup/helptips/Description/Description.js +0 -22
  1082. package/src/setup/helptips/Description/HelpTipsDescription.module.css +0 -6
  1083. package/src/setup/helptips/Description/docs/Description__default.docs.js +0 -24
  1084. package/src/setup/helptips/Link/HelpTipsLink.module.css +0 -6
  1085. package/src/setup/helptips/Link/Link.js +0 -40
  1086. package/src/setup/helptips/Link/docs/Link__default.docs.js +0 -27
  1087. package/src/setup/helptips/ListGroup/ListGroup.js +0 -42
  1088. package/src/setup/helptips/ListGroup/ListGroup.module.css +0 -17
  1089. package/src/setup/helptips/ListGroup/docs/ListGroup__default.docs.js +0 -37
  1090. package/src/setup/helptips/Title/HelpTipsTitle.module.css +0 -5
  1091. package/src/setup/helptips/Title/Title.js +0 -22
  1092. package/src/setup/helptips/Title/docs/Title__default.docs.js +0 -22
  1093. package/src/setup/table/Table/Table.js +0 -25
  1094. package/src/setup/table/Table/docs/Table__default.docs.js +0 -115
  1095. package/src/setup/table/TableBody/TableBody.js +0 -27
  1096. package/src/setup/table/TableData/TableData.css +0 -36
  1097. package/src/setup/table/TableData/TableData.js +0 -45
  1098. package/src/setup/table/TableData/hover.css +0 -6
  1099. package/src/setup/table/TableHead/TableHead.css +0 -8
  1100. package/src/setup/table/TableHead/TableHead.js +0 -53
  1101. package/src/setup/table/TableRow/TableRow.css +0 -10
  1102. package/src/setup/table/TableRow/TableRow.js +0 -60
  1103. package/src/setup/table/Text/Text.js +0 -81
  1104. package/src/setup/table/Text/docs/Text__default.docs.js +0 -38
  1105. package/src/svg/PlusIcon.js +0 -43
  1106. package/src/svg/SnippetIcon.js +0 -50
  1107. package/src/svg/TemplateIcon.js +0 -46
  1108. package/src/svg/docs/SVG__default.docs.js +0 -46
  1109. package/src/utils/ChannelIconMapping.js +0 -112
  1110. package/src/utils/General.js +0 -18
  1111. package/src/utils/KeyboardApi.js +0 -280
  1112. package/src/utils/Ticket.js +0 -10
@@ -0,0 +1,125 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var _react = _interopRequireWildcard(require("react"));
11
+
12
+ var _propTypes = _interopRequireDefault(require("prop-types"));
13
+
14
+ var _AlertIconsModule = _interopRequireDefault(require("./AlertIcons.module.css"));
15
+
16
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
17
+
18
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
19
+
20
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
21
+
22
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
23
+
24
+ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
25
+
26
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
27
+
28
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
29
+
30
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
31
+
32
+ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
33
+
34
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
35
+
36
+ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
37
+
38
+ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
39
+
40
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
41
+
42
+ var SuccessAlertIcon = /*#__PURE__*/function (_Component) {
43
+ _inherits(SuccessAlertIcon, _Component);
44
+
45
+ var _super = _createSuper(SuccessAlertIcon);
46
+
47
+ function SuccessAlertIcon() {
48
+ _classCallCheck(this, SuccessAlertIcon);
49
+
50
+ return _super.apply(this, arguments);
51
+ }
52
+
53
+ _createClass(SuccessAlertIcon, [{
54
+ key: "render",
55
+ value: function render() {
56
+ var _this$props = this.props,
57
+ variant = _this$props.variant,
58
+ type = _this$props.type;
59
+ return /*#__PURE__*/_react["default"].createElement("svg", {
60
+ xmlns: "http://www.w3.org/2000/svg",
61
+ viewBox: "0 0 100 100",
62
+ className: type ? "".concat(_AlertIconsModule["default"][type]) : ''
63
+ }, /*#__PURE__*/_react["default"].createElement("path", {
64
+ className: "".concat(_AlertIconsModule["default"]["success_".concat(variant)]),
65
+ d: "M34.89,23.86s27.19-17.79,41-12.44S99,61.81,60.74,82,5.16,58.27,5,50.48C4.87,42.94,5,25,34.89,23.86Z"
66
+ }), /*#__PURE__*/_react["default"].createElement("polygon", {
67
+ className: _AlertIconsModule["default"].outer_cls2,
68
+ points: "95 49.42 94.18 48.61 92.98 49.79 91.79 48.61 90.97 49.42 92.16 50.6 90.97 51.78 91.79 52.59 92.98 51.41 94.18 52.59 95 51.78 93.81 50.6 95 49.42"
69
+ }), /*#__PURE__*/_react["default"].createElement("rect", {
70
+ className: _AlertIconsModule["default"].outer_cls2,
71
+ x: "10",
72
+ y: "21.46",
73
+ width: "1.16",
74
+ height: "2.18"
75
+ }), /*#__PURE__*/_react["default"].createElement("rect", {
76
+ className: _AlertIconsModule["default"].outer_cls2,
77
+ x: "11.8",
78
+ y: "24.27",
79
+ width: "2.21",
80
+ height: "1.15"
81
+ }), /*#__PURE__*/_react["default"].createElement("rect", {
82
+ className: _AlertIconsModule["default"].outer_cls2,
83
+ x: "10",
84
+ y: "26.05",
85
+ width: "1.16",
86
+ height: "2.18"
87
+ }), /*#__PURE__*/_react["default"].createElement("rect", {
88
+ className: _AlertIconsModule["default"].outer_cls2,
89
+ x: "7.15",
90
+ y: "24.27",
91
+ width: "2.21",
92
+ height: "1.15"
93
+ }), /*#__PURE__*/_react["default"].createElement("path", {
94
+ className: _AlertIconsModule["default"].outer_cls3,
95
+ d: "M11.8,82.6a2.76,2.76,0,1,1,2.8-2.76A2.78,2.78,0,0,1,11.8,82.6Zm0-4.37a1.61,1.61,0,1,0,1.63,1.61A1.62,1.62,0,0,0,11.8,78.23Z"
96
+ }), /*#__PURE__*/_react["default"].createElement("ellipse", {
97
+ className: _AlertIconsModule["default"].outer_cls4,
98
+ cx: "50.21",
99
+ cy: "11.21",
100
+ rx: "1.22",
101
+ ry: "1.21"
102
+ }), /*#__PURE__*/_react["default"].createElement("polygon", {
103
+ className: _AlertIconsModule["default"].outer_cls4,
104
+ points: "59.77 90 61.8 87.28 63.69 90 59.77 90"
105
+ }), /*#__PURE__*/_react["default"].createElement("path", {
106
+ className: _AlertIconsModule["default"].outer_cls5,
107
+ d: "M53.32,43.16s-13.79-9-20.78-6.31S20.79,62.42,40.21,72.67s28.2-12.05,28.27-16S68.48,43.72,53.32,43.16Z"
108
+ }), /*#__PURE__*/_react["default"].createElement("path", {
109
+ className: _AlertIconsModule["default"].outer_cls6,
110
+ d: "M46.5,72.63A23.22,23.22,0,0,1,23.67,54,22.56,22.56,0,0,1,27.2,36.88,23.42,23.42,0,0,1,65,35.77a1,1,0,0,1-.08,1.32l-18.05,18a1,1,0,0,1-1.29.1l-10.7-7.71a1,1,0,0,1,1.17-1.63l10,7.22L62.88,36.31a21.43,21.43,0,0,0-34,1.7,20.59,20.59,0,0,0-3.22,15.58,21.35,21.35,0,0,0,38.53,7.74,20.59,20.59,0,0,0,3.22-15.58,1,1,0,0,1,.79-1.18,1,1,0,0,1,1.17.8,22.52,22.52,0,0,1-3.53,17.09,23.13,23.13,0,0,1-15,9.76A24,24,0,0,1,46.5,72.63ZM67.31,41a1,1,0,1,0,1,1A1,1,0,0,0,67.31,41Z"
111
+ }));
112
+ }
113
+ }]);
114
+
115
+ return SuccessAlertIcon;
116
+ }(_react.Component);
117
+
118
+ exports["default"] = SuccessAlertIcon;
119
+ SuccessAlertIcon.propTypes = {
120
+ type: _propTypes["default"].string,
121
+ variant: _propTypes["default"].oneOf(['primary', 'secondary'])
122
+ };
123
+ SuccessAlertIcon.defaultProps = {
124
+ variant: 'primary'
125
+ };
@@ -0,0 +1,125 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var _react = _interopRequireWildcard(require("react"));
11
+
12
+ var _propTypes = _interopRequireDefault(require("prop-types"));
13
+
14
+ var _AlertIconsModule = _interopRequireDefault(require("./AlertIcons.module.css"));
15
+
16
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
17
+
18
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
19
+
20
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
21
+
22
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
23
+
24
+ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
25
+
26
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
27
+
28
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
29
+
30
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
31
+
32
+ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
33
+
34
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
35
+
36
+ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
37
+
38
+ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
39
+
40
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
41
+
42
+ var WarningAlertIcon = /*#__PURE__*/function (_Component) {
43
+ _inherits(WarningAlertIcon, _Component);
44
+
45
+ var _super = _createSuper(WarningAlertIcon);
46
+
47
+ function WarningAlertIcon() {
48
+ _classCallCheck(this, WarningAlertIcon);
49
+
50
+ return _super.apply(this, arguments);
51
+ }
52
+
53
+ _createClass(WarningAlertIcon, [{
54
+ key: "render",
55
+ value: function render() {
56
+ var _this$props = this.props,
57
+ variant = _this$props.variant,
58
+ type = _this$props.type;
59
+ return /*#__PURE__*/_react["default"].createElement("svg", {
60
+ xmlns: "http://www.w3.org/2000/svg",
61
+ viewBox: "0 0 100 100",
62
+ className: type ? "".concat(_AlertIconsModule["default"][type]) : ''
63
+ }, /*#__PURE__*/_react["default"].createElement("path", {
64
+ className: "".concat(_AlertIconsModule["default"]["warning_".concat(variant)]),
65
+ d: "M34.89,23.86s27.19-17.79,41-12.44S99,61.81,60.74,82,5.16,58.27,5,50.48C4.87,42.94,5,25,34.89,23.86Z"
66
+ }), /*#__PURE__*/_react["default"].createElement("polygon", {
67
+ className: _AlertIconsModule["default"].outer_cls2,
68
+ points: "95 49.42 94.18 48.61 92.98 49.79 91.79 48.61 90.97 49.42 92.16 50.6 90.97 51.78 91.79 52.59 92.98 51.41 94.18 52.59 95 51.78 93.81 50.6 95 49.42"
69
+ }), /*#__PURE__*/_react["default"].createElement("rect", {
70
+ className: _AlertIconsModule["default"].outer_cls2,
71
+ x: "10",
72
+ y: "21.46",
73
+ width: "1.16",
74
+ height: "2.18"
75
+ }), /*#__PURE__*/_react["default"].createElement("rect", {
76
+ className: _AlertIconsModule["default"].outer_cls2,
77
+ x: "11.8",
78
+ y: "24.27",
79
+ width: "2.21",
80
+ height: "1.15"
81
+ }), /*#__PURE__*/_react["default"].createElement("rect", {
82
+ className: _AlertIconsModule["default"].outer_cls2,
83
+ x: "10",
84
+ y: "26.05",
85
+ width: "1.16",
86
+ height: "2.18"
87
+ }), /*#__PURE__*/_react["default"].createElement("rect", {
88
+ className: _AlertIconsModule["default"].outer_cls2,
89
+ x: "7.15",
90
+ y: "24.27",
91
+ width: "2.21",
92
+ height: "1.15"
93
+ }), /*#__PURE__*/_react["default"].createElement("path", {
94
+ className: _AlertIconsModule["default"].outer_cls3,
95
+ d: "M11.8,82.6a2.76,2.76,0,1,1,2.8-2.76A2.78,2.78,0,0,1,11.8,82.6Zm0-4.37a1.61,1.61,0,1,0,1.63,1.61A1.62,1.62,0,0,0,11.8,78.23Z"
96
+ }), /*#__PURE__*/_react["default"].createElement("ellipse", {
97
+ className: _AlertIconsModule["default"].outer_cls4,
98
+ cx: "50.21",
99
+ cy: "11.21",
100
+ rx: "1.22",
101
+ ry: "1.21"
102
+ }), /*#__PURE__*/_react["default"].createElement("polygon", {
103
+ className: _AlertIconsModule["default"].outer_cls4,
104
+ points: "59.77 90 61.8 87.28 63.69 90 59.77 90"
105
+ }), /*#__PURE__*/_react["default"].createElement("path", {
106
+ className: _AlertIconsModule["default"].outer_cls5,
107
+ d: "M52.28,43.16s-13.79-9-20.78-6.31S19.75,62.42,39.17,72.67s28.2-12.05,28.28-16S67.45,43.72,52.28,43.16Z"
108
+ }), /*#__PURE__*/_react["default"].createElement("path", {
109
+ className: _AlertIconsModule["default"].outer_cls6,
110
+ d: "M61.28,46.39a1.15,1.15,0,1,1-1.15-1.13A1.13,1.13,0,0,1,61.28,46.39ZM71.63,69.28a5.37,5.37,0,0,0,0-5.4L63,48.91a1,1,0,0,0-1.74,1l8.65,15A3.39,3.39,0,0,1,67,70H30.05a3.39,3.39,0,0,1-2.94-5.09l18.46-32a3.39,3.39,0,0,1,5.87,0l4.74,8.2H48a2.54,2.54,0,0,0-1.85.8,2.57,2.57,0,0,0-.69,1.91l.92,12.67a2.54,2.54,0,0,0,5.08,0l.76-9.85a1,1,0,0,0-.92-1.08,1,1,0,0,0-1.07.92l-.76,9.87a.55.55,0,0,1-1.1,0L47.46,43.7a.51.51,0,0,1,.14-.41.58.58,0,0,1,.4-.17h9.91a1,1,0,0,0,.86-1.5l-5.6-9.7a5.39,5.39,0,0,0-9.33,0l-18.46,32A5.39,5.39,0,0,0,30.05,72H67A5.35,5.35,0,0,0,71.63,69.28ZM49,61.34a2.61,2.61,0,1,0,2.6,2.6A2.6,2.6,0,0,0,49,61.34Z"
111
+ }));
112
+ }
113
+ }]);
114
+
115
+ return WarningAlertIcon;
116
+ }(_react.Component);
117
+
118
+ exports["default"] = WarningAlertIcon;
119
+ WarningAlertIcon.propTypes = {
120
+ type: _propTypes["default"].string,
121
+ variant: _propTypes["default"].oneOf(['primary', 'secondary'])
122
+ };
123
+ WarningAlertIcon.defaultProps = {
124
+ variant: 'primary'
125
+ };
@@ -0,0 +1,187 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var _react = _interopRequireWildcard(require("react"));
11
+
12
+ var _AlertIcons = _interopRequireDefault(require("../AlertIcons"));
13
+
14
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
15
+
16
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
17
+
18
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
19
+
20
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
21
+
22
+ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
23
+
24
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
25
+
26
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
27
+
28
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
29
+
30
+ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
31
+
32
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
33
+
34
+ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
35
+
36
+ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
37
+
38
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
39
+
40
+ var AlertIcons__default = /*#__PURE__*/function (_Component) {
41
+ _inherits(AlertIcons__default, _Component);
42
+
43
+ var _super = _createSuper(AlertIcons__default);
44
+
45
+ function AlertIcons__default(props) {
46
+ _classCallCheck(this, AlertIcons__default);
47
+
48
+ return _super.call(this, props);
49
+ }
50
+
51
+ _createClass(AlertIcons__default, [{
52
+ key: "render",
53
+ value: function render() {
54
+ return /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("h2", null, "Info Icon: "), /*#__PURE__*/_react["default"].createElement("div", {
55
+ style: {
56
+ display: 'inlineBlock',
57
+ width: '50px',
58
+ height: '50px'
59
+ }
60
+ }, /*#__PURE__*/_react["default"].createElement(_AlertIcons["default"], {
61
+ type: "info"
62
+ })), /*#__PURE__*/_react["default"].createElement("div", {
63
+ style: {
64
+ display: 'inlineBlock',
65
+ width: '50px',
66
+ height: '50px'
67
+ }
68
+ }, /*#__PURE__*/_react["default"].createElement(_AlertIcons["default"], {
69
+ type: "info",
70
+ variant: "secondary"
71
+ }))), /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("h2", null, "Error Icon"), /*#__PURE__*/_react["default"].createElement("div", {
72
+ style: {
73
+ display: 'inlineBlock',
74
+ width: '50px',
75
+ height: '50px'
76
+ }
77
+ }, /*#__PURE__*/_react["default"].createElement(_AlertIcons["default"], {
78
+ type: "error"
79
+ })), /*#__PURE__*/_react["default"].createElement("div", {
80
+ style: {
81
+ display: 'inlineBlock',
82
+ width: '50px',
83
+ height: '50px'
84
+ }
85
+ }, /*#__PURE__*/_react["default"].createElement(_AlertIcons["default"], {
86
+ type: "error",
87
+ variant: "secondary"
88
+ }))), /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("h2", null, "Danger Icon"), /*#__PURE__*/_react["default"].createElement("div", {
89
+ style: {
90
+ display: 'inlineBlock',
91
+ width: '50px',
92
+ height: '50px'
93
+ }
94
+ }, /*#__PURE__*/_react["default"].createElement(_AlertIcons["default"], {
95
+ type: "danger"
96
+ })), /*#__PURE__*/_react["default"].createElement("div", {
97
+ style: {
98
+ display: 'inlineBlock',
99
+ width: '50px',
100
+ height: '50px'
101
+ }
102
+ }, /*#__PURE__*/_react["default"].createElement(_AlertIcons["default"], {
103
+ type: "danger",
104
+ variant: "secondary"
105
+ }))), /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("h2", null, "Notification Icon"), /*#__PURE__*/_react["default"].createElement("div", {
106
+ style: {
107
+ display: 'inlineBlock',
108
+ width: '50px',
109
+ height: '50px'
110
+ }
111
+ }, /*#__PURE__*/_react["default"].createElement(_AlertIcons["default"], {
112
+ type: "notification"
113
+ })), /*#__PURE__*/_react["default"].createElement("div", {
114
+ style: {
115
+ display: 'inlineBlock',
116
+ width: '50px',
117
+ height: '50px'
118
+ }
119
+ }, /*#__PURE__*/_react["default"].createElement(_AlertIcons["default"], {
120
+ type: "notification",
121
+ variant: "secondary"
122
+ }))), /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("h2", null, "Warning Icon"), /*#__PURE__*/_react["default"].createElement("div", {
123
+ style: {
124
+ display: 'inlineBlock',
125
+ width: '50px',
126
+ height: '50px'
127
+ }
128
+ }, /*#__PURE__*/_react["default"].createElement(_AlertIcons["default"], {
129
+ type: "warning"
130
+ })), /*#__PURE__*/_react["default"].createElement("div", {
131
+ style: {
132
+ display: 'inlineBlock',
133
+ width: '50px',
134
+ height: '50px'
135
+ }
136
+ }, /*#__PURE__*/_react["default"].createElement(_AlertIcons["default"], {
137
+ type: "warning",
138
+ variant: "secondary"
139
+ }))), /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("h2", null, "Success Icon"), /*#__PURE__*/_react["default"].createElement("div", {
140
+ style: {
141
+ display: 'inlineBlock',
142
+ width: '50px',
143
+ height: '50px'
144
+ }
145
+ }, /*#__PURE__*/_react["default"].createElement(_AlertIcons["default"], {
146
+ type: "success"
147
+ })), /*#__PURE__*/_react["default"].createElement("div", {
148
+ style: {
149
+ display: 'inlineBlock',
150
+ width: '50px',
151
+ height: '50px'
152
+ }
153
+ }, /*#__PURE__*/_react["default"].createElement(_AlertIcons["default"], {
154
+ type: "success",
155
+ variant: "secondary"
156
+ }))), /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("h2", null, "Alarm Icon"), /*#__PURE__*/_react["default"].createElement("div", {
157
+ style: {
158
+ display: 'inlineBlock',
159
+ width: '50px',
160
+ height: '50px'
161
+ }
162
+ }, /*#__PURE__*/_react["default"].createElement(_AlertIcons["default"], {
163
+ type: "alarm"
164
+ })), /*#__PURE__*/_react["default"].createElement("div", {
165
+ style: {
166
+ display: 'inlineBlock',
167
+ width: '50px',
168
+ height: '50px'
169
+ }
170
+ }, /*#__PURE__*/_react["default"].createElement(_AlertIcons["default"], {
171
+ type: "alarm",
172
+ variant: "secondary"
173
+ }))));
174
+ }
175
+ }]);
176
+
177
+ return AlertIcons__default;
178
+ }(_react.Component);
179
+
180
+ exports["default"] = AlertIcons__default;
181
+
182
+ if (false) {
183
+ AlertIcons__default.docs = {
184
+ componentGroup: 'AlertIcons',
185
+ folderName: 'Alert'
186
+ };
187
+ }
@@ -0,0 +1,146 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var _react = _interopRequireDefault(require("react"));
11
+
12
+ var _propTypes = _interopRequireDefault(require("prop-types"));
13
+
14
+ var _Layout = require("@zohodesk/components/lib/Layout");
15
+
16
+ var _CommonEmptyState = _interopRequireDefault(require("./../../../emptystate/CommonEmptyState/CommonEmptyState"));
17
+
18
+ var _ErrorInconvenience = _interopRequireDefault(require("@zohodesk/svg/lib/svg/ErrorInconvenience"));
19
+
20
+ var _Button = _interopRequireDefault(require("@zohodesk/components/lib/Button/Button"));
21
+
22
+ var _V2_ErrorStatesModule = _interopRequireDefault(require("./../V2_ErrorStates.module.css"));
23
+
24
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
25
+
26
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
27
+
28
+ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
29
+
30
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
31
+
32
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
33
+
34
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
35
+
36
+ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
37
+
38
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
39
+
40
+ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
41
+
42
+ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
43
+
44
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
45
+
46
+ var Inconvenience = /*#__PURE__*/function (_React$Component) {
47
+ _inherits(Inconvenience, _React$Component);
48
+
49
+ var _super = _createSuper(Inconvenience);
50
+
51
+ function Inconvenience(props) {
52
+ var _this;
53
+
54
+ _classCallCheck(this, Inconvenience);
55
+
56
+ _this = _super.call(this, props);
57
+ _this.errorInconvenience = _this.errorInconvenience.bind(_assertThisInitialized(_this));
58
+ return _this;
59
+ }
60
+
61
+ _createClass(Inconvenience, [{
62
+ key: "errorInconvenience",
63
+ value: function errorInconvenience() {
64
+ return /*#__PURE__*/_react["default"].createElement(_ErrorInconvenience["default"], {
65
+ className: _V2_ErrorStatesModule["default"].errorSvg
66
+ });
67
+ }
68
+ }, {
69
+ key: "render",
70
+ value: function render() {
71
+ var _this$props = this.props,
72
+ title = _this$props.title,
73
+ description = _this$props.description,
74
+ isButtonNeeded = _this$props.isButtonNeeded,
75
+ className = _this$props.className,
76
+ isFluid = _this$props.isFluid,
77
+ dataId = _this$props.dataId,
78
+ buttonText = _this$props.buttonText,
79
+ onButtonClick = _this$props.onButtonClick,
80
+ urlText = _this$props.urlText,
81
+ url = _this$props.url,
82
+ onClick = _this$props.onClick,
83
+ urlTarget = _this$props.urlTarget,
84
+ size = _this$props.size;
85
+ return /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
86
+ scroll: "vertical",
87
+ className: "".concat(_V2_ErrorStatesModule["default"].container, " ").concat(_V2_ErrorStatesModule["default"][size])
88
+ }, /*#__PURE__*/_react["default"].createElement(_CommonEmptyState["default"], {
89
+ title: title,
90
+ description: description,
91
+ getEmptyState: this.errorInconvenience,
92
+ className: "".concat(_V2_ErrorStatesModule["default"].errorState, " ").concat(className),
93
+ isFluid: isFluid,
94
+ dataId: dataId,
95
+ linkUrl: url,
96
+ linkText: urlText,
97
+ onUrlClick: onClick,
98
+ linkTarget: urlTarget,
99
+ customClass: {
100
+ titleClass: _V2_ErrorStatesModule["default"].title,
101
+ descriptionClass: _V2_ErrorStatesModule["default"].desc
102
+ }
103
+ }, isButtonNeeded ? /*#__PURE__*/_react["default"].createElement(_Button["default"], {
104
+ palette: "primaryFilled",
105
+ text: buttonText,
106
+ customClass: {
107
+ customButton: _V2_ErrorStatesModule["default"].errorBtn
108
+ },
109
+ onClick: onButtonClick
110
+ }) : null));
111
+ }
112
+ }]);
113
+
114
+ return Inconvenience;
115
+ }(_react["default"].Component);
116
+
117
+ exports["default"] = Inconvenience;
118
+ Inconvenience.propTypes = {
119
+ title: _propTypes["default"].string,
120
+ description: _propTypes["default"].string,
121
+ isButtonNeeded: _propTypes["default"].bool,
122
+ className: _propTypes["default"].string,
123
+ isFluid: _propTypes["default"].bool,
124
+ dataId: _propTypes["default"].string,
125
+ buttonText: _propTypes["default"].string,
126
+ onButtonClick: _propTypes["default"].func,
127
+ urlText: _propTypes["default"].string,
128
+ url: _propTypes["default"].string,
129
+ onClick: _propTypes["default"].func,
130
+ urlTarget: _propTypes["default"].oneOf(['_blank', '_self']),
131
+ size: _propTypes["default"].oneOf(['large', 'medium', 'small'])
132
+ };
133
+ Inconvenience.defaultProps = {
134
+ dataId: 'inconvenience',
135
+ isButtonNeeded: false,
136
+ className: '',
137
+ isFluid: true,
138
+ urlTarget: '_self',
139
+ size: 'large'
140
+ };
141
+
142
+ if (false) {
143
+ Inconvenience.docs = {
144
+ componentGroup: 'errorStates'
145
+ };
146
+ }