@zohodesk/dot 1.0.0-beta.244 → 1.0.0-beta.246

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 (265) hide show
  1. package/README.md +8 -0
  2. package/assets/Appearance/dark/mode/dotDarkMode.module.css +6 -1
  3. package/assets/Appearance/default/mode/dotDefaultMode.module.css +6 -1
  4. package/assets/Appearance/pureDark/mode/dotPureDarkMode.module.css +6 -1
  5. package/es/Attachment/Attachment.js +6 -5
  6. package/es/AttachmentViewer/AttachmentViewer.js +29 -28
  7. package/es/ChannelIcon/ChannelIcon.js +5 -5
  8. package/es/Drawer/Drawer.js +7 -6
  9. package/es/ExternalLink/ExternalLink.js +6 -5
  10. package/es/FlipCard/FlipCard.js +5 -5
  11. package/es/FormAction/FormAction.js +12 -9
  12. package/es/FreezeLayer/FreezeLayer.js +7 -6
  13. package/es/IconButton/IconButton.js +6 -5
  14. package/es/Image/Image.js +5 -5
  15. package/es/ImportantNotes/ImportantNotes.js +7 -6
  16. package/es/Link/Link.js +6 -5
  17. package/es/Loader/Loader.js +6 -5
  18. package/es/Message/Message.js +7 -5
  19. package/es/MessageBanner/MessageBanner.js +6 -5
  20. package/es/NewStar/NewStar.js +6 -5
  21. package/es/PlusIcon/PlusIcon.js +7 -6
  22. package/es/Separator/Separator.js +57 -0
  23. package/es/Separator/Separator.module.css +34 -0
  24. package/es/Separator/props/defaultProps.js +12 -0
  25. package/es/Separator/props/propTypes.js +11 -0
  26. package/es/ToastMessage/ToastMessage.js +6 -5
  27. package/es/Upload/Upload.js +6 -5
  28. package/es/alert/AlertHeader/AlertHeader.js +7 -6
  29. package/es/alert/AlertLookup/AlertLookup.js +7 -6
  30. package/es/avatar/AvatarClose/AvatarClose.js +5 -5
  31. package/es/avatar/AvatarCollision/AvatarCollision.js +5 -5
  32. package/es/avatar/AvatarIcon/AvatarIcon.js +3 -5
  33. package/es/avatar/AvatarStatus/AvatarStatus.js +6 -5
  34. package/es/avatar/AvatarThread/AvatarThread.js +6 -5
  35. package/es/avatar/AvatarUser/AvatarUser.js +6 -5
  36. package/es/avatar/AvatarWithTeam/AvatarWithTeam.js +6 -5
  37. package/es/avatar/AvatarWithTeam/AvatarWithTeam.module.css +1 -1
  38. package/es/deprecated/SelectDropdown/SelectDropdown.js +7 -6
  39. package/es/dropdown/ToggleDropDown/ToggleDropDown.js +6 -5
  40. package/es/emptystate/CommonEmptyState/CommonEmptyState.js +6 -5
  41. package/es/emptystate/EditionPage/EditionPage.js +6 -5
  42. package/es/errorstate/LinkText/LinkText.js +5 -5
  43. package/es/errorstate/NoRequestFound/NoRequestFound.js +5 -5
  44. package/es/errorstate/PermissionPlay/PermissionPlay.js +5 -5
  45. package/es/errorstate/RequestUrlNotFound/RequestUrlNotFound.js +5 -5
  46. package/es/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +5 -5
  47. package/es/errorstate/WillBack/WillBack.js +5 -5
  48. package/es/form/fields/CheckBoxField/CheckBoxField.js +7 -6
  49. package/es/form/fields/CurrencyField/CurrencyField.js +7 -6
  50. package/es/form/fields/DateField/DateField.js +7 -6
  51. package/es/form/fields/FieldContainer/FieldContainer.js +7 -6
  52. package/es/form/fields/MultiSelectField/MultiSelectField.js +7 -6
  53. package/es/form/fields/PhoneField/PhoneField.js +7 -6
  54. package/es/form/fields/RadioField/RadioField.js +6 -6
  55. package/es/form/fields/SelectField/SelectField.js +7 -6
  56. package/es/form/fields/TagsMultiSelect/TagsMultiSelect.js +6 -5
  57. package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +6 -5
  58. package/es/form/fields/TextBoxField/TextBoxField.js +7 -6
  59. package/es/form/fields/TextEditor/TextEditor.js +10 -10
  60. package/es/form/fields/TextEditorField/TextEditorField.js +6 -5
  61. package/es/form/fields/TextareaField/TextareaField.js +7 -6
  62. package/es/form/fields/ValidationMessage/ValidationMessage.js +7 -6
  63. package/es/form/layout/Field/Field.js +6 -5
  64. package/es/form/layout/Section/Section.js +5 -5
  65. package/es/layout/SetupDetailLayout/SetupDetailLayout.js +7 -5
  66. package/es/layout/SubtabLayout/SubtabLayout.js +6 -5
  67. package/es/list/AvatarFlip/AvatarFlip.js +7 -6
  68. package/es/list/BluePrintStatus/BluePrintStatus.js +6 -5
  69. package/es/list/Comment/Comment.js +7 -6
  70. package/es/list/DepartmentDropDown/DepartmentDropDown.js +6 -6
  71. package/es/list/DotNew/DotNew.js +7 -6
  72. package/es/list/GridStencils/GridStencils.js +7 -6
  73. package/es/list/Icons/FloatingIcons.js +7 -6
  74. package/es/list/ListLayout/ListLayout.js +7 -6
  75. package/es/list/ListStencils/ListStencils.js +7 -6
  76. package/es/list/SecondaryText/AccountName.js +7 -6
  77. package/es/list/SecondaryText/ContactName.js +7 -6
  78. package/es/list/SecondaryText/DepartmentText.js +7 -6
  79. package/es/list/SecondaryText/Email.js +7 -6
  80. package/es/list/SecondaryText/HappinessRating.js +7 -6
  81. package/es/list/SecondaryText/PhoneNumber.js +7 -6
  82. package/es/list/SecondaryText/PriorityText.js +7 -6
  83. package/es/list/SecondaryText/SecondaryText.js +7 -6
  84. package/es/list/SecondaryText/StatusText.js +7 -6
  85. package/es/list/SecondaryText/TicketId.js +7 -6
  86. package/es/list/SecondaryText/Website.js +7 -6
  87. package/es/list/SecondryPanel/SecondryPanel.js +7 -6
  88. package/es/list/SentimentStatus/SentimentStatus.js +6 -5
  89. package/es/list/Subject/Subject.js +7 -6
  90. package/es/list/TagNew/TagNew.js +7 -6
  91. package/es/list/Thread/Thread.js +7 -6
  92. package/es/list/UserTime/UserTime.js +7 -6
  93. package/es/list/status/StatusDropdown/StatusDropdown.js +6 -5
  94. package/es/list/status/StatusListItem/StatusListItem.js +7 -6
  95. package/es/lookup/EmptyPage/EmptyPage.js +6 -5
  96. package/es/lookup/Lookup/Lookup.js +6 -5
  97. package/es/lookup/header/Close/Close.js +6 -5
  98. package/es/lookup/header/ModuleHeader/ModuleHeader.js +6 -5
  99. package/es/lookup/header/Search/Search.js +6 -5
  100. package/es/lookup/header/TicketHeader/TicketHeader.js +6 -5
  101. package/es/lookup/header/Title/Title.js +6 -5
  102. package/es/lookup/header/ViewDropDown/ViewDropDown.js +8 -7
  103. package/es/setup/header/Button/Button.js +7 -6
  104. package/es/setup/header/Link/Link.js +7 -6
  105. package/es/setup/header/Search/Search.js +7 -6
  106. package/es/setup/header/Views/Views.js +7 -6
  107. package/es/setup/helptips/Description/Description.js +7 -6
  108. package/es/setup/helptips/Link/Link.js +7 -6
  109. package/es/setup/helptips/ListGroup/ListGroup.js +7 -6
  110. package/es/setup/helptips/Title/Title.js +7 -6
  111. package/es/setup/table/Table/Table.js +7 -6
  112. package/es/setup/table/TableBody/TableBody.js +7 -6
  113. package/es/setup/table/TableData/TableData.js +7 -6
  114. package/es/setup/table/TableHead/TableHead.js +7 -6
  115. package/es/setup/table/TableRow/TableRow.js +7 -6
  116. package/es/setup/table/Text/Text.js +7 -6
  117. package/es/svg/PlusIcon.js +6 -5
  118. package/es/svg/SnippetIcon.js +6 -5
  119. package/es/svg/TemplateIcon.js +6 -5
  120. package/es/utils/editorUtils.js +1 -1
  121. package/es/version2/AlertClose/AlertClose.js +7 -6
  122. package/es/version2/GlobalNotification/GlobalNotification.js +8 -6
  123. package/es/version2/alertIcons/AlertIcons.js +7 -6
  124. package/es/version2/errorstate/Inconvenience/Inconvenience.js +6 -5
  125. package/es/version2/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +6 -5
  126. package/es/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +6 -5
  127. package/es/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +6 -5
  128. package/es/version2/errorstate/UrlNotFound/UrlNotFound.js +6 -5
  129. package/es/version2/errorstate/WillBeRightBack/WillBeRightBack.js +6 -5
  130. package/es/version2/lookup/AlertHeader/AlertHeader.js +7 -6
  131. package/es/version2/lookup/AlertLookup/AlertLookup.js +7 -6
  132. package/es/version2/notification/DesktopNotification/DesktopNotification.js +7 -6
  133. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +7 -6
  134. package/install.md +12 -0
  135. package/lib/Attachment/Attachment.js +6 -5
  136. package/lib/AttachmentViewer/AttachmentViewer.js +17 -16
  137. package/lib/ChannelIcon/ChannelIcon.js +5 -5
  138. package/lib/Drawer/Drawer.js +6 -5
  139. package/lib/ExternalLink/ExternalLink.js +6 -5
  140. package/lib/FlipCard/FlipCard.js +5 -5
  141. package/lib/FormAction/FormAction.js +12 -9
  142. package/lib/FreezeLayer/FreezeLayer.js +7 -6
  143. package/lib/IconButton/IconButton.js +6 -5
  144. package/lib/Image/Image.js +5 -5
  145. package/lib/ImportantNotes/ImportantNotes.js +7 -6
  146. package/lib/Link/Link.js +6 -5
  147. package/lib/Loader/Loader.js +6 -7
  148. package/lib/Message/Message.js +7 -5
  149. package/lib/MessageBanner/MessageBanner.js +6 -5
  150. package/lib/NewStar/NewStar.js +6 -5
  151. package/lib/PlusIcon/PlusIcon.js +7 -6
  152. package/lib/Separator/Separator.js +82 -0
  153. package/lib/Separator/Separator.module.css +34 -0
  154. package/lib/Separator/props/defaultProps.js +19 -0
  155. package/lib/Separator/props/propTypes.js +19 -0
  156. package/lib/ToastMessage/ToastMessage.js +6 -5
  157. package/lib/Upload/Upload.js +6 -5
  158. package/lib/alert/AlertHeader/AlertHeader.js +7 -6
  159. package/lib/alert/AlertLookup/AlertLookup.js +7 -6
  160. package/lib/avatar/AvatarClose/AvatarClose.js +5 -5
  161. package/lib/avatar/AvatarCollision/AvatarCollision.js +5 -5
  162. package/lib/avatar/AvatarIcon/AvatarIcon.js +3 -5
  163. package/lib/avatar/AvatarStatus/AvatarStatus.js +6 -5
  164. package/lib/avatar/AvatarThread/AvatarThread.js +6 -5
  165. package/lib/avatar/AvatarUser/AvatarUser.js +6 -5
  166. package/lib/avatar/AvatarWithTeam/AvatarWithTeam.js +6 -5
  167. package/lib/avatar/AvatarWithTeam/AvatarWithTeam.module.css +1 -1
  168. package/lib/deprecated/SelectDropdown/SelectDropdown.js +6 -6
  169. package/lib/dropdown/ToggleDropDown/ToggleDropDown.js +6 -5
  170. package/lib/emptystate/CommonEmptyState/CommonEmptyState.js +6 -5
  171. package/lib/emptystate/EditionPage/EditionPage.js +6 -5
  172. package/lib/errorstate/LinkText/LinkText.js +5 -5
  173. package/lib/errorstate/NoRequestFound/NoRequestFound.js +5 -5
  174. package/lib/errorstate/PermissionPlay/PermissionPlay.js +5 -5
  175. package/lib/errorstate/RequestUrlNotFound/RequestUrlNotFound.js +5 -5
  176. package/lib/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +5 -5
  177. package/lib/errorstate/WillBack/WillBack.js +5 -5
  178. package/lib/form/fields/CheckBoxField/CheckBoxField.js +7 -6
  179. package/lib/form/fields/CurrencyField/CurrencyField.js +7 -6
  180. package/lib/form/fields/DateField/DateField.js +7 -6
  181. package/lib/form/fields/FieldContainer/FieldContainer.js +7 -6
  182. package/lib/form/fields/MultiSelectField/MultiSelectField.js +7 -6
  183. package/lib/form/fields/PhoneField/PhoneField.js +7 -6
  184. package/lib/form/fields/RadioField/RadioField.js +6 -6
  185. package/lib/form/fields/SelectField/SelectField.js +7 -6
  186. package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.js +6 -5
  187. package/lib/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +6 -5
  188. package/lib/form/fields/TextBoxField/TextBoxField.js +7 -6
  189. package/lib/form/fields/TextEditor/TextEditor.js +10 -10
  190. package/lib/form/fields/TextEditorField/TextEditorField.js +6 -5
  191. package/lib/form/fields/TextareaField/TextareaField.js +7 -6
  192. package/lib/form/fields/ValidationMessage/ValidationMessage.js +7 -6
  193. package/lib/form/layout/Field/Field.js +6 -5
  194. package/lib/form/layout/Section/Section.js +5 -5
  195. package/lib/layout/SetupDetailLayout/SetupDetailLayout.js +6 -5
  196. package/lib/layout/SubtabLayout/SubtabLayout.js +6 -5
  197. package/lib/list/AvatarFlip/AvatarFlip.js +7 -6
  198. package/lib/list/BluePrintStatus/BluePrintStatus.js +6 -5
  199. package/lib/list/Comment/Comment.js +7 -6
  200. package/lib/list/DepartmentDropDown/DepartmentDropDown.js +7 -8
  201. package/lib/list/DotNew/DotNew.js +7 -6
  202. package/lib/list/GridStencils/GridStencils.js +7 -6
  203. package/lib/list/Icons/FloatingIcons.js +7 -6
  204. package/lib/list/ListLayout/ListLayout.js +7 -6
  205. package/lib/list/ListStencils/ListStencils.js +7 -6
  206. package/lib/list/SecondaryText/AccountName.js +7 -6
  207. package/lib/list/SecondaryText/ContactName.js +7 -6
  208. package/lib/list/SecondaryText/DepartmentText.js +7 -6
  209. package/lib/list/SecondaryText/Email.js +7 -6
  210. package/lib/list/SecondaryText/HappinessRating.js +7 -6
  211. package/lib/list/SecondaryText/PhoneNumber.js +7 -6
  212. package/lib/list/SecondaryText/PriorityText.js +7 -6
  213. package/lib/list/SecondaryText/SecondaryText.js +7 -6
  214. package/lib/list/SecondaryText/StatusText.js +7 -6
  215. package/lib/list/SecondaryText/TicketId.js +7 -6
  216. package/lib/list/SecondaryText/Website.js +7 -6
  217. package/lib/list/SecondryPanel/SecondryPanel.js +7 -6
  218. package/lib/list/SentimentStatus/SentimentStatus.js +6 -5
  219. package/lib/list/Subject/Subject.js +7 -6
  220. package/lib/list/TagNew/TagNew.js +7 -6
  221. package/lib/list/Thread/Thread.js +7 -6
  222. package/lib/list/UserTime/UserTime.js +7 -6
  223. package/lib/list/status/StatusDropdown/StatusDropdown.js +5 -6
  224. package/lib/list/status/StatusListItem/StatusListItem.js +7 -6
  225. package/lib/lookup/EmptyPage/EmptyPage.js +6 -5
  226. package/lib/lookup/Lookup/Lookup.js +6 -5
  227. package/lib/lookup/header/Close/Close.js +6 -5
  228. package/lib/lookup/header/ModuleHeader/ModuleHeader.js +6 -5
  229. package/lib/lookup/header/Search/Search.js +6 -5
  230. package/lib/lookup/header/TicketHeader/TicketHeader.js +6 -5
  231. package/lib/lookup/header/Title/Title.js +6 -5
  232. package/lib/lookup/header/ViewDropDown/ViewDropDown.js +8 -7
  233. package/lib/setup/header/Button/Button.js +7 -6
  234. package/lib/setup/header/Link/Link.js +7 -6
  235. package/lib/setup/header/Search/Search.js +7 -6
  236. package/lib/setup/header/Views/Views.js +7 -6
  237. package/lib/setup/helptips/Description/Description.js +7 -6
  238. package/lib/setup/helptips/Link/Link.js +7 -6
  239. package/lib/setup/helptips/ListGroup/ListGroup.js +7 -6
  240. package/lib/setup/helptips/Title/Title.js +7 -6
  241. package/lib/setup/table/Table/Table.js +7 -6
  242. package/lib/setup/table/TableBody/TableBody.js +7 -6
  243. package/lib/setup/table/TableData/TableData.js +7 -6
  244. package/lib/setup/table/TableHead/TableHead.js +7 -6
  245. package/lib/setup/table/TableRow/TableRow.js +7 -6
  246. package/lib/setup/table/Text/Text.js +7 -6
  247. package/lib/svg/PlusIcon.js +6 -5
  248. package/lib/svg/SnippetIcon.js +6 -5
  249. package/lib/svg/TemplateIcon.js +6 -5
  250. package/lib/utils/editorUtils.js +1 -1
  251. package/lib/version2/AlertClose/AlertClose.js +7 -6
  252. package/lib/version2/GlobalNotification/GlobalNotification.js +8 -6
  253. package/lib/version2/alertIcons/AlertIcons.js +7 -6
  254. package/lib/version2/errorstate/Inconvenience/Inconvenience.js +6 -5
  255. package/lib/version2/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +6 -5
  256. package/lib/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +6 -5
  257. package/lib/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +6 -5
  258. package/lib/version2/errorstate/UrlNotFound/UrlNotFound.js +6 -5
  259. package/lib/version2/errorstate/WillBeRightBack/WillBeRightBack.js +6 -5
  260. package/lib/version2/lookup/AlertHeader/AlertHeader.js +7 -6
  261. package/lib/version2/lookup/AlertLookup/AlertLookup.js +7 -6
  262. package/lib/version2/notification/DesktopNotification/DesktopNotification.js +7 -6
  263. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +7 -6
  264. package/package.json +3 -3
  265. package/css_error.log +0 -0
@@ -71,11 +71,13 @@ export default class SetupDetailLayout extends React.Component {
71
71
  }
72
72
  SetupDetailLayout.propTypes = SetupDetailLayout_propTypes;
73
73
  SetupDetailLayout.defaultProps = SetupDetailLayout_defaultProps;
74
- if (false) {
75
- SetupDetailLayout.docs = {
76
- componentGroup: 'Template'
77
- };
78
- }
74
+
75
+ // if (__DOCS__) {
76
+ // SetupDetailLayout.docs = {
77
+ // componentGroup: 'Template'
78
+ // };
79
+ // }
80
+
79
81
  export class SetupHeader extends Component {
80
82
  constructor(props) {
81
83
  super(props);
@@ -133,8 +133,9 @@ export default class SubtabLayout extends React.Component {
133
133
  }
134
134
  SubtabLayout.defaultProps = SubtabLayout_defaultProps;
135
135
  SubtabLayout.propTypes = SubtabLayout_propTypes;
136
- if (false) {
137
- SubtabLayout.docs = {
138
- componentGroup: 'Template'
139
- };
140
- }
136
+
137
+ // if (__DOCS__) {
138
+ // SubtabLayout.docs = {
139
+ // componentGroup: 'Template'
140
+ // };
141
+ // }
@@ -66,9 +66,10 @@ export default class AvatarFlip extends Component {
66
66
  }
67
67
  AvatarFlip.propTypes = propTypes;
68
68
  AvatarFlip.defaultProps = defaultProps;
69
- if (false) {
70
- AvatarFlip.docs = {
71
- folderName: 'List',
72
- componentGroup: 'AvatarFlip'
73
- };
74
- }
69
+
70
+ // if (__DOCS__) {
71
+ // AvatarFlip.docs = {
72
+ // folderName: 'List',
73
+ // componentGroup: 'AvatarFlip'
74
+ // };
75
+ // }
@@ -20,8 +20,9 @@ export default class BluePrintStatus extends React.Component {
20
20
  }
21
21
  }
22
22
  BluePrintStatus.propTypes = propTypes;
23
- if (false) {
24
- BluePrintStatus.docs = {
25
- componentGroup: 'Atom'
26
- };
27
- }
23
+
24
+ // if (__DOCS__) {
25
+ // BluePrintStatus.docs = {
26
+ // componentGroup: 'Atom'
27
+ // };
28
+ // }
@@ -36,9 +36,10 @@ export default class Comment extends Component {
36
36
  }
37
37
  Comment.defaultProps = defaultProps;
38
38
  Comment.propTypes = propTypes;
39
- if (false) {
40
- Comment.docs = {
41
- folderName: 'List',
42
- componentGroup: 'Comment'
43
- };
44
- }
39
+
40
+ // if (__DOCS__) {
41
+ // Comment.docs = {
42
+ // folderName: 'List',
43
+ // componentGroup: 'Comment'
44
+ // };
45
+ // }
@@ -85,9 +85,9 @@ class DepartmentDropDown extends Component {
85
85
  DepartmentDropDown.defaultProps = defaultProps;
86
86
  DepartmentDropDown.propTypes = propTypes;
87
87
  export default DepartmentDropDown;
88
- if (false) {
89
- DepartmentDropDown.docs = {
90
- folderName: 'List',
91
- componentGroup: 'DepartmentDropDown'
92
- };
93
- }
88
+ // if (__DOCS__) {
89
+ // DepartmentDropDown.docs = {
90
+ // folderName: 'List',
91
+ // componentGroup: 'DepartmentDropDown'
92
+ // };
93
+ // }
@@ -20,9 +20,10 @@ export default class DotNew extends Component {
20
20
  }
21
21
  DotNew.propTypes = propTypes;
22
22
  DotNew.defaultProps = defaultProps;
23
- if (false) {
24
- DotNew.docs = {
25
- folderName: 'List',
26
- componentGroup: 'DotNew'
27
- };
28
- }
23
+
24
+ // if (__DOCS__) {
25
+ // DotNew.docs = {
26
+ // folderName: 'List',
27
+ // componentGroup: 'DotNew'
28
+ // };
29
+ // }
@@ -26,9 +26,10 @@ export default class GridStencils extends React.Component {
26
26
  }
27
27
  }
28
28
  GridStencils.propTypes = propTypes;
29
- if (false) {
30
- GridStencils.docs = {
31
- folderName: 'List',
32
- componentGroup: 'GridStencils'
33
- };
34
- }
29
+
30
+ // if (__DOCS__) {
31
+ // GridStencils.docs = {
32
+ // folderName: 'List',
33
+ // componentGroup: 'GridStencils'
34
+ // };
35
+ // }
@@ -21,9 +21,10 @@ export default class FloatingIcons extends Component {
21
21
  }
22
22
  FloatingIcons.propTypes = FloatingIcons_propTypes;
23
23
  FloatingIcons.defaultProps = FloatingIcons_defaultProps;
24
- if (false) {
25
- FloatingIcons.docs = {
26
- folderName: 'List',
27
- componentGroup: 'FloatingIcons'
28
- };
29
- }
24
+
25
+ // if (__DOCS__) {
26
+ // FloatingIcons.docs = {
27
+ // folderName: 'List',
28
+ // componentGroup: 'FloatingIcons'
29
+ // };
30
+ // }
@@ -70,9 +70,10 @@ export class Column extends Component {
70
70
  }
71
71
  }
72
72
  Column.propTypes = Column_propTypes;
73
- if (false) {
74
- ListLayout.docs = {
75
- folderName: 'List',
76
- componentGroup: 'ListLayout'
77
- };
78
- }
73
+
74
+ // if (__DOCS__) {
75
+ // ListLayout.docs = {
76
+ // folderName: 'List',
77
+ // componentGroup: 'ListLayout'
78
+ // };
79
+ // }
@@ -38,9 +38,10 @@ export default class ListStencils extends Component {
38
38
  }
39
39
  ListStencils.propTypes = propTypes;
40
40
  ListStencils.defaultProps = defaultProps;
41
- if (false) {
42
- ListStencils.docs = {
43
- folderName: 'List',
44
- componentGroup: 'ListStencils'
45
- };
46
- }
41
+
42
+ // if (__DOCS__) {
43
+ // ListStencils.docs = {
44
+ // folderName: 'List',
45
+ // componentGroup: 'ListStencils'
46
+ // };
47
+ // }
@@ -75,9 +75,10 @@ export default class AccountName extends Component {
75
75
  }
76
76
  AccountName.propTypes = AccountName_propTypes;
77
77
  AccountName.defaultProps = AccountName_defaultProps;
78
- if (false) {
79
- AccountName.docs = {
80
- folderName: 'List',
81
- componentGroup: 'AccountName'
82
- };
83
- }
78
+
79
+ // if (__DOCS__) {
80
+ // AccountName.docs = {
81
+ // folderName: 'List',
82
+ // componentGroup: 'AccountName'
83
+ // };
84
+ // }
@@ -76,9 +76,10 @@ export default class ContactName extends Component {
76
76
  }
77
77
  ContactName.propTypes = ContactName_propTypes;
78
78
  ContactName.defaultProps = ContactName_defaultProps;
79
- if (false) {
80
- ContactName.docs = {
81
- folderName: 'List',
82
- componentGroup: 'ContactName'
83
- };
84
- }
79
+
80
+ // if (__DOCS__) {
81
+ // ContactName.docs = {
82
+ // folderName: 'List',
83
+ // componentGroup: 'ContactName'
84
+ // };
85
+ // }
@@ -20,9 +20,10 @@ export default class DepartmentText extends Component {
20
20
  }
21
21
  }
22
22
  DepartmentText.propTypes = DepartmentText_propTypes;
23
- if (false) {
24
- DepartmentText.docs = {
25
- folderName: 'List',
26
- componentGroup: 'DepartmentText'
27
- };
28
- }
23
+
24
+ // if (__DOCS__) {
25
+ // DepartmentText.docs = {
26
+ // folderName: 'List',
27
+ // componentGroup: 'DepartmentText'
28
+ // };
29
+ // }
@@ -45,9 +45,10 @@ export default class Email extends Component {
45
45
  }
46
46
  Email.propTypes = Email_propTypes;
47
47
  Email.defaultProps = Email_defaultProps;
48
- if (false) {
49
- Email.docs = {
50
- folderName: 'List',
51
- componentGroup: 'EmailText'
52
- };
53
- }
48
+
49
+ // if (__DOCS__) {
50
+ // Email.docs = {
51
+ // folderName: 'List',
52
+ // componentGroup: 'EmailText'
53
+ // };
54
+ // }
@@ -23,9 +23,10 @@ export default class HappinessRating extends Component {
23
23
  }
24
24
  }
25
25
  HappinessRating.propTypes = HappinessRating_propTypes;
26
- if (false) {
27
- HappinessRating.docs = {
28
- folderName: 'List',
29
- componentGroup: 'HappinessRating'
30
- };
31
- }
26
+
27
+ // if (__DOCS__) {
28
+ // HappinessRating.docs = {
29
+ // folderName: 'List',
30
+ // componentGroup: 'HappinessRating'
31
+ // };
32
+ // }
@@ -49,9 +49,10 @@ export default class PhoneNumber extends Component {
49
49
  }
50
50
  PhoneNumber.propTypes = PhoneNumber_propTypes;
51
51
  PhoneNumber.defaultProps = PhoneNumber_defaultProps;
52
- if (false) {
53
- PhoneNumber.docs = {
54
- folderName: 'List',
55
- componentGroup: 'PhoneNumberText'
56
- };
57
- }
52
+
53
+ // if (__DOCS__) {
54
+ // PhoneNumber.docs = {
55
+ // folderName: 'List',
56
+ // componentGroup: 'PhoneNumberText'
57
+ // };
58
+ // }
@@ -23,9 +23,10 @@ export default class PriorityText extends Component {
23
23
  }
24
24
  PriorityText.propTypes = PriorityText_propTypes;
25
25
  PriorityText.defaultProps = PriorityText_defaultProps;
26
- if (false) {
27
- PriorityText.docs = {
28
- folderName: 'List',
29
- componentGroup: 'PriorityText'
30
- };
31
- }
26
+
27
+ // if (__DOCS__) {
28
+ // PriorityText.docs = {
29
+ // folderName: 'List',
30
+ // componentGroup: 'PriorityText'
31
+ // };
32
+ // }
@@ -29,9 +29,10 @@ export default class SecondaryText extends Component {
29
29
  }
30
30
  SecondaryText.propTypes = SecondaryText_propTypes;
31
31
  SecondaryText.defaultProps = SecondaryText_defaultProps;
32
- if (false) {
33
- SecondaryText.docs = {
34
- folderName: 'List',
35
- componentGroup: 'SecondaryText'
36
- };
37
- }
32
+
33
+ // if (__DOCS__) {
34
+ // SecondaryText.docs = {
35
+ // folderName: 'List',
36
+ // componentGroup: 'SecondaryText'
37
+ // };
38
+ // }
@@ -24,9 +24,10 @@ export default class StatusText extends Component {
24
24
  }
25
25
  StatusText.propTypes = StatusText_propTypes;
26
26
  StatusText.defaultProps = StatusText_defaultProps;
27
- if (false) {
28
- StatusText.docs = {
29
- folderName: 'List',
30
- componentGroup: 'StatusText'
31
- };
32
- }
27
+
28
+ // if (__DOCS__) {
29
+ // StatusText.docs = {
30
+ // folderName: 'List',
31
+ // componentGroup: 'StatusText'
32
+ // };
33
+ // }
@@ -42,9 +42,10 @@ export default class TicketId extends Component {
42
42
  }
43
43
  TicketId.propTypes = TicketId_propTypes;
44
44
  TicketId.defaultProps = TicketId_defaultProps;
45
- if (false) {
46
- TicketId.docs = {
47
- folderName: 'List',
48
- componentGroup: 'TicketId'
49
- };
50
- }
45
+
46
+ // if (__DOCS__) {
47
+ // TicketId.docs = {
48
+ // folderName: 'List',
49
+ // componentGroup: 'TicketId'
50
+ // };
51
+ // }
@@ -34,9 +34,10 @@ export default class Website extends Component {
34
34
  }
35
35
  Website.propTypes = Website_propTypes;
36
36
  Website.defaultProps = Website_defaultProps;
37
- if (false) {
38
- Website.docs = {
39
- folderName: 'List',
40
- componentGroup: 'WebsiteText'
41
- };
42
- }
37
+
38
+ // if (__DOCS__) {
39
+ // Website.docs = {
40
+ // folderName: 'List',
41
+ // componentGroup: 'WebsiteText'
42
+ // };
43
+ // }
@@ -95,9 +95,10 @@ export class SecondryPanelItem extends Component {
95
95
  }
96
96
  SecondryPanelItem.propTypes = SecondryPanelItem_propTypes;
97
97
  SecondryPanelItem.defaultProps = SecondryPanelItem_defaultProps;
98
- if (false) {
99
- SecondryPanel.docs = {
100
- folderName: 'List',
101
- componentGroup: 'SecondaryLayout'
102
- };
103
- }
98
+
99
+ // if (__DOCS__) {
100
+ // SecondryPanel.docs = {
101
+ // folderName: 'List',
102
+ // componentGroup: 'SecondaryLayout'
103
+ // };
104
+ // }
@@ -26,8 +26,9 @@ export default class SentimentStatus extends React.Component {
26
26
  }
27
27
  }
28
28
  SentimentStatus.propTypes = propTypes;
29
- if (false) {
30
- SentimentStatus.docs = {
31
- componentGroup: ''
32
- };
33
- }
29
+
30
+ // if (__DOCS__) {
31
+ // SentimentStatus.docs = {
32
+ // componentGroup: ''
33
+ // };
34
+ // }
@@ -46,9 +46,10 @@ export default class Subject extends Component {
46
46
  }
47
47
  Subject.propTypes = propTypes;
48
48
  Subject.defaultProps = defaultProps;
49
- if (false) {
50
- Subject.docs = {
51
- folderName: 'List',
52
- componentGroup: 'Subject'
53
- };
54
- }
49
+
50
+ // if (__DOCS__) {
51
+ // Subject.docs = {
52
+ // folderName: 'List',
53
+ // componentGroup: 'Subject'
54
+ // };
55
+ // }
@@ -23,9 +23,10 @@ export default class TagNew extends Component {
23
23
  }
24
24
  TagNew.propTypes = propTypes;
25
25
  TagNew.defaultProps = defaultProps;
26
- if (false) {
27
- TagNew.docs = {
28
- folderName: 'List',
29
- componentGroup: 'TagNew'
30
- };
31
- }
26
+
27
+ // if (__DOCS__) {
28
+ // TagNew.docs = {
29
+ // folderName: 'List',
30
+ // componentGroup: 'TagNew'
31
+ // };
32
+ // }
@@ -34,9 +34,10 @@ export default class Thread extends Component {
34
34
  }
35
35
  Thread.propTypes = propTypes;
36
36
  Thread.defaultProps = defaultProps;
37
- if (false) {
38
- Thread.docs = {
39
- folderName: 'List',
40
- componentGroup: 'Thread'
41
- };
42
- }
37
+
38
+ // if (__DOCS__) {
39
+ // Thread.docs = {
40
+ // folderName: 'List',
41
+ // componentGroup: 'Thread'
42
+ // };
43
+ // }
@@ -73,9 +73,10 @@ export default class UserTime extends Component {
73
73
  }
74
74
  UserTime.propTypes = propTypes;
75
75
  UserTime.defaultProps = defaultProps;
76
- if (false) {
77
- UserTime.docs = {
78
- folderName: 'List',
79
- componentGroup: 'UserTime'
80
- };
81
- }
76
+
77
+ // if (__DOCS__) {
78
+ // UserTime.docs = {
79
+ // folderName: 'List',
80
+ // componentGroup: 'UserTime'
81
+ // };
82
+ // }
@@ -412,11 +412,12 @@ export class StatusDropdown extends React.Component {
412
412
  }) : null);
413
413
  }
414
414
  }
415
- if (false) {
416
- StatusDropdown.docs = {
417
- componentGroup: 'Molecule'
418
- };
419
- }
415
+ // if (__DOCS__) {
416
+ // StatusDropdown.docs = {
417
+ // componentGroup: 'Molecule'
418
+ // };
419
+ // }
420
+
420
421
  StatusDropdown.defaultProps = defaultProps;
421
422
  StatusDropdown.propTypes = propTypes;
422
423
  export default Popup(StatusDropdown);
@@ -104,9 +104,10 @@ export default class StatusListItem extends React.Component {
104
104
  }
105
105
  StatusListItem.defaultProps = defaultProps;
106
106
  StatusListItem.propTypes = propTypes;
107
- if (false) {
108
- StatusListItem.docs = {
109
- componentGroup: 'StatusListItem',
110
- folderName: 'List'
111
- };
112
- }
107
+
108
+ // if (__DOCS__) {
109
+ // StatusListItem.docs = {
110
+ // componentGroup: 'StatusListItem',
111
+ // folderName: 'List'
112
+ // };
113
+ // }
@@ -50,8 +50,9 @@ export default class EmptyPage extends Component {
50
50
  }
51
51
  EmptyPage.propTypes = propTypes;
52
52
  EmptyPage.defaultProps = defaultProps;
53
- if (false) {
54
- EmptyPage.docs = {
55
- componentGroup: 'Lookup'
56
- };
57
- }
53
+
54
+ // if (__DOCS__) {
55
+ // EmptyPage.docs = {
56
+ // componentGroup: 'Lookup'
57
+ // };
58
+ // }
@@ -92,8 +92,9 @@ export default class Lookup extends Component {
92
92
  }
93
93
  Lookup.propTypes = propTypes;
94
94
  Lookup.defaultProps = defaultProps;
95
- if (false) {
96
- Lookup.docs = {
97
- componentGroup: 'Lookup'
98
- };
99
- }
95
+
96
+ // if (__DOCS__) {
97
+ // Lookup.docs = {
98
+ // componentGroup: 'Lookup'
99
+ // };
100
+ // }
@@ -23,8 +23,9 @@ export default class Close extends PureComponent {
23
23
  }
24
24
  Close.propTypes = propTypes;
25
25
  Close.defaultProps = defaultProps;
26
- if (false) {
27
- Close.docs = {
28
- componentGroup: 'Lookup'
29
- };
30
- }
26
+
27
+ // if (__DOCS__) {
28
+ // Close.docs = {
29
+ // componentGroup: 'Lookup'
30
+ // };
31
+ // }
@@ -70,8 +70,9 @@ export default class ModuleHeader extends PureComponent {
70
70
  }
71
71
  ModuleHeader.propTypes = propTypes;
72
72
  ModuleHeader.defaultProps = defaultProps;
73
- if (false) {
74
- ModuleHeader.docs = {
75
- componentGroup: 'Lookup'
76
- };
77
- }
73
+
74
+ // if (__DOCS__) {
75
+ // ModuleHeader.docs = {
76
+ // componentGroup: 'Lookup'
77
+ // };
78
+ // }
@@ -211,8 +211,9 @@ class SearchUI extends Component {
211
211
  }
212
212
  SearchUI.defaultProps = SearchUI_defaultProps;
213
213
  SearchUI.propTypes = SearchUI_propTypes;
214
- if (false) {
215
- Search.docs = {
216
- componentGroup: 'Lookup'
217
- };
218
- }
214
+
215
+ // if (__DOCS__) {
216
+ // Search.docs = {
217
+ // componentGroup: 'Lookup'
218
+ // };
219
+ // }
@@ -91,8 +91,9 @@ export default class TicketHeader extends Component {
91
91
  }
92
92
  TicketHeader.propTypes = propTypes;
93
93
  TicketHeader.defaultProps = defaultProps;
94
- if (false) {
95
- TicketHeader.docs = {
96
- componentGroup: 'Lookup'
97
- };
98
- }
94
+
95
+ // if (__DOCS__) {
96
+ // TicketHeader.docs = {
97
+ // componentGroup: 'Lookup'
98
+ // };
99
+ // }