@zohodesk/dot 1.0.0-temp-60 → 1.0.0-temp-63

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 (1036) hide show
  1. package/README.md +19 -0
  2. package/{es → assets}/Appearance/dark/mode/dotDarkMode.module.css +1 -1
  3. package/{es → assets}/Appearance/dark/themes/blue/blueDarkDotTheme.module.css +1 -1
  4. package/{es → assets}/Appearance/dark/themes/green/greenDarkDotTheme.module.css +0 -0
  5. package/{src → assets}/Appearance/dark/themes/orange/orangeDarkDotTheme.module.css +1 -1
  6. package/{es → assets}/Appearance/dark/themes/red/redDarkDotTheme.module.css +0 -0
  7. package/{es → assets}/Appearance/dark/themes/yellow/yellowDarkDotTheme.module.css +0 -0
  8. package/{es → assets}/Appearance/default/mode/dotDefaultMode.module.css +1 -1
  9. package/{es → assets}/Appearance/default/themes/blue/blueDefaultDotTheme.module.css +0 -0
  10. package/{es → assets}/Appearance/default/themes/green/greenDefaultDotTheme.module.css +1 -1
  11. package/{es → assets}/Appearance/default/themes/orange/orangeDefaultDotTheme.module.css +0 -0
  12. package/{es → assets}/Appearance/default/themes/red/redDefaultDotTheme.module.css +0 -0
  13. package/{es → assets}/Appearance/default/themes/yellow/yellowDefaultDotTheme.module.css +0 -0
  14. package/es/ActionButton/ActionButton.js +10 -6
  15. package/es/ActionButton/ActionButton.module.css +26 -9
  16. package/es/AlphabeticList/AlphabeticList.module.css +7 -4
  17. package/es/Attachment/Attachment.module.css +24 -13
  18. package/es/ChannelIcon/ChannelIcon.module.css +30 -21
  19. package/es/Drawer/Drawer.js +8 -6
  20. package/es/Drawer/Drawer.module.css +59 -11
  21. package/es/ExternalLink/__tests__/ExternalLink.spec.js +0 -1
  22. package/es/FlipCard/FlipCard.module.css +14 -5
  23. package/es/FormAction/FormAction.module.css +34 -9
  24. package/es/FreezeLayer/FreezeLayer.module.css +6 -2
  25. package/es/IconButton/IconButton.module.css +1 -1
  26. package/es/ImportantNotes/ImportantNotes.module.css +8 -3
  27. package/es/Link/Link.js +1 -1
  28. package/es/Loader/Loader.module.css +25 -4
  29. package/es/Message/Message.module.css +42 -9
  30. package/es/MessageBanner/MessageBanner.module.css +12 -4
  31. package/es/NewStar/NewStar.module.css +42 -5
  32. package/es/Provider.js +46 -46
  33. package/es/ToastMessage/ToastMessage.module.css +98 -27
  34. package/es/Upload/Upload.module.css +28 -9
  35. package/es/alert/AlertHeader/AlertHeader.module.css +21 -3
  36. package/es/alert/AlertLookup/AlertLookup.js +10 -5
  37. package/es/alert/AlertLookup/AlertLookup.module.css +7 -3
  38. package/es/avatar/AvatarClose/AvatarClose.module.css +9 -3
  39. package/es/avatar/AvatarCollision/AvatarCollision.module.css +18 -4
  40. package/es/avatar/AvatarIcon/AvatarIcon.module.css +3 -4
  41. package/es/avatar/AvatarStatus/AvatarStatus.module.css +59 -9
  42. package/es/avatar/AvatarThread/AvatarThread.module.css +55 -5
  43. package/es/avatar/AvatarUser/AvatarUser.module.css +81 -10
  44. package/es/avatar/AvatarWithTeam/AvatarWithTeam.module.css +10 -3
  45. package/es/deprecated/SelectDropdown/SelectDropdown.module.css +11 -3
  46. package/es/dropdown/ToggleDropDown/ToggleDropDown.js +11 -5
  47. package/es/dropdown/ToggleDropDown/ToggleDropDown.module.css +19 -6
  48. package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +13 -8
  49. package/es/emptystate/EditionPage/EditionPage.css +9 -3
  50. package/es/errorstate/EmptyStates.module.css +16 -13
  51. package/es/errorstate/Inconvenience/Inconvenience.js +36 -32
  52. package/es/errorstate/Inconvenience/Inconvenience.module.css +3 -0
  53. package/es/errorstate/LinkText/LinkText.module.css +1 -1
  54. package/es/errorstate/NoRequestFound/NoRequestFound.js +36 -32
  55. package/es/errorstate/PermissionPlay/PermissionPlay.js +35 -31
  56. package/es/errorstate/PermissionPlay/PermissionPlay.module.css +3 -3
  57. package/es/errorstate/RequestUrlNotFound/RequestUrlNotFound.js +36 -32
  58. package/es/errorstate/UnableToProcess/UnableToProcess.js +36 -32
  59. package/es/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +36 -32
  60. package/es/errorstate/WillBack/WillBack.js +34 -30
  61. package/es/errorstate/WillBack/WillBack.module.css +1 -3
  62. package/es/form/fields/CheckBoxField/CheckBoxField.js +1 -1
  63. package/es/form/fields/CurrencyField/CurrencyField.js +2 -2
  64. package/es/form/fields/DateField/DateField.js +2 -2
  65. package/es/form/fields/Fields.module.css +54 -16
  66. package/es/form/fields/MultiSelectField/MultiSelectField.js +2 -2
  67. package/es/form/fields/RadioField/RadioField.js +2 -2
  68. package/es/form/fields/SelectField/SelectField.js +2 -2
  69. package/es/form/fields/TagsMultiSelect/TagsMultiSelect.js +2 -2
  70. package/es/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +19 -7
  71. package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +2 -4
  72. package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css +4 -1
  73. package/es/form/fields/TextBoxField/TextBoxField.js +2 -2
  74. package/es/form/fields/TextEditor/TextEditor.js +7 -4
  75. package/es/form/fields/TextEditor/TextEditor.module.css +145 -72
  76. package/es/form/fields/TextEditorField/TextEditorField.js +2 -2
  77. package/es/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +13 -2
  78. package/es/form/fields/TextareaField/TextareaField.js +2 -2
  79. package/es/form/fields/ValidationMessage/ValidationMessage.module.css +9 -4
  80. package/es/layout/SetupDetailLayout/SetupDetailLayout.module.css +54 -18
  81. package/es/layout/SubtabLayout/SubtabLayout.module.css +55 -29
  82. package/es/list/BluePrintStatus/BluePrintStatus.module.css +4 -1
  83. package/es/list/Comment/Comment.module.css +5 -0
  84. package/es/list/DotNew/DotNew.module.css +3 -3
  85. package/es/list/GridStencils/GridStencils.module.css +70 -16
  86. package/es/list/Icons/Icons.module.css +1 -1
  87. package/es/list/ListLayout/ListLayout.module.css +22 -14
  88. package/es/list/ListStencils/ListStencils.module.css +11 -6
  89. package/es/list/SecondaryText/SecondaryText.module.css +13 -3
  90. package/es/list/SentimentStatus/SentimentStatus.module.css +4 -1
  91. package/es/list/TagNew/TagNew.module.css +14 -7
  92. package/es/list/Thread/Thread.module.css +13 -1
  93. package/es/list/UserTime/UserTime.module.css +6 -0
  94. package/es/list/listCommon.module.css +10 -2
  95. package/es/list/status/StatusDropdown/StatusDropdown.module.css +19 -6
  96. package/es/list/status/StatusListItem/StatusListItem.js +0 -2
  97. package/es/list/status/StatusListItem/StatusListItem.module.css +38 -15
  98. package/es/lookup/Lookup/Lookup.module.css +2 -2
  99. package/es/lookup/Section/LookupSection.module.css +2 -2
  100. package/es/lookup/header/Close/LookupClose.module.css +5 -5
  101. package/es/lookup/header/Search/LookupSearch.module.css +21 -12
  102. package/es/lookup/header/TicketHeader/TicketHeader.js +3 -1
  103. package/es/lookup/header/TicketHeader/TicketHeader.module.css +7 -3
  104. package/es/lookup/header/ViewDropDown/ViewDropDown.js +8 -4
  105. package/es/lookup/header/ViewDropDown/ViewDropDown.module.css +9 -5
  106. package/es/lookup/header/lookupHeaderCommon.module.css +16 -6
  107. package/es/lookup/header/lookupHeaderCommonResponsive.module.css +12 -3
  108. package/es/setup/header/Button/HeaderButton.module.css +3 -1
  109. package/es/setup/header/Link/HeaderLink.module.css +7 -1
  110. package/es/setup/header/Search/Search.module.css +20 -9
  111. package/es/setup/header/Views/Views.module.css +16 -6
  112. package/es/setup/helptips/Description/HelpTipsDescription.module.css +1 -1
  113. package/es/setup/helptips/Link/HelpTipsLink.module.css +1 -0
  114. package/es/setup/helptips/ListGroup/ListGroup.module.css +6 -1
  115. package/es/setup/table/TableData/SetupTableData.module.css +11 -3
  116. package/es/setup/table/TableHead/SetupTableHead.module.css +4 -0
  117. package/es/setup/table/TableRow/SetupTableRow.module.css +6 -2
  118. package/es/utils/General.js +7 -3
  119. package/es/utils/KeyboardApi.js +3 -1
  120. package/es/utils/editorUtils.js +5 -2
  121. package/es/version2/AlertClose/AlertClose.module.css +1 -1
  122. package/es/version2/GlobalNotification/GlobalNotification.module.css +44 -9
  123. package/es/version2/errorstate/V2_ErrorStates.module.css +2 -3
  124. package/es/version2/lookup/AlertHeader/AlertHeaderNew.module.css +26 -3
  125. package/es/version2/lookup/AlertLookup/AlertLookup.js +10 -5
  126. package/es/version2/lookup/AlertLookup/AlertLookupNew.module.css +8 -4
  127. package/es/version2/lookup/alertLookupCommonNew.module.css +8 -1
  128. package/es/version2/notification/DesktopNotification/DesktopNotification.module.css +28 -12
  129. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +50 -13
  130. package/lib/ActionButton/ActionButton.js +13 -9
  131. package/lib/ActionButton/ActionButton.module.css +26 -9
  132. package/lib/AlphabeticList/AlphabeticList.js +3 -3
  133. package/lib/AlphabeticList/AlphabeticList.module.css +7 -4
  134. package/lib/Attachment/Attachment.js +3 -3
  135. package/lib/Attachment/Attachment.module.css +20 -9
  136. package/lib/ChannelIcon/ChannelIcon.js +3 -3
  137. package/lib/ChannelIcon/ChannelIcon.module.css +30 -21
  138. package/lib/Drawer/Drawer.js +4 -4
  139. package/lib/Drawer/Drawer.module.css +59 -11
  140. package/lib/ExternalLink/ExternalLink.js +3 -3
  141. package/lib/FlipCard/FlipCard.js +3 -3
  142. package/lib/FlipCard/FlipCard.module.css +14 -5
  143. package/lib/FormAction/FormAction.js +4 -4
  144. package/lib/FormAction/FormAction.module.css +34 -9
  145. package/lib/FreezeLayer/FreezeLayer.js +3 -3
  146. package/lib/FreezeLayer/FreezeLayer.module.css +6 -2
  147. package/lib/IconButton/IconButton.js +3 -3
  148. package/lib/IconButton/IconButton.module.css +1 -1
  149. package/lib/Image/Image.js +3 -3
  150. package/lib/ImportantNotes/ImportantNotes.js +3 -3
  151. package/lib/ImportantNotes/ImportantNotes.module.css +7 -2
  152. package/lib/Link/Link.js +4 -4
  153. package/lib/Loader/Loader.js +3 -3
  154. package/lib/Loader/Loader.module.css +25 -4
  155. package/lib/Message/Message.js +4 -4
  156. package/lib/Message/Message.module.css +42 -9
  157. package/lib/MessageBanner/MessageBanner.js +3 -3
  158. package/lib/MessageBanner/MessageBanner.module.css +12 -4
  159. package/lib/NewStar/NewStar.js +3 -3
  160. package/lib/NewStar/NewStar.module.css +42 -5
  161. package/lib/PlusIcon/PlusIcon.js +3 -3
  162. package/lib/Provider.js +49 -49
  163. package/lib/ToastMessage/ToastMessage.js +1 -1
  164. package/lib/ToastMessage/ToastMessage.module.css +96 -25
  165. package/lib/Upload/Upload.js +3 -3
  166. package/lib/Upload/Upload.module.css +27 -8
  167. package/lib/actions/AutoClose.js +1 -1
  168. package/lib/alert/AlertHeader/AlertHeader.js +3 -3
  169. package/lib/alert/AlertHeader/AlertHeader.module.css +21 -3
  170. package/lib/alert/AlertLookup/AlertLookup.js +11 -7
  171. package/lib/alert/AlertLookup/AlertLookup.module.css +6 -2
  172. package/lib/avatar/AvatarClose/AvatarClose.js +3 -3
  173. package/lib/avatar/AvatarClose/AvatarClose.module.css +9 -3
  174. package/lib/avatar/AvatarCollision/AvatarCollision.js +3 -3
  175. package/lib/avatar/AvatarCollision/AvatarCollision.module.css +18 -4
  176. package/lib/avatar/AvatarIcon/AvatarIcon.js +3 -3
  177. package/lib/avatar/AvatarIcon/AvatarIcon.module.css +3 -4
  178. package/lib/avatar/AvatarStatus/AvatarStatus.js +3 -3
  179. package/lib/avatar/AvatarStatus/AvatarStatus.module.css +59 -9
  180. package/lib/avatar/AvatarThread/AvatarThread.js +3 -3
  181. package/lib/avatar/AvatarThread/AvatarThread.module.css +55 -5
  182. package/lib/avatar/AvatarUser/AvatarUser.js +3 -3
  183. package/lib/avatar/AvatarUser/AvatarUser.module.css +81 -10
  184. package/lib/avatar/AvatarWithTeam/AvatarWithTeam.js +3 -3
  185. package/lib/avatar/AvatarWithTeam/AvatarWithTeam.module.css +10 -3
  186. package/lib/deprecated/SelectDropdown/SelectDropdown.js +3 -3
  187. package/lib/deprecated/SelectDropdown/SelectDropdown.module.css +17 -9
  188. package/lib/dropdown/ToggleDropDown/ToggleDropDown.js +3 -3
  189. package/lib/dropdown/ToggleDropDown/ToggleDropDown.module.css +19 -6
  190. package/lib/emptystate/CommonEmptyState/CommonEmptyState.js +3 -3
  191. package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +12 -4
  192. package/lib/emptystate/EditionPage/EditionPage.css +9 -3
  193. package/lib/emptystate/EditionPage/EditionPage.js +3 -3
  194. package/lib/errorstate/EmptyStates.module.css +13 -10
  195. package/lib/errorstate/Inconvenience/Inconvenience.js +3 -3
  196. package/lib/errorstate/Inconvenience/Inconvenience.module.css +3 -0
  197. package/lib/errorstate/LinkText/LinkText.js +3 -3
  198. package/lib/errorstate/LinkText/LinkText.module.css +1 -1
  199. package/lib/errorstate/NoRequestFound/NoRequestFound.js +3 -3
  200. package/lib/errorstate/PermissionPlay/PermissionPlay.js +3 -3
  201. package/lib/errorstate/PermissionPlay/PermissionPlay.module.css +2 -2
  202. package/lib/errorstate/RequestUrlNotFound/RequestUrlNotFound.js +3 -3
  203. package/lib/errorstate/UnableToProcess/UnableToProcess.js +3 -3
  204. package/lib/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +3 -3
  205. package/lib/errorstate/WillBack/WillBack.js +3 -3
  206. package/lib/errorstate/WillBack/WillBack.module.css +1 -3
  207. package/lib/form/fields/CheckBoxField/CheckBoxField.js +4 -4
  208. package/lib/form/fields/CurrencyField/CurrencyField.js +5 -5
  209. package/lib/form/fields/DateField/DateField.js +5 -5
  210. package/lib/form/fields/Fields.module.css +54 -16
  211. package/lib/form/fields/MultiSelectField/MultiSelectField.js +5 -5
  212. package/lib/form/fields/PhoneField/PhoneField.js +3 -3
  213. package/lib/form/fields/RadioField/RadioField.js +5 -5
  214. package/lib/form/fields/SelectField/SelectField.js +5 -5
  215. package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.js +8 -7
  216. package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +19 -7
  217. package/lib/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +3 -3
  218. package/lib/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css +4 -1
  219. package/lib/form/fields/TextBoxField/TextBoxField.js +5 -5
  220. package/lib/form/fields/TextEditor/TextEditor.js +12 -8
  221. package/lib/form/fields/TextEditor/TextEditor.module.css +145 -72
  222. package/lib/form/fields/TextEditorField/TextEditorField.js +5 -5
  223. package/lib/form/fields/TextEditorWrapper/TextEditorWrapper.js +4 -4
  224. package/lib/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +13 -2
  225. package/lib/form/fields/TextareaField/TextareaField.js +5 -5
  226. package/lib/form/fields/ValidationMessage/ValidationMessage.js +3 -3
  227. package/lib/form/fields/ValidationMessage/ValidationMessage.module.css +9 -4
  228. package/lib/form/layout/Field/Field.js +3 -3
  229. package/lib/form/layout/Section/Section.js +3 -3
  230. package/lib/index.js +4 -4
  231. package/lib/layout/SetupDetailLayout/SetupDetailLayout.js +4 -4
  232. package/lib/layout/SetupDetailLayout/SetupDetailLayout.module.css +52 -16
  233. package/lib/layout/SetupDetailLayout/index.js +7 -7
  234. package/lib/layout/SubtabLayout/SubtabLayout.js +4 -4
  235. package/lib/layout/SubtabLayout/SubtabLayout.module.css +55 -29
  236. package/lib/layout/SubtabLayout/index.js +9 -9
  237. package/lib/list/AvatarFlip/AvatarFlip.js +3 -3
  238. package/lib/list/BluePrintStatus/BluePrintStatus.js +3 -3
  239. package/lib/list/BluePrintStatus/BluePrintStatus.module.css +6 -3
  240. package/lib/list/Comment/Comment.js +3 -3
  241. package/lib/list/Comment/Comment.module.css +5 -0
  242. package/lib/list/DepartmentDropDown/DepartmentDropDown.js +3 -3
  243. package/lib/list/Dot/Dot.js +3 -3
  244. package/lib/list/DotNew/DotNew.js +3 -3
  245. package/lib/list/DotNew/DotNew.module.css +6 -6
  246. package/lib/list/GridStencils/GridStencils.js +3 -3
  247. package/lib/list/GridStencils/GridStencils.module.css +70 -16
  248. package/lib/list/Icons/AddNewIcon.js +3 -3
  249. package/lib/list/Icons/CompleteIcon.js +3 -3
  250. package/lib/list/Icons/DeleteIcon.js +3 -3
  251. package/lib/list/Icons/EditIcon.js +3 -3
  252. package/lib/list/Icons/FloatingIcons.js +3 -3
  253. package/lib/list/Icons/Icons.module.css +1 -1
  254. package/lib/list/Icons/ReadUnreadIcon.js +3 -3
  255. package/lib/list/Icons/SmartIcon.js +3 -3
  256. package/lib/list/ListLayout/ListLayout.js +4 -4
  257. package/lib/list/ListLayout/ListLayout.module.css +22 -14
  258. package/lib/list/ListStencils/ListStencils.js +3 -3
  259. package/lib/list/ListStencils/ListStencils.module.css +11 -6
  260. package/lib/list/SecondaryText/AccountName.js +3 -3
  261. package/lib/list/SecondaryText/ContactName.js +3 -3
  262. package/lib/list/SecondaryText/DepartmentText.js +3 -3
  263. package/lib/list/SecondaryText/Email.js +3 -3
  264. package/lib/list/SecondaryText/HappinessRating.js +3 -3
  265. package/lib/list/SecondaryText/PhoneNumber.js +3 -3
  266. package/lib/list/SecondaryText/PriorityText.js +3 -3
  267. package/lib/list/SecondaryText/SecondaryText.js +3 -3
  268. package/lib/list/SecondaryText/SecondaryText.module.css +13 -3
  269. package/lib/list/SecondaryText/StatusText.js +3 -3
  270. package/lib/list/SecondaryText/TicketId.js +3 -3
  271. package/lib/list/SecondaryText/Website.js +3 -3
  272. package/lib/list/SecondaryText/index.js +22 -22
  273. package/lib/list/SecondryPanel/SecondryPanel.js +4 -4
  274. package/lib/list/SentimentStatus/SentimentStatus.js +3 -3
  275. package/lib/list/SentimentStatus/SentimentStatus.module.css +4 -1
  276. package/lib/list/Subject/Subject.js +3 -3
  277. package/lib/list/TagNew/TagNew.js +3 -3
  278. package/lib/list/TagNew/TagNew.module.css +14 -7
  279. package/lib/list/Thread/Thread.js +3 -3
  280. package/lib/list/Thread/Thread.module.css +13 -1
  281. package/lib/list/UserTime/UserTime.js +3 -3
  282. package/lib/list/UserTime/UserTime.module.css +6 -0
  283. package/lib/list/listCommon.module.css +9 -1
  284. package/lib/list/status/StatusDropdown/StatusDropdown.js +3 -3
  285. package/lib/list/status/StatusDropdown/StatusDropdown.module.css +19 -6
  286. package/lib/list/status/StatusListItem/StatusListItem.js +3 -3
  287. package/lib/list/status/StatusListItem/StatusListItem.module.css +38 -15
  288. package/lib/lookup/EmptyPage/EmptyPage.js +3 -3
  289. package/lib/lookup/Lookup/Lookup.js +3 -3
  290. package/lib/lookup/Lookup/Lookup.module.css +2 -2
  291. package/lib/lookup/Section/LookupSection.module.css +2 -2
  292. package/lib/lookup/Section/Section.js +3 -3
  293. package/lib/lookup/header/Close/Close.js +3 -3
  294. package/lib/lookup/header/Close/LookupClose.module.css +4 -4
  295. package/lib/lookup/header/ModuleHeader/ModuleHeader.js +3 -3
  296. package/lib/lookup/header/Search/LookupSearch.module.css +21 -12
  297. package/lib/lookup/header/Search/Search.js +3 -3
  298. package/lib/lookup/header/TicketHeader/TicketHeader.js +6 -4
  299. package/lib/lookup/header/TicketHeader/TicketHeader.module.css +7 -3
  300. package/lib/lookup/header/Title/Title.js +3 -3
  301. package/lib/lookup/header/ViewDropDown/ViewDropDown.js +3 -3
  302. package/lib/lookup/header/ViewDropDown/ViewDropDown.module.css +8 -4
  303. package/lib/lookup/header/lookupHeaderCommon.module.css +16 -6
  304. package/lib/lookup/header/lookupHeaderCommonResponsive.module.css +12 -3
  305. package/lib/setup/header/Button/Button.js +3 -3
  306. package/lib/setup/header/Button/HeaderButton.module.css +3 -1
  307. package/lib/setup/header/Link/HeaderLink.module.css +7 -1
  308. package/lib/setup/header/Link/Link.js +3 -3
  309. package/lib/setup/header/Search/Search.js +3 -3
  310. package/lib/setup/header/Search/Search.module.css +19 -8
  311. package/lib/setup/header/Views/Views.js +3 -3
  312. package/lib/setup/header/Views/Views.module.css +15 -5
  313. package/lib/setup/helptips/Description/Description.js +3 -3
  314. package/lib/setup/helptips/Link/HelpTipsLink.module.css +1 -0
  315. package/lib/setup/helptips/Link/Link.js +3 -3
  316. package/lib/setup/helptips/ListGroup/ListGroup.js +3 -3
  317. package/lib/setup/helptips/ListGroup/ListGroup.module.css +6 -1
  318. package/lib/setup/helptips/Title/Title.js +3 -3
  319. package/lib/setup/table/Table/Table.js +3 -3
  320. package/lib/setup/table/TableBody/TableBody.js +3 -3
  321. package/lib/setup/table/TableData/SetupTableData.module.css +11 -3
  322. package/lib/setup/table/TableData/TableData.js +3 -3
  323. package/lib/setup/table/TableHead/SetupTableHead.module.css +4 -0
  324. package/lib/setup/table/TableHead/TableHead.js +3 -3
  325. package/lib/setup/table/TableRow/SetupTableRow.module.css +6 -2
  326. package/lib/setup/table/TableRow/TableRow.js +3 -3
  327. package/lib/setup/table/Text/Text.js +3 -3
  328. package/lib/svg/PlusIcon.js +3 -3
  329. package/lib/svg/SnippetIcon.js +3 -3
  330. package/lib/svg/TemplateIcon.js +3 -3
  331. package/lib/utils/ChannelIconMapping.js +1 -1
  332. package/lib/utils/General.js +4 -4
  333. package/lib/utils/KeyboardApi.js +3 -1
  334. package/lib/utils/editorUtils.js +6 -6
  335. package/lib/version2/AlertClose/AlertClose.js +3 -3
  336. package/lib/version2/AlertClose/AlertClose.module.css +1 -1
  337. package/lib/version2/GlobalNotification/GlobalNotification.js +22 -10
  338. package/lib/version2/GlobalNotification/GlobalNotification.module.css +44 -9
  339. package/lib/version2/alertIcons/AlarmAlertIcon.js +3 -3
  340. package/lib/version2/alertIcons/AlertIcons.js +3 -3
  341. package/lib/version2/alertIcons/DangerAlertIcon.js +3 -3
  342. package/lib/version2/alertIcons/ErrorAlertIcon.js +3 -3
  343. package/lib/version2/alertIcons/InfoAlertIcon.js +3 -3
  344. package/lib/version2/alertIcons/NotificationAlertIcon.js +3 -3
  345. package/lib/version2/alertIcons/SuccessAlertIcon.js +3 -3
  346. package/lib/version2/alertIcons/WarningAlertIcon.js +3 -3
  347. package/lib/version2/errorstate/Inconvenience/Inconvenience.js +3 -3
  348. package/lib/version2/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +3 -3
  349. package/lib/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +3 -3
  350. package/lib/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +3 -3
  351. package/lib/version2/errorstate/UrlNotFound/UrlNotFound.js +3 -3
  352. package/lib/version2/errorstate/WillBeRightBack/WillBeRightBack.js +3 -3
  353. package/lib/version2/lookup/AlertHeader/AlertHeader.js +3 -3
  354. package/lib/version2/lookup/AlertHeader/AlertHeaderNew.module.css +25 -2
  355. package/lib/version2/lookup/AlertLookup/AlertLookup.js +11 -7
  356. package/lib/version2/lookup/AlertLookup/AlertLookupNew.module.css +7 -3
  357. package/lib/version2/lookup/alertLookupCommonNew.module.css +8 -1
  358. package/lib/version2/notification/DesktopNotification/DesktopNotification.js +14 -6
  359. package/lib/version2/notification/DesktopNotification/DesktopNotification.module.css +29 -14
  360. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +3 -3
  361. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +47 -10
  362. package/package.json +8 -8
  363. package/__testUtils__/globals.js +0 -0
  364. package/build/Unusedfiles.json +0 -1
  365. package/es/ActionButton/docs/ActionButton__default.docs.js +0 -134
  366. package/es/AlphabeticList/docs/AlphabeticList__default.docs.js +0 -34
  367. package/es/AlphabeticList/docs/AlphabeticList__horizontal.docs.js +0 -43
  368. package/es/Appearance/dark/themes/orange/orangeDarkDotTheme.module.css +0 -10
  369. package/es/Attachment/docs/Attachment__default.docs.js +0 -54
  370. package/es/ChannelIcon/docs/ChannelIcon__default.docs.js +0 -57
  371. package/es/Drawer/docs/Drawer__default.docs.js +0 -87
  372. package/es/Drawer/docs/Drawer__multiDrawer.docs.js +0 -112
  373. package/es/Drawer/docs/Drawer__noFreeze.docs.js +0 -20
  374. package/es/Drawer/docs/Drawer__withModal.docs.js +0 -74
  375. package/es/ExternalLink/docs/ExternalLink__default.docs.js +0 -19
  376. package/es/FlipCard/docs/FlipCard__default.docs.js +0 -66
  377. package/es/FormAction/docs/FormAction__default.docs.js +0 -72
  378. package/es/FreezeLayer/docs/FreezeLayer__dark.docs.js +0 -51
  379. package/es/FreezeLayer/docs/FreezeLayer__default.docs.js +0 -48
  380. package/es/IconButton/docs/IconButton__default.docs.js +0 -219
  381. package/es/Image/docs/Image__default.docs.js +0 -22
  382. package/es/ImportantNotes/docs/ImportantNotes__default.docs.js +0 -22
  383. package/es/Link/docs/Link__default.docs.js +0 -36
  384. package/es/Loader/docs/Loader__default.docs.js +0 -23
  385. package/es/Message/docs/Message__default.docs.js +0 -55
  386. package/es/MessageBanner/docs/MessageBanner__default.docs.js +0 -88
  387. package/es/NewStar/docs/NewStar__default.docs.js +0 -62
  388. package/es/PlusIcon/docs/PlusIcon__default.docs.js +0 -16
  389. package/es/ToastMessage/docs/ToastMessage__custom.docs.js +0 -92
  390. package/es/ToastMessage/docs/ToastMessage__information.docs.js +0 -54
  391. package/es/ToastMessage/docs/ToastMessage__primary.docs.js +0 -125
  392. package/es/ToastMessage/docs/ToastMessage__secondary.docs.js +0 -37
  393. package/es/ToastMessage/docs/ToastMessage__success.docs.js +0 -61
  394. package/es/Upload/docs/Upload__default.docs.js +0 -61
  395. package/es/alert/AlertHeader/docs/AlertHeader__default.docs.js +0 -63
  396. package/es/alert/AlertLookup/docs/AlertLookup__default.docs.js +0 -121
  397. package/es/avatar/AvatarClose/docs/AvatarClose__default.docs.js +0 -26
  398. package/es/avatar/AvatarCollision/docs/AvatarCollision__default.docs.js +0 -35
  399. package/es/avatar/AvatarIcon/docs/AvatarIcon__palette.docs.js +0 -40
  400. package/es/avatar/AvatarIcon/docs/AvatarIcon__size.docs.js +0 -46
  401. package/es/avatar/AvatarStatus/docs/AvatarStatus__size.docs.js +0 -35
  402. package/es/avatar/AvatarStatus/docs/AvatarStatus__state.docs.js +0 -51
  403. package/es/avatar/AvatarThread/docs/AvatarThread__default.docs.js +0 -147
  404. package/es/avatar/AvatarUser/docs/AvatarUser__default.docs.js +0 -173
  405. package/es/avatar/AvatarWithTeam/docs/AvatarWithTeam__default.docs.js +0 -24
  406. package/es/deprecated/SelectDropdown/docs/SelectDropdown__default.docs.js +0 -34
  407. package/es/deprecated/Theme/dotDarkTheme.module.css +0 -532
  408. package/es/deprecated/Theme/dotDefaultTheme.module.css +0 -532
  409. package/es/deprecated/Theme/palette/darkPalette.module.css +0 -40
  410. package/es/deprecated/Theme/palette/defaultPalette.module.css +0 -40
  411. package/es/docs/formDocs.js +0 -26
  412. package/es/docs/generalDocs.js +0 -131
  413. package/es/docs/lookupDocs.js +0 -44
  414. package/es/docs/setupDocs.js +0 -22
  415. package/es/dropdown/ToggleDropDown/docs/ToggleDropDown__default.docs.js +0 -228
  416. package/es/emptystate/CommonEmptyState/docs/CommonEmptyState__default.docs.js +0 -111
  417. package/es/emptystate/EditionPage/docs/EditionPage__default.docs.js +0 -21
  418. package/es/errorstate/Inconvenience/docs/Inconvenience__default.docs.js +0 -19
  419. package/es/errorstate/LinkText/docs/LinkText__default.docs.js +0 -17
  420. package/es/errorstate/NoRequestFound/docs/NoRequestFound__default.docs.js +0 -19
  421. package/es/errorstate/PermissionPlay/docs/PermissionPlay__default.docs.js +0 -20
  422. package/es/errorstate/RequestUrlNotFound/docs/RequestUrlNotFound__default.docs.js +0 -19
  423. package/es/errorstate/UnableToProcess/docs/UnableToProcess__default.docs.js +0 -19
  424. package/es/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__insufficient.docs.js +0 -20
  425. package/es/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__unauthorizedLogin.docs.js +0 -19
  426. package/es/errorstate/WillBack/docs/WillBack__default.docs.js +0 -21
  427. package/es/form/fields/CheckBoxField/docs/CheckBoxField__default.docs.js +0 -30
  428. package/es/form/fields/DateField/docs/DateField__default.docs.js +0 -25
  429. package/es/form/fields/MultiSelectField/docs/MultiSelectField__default.docs.js +0 -48
  430. package/es/form/fields/PhoneField/docs/PhoneField__default.docs.js +0 -26
  431. package/es/form/fields/SelectField/docs/SelectField__default.docs.js +0 -58
  432. package/es/form/fields/TagsMultiSelect/docs/TagsMultiSelect__default.docs.js +0 -77
  433. package/es/form/fields/TagsMultiSelectField/docs/TagsMultiSelectField__default.docs.js +0 -82
  434. package/es/form/fields/TextBoxField/docs/TextBoxField__default.docs.js +0 -45
  435. package/es/form/fields/TextEditorField/docs/TextEditorField__default.docs.js +0 -43
  436. package/es/form/fields/TextareaField/docs/TextareaField__default.docs.js +0 -26
  437. package/es/form/fields/ValidationMessage/docs/ValidationMessage__default.docs.js +0 -58
  438. package/es/form/layout/Field/docs/Field__default.docs.js +0 -25
  439. package/es/form/layout/Section/docs/Section__default.docs.js +0 -21
  440. package/es/layout/SetupDetailLayout/docs/SetupDetailLayout__default.docs.js +0 -29
  441. package/es/layout/SubtabLayout/docs/SubtabLayout__default.docs.js +0 -67
  442. package/es/list/AvatarFlip/docs/AvatarFlip__default.docs.js +0 -100
  443. package/es/list/BluePrintStatus/docs/BluePrintStatus__default.docs.js +0 -19
  444. package/es/list/Comment/docs/Comment__default.docs.js +0 -26
  445. package/es/list/DotNew/docs/DotNew__default.docs.js +0 -20
  446. package/es/list/GridStencils/docs/GridStencils__default.docs.js +0 -35
  447. package/es/list/Icons/docs/FloatingIcons__default.docs.js +0 -24
  448. package/es/list/ListLayout/docs/ListLayout__default.docs.js +0 -60
  449. package/es/list/ListStencils/docs/ListStencils__default.docs.js +0 -20
  450. package/es/list/SecondaryText/docs/ContactName__default.docs.js +0 -23
  451. package/es/list/SecondryPanel/docs/SecondryPanelDocs.module.css +0 -37
  452. package/es/list/SecondryPanel/docs/SecondryPanel__default.docs.js +0 -77
  453. package/es/list/SentimentStatus/docs/SentimentStatus__default.docs.js +0 -19
  454. package/es/list/Subject/docs/Subject__default.docs.js +0 -44
  455. package/es/list/TagNew/docs/TagNew__default.docs.js +0 -23
  456. package/es/list/Thread/docs/Thread__default.docs.js +0 -22
  457. package/es/list/UserTime/docs/UserTime__default.docs.js +0 -147
  458. package/es/list/status/StatusDropdown/docs/StatusDropdown__default.docs.js +0 -129
  459. package/es/list/status/StatusListItem/docs/StatusListItem__default.docs.js +0 -27
  460. package/es/lookup/EmptyPage/docs/EmptyPage__account.docs.js +0 -20
  461. package/es/lookup/EmptyPage/docs/EmptyPage__contact.docs.js +0 -20
  462. package/es/lookup/EmptyPage/docs/EmptyPage__default.docs.js +0 -17
  463. package/es/lookup/EmptyPage/docs/EmptyPage__product.docs.js +0 -20
  464. package/es/lookup/Lookup/docs/Lookup__contact.docs.js +0 -196
  465. package/es/lookup/Lookup/docs/Lookup__default.docs.js +0 -68
  466. package/es/lookup/header/Close/docs/Close__default.docs.js +0 -19
  467. package/es/lookup/header/ModuleHeader/docs/ModuleHeader__default.docs.js +0 -41
  468. package/es/lookup/header/Search/docs/Search__default.docs.js +0 -124
  469. package/es/lookup/header/TicketHeader/docs/TicketHeader__default.docs.js +0 -83
  470. package/es/lookup/header/Title/docs/Title__default.docs.js +0 -21
  471. package/es/lookup/header/ViewDropDown/docs/ViewDropDown__default.docs.js +0 -75
  472. package/es/setup/header/Button/docs/Button__default.docs.js +0 -22
  473. package/es/setup/header/Link/docs/Link__default.docs.js +0 -23
  474. package/es/setup/header/Search/docs/Search__default.docs.js +0 -41
  475. package/es/setup/header/Views/docs/Views__default.docs.js +0 -24
  476. package/es/setup/helptips/Description/docs/Description__default.docs.js +0 -26
  477. package/es/setup/helptips/Link/docs/Link__default.docs.js +0 -27
  478. package/es/setup/helptips/ListGroup/docs/ListGroup__default.docs.js +0 -30
  479. package/es/setup/helptips/Title/docs/Title__default.docs.js +0 -26
  480. package/es/setup/table/Table/docs/Table__default.docs.js +0 -181
  481. package/es/setup/table/Text/docs/Text__default.docs.js +0 -35
  482. package/es/svg/docs/SVG__default.docs.js +0 -49
  483. package/es/version2/AlertClose/docs/AlertClose__default.docs.js +0 -47
  484. package/es/version2/GlobalNotification/docs/GlobalNotification__default.docs.js +0 -95
  485. package/es/version2/alertIcons/docs/AlertIcons__default.docs.js +0 -138
  486. package/es/version2/errorstate/Inconvenience/docs/Inconvenience__default.docs.js +0 -18
  487. package/es/version2/errorstate/OopsSomethingMiss/docs/OopsSomethingMiss__default.docs.js +0 -20
  488. package/es/version2/errorstate/UnableToProcessRequest/docs/UnableToProcessRequest__default.docs.js +0 -30
  489. package/es/version2/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__default.docs.js +0 -18
  490. package/es/version2/errorstate/UrlNotFound/docs/UrlNotFound__default.docs.js +0 -20
  491. package/es/version2/errorstate/WillBeRightBack/docs/WillBeRightBack__default.docs.js +0 -18
  492. package/es/version2/lookup/AlertHeader/docs/AlertHeader__default.docs.js +0 -56
  493. package/es/version2/lookup/AlertLookup/docs/AlertLookup__default.docs.js +0 -147
  494. package/es/version2/notification/DesktopNotification/docs/DesktopNotification__default.docs.js +0 -92
  495. package/es/version2/notification/DesktopNotificationHeader/docs/DesktopNotificationHeader__default.docs.js +0 -57
  496. package/lib/ActionButton/docs/ActionButton__default.docs.js +0 -187
  497. package/lib/AlphabeticList/docs/AlphabeticList__default.docs.js +0 -82
  498. package/lib/AlphabeticList/docs/AlphabeticList__horizontal.docs.js +0 -91
  499. package/lib/Appearance/dark/mode/dotDarkMode.module.css +0 -536
  500. package/lib/Appearance/dark/themes/blue/blueDarkDotTheme.module.css +0 -10
  501. package/lib/Appearance/dark/themes/green/greenDarkDotTheme.module.css +0 -10
  502. package/lib/Appearance/dark/themes/orange/orangeDarkDotTheme.module.css +0 -10
  503. package/lib/Appearance/dark/themes/red/redDarkDotTheme.module.css +0 -10
  504. package/lib/Appearance/dark/themes/yellow/yellowDarkDotTheme.module.css +0 -10
  505. package/lib/Appearance/default/mode/dotDefaultMode.module.css +0 -536
  506. package/lib/Appearance/default/themes/blue/blueDefaultDotTheme.module.css +0 -10
  507. package/lib/Appearance/default/themes/green/greenDefaultDotTheme.module.css +0 -10
  508. package/lib/Appearance/default/themes/orange/orangeDefaultDotTheme.module.css +0 -10
  509. package/lib/Appearance/default/themes/red/redDefaultDotTheme.module.css +0 -10
  510. package/lib/Appearance/default/themes/yellow/yellowDefaultDotTheme.module.css +0 -10
  511. package/lib/Attachment/docs/Attachment__default.docs.js +0 -104
  512. package/lib/ChannelIcon/docs/ChannelIcon__default.docs.js +0 -112
  513. package/lib/Drawer/docs/Drawer__default.docs.js +0 -143
  514. package/lib/Drawer/docs/Drawer__multiDrawer.docs.js +0 -171
  515. package/lib/Drawer/docs/Drawer__noFreeze.docs.js +0 -65
  516. package/lib/Drawer/docs/Drawer__withModal.docs.js +0 -131
  517. package/lib/ExternalLink/docs/ExternalLink__default.docs.js +0 -68
  518. package/lib/FlipCard/docs/FlipCard__default.docs.js +0 -121
  519. package/lib/FormAction/docs/FormAction__default.docs.js +0 -127
  520. package/lib/FreezeLayer/docs/FreezeLayer__dark.docs.js +0 -103
  521. package/lib/FreezeLayer/docs/FreezeLayer__default.docs.js +0 -100
  522. package/lib/IconButton/docs/IconButton__default.docs.js +0 -272
  523. package/lib/Image/docs/Image__default.docs.js +0 -76
  524. package/lib/ImportantNotes/docs/ImportantNotes__default.docs.js +0 -68
  525. package/lib/Link/docs/Link__default.docs.js +0 -90
  526. package/lib/Loader/docs/Loader__default.docs.js +0 -68
  527. package/lib/Message/docs/Message__default.docs.js +0 -100
  528. package/lib/MessageBanner/docs/MessageBanner__default.docs.js +0 -132
  529. package/lib/NewStar/docs/NewStar__default.docs.js +0 -111
  530. package/lib/PlusIcon/docs/PlusIcon__default.docs.js +0 -70
  531. package/lib/ToastMessage/docs/ToastMessage__custom.docs.js +0 -151
  532. package/lib/ToastMessage/docs/ToastMessage__information.docs.js +0 -108
  533. package/lib/ToastMessage/docs/ToastMessage__primary.docs.js +0 -175
  534. package/lib/ToastMessage/docs/ToastMessage__secondary.docs.js +0 -91
  535. package/lib/ToastMessage/docs/ToastMessage__success.docs.js +0 -115
  536. package/lib/Upload/docs/Upload__default.docs.js +0 -110
  537. package/lib/alert/AlertHeader/docs/AlertHeader__default.docs.js +0 -112
  538. package/lib/alert/AlertLookup/docs/AlertLookup__default.docs.js +0 -175
  539. package/lib/avatar/AvatarClose/docs/AvatarClose__default.docs.js +0 -72
  540. package/lib/avatar/AvatarCollision/docs/AvatarCollision__default.docs.js +0 -81
  541. package/lib/avatar/AvatarIcon/docs/AvatarIcon__palette.docs.js +0 -95
  542. package/lib/avatar/AvatarIcon/docs/AvatarIcon__size.docs.js +0 -99
  543. package/lib/avatar/AvatarStatus/docs/AvatarStatus__size.docs.js +0 -90
  544. package/lib/avatar/AvatarStatus/docs/AvatarStatus__state.docs.js +0 -104
  545. package/lib/avatar/AvatarThread/docs/AvatarThread__default.docs.js +0 -198
  546. package/lib/avatar/AvatarUser/docs/AvatarUser__default.docs.js +0 -224
  547. package/lib/avatar/AvatarWithTeam/docs/AvatarWithTeam__default.docs.js +0 -74
  548. package/lib/deprecated/SelectDropdown/docs/SelectDropdown__default.docs.js +0 -80
  549. package/lib/docs/formDocs.js +0 -215
  550. package/lib/docs/generalDocs.js +0 -1039
  551. package/lib/docs/lookupDocs.js +0 -287
  552. package/lib/docs/setupDocs.js +0 -183
  553. package/lib/dropdown/ToggleDropDown/docs/ToggleDropDown__default.docs.js +0 -279
  554. package/lib/emptystate/CommonEmptyState/docs/CommonEmptyState__default.docs.js +0 -171
  555. package/lib/emptystate/EditionPage/docs/EditionPage__default.docs.js +0 -74
  556. package/lib/errorstate/Inconvenience/docs/Inconvenience__default.docs.js +0 -69
  557. package/lib/errorstate/LinkText/docs/LinkText__default.docs.js +0 -67
  558. package/lib/errorstate/NoRequestFound/docs/NoRequestFound__default.docs.js +0 -68
  559. package/lib/errorstate/PermissionPlay/docs/PermissionPlay__default.docs.js +0 -70
  560. package/lib/errorstate/RequestUrlNotFound/docs/RequestUrlNotFound__default.docs.js +0 -69
  561. package/lib/errorstate/UnableToProcess/docs/UnableToProcess__default.docs.js +0 -69
  562. package/lib/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__insufficient.docs.js +0 -70
  563. package/lib/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__unauthorizedLogin.docs.js +0 -69
  564. package/lib/errorstate/WillBack/docs/WillBack__default.docs.js +0 -71
  565. package/lib/form/fields/CheckBoxField/docs/CheckBoxField__default.docs.js +0 -80
  566. package/lib/form/fields/DateField/docs/DateField__default.docs.js +0 -74
  567. package/lib/form/fields/MultiSelectField/docs/MultiSelectField__default.docs.js +0 -100
  568. package/lib/form/fields/PhoneField/docs/PhoneField__default.docs.js +0 -76
  569. package/lib/form/fields/SelectField/docs/SelectField__default.docs.js +0 -110
  570. package/lib/form/fields/TagsMultiSelect/docs/TagsMultiSelect__default.docs.js +0 -126
  571. package/lib/form/fields/TagsMultiSelectField/docs/TagsMultiSelectField__default.docs.js +0 -96
  572. package/lib/form/fields/TextBoxField/docs/TextBoxField__default.docs.js +0 -97
  573. package/lib/form/fields/TextEditorField/docs/TextEditorField__default.docs.js +0 -94
  574. package/lib/form/fields/TextareaField/docs/TextareaField__default.docs.js +0 -76
  575. package/lib/form/fields/ValidationMessage/docs/ValidationMessage__default.docs.js +0 -103
  576. package/lib/form/layout/Field/docs/Field__default.docs.js +0 -74
  577. package/lib/form/layout/Section/docs/Section__default.docs.js +0 -71
  578. package/lib/layout/SetupDetailLayout/docs/SetupDetailLayout__default.docs.js +0 -80
  579. package/lib/layout/SubtabLayout/docs/SubtabLayout__default.docs.js +0 -118
  580. package/lib/list/AvatarFlip/docs/AvatarFlip__default.docs.js +0 -149
  581. package/lib/list/BluePrintStatus/docs/BluePrintStatus__default.docs.js +0 -65
  582. package/lib/list/Comment/docs/Comment__default.docs.js +0 -76
  583. package/lib/list/DotNew/docs/DotNew__default.docs.js +0 -70
  584. package/lib/list/GridStencils/docs/GridStencils__default.docs.js +0 -86
  585. package/lib/list/Icons/docs/FloatingIcons__default.docs.js +0 -81
  586. package/lib/list/ListLayout/docs/ListLayout__default.docs.js +0 -111
  587. package/lib/list/ListStencils/docs/ListStencils__default.docs.js +0 -70
  588. package/lib/list/SecondaryText/docs/ContactName__default.docs.js +0 -73
  589. package/lib/list/SecondryPanel/docs/SecondryPanelDocs.module.css +0 -37
  590. package/lib/list/SecondryPanel/docs/SecondryPanel__default.docs.js +0 -133
  591. package/lib/list/SentimentStatus/docs/SentimentStatus__default.docs.js +0 -65
  592. package/lib/list/Subject/docs/Subject__default.docs.js +0 -94
  593. package/lib/list/TagNew/docs/TagNew__default.docs.js +0 -73
  594. package/lib/list/Thread/docs/Thread__default.docs.js +0 -72
  595. package/lib/list/UserTime/docs/UserTime__default.docs.js +0 -196
  596. package/lib/list/status/StatusDropdown/docs/StatusDropdown__default.docs.js +0 -178
  597. package/lib/list/status/StatusListItem/docs/StatusListItem__default.docs.js +0 -77
  598. package/lib/lookup/EmptyPage/docs/EmptyPage__account.docs.js +0 -70
  599. package/lib/lookup/EmptyPage/docs/EmptyPage__contact.docs.js +0 -70
  600. package/lib/lookup/EmptyPage/docs/EmptyPage__default.docs.js +0 -67
  601. package/lib/lookup/EmptyPage/docs/EmptyPage__product.docs.js +0 -70
  602. package/lib/lookup/Lookup/docs/Lookup__contact.docs.js +0 -247
  603. package/lib/lookup/Lookup/docs/Lookup__default.docs.js +0 -121
  604. package/lib/lookup/header/Close/docs/Close__default.docs.js +0 -69
  605. package/lib/lookup/header/ModuleHeader/docs/ModuleHeader__default.docs.js +0 -89
  606. package/lib/lookup/header/Search/docs/Search__default.docs.js +0 -175
  607. package/lib/lookup/header/TicketHeader/docs/TicketHeader__default.docs.js +0 -133
  608. package/lib/lookup/header/Title/docs/Title__default.docs.js +0 -71
  609. package/lib/lookup/header/ViewDropDown/docs/ViewDropDown__default.docs.js +0 -119
  610. package/lib/setup/header/Button/docs/Button__default.docs.js +0 -68
  611. package/lib/setup/header/Link/docs/Link__default.docs.js +0 -69
  612. package/lib/setup/header/Search/docs/Search__default.docs.js +0 -92
  613. package/lib/setup/header/Views/docs/Views__default.docs.js +0 -70
  614. package/lib/setup/helptips/Description/docs/Description__default.docs.js +0 -72
  615. package/lib/setup/helptips/Link/docs/Link__default.docs.js +0 -73
  616. package/lib/setup/helptips/ListGroup/docs/ListGroup__default.docs.js +0 -76
  617. package/lib/setup/helptips/Title/docs/Title__default.docs.js +0 -72
  618. package/lib/setup/table/Table/docs/Table__default.docs.js +0 -238
  619. package/lib/setup/table/Text/docs/Text__default.docs.js +0 -84
  620. package/lib/svg/docs/SVG__default.docs.js +0 -101
  621. package/lib/version2/AlertClose/docs/AlertClose__default.docs.js +0 -97
  622. package/lib/version2/GlobalNotification/docs/GlobalNotification__default.docs.js +0 -143
  623. package/lib/version2/alertIcons/docs/AlertIcons__default.docs.js +0 -187
  624. package/lib/version2/errorstate/Inconvenience/docs/Inconvenience__default.docs.js +0 -68
  625. package/lib/version2/errorstate/OopsSomethingMiss/docs/OopsSomethingMiss__default.docs.js +0 -70
  626. package/lib/version2/errorstate/UnableToProcessRequest/docs/UnableToProcessRequest__default.docs.js +0 -80
  627. package/lib/version2/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__default.docs.js +0 -68
  628. package/lib/version2/errorstate/UrlNotFound/docs/UrlNotFound__default.docs.js +0 -70
  629. package/lib/version2/errorstate/WillBeRightBack/docs/WillBeRightBack__default.docs.js +0 -68
  630. package/lib/version2/lookup/AlertHeader/docs/AlertHeader__default.docs.js +0 -105
  631. package/lib/version2/lookup/AlertLookup/docs/AlertLookup__default.docs.js +0 -201
  632. package/lib/version2/notification/DesktopNotification/docs/DesktopNotification__default.docs.js +0 -142
  633. package/lib/version2/notification/DesktopNotificationHeader/docs/DesktopNotificationHeader__default.docs.js +0 -108
  634. package/preprocess/dotAppearanceColors.js +0 -71
  635. package/preprocess/dotThemeColors.js +0 -98
  636. package/preprocess/index.js +0 -2
  637. package/preprocess/json/dotAppearanceVariableJson.js +0 -1908
  638. package/preprocess/json/dotThemeVariableJson.js +0 -90
  639. package/src/ActionButton/ActionButton.js +0 -197
  640. package/src/ActionButton/ActionButton.module.css +0 -120
  641. package/src/ActionButton/docs/ActionButton__default.docs.js +0 -110
  642. package/src/AlphabeticList/AlphabeticList.js +0 -176
  643. package/src/AlphabeticList/AlphabeticList.module.css +0 -54
  644. package/src/AlphabeticList/docs/AlphabeticList__default.docs.js +0 -36
  645. package/src/AlphabeticList/docs/AlphabeticList__horizontal.docs.js +0 -44
  646. package/src/Appearance/dark/mode/dotDarkMode.module.css +0 -521
  647. package/src/Appearance/dark/themes/blue/blueDarkDotTheme.module.css +0 -10
  648. package/src/Appearance/dark/themes/green/greenDarkDotTheme.module.css +0 -10
  649. package/src/Appearance/dark/themes/red/redDarkDotTheme.module.css +0 -10
  650. package/src/Appearance/dark/themes/yellow/yellowDarkDotTheme.module.css +0 -10
  651. package/src/Appearance/default/mode/dotDefaultMode.module.css +0 -521
  652. package/src/Appearance/default/themes/blue/blueDefaultDotTheme.module.css +0 -10
  653. package/src/Appearance/default/themes/green/greenDefaultDotTheme.module.css +0 -10
  654. package/src/Appearance/default/themes/orange/orangeDefaultDotTheme.module.css +0 -10
  655. package/src/Appearance/default/themes/red/redDefaultDotTheme.module.css +0 -10
  656. package/src/Appearance/default/themes/yellow/yellowDefaultDotTheme.module.css +0 -10
  657. package/src/Attachment/Attachment.js +0 -119
  658. package/src/Attachment/Attachment.module.css +0 -121
  659. package/src/Attachment/docs/Attachment__default.docs.js +0 -63
  660. package/src/ChannelIcon/ChannelIcon.js +0 -154
  661. package/src/ChannelIcon/ChannelIcon.module.css +0 -208
  662. package/src/ChannelIcon/docs/ChannelIcon__default.docs.js +0 -63
  663. package/src/Drawer/Drawer.js +0 -398
  664. package/src/Drawer/Drawer.module.css +0 -103
  665. package/src/Drawer/docs/Drawer__default.docs.js +0 -86
  666. package/src/Drawer/docs/Drawer__multiDrawer.docs.js +0 -111
  667. package/src/Drawer/docs/Drawer__noFreeze.docs.js +0 -20
  668. package/src/Drawer/docs/Drawer__withModal.docs.js +0 -76
  669. package/src/ExternalLink/ExternalLink.js +0 -75
  670. package/src/ExternalLink/ExternalLink.module.css +0 -4
  671. package/src/ExternalLink/__tests__/ExternalLink.spec.js +0 -28
  672. package/src/ExternalLink/docs/ExternalLink__default.docs.js +0 -24
  673. package/src/FlipCard/FlipCard.js +0 -193
  674. package/src/FlipCard/FlipCard.module.css +0 -35
  675. package/src/FlipCard/docs/FlipCard__default.docs.js +0 -76
  676. package/src/FormAction/FormAction.js +0 -126
  677. package/src/FormAction/FormAction.module.css +0 -57
  678. package/src/FormAction/docs/FormAction__default.docs.js +0 -93
  679. package/src/FreezeLayer/FreezeLayer.js +0 -159
  680. package/src/FreezeLayer/FreezeLayer.module.css +0 -38
  681. package/src/FreezeLayer/docs/FreezeLayer__dark.docs.js +0 -52
  682. package/src/FreezeLayer/docs/FreezeLayer__default.docs.js +0 -51
  683. package/src/IconButton/IconButton.js +0 -186
  684. package/src/IconButton/IconButton.module.css +0 -22
  685. package/src/IconButton/docs/IconButton__default.docs.js +0 -158
  686. package/src/Image/Image.js +0 -58
  687. package/src/Image/Image.module.css +0 -11
  688. package/src/Image/docs/Image__default.docs.js +0 -18
  689. package/src/ImportantNotes/ImportantNotes.js +0 -57
  690. package/src/ImportantNotes/ImportantNotes.module.css +0 -15
  691. package/src/ImportantNotes/docs/ImportantNotes__default.docs.js +0 -22
  692. package/src/Link/Link.js +0 -123
  693. package/src/Link/Link.module.css +0 -4
  694. package/src/Link/LinkContext.js +0 -9
  695. package/src/Link/docs/Link__default.docs.js +0 -91
  696. package/src/Loader/Loader.js +0 -22
  697. package/src/Loader/Loader.module.css +0 -25
  698. package/src/Loader/docs/Loader__default.docs.js +0 -21
  699. package/src/Message/Message.js +0 -109
  700. package/src/Message/Message.module.css +0 -70
  701. package/src/Message/docs/Message__default.docs.js +0 -53
  702. package/src/MessageBanner/MessageBanner.js +0 -83
  703. package/src/MessageBanner/MessageBanner.module.css +0 -38
  704. package/src/MessageBanner/docs/MessageBanner__default.docs.js +0 -87
  705. package/src/NewStar/NewStar.js +0 -83
  706. package/src/NewStar/NewStar.module.css +0 -73
  707. package/src/NewStar/docs/NewStar__default.docs.js +0 -39
  708. package/src/PlusIcon/PlusIcon.js +0 -64
  709. package/src/PlusIcon/PlusIcon.module.css +0 -16
  710. package/src/PlusIcon/docs/PlusIcon__default.docs.js +0 -18
  711. package/src/Provider.js +0 -203
  712. package/src/ToastMessage/ToastMessage.js +0 -315
  713. package/src/ToastMessage/ToastMessage.module.css +0 -257
  714. package/src/ToastMessage/docs/ToastMessage__custom.docs.js +0 -97
  715. package/src/ToastMessage/docs/ToastMessage__information.docs.js +0 -57
  716. package/src/ToastMessage/docs/ToastMessage__primary.docs.js +0 -135
  717. package/src/ToastMessage/docs/ToastMessage__secondary.docs.js +0 -40
  718. package/src/ToastMessage/docs/ToastMessage__success.docs.js +0 -68
  719. package/src/Upload/Upload.js +0 -103
  720. package/src/Upload/Upload.module.css +0 -106
  721. package/src/Upload/docs/Upload__default.docs.js +0 -72
  722. package/src/actions/AutoClose.js +0 -51
  723. package/src/actions/index.js +0 -22
  724. package/src/alert/AlertHeader/AlertHeader.js +0 -122
  725. package/src/alert/AlertHeader/AlertHeader.module.css +0 -63
  726. package/src/alert/AlertHeader/docs/AlertHeader__default.docs.js +0 -73
  727. package/src/alert/AlertLookup/AlertLookup.js +0 -214
  728. package/src/alert/AlertLookup/AlertLookup.module.css +0 -23
  729. package/src/alert/AlertLookup/docs/AlertLookup__default.docs.js +0 -124
  730. package/src/avatar/AvatarClose/AvatarClose.js +0 -49
  731. package/src/avatar/AvatarClose/AvatarClose.module.css +0 -31
  732. package/src/avatar/AvatarClose/docs/AvatarClose__default.docs.js +0 -26
  733. package/src/avatar/AvatarCollision/AvatarCollision.js +0 -81
  734. package/src/avatar/AvatarCollision/AvatarCollision.module.css +0 -55
  735. package/src/avatar/AvatarCollision/docs/AvatarCollision__default.docs.js +0 -40
  736. package/src/avatar/AvatarIcon/AvatarIcon.js +0 -99
  737. package/src/avatar/AvatarIcon/AvatarIcon.module.css +0 -59
  738. package/src/avatar/AvatarIcon/docs/AvatarIcon__palette.docs.js +0 -49
  739. package/src/avatar/AvatarIcon/docs/AvatarIcon__size.docs.js +0 -36
  740. package/src/avatar/AvatarStatus/AvatarStatus.js +0 -95
  741. package/src/avatar/AvatarStatus/AvatarStatus.module.css +0 -96
  742. package/src/avatar/AvatarStatus/docs/AvatarStatus__size.docs.js +0 -38
  743. package/src/avatar/AvatarStatus/docs/AvatarStatus__state.docs.js +0 -63
  744. package/src/avatar/AvatarThread/AvatarThread.js +0 -136
  745. package/src/avatar/AvatarThread/AvatarThread.module.css +0 -113
  746. package/src/avatar/AvatarThread/docs/AvatarThread__default.docs.js +0 -167
  747. package/src/avatar/AvatarUser/AvatarUser.js +0 -160
  748. package/src/avatar/AvatarUser/AvatarUser.module.css +0 -100
  749. package/src/avatar/AvatarUser/docs/AvatarUser__default.docs.js +0 -148
  750. package/src/avatar/AvatarWithTeam/AvatarWithTeam.js +0 -134
  751. package/src/avatar/AvatarWithTeam/AvatarWithTeam.module.css +0 -16
  752. package/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js +0 -50
  753. package/src/avatar/AvatarWithTeam/docs/AvatarWithTeam__default.docs.js +0 -28
  754. package/src/deprecated/SelectDropdown/SelectDropdown.js +0 -122
  755. package/src/deprecated/SelectDropdown/SelectDropdown.module.css +0 -47
  756. package/src/deprecated/SelectDropdown/docs/SelectDropdown__default.docs.js +0 -31
  757. package/src/docs/formDocs.js +0 -26
  758. package/src/docs/generalDocs.js +0 -162
  759. package/src/docs/lookupDocs.js +0 -52
  760. package/src/docs/setupDocs.js +0 -25
  761. package/src/dropdown/ToggleDropDown/ToggleDropDown.js +0 -950
  762. package/src/dropdown/ToggleDropDown/ToggleDropDown.module.css +0 -84
  763. package/src/dropdown/ToggleDropDown/docs/ToggleDropDown__default.docs.js +0 -242
  764. package/src/emptystate/CommonEmptyState/CommonEmptyState.js +0 -116
  765. package/src/emptystate/CommonEmptyState/CommonEmptyState.module.css +0 -80
  766. package/src/emptystate/CommonEmptyState/docs/CommonEmptyState__default.docs.js +0 -107
  767. package/src/emptystate/EditionPage/EditionPage.css +0 -37
  768. package/src/emptystate/EditionPage/EditionPage.js +0 -69
  769. package/src/emptystate/EditionPage/docs/EditionPage__default.docs.js +0 -23
  770. package/src/errorstate/EmptyStates.module.css +0 -85
  771. package/src/errorstate/Inconvenience/Inconvenience.js +0 -132
  772. package/src/errorstate/Inconvenience/Inconvenience.module.css +0 -4
  773. package/src/errorstate/Inconvenience/docs/Inconvenience__default.docs.js +0 -19
  774. package/src/errorstate/LinkText/LinkText.js +0 -35
  775. package/src/errorstate/LinkText/LinkText.module.css +0 -6
  776. package/src/errorstate/LinkText/docs/LinkText__default.docs.js +0 -13
  777. package/src/errorstate/NoRequestFound/NoRequestFound.js +0 -132
  778. package/src/errorstate/NoRequestFound/NoRequestFound.module.css +0 -3
  779. package/src/errorstate/NoRequestFound/docs/NoRequestFound__default.docs.js +0 -19
  780. package/src/errorstate/PermissionPlay/PermissionPlay.js +0 -127
  781. package/src/errorstate/PermissionPlay/PermissionPlay.module.css +0 -34
  782. package/src/errorstate/PermissionPlay/docs/PermissionPlay__default.docs.js +0 -20
  783. package/src/errorstate/RequestUrlNotFound/RequestUrlNotFound.js +0 -132
  784. package/src/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css +0 -3
  785. package/src/errorstate/RequestUrlNotFound/docs/RequestUrlNotFound__default.docs.js +0 -19
  786. package/src/errorstate/UnableToProcess/UnableToProcess.js +0 -130
  787. package/src/errorstate/UnableToProcess/UnableToProcess.module.css +0 -3
  788. package/src/errorstate/UnableToProcess/docs/UnableToProcess__default.docs.js +0 -19
  789. package/src/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +0 -130
  790. package/src/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css +0 -3
  791. package/src/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__insufficient.docs.js +0 -20
  792. package/src/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__unauthorizedLogin.docs.js +0 -19
  793. package/src/errorstate/WillBack/WillBack.js +0 -120
  794. package/src/errorstate/WillBack/WillBack.module.css +0 -36
  795. package/src/errorstate/WillBack/docs/WillBack__default.docs.js +0 -21
  796. package/src/form/fields/CheckBoxField/CheckBoxField.js +0 -220
  797. package/src/form/fields/CheckBoxField/docs/CheckBoxField__default.docs.js +0 -32
  798. package/src/form/fields/CurrencyField/CurrencyField.js +0 -267
  799. package/src/form/fields/DateField/DateField.js +0 -281
  800. package/src/form/fields/DateField/docs/DateField__default.docs.js +0 -24
  801. package/src/form/fields/Fields.module.css +0 -145
  802. package/src/form/fields/MultiSelectField/MultiSelectField.js +0 -311
  803. package/src/form/fields/MultiSelectField/docs/MultiSelectField__default.docs.js +0 -53
  804. package/src/form/fields/PhoneField/PhoneField.js +0 -227
  805. package/src/form/fields/PhoneField/docs/PhoneField__default.docs.js +0 -26
  806. package/src/form/fields/RadioField/RadioField.js +0 -181
  807. package/src/form/fields/SelectField/SelectField.js +0 -296
  808. package/src/form/fields/SelectField/docs/SelectField__default.docs.js +0 -48
  809. package/src/form/fields/TagsMultiSelect/TagsMultiSelect.js +0 -332
  810. package/src/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +0 -95
  811. package/src/form/fields/TagsMultiSelect/docs/TagsMultiSelect__default.docs.js +0 -55
  812. package/src/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +0 -342
  813. package/src/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css +0 -6
  814. package/src/form/fields/TagsMultiSelectField/docs/TagsMultiSelectField__default.docs.js +0 -58
  815. package/src/form/fields/TextBoxField/TextBoxField.js +0 -274
  816. package/src/form/fields/TextBoxField/docs/TextBoxField__default.docs.js +0 -38
  817. package/src/form/fields/TextEditor/TextEditor.js +0 -440
  818. package/src/form/fields/TextEditor/TextEditor.module.css +0 -582
  819. package/src/form/fields/TextEditorField/TextEditorField.js +0 -286
  820. package/src/form/fields/TextEditorField/docs/TextEditorField__default.docs.js +0 -62
  821. package/src/form/fields/TextEditorWrapper/TextEditorWrapper.js +0 -239
  822. package/src/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +0 -26
  823. package/src/form/fields/TextareaField/TextareaField.js +0 -247
  824. package/src/form/fields/TextareaField/docs/TextareaField__default.docs.js +0 -25
  825. package/src/form/fields/ValidationMessage/ValidationMessage.js +0 -77
  826. package/src/form/fields/ValidationMessage/ValidationMessage.module.css +0 -22
  827. package/src/form/fields/ValidationMessage/docs/ValidationMessage__default.docs.js +0 -66
  828. package/src/form/layout/Field/Field.js +0 -53
  829. package/src/form/layout/Field/Field.module.css +0 -22
  830. package/src/form/layout/Field/docs/Field__default.docs.js +0 -20
  831. package/src/form/layout/Section/ModuleFormSection.module.css +0 -3
  832. package/src/form/layout/Section/Section.js +0 -47
  833. package/src/form/layout/Section/docs/Section__default.docs.js +0 -21
  834. package/src/i18n.js +0 -5498
  835. package/src/index.js +0 -8
  836. package/src/layout/SetupDetailLayout/SetupDetailLayout.js +0 -274
  837. package/src/layout/SetupDetailLayout/SetupDetailLayout.module.css +0 -116
  838. package/src/layout/SetupDetailLayout/docs/SetupDetailLayout__default.docs.js +0 -34
  839. package/src/layout/SetupDetailLayout/index.js +0 -4
  840. package/src/layout/SubtabLayout/SubtabLayout.js +0 -235
  841. package/src/layout/SubtabLayout/SubtabLayout.module.css +0 -120
  842. package/src/layout/SubtabLayout/docs/SubtabLayout__default.docs.js +0 -53
  843. package/src/layout/SubtabLayout/index.js +0 -4
  844. package/src/list/AvatarFlip/AvatarFlip.js +0 -106
  845. package/src/list/AvatarFlip/AvatarFlip.module.css +0 -3
  846. package/src/list/AvatarFlip/docs/AvatarFlip__default.docs.js +0 -82
  847. package/src/list/BluePrintStatus/BluePrintStatus.js +0 -28
  848. package/src/list/BluePrintStatus/BluePrintStatus.module.css +0 -14
  849. package/src/list/BluePrintStatus/docs/BluePrintStatus__default.docs.js +0 -20
  850. package/src/list/Comment/Comment.js +0 -51
  851. package/src/list/Comment/Comment.module.css +0 -24
  852. package/src/list/Comment/docs/Comment__default.docs.js +0 -22
  853. package/src/list/DepartmentDropDown/DepartmentDropDown.js +0 -119
  854. package/src/list/DepartmentDropDown/DepartmentDropDown.module.css +0 -9
  855. package/src/list/Dot/Dot.js +0 -27
  856. package/src/list/Dot/Dot.module.css +0 -15
  857. package/src/list/DotNew/DotNew.js +0 -29
  858. package/src/list/DotNew/DotNew.module.css +0 -22
  859. package/src/list/DotNew/docs/DotNew__default.docs.js +0 -18
  860. package/src/list/GridStencils/GridStencils.js +0 -46
  861. package/src/list/GridStencils/GridStencils.module.css +0 -102
  862. package/src/list/GridStencils/docs/GridStencils__default.docs.js +0 -30
  863. package/src/list/Icons/AddNewIcon.js +0 -29
  864. package/src/list/Icons/CompleteIcon.js +0 -30
  865. package/src/list/Icons/DeleteIcon.js +0 -31
  866. package/src/list/Icons/EditIcon.js +0 -31
  867. package/src/list/Icons/FloatingIcons.js +0 -32
  868. package/src/list/Icons/Icons.module.css +0 -16
  869. package/src/list/Icons/ReadUnreadIcon.js +0 -42
  870. package/src/list/Icons/SmartIcon.js +0 -32
  871. package/src/list/Icons/docs/FloatingIcons__default.docs.js +0 -26
  872. package/src/list/ListLayout/ListLayout.js +0 -117
  873. package/src/list/ListLayout/ListLayout.module.css +0 -50
  874. package/src/list/ListLayout/docs/ListLayout__default.docs.js +0 -54
  875. package/src/list/ListStencils/ListStencils.js +0 -45
  876. package/src/list/ListStencils/ListStencils.module.css +0 -62
  877. package/src/list/ListStencils/docs/ListStencils__default.docs.js +0 -18
  878. package/src/list/SecondaryText/AccountName.js +0 -130
  879. package/src/list/SecondaryText/ContactName.js +0 -137
  880. package/src/list/SecondaryText/DepartmentText.js +0 -34
  881. package/src/list/SecondaryText/Email.js +0 -86
  882. package/src/list/SecondaryText/HappinessRating.js +0 -37
  883. package/src/list/SecondaryText/PhoneNumber.js +0 -93
  884. package/src/list/SecondaryText/PriorityText.js +0 -40
  885. package/src/list/SecondaryText/SecondaryText.js +0 -43
  886. package/src/list/SecondaryText/SecondaryText.module.css +0 -126
  887. package/src/list/SecondaryText/StatusText.js +0 -42
  888. package/src/list/SecondaryText/TicketId.js +0 -78
  889. package/src/list/SecondaryText/Website.js +0 -59
  890. package/src/list/SecondaryText/docs/ContactName__default.docs.js +0 -18
  891. package/src/list/SecondaryText/index.js +0 -11
  892. package/src/list/SecondryPanel/SecondryPanel.js +0 -144
  893. package/src/list/SecondryPanel/SecondryPanel.module.css +0 -6
  894. package/src/list/SecondryPanel/docs/SecondryPanelDocs.module.css +0 -37
  895. package/src/list/SecondryPanel/docs/SecondryPanel__default.docs.js +0 -90
  896. package/src/list/SentimentStatus/SentimentStatus.js +0 -32
  897. package/src/list/SentimentStatus/SentimentStatus.module.css +0 -9
  898. package/src/list/SentimentStatus/docs/SentimentStatus__default.docs.js +0 -20
  899. package/src/list/Subject/Subject.js +0 -88
  900. package/src/list/Subject/Subject.module.css +0 -27
  901. package/src/list/Subject/docs/Subject__default.docs.js +0 -34
  902. package/src/list/TagNew/TagNew.js +0 -40
  903. package/src/list/TagNew/TagNew.module.css +0 -108
  904. package/src/list/TagNew/docs/TagNew__default.docs.js +0 -18
  905. package/src/list/Thread/Thread.js +0 -43
  906. package/src/list/Thread/Thread.module.css +0 -31
  907. package/src/list/Thread/docs/Thread__default.docs.js +0 -18
  908. package/src/list/UserTime/UserTime.js +0 -138
  909. package/src/list/UserTime/UserTime.module.css +0 -52
  910. package/src/list/UserTime/docs/UserTime__default.docs.js +0 -114
  911. package/src/list/listCommon.module.css +0 -52
  912. package/src/list/status/StatusDropdown/StatusDropdown.js +0 -538
  913. package/src/list/status/StatusDropdown/StatusDropdown.module.css +0 -76
  914. package/src/list/status/StatusDropdown/docs/StatusDropdown__default.docs.js +0 -92
  915. package/src/list/status/StatusListItem/StatusListItem.js +0 -149
  916. package/src/list/status/StatusListItem/StatusListItem.module.css +0 -81
  917. package/src/list/status/StatusListItem/docs/StatusListItem__default.docs.js +0 -19
  918. package/src/lookup/EmptyPage/EmptyPage.js +0 -62
  919. package/src/lookup/EmptyPage/LookupEmptyPage.module.css +0 -12
  920. package/src/lookup/EmptyPage/docs/EmptyPage__account.docs.js +0 -17
  921. package/src/lookup/EmptyPage/docs/EmptyPage__contact.docs.js +0 -17
  922. package/src/lookup/EmptyPage/docs/EmptyPage__default.docs.js +0 -16
  923. package/src/lookup/EmptyPage/docs/EmptyPage__product.docs.js +0 -17
  924. package/src/lookup/Lookup/Lookup.js +0 -113
  925. package/src/lookup/Lookup/Lookup.module.css +0 -26
  926. package/src/lookup/Lookup/docs/Lookup__contact.docs.js +0 -184
  927. package/src/lookup/Lookup/docs/Lookup__default.docs.js +0 -59
  928. package/src/lookup/Section/LookupSection.module.css +0 -8
  929. package/src/lookup/Section/Section.js +0 -27
  930. package/src/lookup/header/Close/Close.js +0 -36
  931. package/src/lookup/header/Close/LookupClose.module.css +0 -15
  932. package/src/lookup/header/Close/docs/Close__default.docs.js +0 -17
  933. package/src/lookup/header/ModuleHeader/ModuleHeader.js +0 -97
  934. package/src/lookup/header/ModuleHeader/docs/ModuleHeader__default.docs.js +0 -40
  935. package/src/lookup/header/Search/LookupSearch.module.css +0 -48
  936. package/src/lookup/header/Search/Search.js +0 -249
  937. package/src/lookup/header/Search/docs/Search__default.docs.js +0 -106
  938. package/src/lookup/header/TicketHeader/TicketHeader.js +0 -123
  939. package/src/lookup/header/TicketHeader/TicketHeader.module.css +0 -19
  940. package/src/lookup/header/TicketHeader/docs/TicketHeader__default.docs.js +0 -63
  941. package/src/lookup/header/Title/LookupTitle.module.css +0 -20
  942. package/src/lookup/header/Title/Title.js +0 -38
  943. package/src/lookup/header/Title/docs/Title__default.docs.js +0 -17
  944. package/src/lookup/header/ViewDropDown/ViewDropDown.js +0 -199
  945. package/src/lookup/header/ViewDropDown/ViewDropDown.module.css +0 -46
  946. package/src/lookup/header/ViewDropDown/docs/ViewDropDown__default.docs.js +0 -54
  947. package/src/lookup/header/lookupHeaderCommon.module.css +0 -25
  948. package/src/lookup/header/lookupHeaderCommonResponsive.module.css +0 -15
  949. package/src/setup/header/Button/Button.js +0 -40
  950. package/src/setup/header/Button/HeaderButton.module.css +0 -3
  951. package/src/setup/header/Button/docs/Button__default.docs.js +0 -21
  952. package/src/setup/header/Link/HeaderLink.module.css +0 -15
  953. package/src/setup/header/Link/Link.js +0 -48
  954. package/src/setup/header/Link/docs/Link__default.docs.js +0 -20
  955. package/src/setup/header/Search/Search.js +0 -87
  956. package/src/setup/header/Search/Search.module.css +0 -57
  957. package/src/setup/header/Search/docs/Search__default.docs.js +0 -32
  958. package/src/setup/header/Views/Views.js +0 -62
  959. package/src/setup/header/Views/Views.module.css +0 -27
  960. package/src/setup/header/Views/docs/Views__default.docs.js +0 -20
  961. package/src/setup/helptips/Description/Description.js +0 -22
  962. package/src/setup/helptips/Description/HelpTipsDescription.module.css +0 -6
  963. package/src/setup/helptips/Description/docs/Description__default.docs.js +0 -24
  964. package/src/setup/helptips/Link/HelpTipsLink.module.css +0 -6
  965. package/src/setup/helptips/Link/Link.js +0 -39
  966. package/src/setup/helptips/Link/docs/Link__default.docs.js +0 -27
  967. package/src/setup/helptips/ListGroup/ListGroup.js +0 -42
  968. package/src/setup/helptips/ListGroup/ListGroup.module.css +0 -17
  969. package/src/setup/helptips/ListGroup/docs/ListGroup__default.docs.js +0 -37
  970. package/src/setup/helptips/Title/HelpTipsTitle.module.css +0 -5
  971. package/src/setup/helptips/Title/Title.js +0 -22
  972. package/src/setup/helptips/Title/docs/Title__default.docs.js +0 -22
  973. package/src/setup/table/Table/Table.js +0 -31
  974. package/src/setup/table/Table/docs/Table__default.docs.js +0 -115
  975. package/src/setup/table/TableBody/TableBody.js +0 -37
  976. package/src/setup/table/TableData/SetupTableData.module.css +0 -36
  977. package/src/setup/table/TableData/TableData.js +0 -56
  978. package/src/setup/table/TableData/Tablehover.module.css +0 -6
  979. package/src/setup/table/TableHead/SetupTableHead.module.css +0 -8
  980. package/src/setup/table/TableHead/TableHead.js +0 -53
  981. package/src/setup/table/TableRow/SetupTableRow.module.css +0 -10
  982. package/src/setup/table/TableRow/TableRow.js +0 -60
  983. package/src/setup/table/Text/TableText.module.css +0 -37
  984. package/src/setup/table/Text/Text.js +0 -82
  985. package/src/setup/table/Text/docs/Text__default.docs.js +0 -38
  986. package/src/svg/PlusIcon.js +0 -43
  987. package/src/svg/SnippetIcon.js +0 -50
  988. package/src/svg/TemplateIcon.js +0 -34
  989. package/src/svg/docs/SVG__default.docs.js +0 -46
  990. package/src/utils/ChannelIconMapping.js +0 -130
  991. package/src/utils/Common.js +0 -20
  992. package/src/utils/General.js +0 -58
  993. package/src/utils/KeyboardApi.js +0 -280
  994. package/src/utils/editorUtils.js +0 -189
  995. package/src/version2/AlertClose/AlertClose.js +0 -45
  996. package/src/version2/AlertClose/AlertClose.module.css +0 -43
  997. package/src/version2/AlertClose/docs/AlertClose__default.docs.js +0 -46
  998. package/src/version2/GlobalNotification/GlobalNotification.js +0 -120
  999. package/src/version2/GlobalNotification/GlobalNotification.module.css +0 -90
  1000. package/src/version2/GlobalNotification/docs/GlobalNotification__default.docs.js +0 -94
  1001. package/src/version2/alertIcons/AlarmAlertIcon.js +0 -32
  1002. package/src/version2/alertIcons/AlertIcons.js +0 -61
  1003. package/src/version2/alertIcons/AlertIcons.module.css +0 -67
  1004. package/src/version2/alertIcons/DangerAlertIcon.js +0 -33
  1005. package/src/version2/alertIcons/ErrorAlertIcon.js +0 -34
  1006. package/src/version2/alertIcons/InfoAlertIcon.js +0 -35
  1007. package/src/version2/alertIcons/NotificationAlertIcon.js +0 -32
  1008. package/src/version2/alertIcons/SuccessAlertIcon.js +0 -31
  1009. package/src/version2/alertIcons/WarningAlertIcon.js +0 -31
  1010. package/src/version2/alertIcons/docs/AlertIcons__default.docs.js +0 -123
  1011. package/src/version2/errorstate/Inconvenience/Inconvenience.js +0 -98
  1012. package/src/version2/errorstate/Inconvenience/docs/Inconvenience__default.docs.js +0 -19
  1013. package/src/version2/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +0 -99
  1014. package/src/version2/errorstate/OopsSomethingMiss/docs/OopsSomethingMiss__default.docs.js +0 -21
  1015. package/src/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +0 -98
  1016. package/src/version2/errorstate/UnableToProcessRequest/docs/UnableToProcessRequest__default.docs.js +0 -31
  1017. package/src/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +0 -102
  1018. package/src/version2/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__default.docs.js +0 -19
  1019. package/src/version2/errorstate/UrlNotFound/UrlNotFound.js +0 -98
  1020. package/src/version2/errorstate/UrlNotFound/docs/UrlNotFound__default.docs.js +0 -21
  1021. package/src/version2/errorstate/V2_ErrorStates.module.css +0 -47
  1022. package/src/version2/errorstate/WillBeRightBack/WillBeRightBack.js +0 -98
  1023. package/src/version2/errorstate/WillBeRightBack/docs/WillBeRightBack__default.docs.js +0 -19
  1024. package/src/version2/lookup/AlertHeader/AlertHeader.js +0 -100
  1025. package/src/version2/lookup/AlertHeader/AlertHeaderNew.module.css +0 -64
  1026. package/src/version2/lookup/AlertHeader/docs/AlertHeader__default.docs.js +0 -66
  1027. package/src/version2/lookup/AlertLookup/AlertLookup.js +0 -290
  1028. package/src/version2/lookup/AlertLookup/AlertLookupNew.module.css +0 -40
  1029. package/src/version2/lookup/AlertLookup/docs/AlertLookup__default.docs.js +0 -150
  1030. package/src/version2/lookup/alertLookupCommonNew.module.css +0 -26
  1031. package/src/version2/notification/DesktopNotification/DesktopNotification.js +0 -258
  1032. package/src/version2/notification/DesktopNotification/DesktopNotification.module.css +0 -90
  1033. package/src/version2/notification/DesktopNotification/docs/DesktopNotification__default.docs.js +0 -86
  1034. package/src/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +0 -92
  1035. package/src/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +0 -100
  1036. package/src/version2/notification/DesktopNotificationHeader/docs/DesktopNotificationHeader__default.docs.js +0 -51
@@ -1,97 +0,0 @@
1
- "use strict";
2
-
3
- function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _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 _TextBoxField = _interopRequireDefault(require("../TextBoxField"));
15
-
16
- var _Layout = require("@zohodesk/components/lib/Layout");
17
-
18
- var _Icon = _interopRequireDefault(require("@zohodesk/icons/lib/Icon"));
19
-
20
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
21
-
22
- 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); }
23
-
24
- 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; }
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); 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 } }); if (superClass) _setPrototypeOf(subClass, superClass); }
33
-
34
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || 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 : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
45
-
46
- var TextBoxField__default = /*#__PURE__*/function (_Component) {
47
- _inherits(TextBoxField__default, _Component);
48
-
49
- var _super = _createSuper(TextBoxField__default);
50
-
51
- function TextBoxField__default(props) {
52
- _classCallCheck(this, TextBoxField__default);
53
-
54
- return _super.call(this, props);
55
- }
56
-
57
- _createClass(TextBoxField__default, [{
58
- key: "render",
59
- value: function render() {
60
- return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement(_TextBoxField["default"], {
61
- labelName: "Contact Name",
62
- textBoxSize: "xmedium",
63
- textBoxVariant: "primary",
64
- validationMessage: "Invalid Input"
65
- }), /*#__PURE__*/_react["default"].createElement("div", {
66
- style: {
67
- margin: '30px 0 10px',
68
- fontFamily: 'var(--zd_semibold)'
69
- }
70
- }, "Children Option"), /*#__PURE__*/_react["default"].createElement(_TextBoxField["default"], {
71
- labelName: "Contact Name",
72
- textBoxSize: "xmedium",
73
- textBoxVariant: "primary",
74
- validationMessage: "Invalid Input"
75
- }, /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
76
- align: "both",
77
- style: {
78
- marginRight: '15px'
79
- }
80
- }, /*#__PURE__*/_react["default"].createElement(_Icon["default"], {
81
- name: "ZD-SE-setpracket",
82
- size: "18"
83
- }))));
84
- }
85
- }]);
86
-
87
- return TextBoxField__default;
88
- }(_react.Component);
89
-
90
- exports["default"] = TextBoxField__default;
91
-
92
- if (false) {
93
- TextBoxField__default.docs = {
94
- componentGroup: 'Form Fields',
95
- folderName: 'General'
96
- };
97
- }
@@ -1,94 +0,0 @@
1
- "use strict";
2
-
3
- function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _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 _TextEditorField = _interopRequireDefault(require("../TextEditorField"));
13
-
14
- var _Layout = require("@zohodesk/components/lib/Layout");
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); 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 } }); if (superClass) _setPrototypeOf(subClass, superClass); }
29
-
30
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || 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 : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
41
-
42
- var TextEditorField__default = /*#__PURE__*/function (_Component) {
43
- _inherits(TextEditorField__default, _Component);
44
-
45
- var _super = _createSuper(TextEditorField__default);
46
-
47
- function TextEditorField__default(props) {
48
- var _this;
49
-
50
- _classCallCheck(this, TextEditorField__default);
51
-
52
- _this = _super.call(this, props);
53
- _this.handleEditorStyleOptions = _this.handleEditorStyleOptions.bind(_assertThisInitialized(_this));
54
- return _this;
55
- }
56
-
57
- _createClass(TextEditorField__default, [{
58
- key: "handleEditorStyleOptions",
59
- value: function handleEditorStyleOptions(ZohoDeskEditor_Init, hookToOrganize) {
60
- ZohoDeskEditor_Init.toolbarOrder = [['bold', 'Bold (Ctrl+B)', '#KBEditortools_txtbold', 'KBEditortools-txtbold'], ['italic', 'Italic (Ctrl+I)', '#KBEditortools_txtitalic', 'KBEditortools-txtitalic'], ['underline', 'Underline (Ctrl+U)', '#KBEditortools_txtunderline', 'KBEditortools-txtunderline']];
61
- }
62
- }, {
63
- key: "render",
64
- value: function render() {
65
- return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement(_TextEditorField["default"], {
66
- needEditor: false,
67
- labelName: "TextArea"
68
- }, /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
69
- flexible: true,
70
- style: {
71
- fontSize: '12px',
72
- color: 'var(--dot_text_primary)',
73
- textAlign: 'right'
74
- }
75
- }, "Placeholders")), /*#__PURE__*/_react["default"].createElement(_TextEditorField["default"], {
76
- id: "editor",
77
- labelName: "TextEditor",
78
- EDITORURL: "https://js.zohostatic.com/zde/v2.2.9/js/ZohoDeskEditor.js",
79
- initCallback: this.handleEditorStyleOptions,
80
- loadingComponent: /*#__PURE__*/_react["default"].createElement("div", null, "Loading...")
81
- }));
82
- }
83
- }]);
84
-
85
- return TextEditorField__default;
86
- }(_react.Component);
87
-
88
- exports["default"] = TextEditorField__default;
89
-
90
- if (false) {
91
- TextEditorField__default.docs = {
92
- componentGroup: 'Fields'
93
- };
94
- }
@@ -1,76 +0,0 @@
1
- "use strict";
2
-
3
- function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _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 _TextareaField = _interopRequireDefault(require("../TextareaField"));
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); 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 } }); if (superClass) _setPrototypeOf(subClass, superClass); }
29
-
30
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || 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 : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
41
-
42
- var TextareaField__default = /*#__PURE__*/function (_Component) {
43
- _inherits(TextareaField__default, _Component);
44
-
45
- var _super = _createSuper(TextareaField__default);
46
-
47
- function TextareaField__default(props) {
48
- _classCallCheck(this, TextareaField__default);
49
-
50
- return _super.call(this, props);
51
- }
52
-
53
- _createClass(TextareaField__default, [{
54
- key: "render",
55
- value: function render() {
56
- return /*#__PURE__*/_react["default"].createElement(_TextareaField["default"], {
57
- labelName: "Textarea",
58
- onChange: function onChange() {},
59
- textBoxSize: "xsmall",
60
- textBoxVariant: "primary",
61
- validationMessage: "Invalid Input"
62
- });
63
- }
64
- }]);
65
-
66
- return TextareaField__default;
67
- }(_react.Component);
68
-
69
- exports["default"] = TextareaField__default;
70
-
71
- if (false) {
72
- TextareaField__default.docs = {
73
- componentGroup: 'Form Fields',
74
- folderName: 'General'
75
- };
76
- }
@@ -1,103 +0,0 @@
1
- "use strict";
2
-
3
- function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _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 _ValidationMessage = _interopRequireDefault(require("../ValidationMessage"));
13
-
14
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
15
-
16
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
17
-
18
- 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); } }
19
-
20
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
21
-
22
- 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 } }); if (superClass) _setPrototypeOf(subClass, superClass); }
23
-
24
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
25
-
26
- 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); }; }
27
-
28
- 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); }
29
-
30
- function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
31
-
32
- 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; } }
33
-
34
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
35
-
36
- var ValidationMessage__default = /*#__PURE__*/function (_React$Component) {
37
- _inherits(ValidationMessage__default, _React$Component);
38
-
39
- var _super = _createSuper(ValidationMessage__default);
40
-
41
- function ValidationMessage__default(props) {
42
- _classCallCheck(this, ValidationMessage__default);
43
-
44
- return _super.call(this, props);
45
- }
46
-
47
- _createClass(ValidationMessage__default, [{
48
- key: "render",
49
- value: function render() {
50
- return /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement(_ValidationMessage["default"], {
51
- text: "validation",
52
- palette: "default",
53
- size: "small",
54
- type: "secondary",
55
- tooltip: "Information"
56
- }), /*#__PURE__*/_react["default"].createElement(_ValidationMessage["default"], {
57
- text: "validation",
58
- palette: "primary",
59
- size: "small",
60
- type: "secondary"
61
- }), /*#__PURE__*/_react["default"].createElement(_ValidationMessage["default"], {
62
- text: "validation",
63
- palette: "secondary",
64
- size: "small",
65
- type: "secondary",
66
- tooltip: "Information"
67
- }), /*#__PURE__*/_react["default"].createElement(_ValidationMessage["default"], {
68
- text: "validation",
69
- palette: "danger",
70
- size: "small",
71
- type: "secondary"
72
- }), /*#__PURE__*/_react["default"].createElement(_ValidationMessage["default"], {
73
- text: "validation",
74
- palette: "mandatory",
75
- size: "small",
76
- type: "secondary",
77
- tooltip: "Information"
78
- }), /*#__PURE__*/_react["default"].createElement(_ValidationMessage["default"], {
79
- text: "validation",
80
- palette: "dark",
81
- size: "small",
82
- type: "secondary"
83
- }), /*#__PURE__*/_react["default"].createElement(_ValidationMessage["default"], {
84
- text: "validation",
85
- palette: "disable",
86
- size: "small",
87
- type: "secondary",
88
- tooltip: "Information"
89
- }));
90
- }
91
- }]);
92
-
93
- return ValidationMessage__default;
94
- }(_react["default"].Component);
95
-
96
- exports["default"] = ValidationMessage__default;
97
-
98
- if (false) {
99
- ValidationMessage__default.docs = {
100
- componentGroup: 'Form Fields',
101
- folderName: 'Style Guide'
102
- };
103
- }
@@ -1,74 +0,0 @@
1
- "use strict";
2
-
3
- function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _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 _Field = _interopRequireDefault(require("../Field"));
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); 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 } }); if (superClass) _setPrototypeOf(subClass, superClass); }
27
-
28
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || 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 : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
39
-
40
- var Field__default = /*#__PURE__*/function (_Component) {
41
- _inherits(Field__default, _Component);
42
-
43
- var _super = _createSuper(Field__default);
44
-
45
- function Field__default(props) {
46
- _classCallCheck(this, Field__default);
47
-
48
- return _super.call(this, props);
49
- }
50
-
51
- _createClass(Field__default, [{
52
- key: "render",
53
- value: function render() {
54
- return /*#__PURE__*/_react["default"].createElement(_Field["default"], {
55
- column: "two",
56
- rowBreak: true
57
- }, /*#__PURE__*/_react["default"].createElement("div", {
58
- style: {
59
- textAlign: 'center'
60
- }
61
- }, "Chidren"));
62
- }
63
- }]);
64
-
65
- return Field__default;
66
- }(_react.Component);
67
-
68
- exports["default"] = Field__default;
69
-
70
- if (false) {
71
- Field__default.docs = {
72
- componentGroup: 'ModuleAddForm'
73
- };
74
- }
@@ -1,71 +0,0 @@
1
- "use strict";
2
-
3
- function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _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 _Section = _interopRequireDefault(require("../Section"));
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); 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 } }); if (superClass) _setPrototypeOf(subClass, superClass); }
29
-
30
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || 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 : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
41
-
42
- var Section__default = /*#__PURE__*/function (_Component) {
43
- _inherits(Section__default, _Component);
44
-
45
- var _super = _createSuper(Section__default);
46
-
47
- function Section__default(props) {
48
- _classCallCheck(this, Section__default);
49
-
50
- return _super.call(this, props);
51
- }
52
-
53
- _createClass(Section__default, [{
54
- key: "render",
55
- value: function render() {
56
- return /*#__PURE__*/_react["default"].createElement(_Section["default"], {
57
- title: "SectionTitle"
58
- }, /*#__PURE__*/_react["default"].createElement("div", null, "Section children"));
59
- }
60
- }]);
61
-
62
- return Section__default;
63
- }(_react.Component);
64
-
65
- exports["default"] = Section__default;
66
-
67
- if (false) {
68
- Section__default.docs = {
69
- componentGroup: 'ModuleAddForm'
70
- };
71
- }
@@ -1,80 +0,0 @@
1
- "use strict";
2
-
3
- function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _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 _ = require("../");
15
-
16
- var _FormAction = _interopRequireDefault(require("../../../FormAction/FormAction"));
17
-
18
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
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); 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 } }); if (superClass) _setPrototypeOf(subClass, superClass); }
27
-
28
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || 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 : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
39
-
40
- var SetupDetailLayout__default = /*#__PURE__*/function (_React$Component) {
41
- _inherits(SetupDetailLayout__default, _React$Component);
42
-
43
- var _super = _createSuper(SetupDetailLayout__default);
44
-
45
- function SetupDetailLayout__default(props) {
46
- _classCallCheck(this, SetupDetailLayout__default);
47
-
48
- return _super.call(this, props);
49
- }
50
-
51
- _createClass(SetupDetailLayout__default, [{
52
- key: "render",
53
- value: function render() {
54
- return /*#__PURE__*/_react["default"].createElement(_.SetupDetailLayout, {
55
- getHelpInfo: function getHelpInfo() {},
56
- needHelpInfo: true
57
- }, /*#__PURE__*/_react["default"].createElement(_.SetupHeader, {
58
- title: "Setup",
59
- getLeftPlaceHolder: function getLeftPlaceHolder() {
60
- return /*#__PURE__*/_react["default"].createElement("p", null, "setupLeft");
61
- },
62
- getRightPlaceHolder: function getRightPlaceHolder() {
63
- return /*#__PURE__*/_react["default"].createElement("p", null, "setupRight");
64
- }
65
- }), /*#__PURE__*/_react["default"].createElement(_.SetupContent, null, /*#__PURE__*/_react["default"].createElement("span", null, "Content")), /*#__PURE__*/_react["default"].createElement(_.SetupFooter, null, /*#__PURE__*/_react["default"].createElement(_FormAction["default"], {
66
- size: "large"
67
- }, /*#__PURE__*/_react["default"].createElement("p", null, "Footer"))));
68
- }
69
- }]);
70
-
71
- return SetupDetailLayout__default;
72
- }(_react["default"].Component);
73
-
74
- exports["default"] = SetupDetailLayout__default;
75
-
76
- if (false) {
77
- SetupDetailLayout__default.docs = {
78
- componentGroup: 'Template'
79
- };
80
- }