@zohodesk/dot 1.0.0-beta.224 → 1.0.0-beta.227

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 (280) hide show
  1. package/README.md +15 -0
  2. package/assets/Appearance/dark/themes/blue/blueDarkDotTheme.module.css +1 -1
  3. package/assets/Appearance/default/themes/blue/blueDefaultDotTheme.module.css +1 -1
  4. package/assets/Appearance/pureDark/mode/dotPureDarkMode.module.css +533 -0
  5. package/assets/Appearance/pureDark/themes/blue/bluePureDarkDotTheme.module.css +16 -0
  6. package/assets/Appearance/pureDark/themes/green/greenPureDarkDotTheme.module.css +16 -0
  7. package/assets/Appearance/pureDark/themes/orange/orangePureDarkDotTheme.module.css +16 -0
  8. package/assets/Appearance/pureDark/themes/red/redPureDarkDotTheme.module.css +16 -0
  9. package/assets/Appearance/pureDark/themes/yellow/yellowPureDarkDotTheme.module.css +16 -0
  10. package/es/ActionButton/docs/ActionButton__default.docs.js +144 -0
  11. package/es/AlphabeticList/docs/AlphabeticList__default.docs.js +34 -0
  12. package/es/AlphabeticList/docs/AlphabeticList__horizontal.docs.js +43 -0
  13. package/es/Attachment/docs/Attachment__default.docs.js +54 -0
  14. package/es/AttachmentViewer/AttachmentImage.js +5 -1
  15. package/es/AttachmentViewer/AttachmentViewer.js +3 -2
  16. package/es/AttachmentViewer/AttachmentViewer.module.css +9 -1
  17. package/es/AttachmentViewer/docs/AttachmentViewer__default.docs.js +70 -0
  18. package/es/ChannelIcon/docs/ChannelIcon__default.docs.js +57 -0
  19. package/es/Drawer/docs/Drawer__default.docs.js +87 -0
  20. package/es/Drawer/docs/Drawer__multiDrawer.docs.js +112 -0
  21. package/es/Drawer/docs/Drawer__noFreeze.docs.js +20 -0
  22. package/es/Drawer/docs/Drawer__withModal.docs.js +74 -0
  23. package/es/ExternalLink/docs/ExternalLink__default.docs.js +19 -0
  24. package/es/FlipCard/docs/FlipCard__default.docs.js +66 -0
  25. package/es/FormAction/docs/FormAction__default.docs.js +72 -0
  26. package/es/FreezeLayer/docs/FreezeLayer__dark.docs.js +51 -0
  27. package/es/FreezeLayer/docs/FreezeLayer__default.docs.js +48 -0
  28. package/es/IconButton/docs/IconButton__default.docs.js +219 -0
  29. package/es/Image/docs/Image__default.docs.js +22 -0
  30. package/es/ImportantNotes/docs/ImportantNotes__default.docs.js +22 -0
  31. package/es/Link/docs/Link__default.docs.js +36 -0
  32. package/es/Loader/docs/Loader__default.docs.js +23 -0
  33. package/es/Message/docs/Message__default.docs.js +55 -0
  34. package/es/MessageBanner/docs/MessageBanner__default.docs.js +88 -0
  35. package/es/NewStar/docs/NewStar__default.docs.js +62 -0
  36. package/es/PlusIcon/docs/PlusIcon__default.docs.js +16 -0
  37. package/es/Provider.js +88 -35
  38. package/es/ToastMessage/docs/ToastMessage__custom.docs.js +92 -0
  39. package/es/ToastMessage/docs/ToastMessage__information.docs.js +54 -0
  40. package/es/ToastMessage/docs/ToastMessage__primary.docs.js +125 -0
  41. package/es/ToastMessage/docs/ToastMessage__secondary.docs.js +37 -0
  42. package/es/ToastMessage/docs/ToastMessage__success.docs.js +61 -0
  43. package/es/Upload/docs/Upload__default.docs.js +61 -0
  44. package/es/alert/AlertHeader/docs/AlertHeader__default.docs.js +63 -0
  45. package/es/alert/AlertLookup/docs/AlertLookup__default.docs.js +132 -0
  46. package/es/avatar/AvatarClose/docs/AvatarClose__default.docs.js +26 -0
  47. package/es/avatar/AvatarCollision/docs/AvatarCollision__default.docs.js +35 -0
  48. package/es/avatar/AvatarIcon/docs/AvatarIcon__palette.docs.js +40 -0
  49. package/es/avatar/AvatarIcon/docs/AvatarIcon__size.docs.js +46 -0
  50. package/es/avatar/AvatarStatus/docs/AvatarStatus__size.docs.js +35 -0
  51. package/es/avatar/AvatarStatus/docs/AvatarStatus__state.docs.js +51 -0
  52. package/es/avatar/AvatarThread/docs/AvatarThread__default.docs.js +147 -0
  53. package/es/avatar/AvatarUser/docs/AvatarUser__default.docs.js +173 -0
  54. package/es/avatar/AvatarWithTeam/docs/AvatarWithTeam__default.docs.js +24 -0
  55. package/es/deprecated/SelectDropdown/docs/SelectDropdown__default.docs.js +34 -0
  56. package/es/docs/formDocs.js +26 -0
  57. package/es/docs/generalDocs.js +135 -0
  58. package/es/docs/lookupDocs.js +44 -0
  59. package/es/docs/setupDocs.js +22 -0
  60. package/es/dropdown/ToggleDropDown/ToggleDropDown.js +1 -1
  61. package/es/dropdown/ToggleDropDown/docs/ToggleDropDown__default.docs.js +228 -0
  62. package/es/emptystate/CommonEmptyState/docs/CommonEmptyState__default.docs.js +111 -0
  63. package/es/emptystate/EditionPage/docs/EditionPage__default.docs.js +21 -0
  64. package/es/errorstate/Inconvenience/docs/Inconvenience__default.docs.js +19 -0
  65. package/es/errorstate/LinkText/docs/LinkText__default.docs.js +17 -0
  66. package/es/errorstate/NoRequestFound/docs/NoRequestFound__default.docs.js +19 -0
  67. package/es/errorstate/PermissionPlay/docs/PermissionPlay__default.docs.js +20 -0
  68. package/es/errorstate/RequestUrlNotFound/docs/RequestUrlNotFound__default.docs.js +19 -0
  69. package/es/errorstate/UnableToProcess/docs/UnableToProcess__default.docs.js +19 -0
  70. package/es/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__insufficient.docs.js +20 -0
  71. package/es/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__unauthorizedLogin.docs.js +19 -0
  72. package/es/errorstate/WillBack/docs/WillBack__default.docs.js +21 -0
  73. package/es/form/fields/CheckBoxField/docs/CheckBoxField__default.docs.js +30 -0
  74. package/es/form/fields/DateField/docs/DateField__default.docs.js +25 -0
  75. package/es/form/fields/MultiSelectField/docs/MultiSelectField__default.docs.js +48 -0
  76. package/es/form/fields/PhoneField/docs/PhoneField__default.docs.js +26 -0
  77. package/es/form/fields/SelectField/docs/SelectField__default.docs.js +58 -0
  78. package/es/form/fields/TagsMultiSelect/docs/TagsMultiSelect__default.docs.js +77 -0
  79. package/es/form/fields/TagsMultiSelectField/docs/TagsMultiSelectField__default.docs.js +82 -0
  80. package/es/form/fields/TextBoxField/docs/TextBoxField__default.docs.js +45 -0
  81. package/es/form/fields/TextEditorField/docs/TextEditorField__default.docs.js +43 -0
  82. package/es/form/fields/TextareaField/docs/TextareaField__default.docs.js +26 -0
  83. package/es/form/fields/ValidationMessage/docs/ValidationMessage__default.docs.js +58 -0
  84. package/es/form/layout/Field/docs/Field__default.docs.js +25 -0
  85. package/es/form/layout/Section/docs/Section__default.docs.js +21 -0
  86. package/es/layout/SetupDetailLayout/docs/SetupDetailLayout__default.docs.js +29 -0
  87. package/es/layout/SubtabLayout/docs/SubtabLayout__default.docs.js +67 -0
  88. package/es/list/AvatarFlip/docs/AvatarFlip__default.docs.js +100 -0
  89. package/es/list/BluePrintStatus/docs/BluePrintStatus__default.docs.js +19 -0
  90. package/es/list/Comment/docs/Comment__default.docs.js +26 -0
  91. package/es/list/DepartmentDropDown/DepartmentDropDown.js +1 -1
  92. package/es/list/DotNew/docs/DotNew__default.docs.js +20 -0
  93. package/es/list/GridStencils/docs/GridStencils__default.docs.js +35 -0
  94. package/es/list/Icons/docs/FloatingIcons__default.docs.js +24 -0
  95. package/es/list/ListLayout/docs/ListLayout__default.docs.js +60 -0
  96. package/es/list/ListStencils/docs/ListStencils__default.docs.js +20 -0
  97. package/es/list/SecondaryText/SecondaryText.module.css +1 -1
  98. package/es/list/SecondaryText/docs/ContactName__default.docs.js +23 -0
  99. package/es/list/SecondryPanel/docs/SecondryPanelDocs.module.css +37 -0
  100. package/es/list/SecondryPanel/docs/SecondryPanel__default.docs.js +81 -0
  101. package/es/list/SentimentStatus/docs/SentimentStatus__default.docs.js +19 -0
  102. package/es/list/Subject/docs/Subject__default.docs.js +44 -0
  103. package/es/list/TagNew/docs/TagNew__default.docs.js +23 -0
  104. package/es/list/Thread/docs/Thread__default.docs.js +22 -0
  105. package/es/list/UserTime/docs/UserTime__default.docs.js +157 -0
  106. package/es/list/status/StatusDropdown/StatusDropdown.js +1 -1
  107. package/es/list/status/StatusDropdown/docs/StatusDropdown__default.docs.js +129 -0
  108. package/es/list/status/StatusListItem/docs/StatusListItem__default.docs.js +27 -0
  109. package/es/lookup/EmptyPage/docs/EmptyPage__account.docs.js +20 -0
  110. package/es/lookup/EmptyPage/docs/EmptyPage__contact.docs.js +20 -0
  111. package/es/lookup/EmptyPage/docs/EmptyPage__default.docs.js +17 -0
  112. package/es/lookup/EmptyPage/docs/EmptyPage__product.docs.js +20 -0
  113. package/es/lookup/Lookup/docs/Lookup__contact.docs.js +196 -0
  114. package/es/lookup/Lookup/docs/Lookup__default.docs.js +68 -0
  115. package/es/lookup/header/Close/docs/Close__default.docs.js +19 -0
  116. package/es/lookup/header/ModuleHeader/docs/ModuleHeader__default.docs.js +51 -0
  117. package/es/lookup/header/Search/docs/Search__default.docs.js +124 -0
  118. package/es/lookup/header/TicketHeader/docs/TicketHeader__default.docs.js +83 -0
  119. package/es/lookup/header/Title/docs/Title__default.docs.js +21 -0
  120. package/es/lookup/header/ViewDropDown/docs/ViewDropDown__default.docs.js +75 -0
  121. package/es/setup/header/Button/docs/Button__default.docs.js +22 -0
  122. package/es/setup/header/Link/docs/Link__default.docs.js +23 -0
  123. package/es/setup/header/Search/docs/Search__default.docs.js +41 -0
  124. package/es/setup/header/Views/docs/Views__default.docs.js +24 -0
  125. package/es/setup/helptips/Description/docs/Description__default.docs.js +26 -0
  126. package/es/setup/helptips/Link/docs/Link__default.docs.js +27 -0
  127. package/es/setup/helptips/ListGroup/docs/ListGroup__default.docs.js +30 -0
  128. package/es/setup/helptips/Title/docs/Title__default.docs.js +26 -0
  129. package/es/setup/table/Table/docs/Table__default.docs.js +181 -0
  130. package/es/setup/table/Text/docs/Text__default.docs.js +35 -0
  131. package/es/svg/docs/SVG__default.docs.js +49 -0
  132. package/es/version2/AlertClose/docs/AlertClose__default.docs.js +47 -0
  133. package/es/version2/GlobalNotification/docs/GlobalNotification__default.docs.js +95 -0
  134. package/es/version2/alertIcons/docs/AlertIcons__default.docs.js +138 -0
  135. package/es/version2/errorstate/Inconvenience/docs/Inconvenience__default.docs.js +18 -0
  136. package/es/version2/errorstate/OopsSomethingMiss/docs/OopsSomethingMiss__default.docs.js +20 -0
  137. package/es/version2/errorstate/UnableToProcessRequest/docs/UnableToProcessRequest__default.docs.js +30 -0
  138. package/es/version2/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__default.docs.js +18 -0
  139. package/es/version2/errorstate/UrlNotFound/docs/UrlNotFound__default.docs.js +20 -0
  140. package/es/version2/errorstate/WillBeRightBack/docs/WillBeRightBack__default.docs.js +18 -0
  141. package/es/version2/lookup/AlertHeader/docs/AlertHeader__default.docs.js +56 -0
  142. package/es/version2/lookup/AlertLookup/docs/AlertLookup__default.docs.js +157 -0
  143. package/es/version2/notification/DesktopNotification/docs/DesktopNotification__default.docs.js +92 -0
  144. package/es/version2/notification/DesktopNotificationHeader/docs/DesktopNotificationHeader__default.docs.js +57 -0
  145. package/lib/ActionButton/docs/ActionButton__default.docs.js +197 -0
  146. package/lib/AlphabeticList/docs/AlphabeticList__default.docs.js +82 -0
  147. package/lib/AlphabeticList/docs/AlphabeticList__horizontal.docs.js +91 -0
  148. package/lib/Attachment/docs/Attachment__default.docs.js +104 -0
  149. package/lib/AttachmentViewer/AttachmentImage.js +5 -1
  150. package/lib/AttachmentViewer/AttachmentViewer.js +3 -2
  151. package/lib/AttachmentViewer/AttachmentViewer.module.css +9 -1
  152. package/lib/AttachmentViewer/docs/AttachmentViewer__default.docs.js +123 -0
  153. package/lib/ChannelIcon/docs/ChannelIcon__default.docs.js +112 -0
  154. package/lib/Drawer/docs/Drawer__default.docs.js +143 -0
  155. package/lib/Drawer/docs/Drawer__multiDrawer.docs.js +171 -0
  156. package/lib/Drawer/docs/Drawer__noFreeze.docs.js +65 -0
  157. package/lib/Drawer/docs/Drawer__withModal.docs.js +131 -0
  158. package/lib/ExternalLink/docs/ExternalLink__default.docs.js +68 -0
  159. package/lib/FlipCard/docs/FlipCard__default.docs.js +121 -0
  160. package/lib/FormAction/docs/FormAction__default.docs.js +127 -0
  161. package/lib/FreezeLayer/docs/FreezeLayer__dark.docs.js +103 -0
  162. package/lib/FreezeLayer/docs/FreezeLayer__default.docs.js +100 -0
  163. package/lib/IconButton/docs/IconButton__default.docs.js +272 -0
  164. package/lib/Image/docs/Image__default.docs.js +76 -0
  165. package/lib/ImportantNotes/docs/ImportantNotes__default.docs.js +68 -0
  166. package/lib/Link/docs/Link__default.docs.js +90 -0
  167. package/lib/Loader/docs/Loader__default.docs.js +68 -0
  168. package/lib/Message/docs/Message__default.docs.js +100 -0
  169. package/lib/MessageBanner/docs/MessageBanner__default.docs.js +132 -0
  170. package/lib/NewStar/docs/NewStar__default.docs.js +111 -0
  171. package/lib/PlusIcon/docs/PlusIcon__default.docs.js +70 -0
  172. package/lib/Provider.js +112 -37
  173. package/lib/ToastMessage/docs/ToastMessage__custom.docs.js +151 -0
  174. package/lib/ToastMessage/docs/ToastMessage__information.docs.js +108 -0
  175. package/lib/ToastMessage/docs/ToastMessage__primary.docs.js +175 -0
  176. package/lib/ToastMessage/docs/ToastMessage__secondary.docs.js +91 -0
  177. package/lib/ToastMessage/docs/ToastMessage__success.docs.js +115 -0
  178. package/lib/Upload/docs/Upload__default.docs.js +110 -0
  179. package/lib/alert/AlertHeader/docs/AlertHeader__default.docs.js +112 -0
  180. package/lib/alert/AlertLookup/docs/AlertLookup__default.docs.js +187 -0
  181. package/lib/avatar/AvatarClose/docs/AvatarClose__default.docs.js +72 -0
  182. package/lib/avatar/AvatarCollision/docs/AvatarCollision__default.docs.js +81 -0
  183. package/lib/avatar/AvatarIcon/docs/AvatarIcon__palette.docs.js +95 -0
  184. package/lib/avatar/AvatarIcon/docs/AvatarIcon__size.docs.js +99 -0
  185. package/lib/avatar/AvatarStatus/docs/AvatarStatus__size.docs.js +90 -0
  186. package/lib/avatar/AvatarStatus/docs/AvatarStatus__state.docs.js +104 -0
  187. package/lib/avatar/AvatarThread/docs/AvatarThread__default.docs.js +198 -0
  188. package/lib/avatar/AvatarUser/docs/AvatarUser__default.docs.js +224 -0
  189. package/lib/avatar/AvatarWithTeam/docs/AvatarWithTeam__default.docs.js +74 -0
  190. package/lib/deprecated/SelectDropdown/docs/SelectDropdown__default.docs.js +80 -0
  191. package/lib/docs/formDocs.js +215 -0
  192. package/lib/docs/generalDocs.js +1055 -0
  193. package/lib/docs/lookupDocs.js +287 -0
  194. package/lib/docs/setupDocs.js +183 -0
  195. package/lib/dropdown/ToggleDropDown/ToggleDropDown.js +1 -1
  196. package/lib/dropdown/ToggleDropDown/docs/ToggleDropDown__default.docs.js +279 -0
  197. package/lib/emptystate/CommonEmptyState/docs/CommonEmptyState__default.docs.js +171 -0
  198. package/lib/emptystate/EditionPage/docs/EditionPage__default.docs.js +74 -0
  199. package/lib/errorstate/Inconvenience/docs/Inconvenience__default.docs.js +69 -0
  200. package/lib/errorstate/LinkText/docs/LinkText__default.docs.js +67 -0
  201. package/lib/errorstate/NoRequestFound/docs/NoRequestFound__default.docs.js +68 -0
  202. package/lib/errorstate/PermissionPlay/docs/PermissionPlay__default.docs.js +70 -0
  203. package/lib/errorstate/RequestUrlNotFound/docs/RequestUrlNotFound__default.docs.js +69 -0
  204. package/lib/errorstate/UnableToProcess/docs/UnableToProcess__default.docs.js +69 -0
  205. package/lib/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__insufficient.docs.js +70 -0
  206. package/lib/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__unauthorizedLogin.docs.js +69 -0
  207. package/lib/errorstate/WillBack/docs/WillBack__default.docs.js +71 -0
  208. package/lib/form/fields/CheckBoxField/docs/CheckBoxField__default.docs.js +80 -0
  209. package/lib/form/fields/DateField/docs/DateField__default.docs.js +74 -0
  210. package/lib/form/fields/MultiSelectField/docs/MultiSelectField__default.docs.js +100 -0
  211. package/lib/form/fields/PhoneField/docs/PhoneField__default.docs.js +76 -0
  212. package/lib/form/fields/SelectField/docs/SelectField__default.docs.js +110 -0
  213. package/lib/form/fields/TagsMultiSelect/docs/TagsMultiSelect__default.docs.js +126 -0
  214. package/lib/form/fields/TagsMultiSelectField/docs/TagsMultiSelectField__default.docs.js +96 -0
  215. package/lib/form/fields/TextBoxField/docs/TextBoxField__default.docs.js +97 -0
  216. package/lib/form/fields/TextEditorField/docs/TextEditorField__default.docs.js +94 -0
  217. package/lib/form/fields/TextareaField/docs/TextareaField__default.docs.js +76 -0
  218. package/lib/form/fields/ValidationMessage/docs/ValidationMessage__default.docs.js +103 -0
  219. package/lib/form/layout/Field/docs/Field__default.docs.js +74 -0
  220. package/lib/form/layout/Section/docs/Section__default.docs.js +71 -0
  221. package/lib/layout/SetupDetailLayout/docs/SetupDetailLayout__default.docs.js +80 -0
  222. package/lib/layout/SubtabLayout/docs/SubtabLayout__default.docs.js +118 -0
  223. package/lib/list/AvatarFlip/docs/AvatarFlip__default.docs.js +149 -0
  224. package/lib/list/BluePrintStatus/docs/BluePrintStatus__default.docs.js +65 -0
  225. package/lib/list/Comment/docs/Comment__default.docs.js +76 -0
  226. package/lib/list/DepartmentDropDown/DepartmentDropDown.js +1 -1
  227. package/lib/list/DotNew/docs/DotNew__default.docs.js +70 -0
  228. package/lib/list/GridStencils/docs/GridStencils__default.docs.js +86 -0
  229. package/lib/list/Icons/docs/FloatingIcons__default.docs.js +81 -0
  230. package/lib/list/ListLayout/docs/ListLayout__default.docs.js +111 -0
  231. package/lib/list/ListStencils/docs/ListStencils__default.docs.js +70 -0
  232. package/lib/list/SecondaryText/SecondaryText.module.css +1 -1
  233. package/lib/list/SecondaryText/docs/ContactName__default.docs.js +73 -0
  234. package/lib/list/SecondryPanel/docs/SecondryPanelDocs.module.css +37 -0
  235. package/lib/list/SecondryPanel/docs/SecondryPanel__default.docs.js +133 -0
  236. package/lib/list/SentimentStatus/docs/SentimentStatus__default.docs.js +65 -0
  237. package/lib/list/Subject/docs/Subject__default.docs.js +94 -0
  238. package/lib/list/TagNew/docs/TagNew__default.docs.js +73 -0
  239. package/lib/list/Thread/docs/Thread__default.docs.js +72 -0
  240. package/lib/list/UserTime/docs/UserTime__default.docs.js +196 -0
  241. package/lib/list/status/StatusDropdown/StatusDropdown.js +1 -1
  242. package/lib/list/status/StatusDropdown/docs/StatusDropdown__default.docs.js +178 -0
  243. package/lib/list/status/StatusListItem/docs/StatusListItem__default.docs.js +77 -0
  244. package/lib/lookup/EmptyPage/docs/EmptyPage__account.docs.js +70 -0
  245. package/lib/lookup/EmptyPage/docs/EmptyPage__contact.docs.js +70 -0
  246. package/lib/lookup/EmptyPage/docs/EmptyPage__default.docs.js +67 -0
  247. package/lib/lookup/EmptyPage/docs/EmptyPage__product.docs.js +70 -0
  248. package/lib/lookup/Lookup/docs/Lookup__contact.docs.js +247 -0
  249. package/lib/lookup/Lookup/docs/Lookup__default.docs.js +121 -0
  250. package/lib/lookup/header/Close/docs/Close__default.docs.js +69 -0
  251. package/lib/lookup/header/ModuleHeader/docs/ModuleHeader__default.docs.js +99 -0
  252. package/lib/lookup/header/Search/docs/Search__default.docs.js +175 -0
  253. package/lib/lookup/header/TicketHeader/docs/TicketHeader__default.docs.js +133 -0
  254. package/lib/lookup/header/Title/docs/Title__default.docs.js +71 -0
  255. package/lib/lookup/header/ViewDropDown/docs/ViewDropDown__default.docs.js +119 -0
  256. package/lib/setup/header/Button/docs/Button__default.docs.js +68 -0
  257. package/lib/setup/header/Link/docs/Link__default.docs.js +69 -0
  258. package/lib/setup/header/Search/docs/Search__default.docs.js +92 -0
  259. package/lib/setup/header/Views/docs/Views__default.docs.js +70 -0
  260. package/lib/setup/helptips/Description/docs/Description__default.docs.js +72 -0
  261. package/lib/setup/helptips/Link/docs/Link__default.docs.js +73 -0
  262. package/lib/setup/helptips/ListGroup/docs/ListGroup__default.docs.js +76 -0
  263. package/lib/setup/helptips/Title/docs/Title__default.docs.js +72 -0
  264. package/lib/setup/table/Table/docs/Table__default.docs.js +238 -0
  265. package/lib/setup/table/Text/docs/Text__default.docs.js +84 -0
  266. package/lib/svg/docs/SVG__default.docs.js +101 -0
  267. package/lib/version2/AlertClose/docs/AlertClose__default.docs.js +97 -0
  268. package/lib/version2/GlobalNotification/docs/GlobalNotification__default.docs.js +143 -0
  269. package/lib/version2/alertIcons/docs/AlertIcons__default.docs.js +187 -0
  270. package/lib/version2/errorstate/Inconvenience/docs/Inconvenience__default.docs.js +68 -0
  271. package/lib/version2/errorstate/OopsSomethingMiss/docs/OopsSomethingMiss__default.docs.js +70 -0
  272. package/lib/version2/errorstate/UnableToProcessRequest/docs/UnableToProcessRequest__default.docs.js +80 -0
  273. package/lib/version2/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__default.docs.js +68 -0
  274. package/lib/version2/errorstate/UrlNotFound/docs/UrlNotFound__default.docs.js +70 -0
  275. package/lib/version2/errorstate/WillBeRightBack/docs/WillBeRightBack__default.docs.js +68 -0
  276. package/lib/version2/lookup/AlertHeader/docs/AlertHeader__default.docs.js +105 -0
  277. package/lib/version2/lookup/AlertLookup/docs/AlertLookup__default.docs.js +212 -0
  278. package/lib/version2/notification/DesktopNotification/docs/DesktopNotification__default.docs.js +142 -0
  279. package/lib/version2/notification/DesktopNotificationHeader/docs/DesktopNotificationHeader__default.docs.js +108 -0
  280. package/package.json +7 -7
@@ -0,0 +1,142 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var _react = _interopRequireWildcard(require("react"));
11
+
12
+ var _DesktopNotification = _interopRequireDefault(require("../DesktopNotification"));
13
+
14
+ var _docStyleModule = _interopRequireDefault(require("@zohodesk/components/lib/common/docStyle.module.css"));
15
+
16
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
17
+
18
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
19
+
20
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
21
+
22
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
23
+
24
+ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
25
+
26
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
27
+
28
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
29
+
30
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || 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 DesktopNotification__default = /*#__PURE__*/function (_Component) {
43
+ _inherits(DesktopNotification__default, _Component);
44
+
45
+ var _super = _createSuper(DesktopNotification__default);
46
+
47
+ function DesktopNotification__default(props) {
48
+ _classCallCheck(this, DesktopNotification__default);
49
+
50
+ return _super.call(this, props);
51
+ }
52
+
53
+ _createClass(DesktopNotification__default, [{
54
+ key: "render",
55
+ value: function render() {
56
+ return /*#__PURE__*/_react["default"].createElement("div", {
57
+ className: _docStyleModule["default"].m50
58
+ }, /*#__PURE__*/_react["default"].createElement("div", {
59
+ style: {
60
+ marginBottom: '20px'
61
+ }
62
+ }, /*#__PURE__*/_react["default"].createElement(_DesktopNotification["default"], {
63
+ type: "success",
64
+ title: "Updated Successfully",
65
+ info: "The Customer Insights(3) extension has been updated successfully",
66
+ isAnimate: false,
67
+ size: "medium",
68
+ i18nKeys: {
69
+ closeTitle: 'Custom Close Title'
70
+ }
71
+ })), /*#__PURE__*/_react["default"].createElement("div", {
72
+ style: {
73
+ marginBottom: '20px'
74
+ }
75
+ }, /*#__PURE__*/_react["default"].createElement(_DesktopNotification["default"], {
76
+ type: "notification",
77
+ title: "Desktop Notification",
78
+ info: "Zoho Desk needs your Permission to enable desktop notification.",
79
+ submitText: "SUBMIT",
80
+ cancelText: "NOT NOW",
81
+ isAnimate: false,
82
+ size: "medium"
83
+ })), /*#__PURE__*/_react["default"].createElement("div", {
84
+ style: {
85
+ marginBottom: '20px'
86
+ }
87
+ }, /*#__PURE__*/_react["default"].createElement(_DesktopNotification["default"], {
88
+ type: "danger",
89
+ title: "Authorization Pending",
90
+ info: "Authorize your account for Zoho OAuth service to acivate this extension",
91
+ submitText: "AUTHORIZE",
92
+ submitType: "danger",
93
+ isAnimate: false,
94
+ size: "medium"
95
+ })), /*#__PURE__*/_react["default"].createElement("div", {
96
+ style: {
97
+ marginBottom: '20px'
98
+ }
99
+ }, /*#__PURE__*/_react["default"].createElement(_DesktopNotification["default"], {
100
+ type: "info",
101
+ title: "Scheduled Call time",
102
+ subTitle: "You are 13 Head of the scheduled call time.",
103
+ info: "Would you like to proceed this call now?",
104
+ submitText: "Yes",
105
+ cancelText: "Not Now",
106
+ isAnimate: false,
107
+ size: "medium"
108
+ })), /*#__PURE__*/_react["default"].createElement("div", {
109
+ style: {
110
+ marginBottom: '20px'
111
+ }
112
+ }, /*#__PURE__*/_react["default"].createElement(_DesktopNotification["default"], {
113
+ type: "success",
114
+ title: "You have started following this Ticket",
115
+ titleVariant: "secondary",
116
+ isAnimate: false,
117
+ isShrinkView: true
118
+ })), /*#__PURE__*/_react["default"].createElement("div", {
119
+ style: {
120
+ marginBottom: '20px'
121
+ }
122
+ }, /*#__PURE__*/_react["default"].createElement(_DesktopNotification["default"], {
123
+ type: "danger",
124
+ title: "You an integrate with either zoho cliq slack at a time. Please disable the integration with slack and try again.",
125
+ titleVariant: "secondary",
126
+ isAnimate: false,
127
+ isShrinkView: true
128
+ })));
129
+ }
130
+ }]);
131
+
132
+ return DesktopNotification__default;
133
+ }(_react.Component);
134
+
135
+ exports["default"] = DesktopNotification__default;
136
+
137
+ if (false) {
138
+ DesktopNotification__default.docs = {
139
+ componentGroup: 'DesktopNotification',
140
+ folderName: 'Alert'
141
+ };
142
+ }
@@ -0,0 +1,108 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var _react = _interopRequireWildcard(require("react"));
11
+
12
+ var _propTypes = _interopRequireDefault(require("prop-types"));
13
+
14
+ var _DesktopNotificationHeader = _interopRequireDefault(require("../DesktopNotificationHeader"));
15
+
16
+ var _docStyleModule = _interopRequireDefault(require("@zohodesk/components/lib/common/docStyle.module.css"));
17
+
18
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
19
+
20
+ 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); }
21
+
22
+ 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; }
23
+
24
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
25
+
26
+ 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); } }
27
+
28
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
29
+
30
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
31
+
32
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
33
+
34
+ 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); }; }
35
+
36
+ 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); }
37
+
38
+ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
39
+
40
+ 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; } }
41
+
42
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
43
+
44
+ var DesktopNotificationHeader__default = /*#__PURE__*/function (_Component) {
45
+ _inherits(DesktopNotificationHeader__default, _Component);
46
+
47
+ var _super = _createSuper(DesktopNotificationHeader__default);
48
+
49
+ function DesktopNotificationHeader__default(props) {
50
+ _classCallCheck(this, DesktopNotificationHeader__default);
51
+
52
+ return _super.call(this, props);
53
+ }
54
+
55
+ _createClass(DesktopNotificationHeader__default, [{
56
+ key: "render",
57
+ value: function render() {
58
+ return /*#__PURE__*/_react["default"].createElement("div", {
59
+ className: _docStyleModule["default"].m50
60
+ }, /*#__PURE__*/_react["default"].createElement("div", {
61
+ style: {
62
+ width: '452px',
63
+ marginBottom: '20px'
64
+ }
65
+ }, /*#__PURE__*/_react["default"].createElement(_DesktopNotificationHeader["default"], {
66
+ type: "success",
67
+ title: "Updated Successfully"
68
+ })), /*#__PURE__*/_react["default"].createElement("div", {
69
+ style: {
70
+ width: '452px',
71
+ marginBottom: '20px'
72
+ }
73
+ }, /*#__PURE__*/_react["default"].createElement(_DesktopNotificationHeader["default"], {
74
+ type: "notification",
75
+ title: "Desktop Notification"
76
+ })), /*#__PURE__*/_react["default"].createElement("div", {
77
+ style: {
78
+ width: '452px',
79
+ marginBottom: '20px'
80
+ }
81
+ }, /*#__PURE__*/_react["default"].createElement(_DesktopNotificationHeader["default"], {
82
+ type: "danger",
83
+ title: "Authorization Pending"
84
+ })), /*#__PURE__*/_react["default"].createElement("div", {
85
+ style: {
86
+ width: '452px',
87
+ marginBottom: '20px'
88
+ }
89
+ }, /*#__PURE__*/_react["default"].createElement(_DesktopNotificationHeader["default"], {
90
+ type: "success",
91
+ title: "You have started following this Ticket",
92
+ variant: "secondary"
93
+ })));
94
+ }
95
+ }]);
96
+
97
+ return DesktopNotificationHeader__default;
98
+ }(_react.Component);
99
+
100
+ exports["default"] = DesktopNotificationHeader__default;
101
+ DesktopNotificationHeader__default.propTypes = {};
102
+
103
+ if (false) {
104
+ DesktopNotificationHeader__default.docs = {
105
+ componentGroup: 'DesktopNotificationHeader',
106
+ folderName: 'Alert'
107
+ };
108
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/dot",
3
- "version": "1.0.0-beta.224",
3
+ "version": "1.0.0-beta.227",
4
4
  "main": "lib/index",
5
5
  "module": "es/index.js",
6
6
  "jsnext:main": "es/index.js",
@@ -35,9 +35,9 @@
35
35
  "velocity-react": "1.4.3",
36
36
  "@zohodesk/variables": "1.0.0-beta.29",
37
37
  "@zohodesk/i18n": "1.0.0-beta.7",
38
- "@zohodesk/components": "1.0.0-alpha-237",
39
- "@zohodesk/icons": "1.0.0-beta.101",
40
- "@zohodesk/svg": "1.0.0-beta.43",
38
+ "@zohodesk/components": "1.0.0-alpha-239",
39
+ "@zohodesk/icons": "1.0.0-beta.105",
40
+ "@zohodesk/svg": "1.0.0-beta.47",
41
41
  "@zohodesk/virtualizer": "1.0.3",
42
42
  "react-sortable-hoc": "^0.8.3"
43
43
  },
@@ -45,9 +45,9 @@
45
45
  "velocity-react": "1.4.3",
46
46
  "@zohodesk/variables": "1.0.0-beta.29",
47
47
  "@zohodesk/i18n": "1.0.0-beta.7",
48
- "@zohodesk/components": "1.0.0-alpha-237",
49
- "@zohodesk/icons": "1.0.0-beta.101",
50
- "@zohodesk/svg": "1.0.0-beta.43"
48
+ "@zohodesk/components": "1.0.0-alpha-239",
49
+ "@zohodesk/icons": "1.0.0-beta.105",
50
+ "@zohodesk/svg": "1.0.0-beta.47"
51
51
  },
52
52
  "react-cli": {
53
53
  "preprocessor": {