@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,58 @@
1
+ import React, { Component } from 'react';
2
+ import PropTypes from 'prop-types';
3
+ import SelectField from '../SelectField';
4
+ export default class SelectField__default extends Component {
5
+ constructor(props) {
6
+ super(props);
7
+ this.state = {
8
+ value: undefined
9
+ };
10
+ this.handleChange = this.handleChange.bind(this);
11
+ }
12
+
13
+ handleChange(fieldId, value) {
14
+ this.setState({
15
+ value
16
+ });
17
+ }
18
+
19
+ render() {
20
+ let option = [{
21
+ text: 'None',
22
+ id: '1'
23
+ }, {
24
+ text: 'Low',
25
+ id: '2'
26
+ }, {
27
+ text: 'Medium',
28
+ id: '3'
29
+ }, {
30
+ text: 'High',
31
+ id: '4'
32
+ }];
33
+ let {
34
+ value
35
+ } = this.state;
36
+ return /*#__PURE__*/React.createElement(SelectField, {
37
+ labelName: "Priority",
38
+ options: option,
39
+ onChange: this.handleChange,
40
+ selectedValue: value,
41
+ needSearch: true,
42
+ emptyMessage: "No matches found",
43
+ animationStyle: "bounce",
44
+ textBoxSize: "xmedium",
45
+ textBoxVariant: "primary",
46
+ searchBoxSize: "xmedium",
47
+ validationMessage: "Invalid Input"
48
+ });
49
+ }
50
+
51
+ }
52
+
53
+ if (false) {
54
+ SelectField__default.docs = {
55
+ componentGroup: 'Form Fields',
56
+ folderName: 'General'
57
+ };
58
+ }
@@ -0,0 +1,77 @@
1
+ import React from 'react';
2
+ import TagsMultiSelect from '../TagsMultiSelect';
3
+ import Icon from '@zohodesk/icons/lib/Icon';
4
+ export default class TagsMultiSelect__default extends React.Component {
5
+ constructor(props) {
6
+ super(props);
7
+ this.state = {
8
+ isPopupOpen: false
9
+ };
10
+ this.handleTogglePopup = this.handleTogglePopup.bind(this);
11
+ this.getCustomChildren = this.getCustomChildren.bind(this);
12
+ }
13
+
14
+ handleTogglePopup() {
15
+ this.setState({
16
+ isPopupOpen: !this.state.isPopupOpen
17
+ });
18
+ }
19
+
20
+ getCustomChildren() {
21
+ return /*#__PURE__*/React.createElement(Icon, {
22
+ name: "ZD-SE-setpracket",
23
+ size: "18"
24
+ });
25
+ }
26
+
27
+ render() {
28
+ let {
29
+ isPopupOpen
30
+ } = this.state;
31
+ return /*#__PURE__*/React.createElement("div", {
32
+ style: {
33
+ position: 'relative'
34
+ }
35
+ }, /*#__PURE__*/React.createElement(TagsMultiSelect, {
36
+ addTag: () => {},
37
+ closeSearch: () => {},
38
+ deleteTag: () => {},
39
+ handleChange: () => {},
40
+ handleKeyUp: () => {},
41
+ isReadOnly: false,
42
+ name: "",
43
+ noMoreData: true,
44
+ searchList: [],
45
+ searchTags: () => {},
46
+ selectSearchIndex: "-1",
47
+ tagsList: [{
48
+ name: 'Tag1',
49
+ tagType: 'MANUAL',
50
+ id: '5853000007033049'
51
+ }, {
52
+ name: 'Tag2',
53
+ tagType: 'MANUAL',
54
+ id: '5853000007033069'
55
+ }],
56
+ handleTogglePopup: this.handleTogglePopup,
57
+ isPopupOpen: isPopupOpen,
58
+ isPopupReady: isPopupOpen,
59
+ i18nKeys: {
60
+ newTagText: 'New Tag',
61
+ emptyTitleText: 'OOPS',
62
+ emptyDescription: 'No tag available',
63
+ deleteText: 'Delete tag',
64
+ lessText: 'Less',
65
+ moreText: 'More'
66
+ },
67
+ getTextBoxChildren: this.getCustomChildren
68
+ }));
69
+ }
70
+
71
+ }
72
+
73
+ if (false) {
74
+ TagsMultiSelect__default.docs = {
75
+ componentGroup: 'TagsMultiSelect'
76
+ };
77
+ }
@@ -0,0 +1,82 @@
1
+ import React from 'react';
2
+ import TagsMultiSelectField from '../TagsMultiSelectField';
3
+ import Icon from '@zohodesk/icons/lib/Icon';
4
+
5
+ const TagsMultiSelectField__default = () => {
6
+ let value = [{
7
+ name: 'Tag1',
8
+ tagType: 'MANUAL',
9
+ id: '5853000007033049'
10
+ }, {
11
+ name: 'Tag2',
12
+ tagType: 'MANUAL',
13
+ id: '5853000007033069'
14
+ }, {
15
+ name: 'Tag3',
16
+ tagType: 'MANUAL',
17
+ id: '5853000007033080'
18
+ }];
19
+ return /*#__PURE__*/React.createElement("div", {
20
+ style: {
21
+ margin: '20px 20px 0'
22
+ }
23
+ }, /*#__PURE__*/React.createElement(TagsMultiSelectField, {
24
+ ePhiData: {
25
+ ePhiTitle: 'ehhweh',
26
+ ePhiText: 'ephi',
27
+ ePhiStatus: true
28
+ },
29
+ fieldProperties: {
30
+ id: 'tag',
31
+ name: 'tag',
32
+ labelName: 'Tags MultiSelect',
33
+ isReadOnly: false,
34
+ isDisabled: false,
35
+ value,
36
+ options: [],
37
+ selectedValueCount: '10'
38
+ },
39
+ styleProperties: {
40
+ labelPalette: 'secondary'
41
+ },
42
+ i18nKeys: {
43
+ newTagText: 'New Tag',
44
+ emptyTitleText: 'OOPS',
45
+ emptyDescription: 'No tag available',
46
+ deleteText: 'Delete tag',
47
+ lessText: 'Less',
48
+ moreText: 'More'
49
+ },
50
+ actions: {
51
+ onAdd: (tag, event) => {
52
+ console.log('Add Event=====', tag);
53
+ },
54
+ onDelete: (tag, event) => {
55
+ console.log('Delete Event=====', tag);
56
+ },
57
+ onChange: searchValue => {
58
+ console.log('Value Change Event------>>', searchValue);
59
+ },
60
+ onScroll: () => {}
61
+ },
62
+ isNewNeeded: true,
63
+ getTextBoxChildren: () => /*#__PURE__*/React.createElement(Icon, {
64
+ name: "ZD-SE-setpracket",
65
+ size: "18"
66
+ })
67
+ }, /*#__PURE__*/React.createElement("span", {
68
+ style: {
69
+ fontSize: '13px',
70
+ marginLeft: '5px',
71
+ color: 'var(--dot_shuttleGrey)'
72
+ }
73
+ }, "shift+t")));
74
+ };
75
+
76
+ export default TagsMultiSelectField__default;
77
+
78
+ if (false) {
79
+ TagsMultiSelectField__default.docs = {
80
+ componentGroup: 'TagsMultiSelectField'
81
+ };
82
+ }
@@ -0,0 +1,45 @@
1
+ import React, { Component } from 'react';
2
+ import PropTypes from 'prop-types';
3
+ import TextBoxField from '../TextBoxField';
4
+ import { Container } from '@zohodesk/components/lib/Layout';
5
+ import Icon from '@zohodesk/icons/lib/Icon';
6
+ export default class TextBoxField__default extends Component {
7
+ constructor(props) {
8
+ super(props);
9
+ }
10
+
11
+ render() {
12
+ return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(TextBoxField, {
13
+ labelName: "Contact Name",
14
+ textBoxSize: "xmedium",
15
+ textBoxVariant: "primary",
16
+ validationMessage: "Invalid Input"
17
+ }), /*#__PURE__*/React.createElement("div", {
18
+ style: {
19
+ margin: '30px 0 10px',
20
+ fontFamily: 'var(--zd_semibold)'
21
+ }
22
+ }, "Children Option"), /*#__PURE__*/React.createElement(TextBoxField, {
23
+ labelName: "Contact Name",
24
+ textBoxSize: "xmedium",
25
+ textBoxVariant: "primary",
26
+ validationMessage: "Invalid Input"
27
+ }, /*#__PURE__*/React.createElement(Container, {
28
+ align: "both",
29
+ style: {
30
+ marginRight: '15px'
31
+ }
32
+ }, /*#__PURE__*/React.createElement(Icon, {
33
+ name: "ZD-SE-setpracket",
34
+ size: "18"
35
+ }))));
36
+ }
37
+
38
+ }
39
+
40
+ if (false) {
41
+ TextBoxField__default.docs = {
42
+ componentGroup: 'Form Fields',
43
+ folderName: 'General'
44
+ };
45
+ }
@@ -0,0 +1,43 @@
1
+ /*** Libraries ***/
2
+ import React, { Component } from 'react';
3
+ /*** Components ***/
4
+
5
+ import TextEditorField from '../TextEditorField';
6
+ import { Box } from '@zohodesk/components/lib/Layout';
7
+ export default class TextEditorField__default extends Component {
8
+ constructor(props) {
9
+ super(props);
10
+ this.handleEditorStyleOptions = this.handleEditorStyleOptions.bind(this);
11
+ }
12
+
13
+ handleEditorStyleOptions(ZohoDeskEditor_Init, hookToOrganize) {
14
+ 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']];
15
+ }
16
+
17
+ render() {
18
+ return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(TextEditorField, {
19
+ needEditor: false,
20
+ labelName: "TextArea"
21
+ }, /*#__PURE__*/React.createElement(Box, {
22
+ flexible: true,
23
+ style: {
24
+ fontSize: '12px',
25
+ color: 'var(--dot_primary)',
26
+ textAlign: 'right'
27
+ }
28
+ }, "Placeholders")), /*#__PURE__*/React.createElement(TextEditorField, {
29
+ id: "editor",
30
+ labelName: "TextEditor",
31
+ EDITORURL: "https://js.zohostatic.com/zde/v2.2.9/js/ZohoDeskEditor.js",
32
+ initCallback: this.handleEditorStyleOptions,
33
+ loadingComponent: /*#__PURE__*/React.createElement("div", null, "Loading...")
34
+ }));
35
+ }
36
+
37
+ }
38
+
39
+ if (false) {
40
+ TextEditorField__default.docs = {
41
+ componentGroup: 'Fields'
42
+ };
43
+ }
@@ -0,0 +1,26 @@
1
+ import React, { Component } from 'react';
2
+ import PropTypes from 'prop-types';
3
+ import TextareaField from '../TextareaField';
4
+ export default class TextareaField__default extends Component {
5
+ constructor(props) {
6
+ super(props);
7
+ }
8
+
9
+ render() {
10
+ return /*#__PURE__*/React.createElement(TextareaField, {
11
+ labelName: "Textarea",
12
+ onChange: () => {},
13
+ textBoxSize: "xsmall",
14
+ textBoxVariant: "primary",
15
+ validationMessage: "Invalid Input"
16
+ });
17
+ }
18
+
19
+ }
20
+
21
+ if (false) {
22
+ TextareaField__default.docs = {
23
+ componentGroup: 'Form Fields',
24
+ folderName: 'General'
25
+ };
26
+ }
@@ -0,0 +1,58 @@
1
+ import React from 'react';
2
+ import ValidationMessage from '../ValidationMessage';
3
+ export default class ValidationMessage__default extends React.Component {
4
+ constructor(props) {
5
+ super(props);
6
+ }
7
+
8
+ render() {
9
+ return /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(ValidationMessage, {
10
+ text: "validation",
11
+ palette: "default",
12
+ size: "small",
13
+ type: "secondary",
14
+ tooltip: "Information"
15
+ }), /*#__PURE__*/React.createElement(ValidationMessage, {
16
+ text: "validation",
17
+ palette: "primary",
18
+ size: "small",
19
+ type: "secondary"
20
+ }), /*#__PURE__*/React.createElement(ValidationMessage, {
21
+ text: "validation",
22
+ palette: "secondary",
23
+ size: "small",
24
+ type: "secondary",
25
+ tooltip: "Information"
26
+ }), /*#__PURE__*/React.createElement(ValidationMessage, {
27
+ text: "validation",
28
+ palette: "danger",
29
+ size: "small",
30
+ type: "secondary"
31
+ }), /*#__PURE__*/React.createElement(ValidationMessage, {
32
+ text: "validation",
33
+ palette: "mandatory",
34
+ size: "small",
35
+ type: "secondary",
36
+ tooltip: "Information"
37
+ }), /*#__PURE__*/React.createElement(ValidationMessage, {
38
+ text: "validation",
39
+ palette: "dark",
40
+ size: "small",
41
+ type: "secondary"
42
+ }), /*#__PURE__*/React.createElement(ValidationMessage, {
43
+ text: "validation",
44
+ palette: "disable",
45
+ size: "small",
46
+ type: "secondary",
47
+ tooltip: "Information"
48
+ }));
49
+ }
50
+
51
+ }
52
+
53
+ if (false) {
54
+ ValidationMessage__default.docs = {
55
+ componentGroup: 'Form Fields',
56
+ folderName: 'Style Guide'
57
+ };
58
+ }
@@ -0,0 +1,25 @@
1
+ import React, { Component } from 'react';
2
+ import Field from '../Field';
3
+ export default class Field__default extends Component {
4
+ constructor(props) {
5
+ super(props);
6
+ }
7
+
8
+ render() {
9
+ return /*#__PURE__*/React.createElement(Field, {
10
+ column: "two",
11
+ rowBreak: true
12
+ }, /*#__PURE__*/React.createElement("div", {
13
+ style: {
14
+ textAlign: 'center'
15
+ }
16
+ }, "Chidren"));
17
+ }
18
+
19
+ }
20
+
21
+ if (false) {
22
+ Field__default.docs = {
23
+ componentGroup: 'ModuleAddForm'
24
+ };
25
+ }
@@ -0,0 +1,21 @@
1
+ import React, { Component } from 'react';
2
+ import PropTypes from 'prop-types';
3
+ import Section from '../Section';
4
+ export default class Section__default extends Component {
5
+ constructor(props) {
6
+ super(props);
7
+ }
8
+
9
+ render() {
10
+ return /*#__PURE__*/React.createElement(Section, {
11
+ title: "SectionTitle"
12
+ }, /*#__PURE__*/React.createElement("div", null, "Section children"));
13
+ }
14
+
15
+ }
16
+
17
+ if (false) {
18
+ Section__default.docs = {
19
+ componentGroup: 'ModuleAddForm'
20
+ };
21
+ }
@@ -0,0 +1,29 @@
1
+ import React from 'react';
2
+ import PropTypes from 'prop-types';
3
+ import { SetupDetailLayout, SetupHeader, SetupFooter, SetupContent } from '../';
4
+ import FormAction from '../../../FormAction/FormAction';
5
+ export default class SetupDetailLayout__default extends React.Component {
6
+ constructor(props) {
7
+ super(props);
8
+ }
9
+
10
+ render() {
11
+ return /*#__PURE__*/React.createElement(SetupDetailLayout, {
12
+ getHelpInfo: () => {},
13
+ needHelpInfo: true
14
+ }, /*#__PURE__*/React.createElement(SetupHeader, {
15
+ title: "Setup",
16
+ getLeftPlaceHolder: () => /*#__PURE__*/React.createElement("p", null, "setupLeft"),
17
+ getRightPlaceHolder: () => /*#__PURE__*/React.createElement("p", null, "setupRight")
18
+ }), /*#__PURE__*/React.createElement(SetupContent, null, /*#__PURE__*/React.createElement("span", null, "Content")), /*#__PURE__*/React.createElement(SetupFooter, null, /*#__PURE__*/React.createElement(FormAction, {
19
+ size: "large"
20
+ }, /*#__PURE__*/React.createElement("p", null, "Footer"))));
21
+ }
22
+
23
+ }
24
+
25
+ if (false) {
26
+ SetupDetailLayout__default.docs = {
27
+ componentGroup: 'Template'
28
+ };
29
+ }
@@ -0,0 +1,67 @@
1
+ import React from 'react';
2
+ import { SubtabLayout, SubtabHeader, SubtabContent, SubtabFooter } from '../';
3
+ export default class SubtabLayout__default extends React.Component {
4
+ constructor(props) {
5
+ super(props);
6
+ this.state = {
7
+ needBorder: true,
8
+ needShadow: false
9
+ };
10
+ this.onScroll = this.onScroll.bind(this);
11
+ this.interval = null;
12
+ }
13
+
14
+ onScroll() {
15
+ this.setState({
16
+ needBorder: true,
17
+ needShadow: true
18
+ });
19
+ this.interval = null;
20
+ let intern = setTimeout(() => {
21
+ clearInterval(this.interval);
22
+ this.setState({
23
+ needBorder: true,
24
+ needShadow: false
25
+ });
26
+ }, 500);
27
+ this.interval = intern;
28
+ }
29
+
30
+ render() {
31
+ let boxStyle = {
32
+ padding: 'var(--zd_size21)'
33
+ };
34
+ let {
35
+ needShadow,
36
+ needBorder
37
+ } = this.state;
38
+ return /*#__PURE__*/React.createElement("div", {
39
+ style: {
40
+ height: '100vh',
41
+ width: '100%'
42
+ }
43
+ }, /*#__PURE__*/React.createElement(SubtabLayout, null, /*#__PURE__*/React.createElement(SubtabHeader, {
44
+ needShadow: needShadow,
45
+ needBorder: needBorder
46
+ }), /*#__PURE__*/React.createElement(SubtabContent, null, /*#__PURE__*/React.createElement("div", {
47
+ onScroll: this.onScroll,
48
+ style: {
49
+ height: '100%',
50
+ width: '100%'
51
+ }
52
+ }, /*#__PURE__*/React.createElement("div", {
53
+ style: boxStyle
54
+ }, "box 1"), /*#__PURE__*/React.createElement("div", {
55
+ style: boxStyle
56
+ }, "box 1"), /*#__PURE__*/React.createElement("div", {
57
+ style: boxStyle
58
+ }, "box 2"))), /*#__PURE__*/React.createElement(SubtabFooter, null, "Footer")));
59
+ }
60
+
61
+ }
62
+
63
+ if (false) {
64
+ SubtabLayout__default.docs = {
65
+ componentGroup: 'Template'
66
+ };
67
+ }
@@ -0,0 +1,100 @@
1
+ import React, { Component } from 'react';
2
+ import AvatarFlip from '../AvatarFlip';
3
+ export default class AvatarFlip__default extends Component {
4
+ constructor(props) {
5
+ super(props);
6
+ }
7
+
8
+ render() {
9
+ return /*#__PURE__*/React.createElement("div", {
10
+ style: {
11
+ padding: '20px'
12
+ }
13
+ }, /*#__PURE__*/React.createElement("h2", {
14
+ style: {
15
+ marginBottom: '10px'
16
+ }
17
+ }, "Task Module Icon"), /*#__PURE__*/React.createElement("div", {
18
+ style: {
19
+ display: 'flex'
20
+ }
21
+ }, /*#__PURE__*/React.createElement("div", {
22
+ style: {
23
+ marginRight: '15px'
24
+ }
25
+ }, /*#__PURE__*/React.createElement(AvatarFlip, {
26
+ id: "taskIcon",
27
+ noNeedFlip: false,
28
+ size: "xmedium",
29
+ name: "email",
30
+ icon: "ZD-taskNone"
31
+ })), /*#__PURE__*/React.createElement("div", {
32
+ style: {
33
+ marginRight: '15px'
34
+ }
35
+ }, /*#__PURE__*/React.createElement(AvatarFlip, {
36
+ id: "taskMeeting",
37
+ noNeedFlip: false,
38
+ size: "xmedium",
39
+ name: "email",
40
+ icon: "ZD-taskMeeting"
41
+ })), /*#__PURE__*/React.createElement("div", {
42
+ style: {
43
+ marginRight: '15px'
44
+ }
45
+ }, /*#__PURE__*/React.createElement(AvatarFlip, {
46
+ id: "taskCall",
47
+ noNeedFlip: false,
48
+ size: "xmedium",
49
+ name: "email",
50
+ icon: "ZD-taskCall"
51
+ })), /*#__PURE__*/React.createElement("div", {
52
+ style: {
53
+ marginRight: '15px'
54
+ }
55
+ }, /*#__PURE__*/React.createElement(AvatarFlip, {
56
+ id: "taskDemo",
57
+ noNeedFlip: false,
58
+ size: "xmedium",
59
+ name: "email",
60
+ icon: "ZD-taskDemo"
61
+ }))), /*#__PURE__*/React.createElement("h2", {
62
+ style: {
63
+ marginBottom: '10px',
64
+ marginTop: '10px'
65
+ }
66
+ }, "Customers Module Icon"), /*#__PURE__*/React.createElement("div", {
67
+ style: {
68
+ display: 'flex'
69
+ }
70
+ }, /*#__PURE__*/React.createElement("div", {
71
+ style: {
72
+ marginRight: '15px'
73
+ }
74
+ }, /*#__PURE__*/React.createElement(AvatarFlip, {
75
+ id: "portalUser",
76
+ noNeedFlip: false,
77
+ size: "xmedium",
78
+ name: "Antro J",
79
+ isPortalUser: true
80
+ })), /*#__PURE__*/React.createElement("div", {
81
+ style: {
82
+ marginRight: '15px'
83
+ }
84
+ }, /*#__PURE__*/React.createElement(AvatarFlip, {
85
+ id: "paidUser",
86
+ noNeedFlip: false,
87
+ size: "xmedium",
88
+ name: "Antro J",
89
+ isPaidUser: true
90
+ }))));
91
+ }
92
+
93
+ }
94
+
95
+ if (false) {
96
+ AvatarFlip__default.docs = {
97
+ folderName: 'List',
98
+ componentGroup: 'AvatarFlip'
99
+ };
100
+ }
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ import PropTypes from 'prop-types';
3
+ import BluePrintStatus from '../BluePrintStatus';
4
+ export default class BluePrintStatus__default extends React.Component {
5
+ constructor(props) {
6
+ super(props);
7
+ }
8
+
9
+ render() {
10
+ return /*#__PURE__*/React.createElement(BluePrintStatus, null);
11
+ }
12
+
13
+ }
14
+
15
+ if (false) {
16
+ BluePrintStatus__default.docs = {
17
+ componentGroup: ''
18
+ };
19
+ }
@@ -0,0 +1,26 @@
1
+ import React, { Component } from 'react';
2
+ import PropTypes from 'prop-types';
3
+ import Comment from '../Comment';
4
+ export default class Comment__default extends Component {
5
+ constructor(props) {
6
+ super(props);
7
+ }
8
+
9
+ render() {
10
+ return /*#__PURE__*/React.createElement("div", {
11
+ style: {
12
+ margin: '30px'
13
+ }
14
+ }, /*#__PURE__*/React.createElement(Comment, {
15
+ count: "2"
16
+ }));
17
+ }
18
+
19
+ }
20
+
21
+ if (false) {
22
+ Comment__default.docs = {
23
+ folderName: 'List',
24
+ componentGroup: 'Comment'
25
+ };
26
+ }