@zohodesk/dot 1.0.0-temp-183 → 1.0.0-temp-181.8

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 (300) hide show
  1. package/.cli/propValidation_report.html +1 -1
  2. package/coverage/ExternalLink/ExternalLink.js.html +1 -1
  3. package/coverage/ExternalLink/ExternalLink.module.css.html +1 -1
  4. package/coverage/ExternalLink/index.html +1 -1
  5. package/coverage/ExternalLink/props/defaultProps.js.html +1 -1
  6. package/coverage/ExternalLink/props/index.html +1 -1
  7. package/coverage/ExternalLink/props/propTypes.js.html +1 -1
  8. package/coverage/IconButton/IconButton.js.html +1 -1
  9. package/coverage/IconButton/IconButton.module.css.html +1 -1
  10. package/coverage/IconButton/index.html +1 -1
  11. package/coverage/IconButton/props/defaultProps.js.html +1 -1
  12. package/coverage/IconButton/props/index.html +1 -1
  13. package/coverage/IconButton/props/propTypes.js.html +1 -1
  14. package/coverage/Image/Image.js.html +1 -1
  15. package/coverage/Image/Image.module.css.html +1 -1
  16. package/coverage/Image/index.html +1 -1
  17. package/coverage/Image/props/defaultProps.js.html +1 -1
  18. package/coverage/Image/props/index.html +1 -1
  19. package/coverage/Image/props/propTypes.js.html +1 -1
  20. package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.js.html +1 -1
  21. package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.module.css.html +1 -1
  22. package/coverage/avatar/AvatarWithTeam/index.html +1 -1
  23. package/coverage/avatar/AvatarWithTeam/props/defaultProps.js.html +1 -1
  24. package/coverage/avatar/AvatarWithTeam/props/index.html +1 -1
  25. package/coverage/avatar/AvatarWithTeam/props/propTypes.js.html +1 -1
  26. package/coverage/coverage-final.json +16 -16
  27. package/coverage/coverage-summary.json +16 -16
  28. package/coverage/index.html +1 -1
  29. package/es/ActionButton/ActionButton.module.css +192 -192
  30. package/es/AlphabeticList/AlphabeticList.module.css +57 -57
  31. package/es/AttachmentViewer/AttachmentViewer.module.css +352 -352
  32. package/es/ChannelIcon/ChannelIcon.module.css +225 -225
  33. package/es/Drawer/Drawer.js +4 -5
  34. package/es/ExternalLink/ExternalLink.js +4 -5
  35. package/es/FlipCard/FlipCard.js +14 -12
  36. package/es/FormAction/FormAction.module.css +100 -100
  37. package/es/IconButton/IconButton.js +4 -5
  38. package/es/IconButton/IconButton.module.css +22 -22
  39. package/es/Link/Link.js +8 -10
  40. package/es/Message/Message.js +4 -5
  41. package/es/TagWithIcon/TagWithIcon.module.css +66 -66
  42. package/es/ToastMessage/ToastMessage.js +2 -4
  43. package/es/actions/AutoClose.js +2 -1
  44. package/es/alert/AlertLookup/AlertLookup.js +14 -12
  45. package/es/avatar/AvatarClose/AvatarClose.js +7 -7
  46. package/es/avatar/AvatarCollision/AvatarCollision.js +7 -7
  47. package/es/avatar/AvatarIcon/AvatarIcon.js +4 -5
  48. package/es/avatar/AvatarIcon/AvatarIcon.module.css +58 -58
  49. package/es/avatar/AvatarStatus/AvatarStatus.js +7 -8
  50. package/es/avatar/AvatarThread/AvatarThread.js +7 -7
  51. package/es/avatar/AvatarUser/AvatarUser.js +10 -9
  52. package/es/avatar/AvatarWithTeam/AvatarWithTeam.js +17 -14
  53. package/es/common/dot_boxShadow.module.css +0 -2
  54. package/es/dropdown/ToggleDropDown/ToggleDropDown.js +28 -24
  55. package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +92 -92
  56. package/es/form/fields/CheckBoxField/CheckBoxField.js +15 -13
  57. package/es/form/fields/CurrencyField/CurrencyField.js +14 -12
  58. package/es/form/fields/DateField/DateField.js +14 -14
  59. package/es/form/fields/MultiSelectField/MultiSelectField.js +13 -12
  60. package/es/form/fields/PhoneField/PhoneField.js +7 -7
  61. package/es/form/fields/RadioField/RadioField.js +18 -15
  62. package/es/form/fields/SelectField/SelectField.js +14 -14
  63. package/es/form/fields/TagsMultiSelect/TagsMultiSelect.js +16 -14
  64. package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +11 -11
  65. package/es/form/fields/TextBoxField/TextBoxField.js +14 -14
  66. package/es/form/fields/TextEditorField/TextEditorField.js +11 -10
  67. package/es/form/fields/TextEditorWrapper/TextEditorWrapper.js +11 -10
  68. package/es/form/fields/TextareaField/TextareaField.js +14 -13
  69. package/es/form/fields/ValidationMessage/ValidationMessage.module.css +27 -27
  70. package/es/layout/SubtabLayout/SubtabLayout.js +4 -6
  71. package/es/layout/SubtabLayout/SubtabLayout.module.css +164 -164
  72. package/es/list/Comment/Comment.module.css +29 -29
  73. package/es/list/DepartmentDropDown/DepartmentDropDown.js +3 -9
  74. package/es/list/DepartmentDropDown/props/defaultProps.js +1 -2
  75. package/es/list/DepartmentDropDown/props/propTypes.js +1 -2
  76. package/es/list/Dot/Dot.module.css +15 -15
  77. package/es/list/ListLayout/ListLayout.js +4 -5
  78. package/es/list/ListLayout/ListLayout.module.css +79 -79
  79. package/es/list/SecondaryText/AccountName.js +12 -12
  80. package/es/list/SecondaryText/ContactName.js +8 -9
  81. package/es/list/SecondaryText/Email.js +8 -8
  82. package/es/list/SecondaryText/PhoneNumber.js +8 -8
  83. package/es/list/SecondaryText/SecondaryText.js +4 -5
  84. package/es/list/SecondaryText/TicketId.js +7 -7
  85. package/es/list/Subject/Subject.js +7 -7
  86. package/es/list/Subject/Subject.module.css +34 -34
  87. package/es/list/Thread/Thread.module.css +42 -42
  88. package/es/list/status/StatusListItem/StatusListItem.js +5 -5
  89. package/es/list/status/StatusListItem/StatusListItem.module.css +5 -35
  90. package/es/lookup/Lookup/Lookup.js +4 -5
  91. package/es/lookup/header/Search/Search.js +5 -3
  92. package/es/v1/DotWrapper/DotWrapper.js +39 -0
  93. package/es/v1/DotWrapper/libraryChunks/appearance/component/DarkMode_Component.js +1 -0
  94. package/es/v1/DotWrapper/libraryChunks/appearance/component/LightMode_Component.js +1 -0
  95. package/es/v1/DotWrapper/libraryChunks/appearance/component/PureDarkMode_Component.js +1 -0
  96. package/es/v1/DotWrapper/libraryChunks/appearance/dot/DarkMode_Dot.js +1 -0
  97. package/es/v1/DotWrapper/libraryChunks/appearance/dot/LightMode_Dot.js +1 -0
  98. package/es/v1/DotWrapper/libraryChunks/appearance/dot/PureDarkMode_Dot.js +1 -0
  99. package/es/v1/DotWrapper/libraryChunks/appearance/svg/DarkMode_SVG.js +1 -0
  100. package/es/v1/DotWrapper/libraryChunks/appearance/svg/LightMode_SVG.js +1 -0
  101. package/es/v1/DotWrapper/libraryChunks/appearance/svg/PureDarkMode_SVG.js +1 -0
  102. package/es/v1/DotWrapper/libraryChunks/dynamicImports.js +24 -0
  103. package/es/v1/DotWrapper/libraryChunks/importMapping.js +19 -0
  104. package/es/v1/DotWrapper/libraryChunks/size/fontSize.js +1 -0
  105. package/es/v1/DotWrapper/libraryChunks/size/zoomSize.js +1 -0
  106. package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Dark_Component.js +3 -0
  107. package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Light_Component.js +3 -0
  108. package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +3 -0
  109. package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_Dark_Component.js +3 -0
  110. package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_Light_Component.js +3 -0
  111. package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_PureDark_Component.js +3 -0
  112. package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Dark_Component.js +3 -0
  113. package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Light_Component.js +3 -0
  114. package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +3 -0
  115. package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_Dark_Component.js +3 -0
  116. package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_Light_Component.js +3 -0
  117. package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_PureDark_Component.js +3 -0
  118. package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +3 -0
  119. package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +3 -0
  120. package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +3 -0
  121. package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +1 -0
  122. package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +1 -0
  123. package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +1 -0
  124. package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Dark_Dot.js +1 -0
  125. package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Light_Dot.js +1 -0
  126. package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +1 -0
  127. package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +1 -0
  128. package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +1 -0
  129. package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +1 -0
  130. package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Dark_Dot.js +1 -0
  131. package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Light_Dot.js +1 -0
  132. package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +1 -0
  133. package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +1 -0
  134. package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +1 -0
  135. package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +1 -0
  136. package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +1 -0
  137. package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +1 -0
  138. package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +1 -0
  139. package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Dark_SVG.js +1 -0
  140. package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Light_SVG.js +1 -0
  141. package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +1 -0
  142. package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +1 -0
  143. package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +1 -0
  144. package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +1 -0
  145. package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Dark_SVG.js +1 -0
  146. package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Light_SVG.js +1 -0
  147. package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +1 -0
  148. package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +1 -0
  149. package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +1 -0
  150. package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +1 -0
  151. package/es/v1/DotWrapper/props/defaultProps.js +6 -0
  152. package/es/v1/DotWrapper/props/propTypes.js +9 -0
  153. package/es/v1/DotWrapper/utils/appearanceProperties.js +46 -0
  154. package/es/v1/DotWrapper/utils/errorMessage.js +7 -0
  155. package/es/v1/DotWrapper/utils/importFiles.js +31 -0
  156. package/es/v1/DotWrapper/utils/sizeProperties.js +12 -0
  157. package/es/v1/DotWrapper/utils/themeProperties.js +220 -0
  158. package/es/v1/Drawer/Drawer.js +4 -5
  159. package/es/v1/ExternalLink/ExternalLink.js +4 -5
  160. package/es/v1/FlipCard/FlipCard.js +14 -12
  161. package/es/v1/GlobalNotification/GlobalNotification.js +6 -7
  162. package/es/v1/IconButton/IconButton.js +4 -5
  163. package/es/v1/Link/Link.js +8 -10
  164. package/es/v1/Message/Message.js +4 -5
  165. package/es/v1/ToastMessage/ToastMessage.js +2 -4
  166. package/es/v1/actions/AutoClose.js +2 -1
  167. package/es/v1/alert/AlertLookup/AlertLookup.js +15 -15
  168. package/es/v1/avatar/AvatarClose/AvatarClose.js +7 -7
  169. package/es/v1/avatar/AvatarCollision/AvatarCollision.js +7 -7
  170. package/es/v1/avatar/AvatarIcon/AvatarIcon.js +4 -5
  171. package/es/v1/avatar/AvatarStatus/AvatarStatus.js +7 -8
  172. package/es/v1/avatar/AvatarThread/AvatarThread.js +7 -7
  173. package/es/v1/avatar/AvatarUser/AvatarUser.js +10 -9
  174. package/es/v1/avatar/AvatarWithTeam/AvatarWithTeam.js +17 -14
  175. package/es/v1/dropdown/ToggleDropDown/ToggleDropDown.js +28 -24
  176. package/es/v1/form/fields/CheckBoxField/CheckBoxField.js +15 -13
  177. package/es/v1/form/fields/CurrencyField/CurrencyField.js +14 -12
  178. package/es/v1/form/fields/DateField/DateField.js +14 -14
  179. package/es/v1/form/fields/MultiSelectField/MultiSelectField.js +13 -12
  180. package/es/v1/form/fields/PhoneField/PhoneField.js +7 -7
  181. package/es/v1/form/fields/RadioField/RadioField.js +18 -16
  182. package/es/v1/form/fields/SelectField/SelectField.js +14 -14
  183. package/es/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +13 -10
  184. package/es/v1/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +11 -11
  185. package/es/v1/form/fields/TextBoxField/TextBoxField.js +14 -14
  186. package/es/v1/form/fields/TextEditorField/TextEditorField.js +11 -10
  187. package/es/v1/form/fields/TextEditorWrapper/TextEditorWrapper.js +11 -10
  188. package/es/v1/form/fields/TextareaField/TextareaField.js +14 -13
  189. package/es/v1/layout/SubtabLayout/SubtabLayout.js +4 -6
  190. package/es/v1/list/ListLayout/ListLayout.js +4 -5
  191. package/es/v1/list/SecondaryText/AccountName.js +12 -12
  192. package/es/v1/list/SecondaryText/ContactName.js +8 -9
  193. package/es/v1/list/SecondaryText/Email.js +8 -8
  194. package/es/v1/list/SecondaryText/PhoneNumber.js +8 -8
  195. package/es/v1/list/SecondaryText/SecondaryText.js +4 -5
  196. package/es/v1/list/SecondaryText/TicketId.js +7 -7
  197. package/es/v1/list/Subject/Subject.js +7 -7
  198. package/es/v1/list/status/StatusListItem/StatusListItem.js +5 -5
  199. package/es/v1/lookup/Lookup/Lookup.js +4 -5
  200. package/es/v1/lookup/header/Search/Search.js +5 -3
  201. package/es/v1/notification/DesktopNotification/DesktopNotification.js +6 -7
  202. package/es/version2/GlobalNotification/GlobalNotification.js +6 -7
  203. package/es/version2/GlobalNotification/GlobalNotification.module.css +177 -177
  204. package/es/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +87 -87
  205. package/es/version2/lookup/AlertLookup/AlertLookup.js +15 -15
  206. package/es/version2/notification/DesktopNotification/DesktopNotification.js +6 -7
  207. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +132 -132
  208. package/lib/ActionButton/ActionButton.module.css +192 -192
  209. package/lib/AlphabeticList/AlphabeticList.module.css +57 -57
  210. package/lib/AttachmentViewer/AttachmentViewer.module.css +352 -352
  211. package/lib/ChannelIcon/ChannelIcon.module.css +225 -225
  212. package/lib/FormAction/FormAction.module.css +100 -100
  213. package/lib/IconButton/IconButton.module.css +22 -22
  214. package/lib/TagWithIcon/TagWithIcon.module.css +66 -66
  215. package/lib/avatar/AvatarIcon/AvatarIcon.module.css +58 -58
  216. package/lib/common/dot_boxShadow.module.css +0 -2
  217. package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +92 -92
  218. package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.js +3 -5
  219. package/lib/form/fields/ValidationMessage/ValidationMessage.module.css +27 -27
  220. package/lib/layout/SubtabLayout/SubtabLayout.module.css +164 -164
  221. package/lib/list/Comment/Comment.module.css +29 -29
  222. package/lib/list/DepartmentDropDown/DepartmentDropDown.js +3 -8
  223. package/lib/list/DepartmentDropDown/props/defaultProps.js +1 -2
  224. package/lib/list/DepartmentDropDown/props/propTypes.js +1 -1
  225. package/lib/list/Dot/Dot.module.css +15 -15
  226. package/lib/list/ListLayout/ListLayout.module.css +79 -79
  227. package/lib/list/Subject/Subject.module.css +34 -34
  228. package/lib/list/Thread/Thread.module.css +42 -42
  229. package/lib/list/status/StatusListItem/StatusListItem.module.css +5 -35
  230. package/lib/v1/DotWrapper/DotWrapper.js +64 -0
  231. package/lib/v1/DotWrapper/libraryChunks/appearance/component/DarkMode_Component.js +3 -0
  232. package/lib/v1/DotWrapper/libraryChunks/appearance/component/LightMode_Component.js +3 -0
  233. package/lib/v1/DotWrapper/libraryChunks/appearance/component/PureDarkMode_Component.js +3 -0
  234. package/lib/v1/DotWrapper/libraryChunks/appearance/dot/DarkMode_Dot.js +3 -0
  235. package/lib/v1/DotWrapper/libraryChunks/appearance/dot/LightMode_Dot.js +3 -0
  236. package/lib/v1/DotWrapper/libraryChunks/appearance/dot/PureDarkMode_Dot.js +3 -0
  237. package/lib/v1/DotWrapper/libraryChunks/appearance/svg/DarkMode_SVG.js +3 -0
  238. package/lib/v1/DotWrapper/libraryChunks/appearance/svg/LightMode_SVG.js +3 -0
  239. package/lib/v1/DotWrapper/libraryChunks/appearance/svg/PureDarkMode_SVG.js +3 -0
  240. package/lib/v1/DotWrapper/libraryChunks/dynamicImports.js +43 -0
  241. package/lib/v1/DotWrapper/libraryChunks/importMapping.js +26 -0
  242. package/lib/v1/DotWrapper/libraryChunks/size/fontSize.js +3 -0
  243. package/lib/v1/DotWrapper/libraryChunks/size/zoomSize.js +3 -0
  244. package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Dark_Component.js +7 -0
  245. package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Light_Component.js +7 -0
  246. package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +7 -0
  247. package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_Dark_Component.js +7 -0
  248. package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_Light_Component.js +7 -0
  249. package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_PureDark_Component.js +7 -0
  250. package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Dark_Component.js +7 -0
  251. package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Light_Component.js +7 -0
  252. package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +7 -0
  253. package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_Dark_Component.js +7 -0
  254. package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_Light_Component.js +7 -0
  255. package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_PureDark_Component.js +7 -0
  256. package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +7 -0
  257. package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +7 -0
  258. package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +7 -0
  259. package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +3 -0
  260. package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +3 -0
  261. package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +3 -0
  262. package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Dark_Dot.js +3 -0
  263. package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Light_Dot.js +3 -0
  264. package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +3 -0
  265. package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +3 -0
  266. package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +3 -0
  267. package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +3 -0
  268. package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Dark_Dot.js +3 -0
  269. package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Light_Dot.js +3 -0
  270. package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +3 -0
  271. package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +3 -0
  272. package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +3 -0
  273. package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +3 -0
  274. package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +3 -0
  275. package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +3 -0
  276. package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +3 -0
  277. package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Dark_SVG.js +3 -0
  278. package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Light_SVG.js +3 -0
  279. package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +3 -0
  280. package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +3 -0
  281. package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +3 -0
  282. package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +3 -0
  283. package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Dark_SVG.js +3 -0
  284. package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Light_SVG.js +3 -0
  285. package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +3 -0
  286. package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +3 -0
  287. package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +3 -0
  288. package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +3 -0
  289. package/lib/v1/DotWrapper/props/defaultProps.js +13 -0
  290. package/lib/v1/DotWrapper/props/propTypes.js +20 -0
  291. package/lib/v1/DotWrapper/utils/appearanceProperties.js +79 -0
  292. package/lib/v1/DotWrapper/utils/errorMessage.js +14 -0
  293. package/lib/v1/DotWrapper/utils/importFiles.js +40 -0
  294. package/lib/v1/DotWrapper/utils/sizeProperties.js +31 -0
  295. package/lib/v1/DotWrapper/utils/themeProperties.js +325 -0
  296. package/lib/version2/GlobalNotification/GlobalNotification.module.css +177 -177
  297. package/lib/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +87 -87
  298. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +132 -132
  299. package/package.json +4 -4
  300. package/result.json +1 -1
@@ -1,5 +1,3 @@
1
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
-
3
1
  /**** Libraries ****/
4
2
  import React, { PureComponent } from 'react';
5
3
  import { defaultProps } from './props/defaultProps';
@@ -121,17 +119,18 @@ export default class TextEditorField extends PureComponent {
121
119
  renderProps: {
122
120
  end: this.renderEnd
123
121
  }
124
- }, /*#__PURE__*/React.createElement(Label, _extends({
122
+ }, /*#__PURE__*/React.createElement(Label, {
125
123
  text: labelName,
126
124
  size: fieldSize === 'small' ? 'small' : 'medium',
127
125
  htmlFor: !isReadOnly && !isDisabled ? id : undefined,
128
126
  palette: isMandatory ? 'mandatory' : isDisabled ? 'primary' : labelPalette,
129
127
  onClick: this.handleLabelClick,
130
128
  customClass: `${style.fieldLabel} ${labelCustomClass} ${isMandatory ? style.labelMandatory : ''}`,
131
- dataId: isDisabled ? `${dataId}_label_disabled` : isMandatory ? `${dataId}_label_mandatory` : `${dataId}_label`
132
- }, LabelProps))), /*#__PURE__*/React.createElement("div", {
129
+ dataId: isDisabled ? `${dataId}_label_disabled` : isMandatory ? `${dataId}_label_mandatory` : `${dataId}_label`,
130
+ ...LabelProps
131
+ })), /*#__PURE__*/React.createElement("div", {
133
132
  className: `${style.fieldContainer} ${labelName ? style[`fieldMargin_${fieldSize}`] : ''}`
134
- }, /*#__PURE__*/React.createElement(TextEditorWrapper, _extends({
133
+ }, /*#__PURE__*/React.createElement(TextEditorWrapper, {
135
134
  needEditor: needEditor,
136
135
  onChange: this.handleChange,
137
136
  id: id,
@@ -160,13 +159,15 @@ export default class TextEditorField extends PureComponent {
160
159
  shouldEditorUpdateContent: shouldEditorUpdateContent,
161
160
  setInlineAttachmentInProgress: setInlineAttachmentInProgress,
162
161
  handleEditorDropUpload: handleEditorDropUpload,
163
- needInlineAttachment: needInlineAttachment
164
- }, TextEditorWrapperProps))), validationMessage && /*#__PURE__*/React.createElement(ValidationMessage, _extends({
162
+ needInlineAttachment: needInlineAttachment,
163
+ ...TextEditorWrapperProps
164
+ })), validationMessage && /*#__PURE__*/React.createElement(ValidationMessage, {
165
165
  text: validationMessage,
166
166
  palette: validationPalette,
167
167
  type: errorType,
168
- dataId: `${dataId}_ValidationMessage`
169
- }, ValidationMessageProps)));
168
+ dataId: `${dataId}_ValidationMessage`,
169
+ ...ValidationMessageProps
170
+ }));
170
171
  }
171
172
 
172
173
  }
@@ -1,5 +1,3 @@
1
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
-
3
1
  import React, { Component } from 'react';
4
2
  import { defaultProps } from './props/defaultProps';
5
3
  import { propTypes } from './props/propTypes';
@@ -132,7 +130,7 @@ export default class TextEditorWrapper extends Component {
132
130
  return /*#__PURE__*/React.createElement("div", {
133
131
  className: style.container,
134
132
  "data-selector-id": dataSelectorId
135
- }, !isEditorShow ? /*#__PURE__*/React.createElement(Textarea, _extends({
133
+ }, !isEditorShow ? /*#__PURE__*/React.createElement(Textarea, {
136
134
  onFocus: this.handleTextareaFocus,
137
135
  text: value,
138
136
  animated: !needEditor,
@@ -144,8 +142,9 @@ export default class TextEditorWrapper extends Component {
144
142
  getRef: getRef,
145
143
  size: textBoxSize,
146
144
  variant: textBoxVariant,
147
- customClass: style.textBox
148
- }, Textarea1Props)) : null, /*#__PURE__*/React.createElement(VelocityAnimationGroup, {
145
+ customClass: style.textBox,
146
+ ...Textarea1Props
147
+ }) : null, /*#__PURE__*/React.createElement(VelocityAnimationGroup, {
149
148
  name: "slideDown",
150
149
  runOnMount: true,
151
150
  enterDuration: '300',
@@ -154,7 +153,7 @@ export default class TextEditorWrapper extends Component {
154
153
  component: "div"
155
154
  }, /*#__PURE__*/React.createElement("div", {
156
155
  className: style.textEditor
157
- }, isEditorShow && needEditor ? /*#__PURE__*/React.createElement(TextEditor, _extends({
156
+ }, isEditorShow && needEditor ? /*#__PURE__*/React.createElement(TextEditor, {
158
157
  id: id,
159
158
  value: value,
160
159
  onChange: !isReadOnly && !isDisabled ? onChange : null,
@@ -182,8 +181,9 @@ export default class TextEditorWrapper extends Component {
182
181
  setInlineAttachmentInProgress: setInlineAttachmentInProgress,
183
182
  handleDropUpload: handleEditorDropUpload,
184
183
  onFocus: this.focusCallback,
185
- needInlineAttachment: needInlineAttachment
186
- }, TextEditorProps)) : /*#__PURE__*/React.createElement(Textarea, _extends({
184
+ needInlineAttachment: needInlineAttachment,
185
+ ...TextEditorProps
186
+ }) : /*#__PURE__*/React.createElement(Textarea, {
187
187
  onFocus: this.handleTextareaFocus,
188
188
  text: value,
189
189
  animated: !needEditor,
@@ -194,8 +194,9 @@ export default class TextEditorWrapper extends Component {
194
194
  needEffect: !(isReadOnly || isDisabled),
195
195
  getRef: getRef,
196
196
  size: textBoxSize,
197
- variant: textBoxVariant
198
- }, Textarea2Props)))));
197
+ variant: textBoxVariant,
198
+ ...Textarea2Props
199
+ }))));
199
200
  }
200
201
 
201
202
  }
@@ -1,5 +1,3 @@
1
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
-
3
1
  /**** Libraries ****/
4
2
  import React, { PureComponent } from 'react';
5
3
  import { defaultProps } from './props/defaultProps';
@@ -105,17 +103,18 @@ export default class TextareaField extends PureComponent {
105
103
  isLocked: isLocked,
106
104
  lockedInfoText: lockedInfoText,
107
105
  renderProps: renderLabelProps
108
- }, /*#__PURE__*/React.createElement(Label, _extends({
106
+ }, /*#__PURE__*/React.createElement(Label, {
109
107
  text: labelName,
110
108
  id: id,
111
109
  size: fieldSize === 'small' ? 'small' : 'medium',
112
110
  palette: isMandatory ? 'mandatory' : isDisabled ? 'primary' : labelPalette,
113
111
  customClass: `${style.fieldLabel} ${labelCustomClass} ${isMandatory ? style.labelMandatory : ''}`,
114
112
  htmlFor: uniqueId,
115
- dataId: isDisabled ? `${dataId}_label_disabled` : isMandatory ? `${dataId}_label_mandatory` : `${dataId}_label`
116
- }, LabelProps))), /*#__PURE__*/React.createElement("div", {
113
+ dataId: isDisabled ? `${dataId}_label_disabled` : isMandatory ? `${dataId}_label_mandatory` : `${dataId}_label`,
114
+ ...LabelProps
115
+ })), /*#__PURE__*/React.createElement("div", {
117
116
  className: `${style.fieldContainer} ${labelName ? style[`fieldMargin_${fieldSize}`] : ''}`
118
- }, /*#__PURE__*/React.createElement(Textarea, _extends({
117
+ }, /*#__PURE__*/React.createElement(Textarea, {
119
118
  onChange: this.handleChange,
120
119
  animated: animated,
121
120
  size: fieldSize === 'medium' ? textBoxSize : 'xmedium',
@@ -133,24 +132,26 @@ export default class TextareaField extends PureComponent {
133
132
  needEffect: isReadOnly || isDisabled ? false : true,
134
133
  resize: "vertical" // onKeyDown={onKeyDown}
135
134
  ,
136
- htmlId: uniqueId
137
- }, TextareaProps, {
135
+ htmlId: uniqueId,
136
+ ...TextareaProps,
138
137
  a11y: {
139
138
  ariaLabelledby: labelName
140
139
  }
141
- })), validationMessage && /*#__PURE__*/React.createElement(ValidationMessage, _extends({
140
+ }), validationMessage && /*#__PURE__*/React.createElement(ValidationMessage, {
142
141
  text: validationMessage,
143
142
  palette: validationPalette,
144
143
  type: errorType,
145
144
  htmlFor: uniqueId,
146
- dataId: `${dataId}_ValidationMessage`
147
- }, ValidationMessageProps1)), validationRuleMessage && /*#__PURE__*/React.createElement(ValidationMessage, _extends({
145
+ dataId: `${dataId}_ValidationMessage`,
146
+ ...ValidationMessageProps1
147
+ }), validationRuleMessage && /*#__PURE__*/React.createElement(ValidationMessage, {
148
148
  text: validationRuleMessage,
149
149
  palette: validationRulePalette,
150
150
  type: errorType,
151
151
  htmlFor: uniqueId,
152
- dataId: `${dataId}_ValidationRuleMessage`
153
- }, ValidationMessageProps2))));
152
+ dataId: `${dataId}_ValidationRuleMessage`,
153
+ ...ValidationMessageProps2
154
+ })));
154
155
  }
155
156
 
156
157
  }
@@ -1,27 +1,27 @@
1
- .basic{
2
- font-size: 0 ;
3
- }
4
- .lable{
5
- display: inline;
6
- }
7
- .icon{
8
- color:var(--label_text_color);
9
- display: inline-block;
10
- margin: 0 var(--zd_size5) ;
11
- }
12
- .primary {
13
- position: absolute;
14
- top: 100% ;
15
- composes:basic;
16
- margin-top: var(--zd_size5) ;
17
- }
18
- [dir=ltr] .primary {
19
- left: 0 ;
20
- }
21
- [dir=rtl] .primary {
22
- right: 0 ;
23
- }
24
- .secondary {
25
- composes:basic;
26
- margin-top: var(--zd_size5) ;
27
- }
1
+ .basic{
2
+ font-size: 0 ;
3
+ }
4
+ .lable{
5
+ display: inline;
6
+ }
7
+ .icon{
8
+ color:var(--label_text_color);
9
+ display: inline-block;
10
+ margin: 0 var(--zd_size5) ;
11
+ }
12
+ .primary {
13
+ position: absolute;
14
+ top: 100% ;
15
+ composes:basic;
16
+ margin-top: var(--zd_size5) ;
17
+ }
18
+ [dir=ltr] .primary {
19
+ left: 0 ;
20
+ }
21
+ [dir=rtl] .primary {
22
+ right: 0 ;
23
+ }
24
+ .secondary {
25
+ composes:basic;
26
+ margin-top: var(--zd_size5) ;
27
+ }
@@ -1,5 +1,3 @@
1
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
-
3
1
  import React from 'react';
4
2
  import { SubtabHeader_propTypes, SubtabFooter_propTypes, SubtabContent_propTypes, SubtabLayout_propTypes } from './props/propTypes';
5
3
  import { SubtabHeader_defaultProps, SubtabFooter_defaultProps, SubtabContent_defaultProps, SubtabLayout_defaultProps } from './props/defaultProps';
@@ -124,15 +122,15 @@ export default class SubtabLayout extends React.Component {
124
122
  children,
125
123
  dataId
126
124
  } = this.props;
127
- return /*#__PURE__*/React.createElement(Card, _extends({
125
+ return /*#__PURE__*/React.createElement(Card, {
128
126
  isScrollAttribute: true,
129
- dataId: dataId
130
- }, this.props, {
127
+ dataId: dataId,
128
+ ...this.props,
131
129
  childTypes: {
132
130
  cardHeader: SubtabHeader,
133
131
  cardContent: SubtabContent
134
132
  }
135
- }), children);
133
+ }, children);
136
134
  }
137
135
 
138
136
  }
@@ -1,165 +1,165 @@
1
- .varClass {
2
- --borderColor: var(--zdt_subtablayout_border);
3
- }
4
-
5
- .tabHead,
6
- .shadowStyle {
7
- position: relative;
8
- composes: varClass;
9
- }
10
-
11
- .tabHead, .shadowStyle {
12
- background: var(--zdt_subtablayout_tabhead_bg);
13
- }
14
-
15
- [dir=ltr] .left {
16
- margin-right: var(--zd_size15) ;
17
- }
18
-
19
- [dir=rtl] .left {
20
- margin-left: var(--zd_size15) ;
21
- }
22
-
23
- .plusIconLine {
24
- position: relative;
25
- z-index: 2;
26
- }
27
-
28
- .plusIconLine::before {
29
- position: absolute;
30
- content: '';
31
- width: var(--zd_size1) ;
32
- height: var(--zd_size28) ;
33
- top: var(--zd_size38) ;
34
- z-index: -1;
35
- background: var(--zdt_subtablayout_plusicon_bg);
36
- }
37
-
38
- [dir=ltr] .plusIconLine::before {
39
- left: var(--zd_size20) ;
40
- }
41
-
42
- [dir=rtl] .plusIconLine::before {
43
- right: var(--zd_size20) ;
44
- }
45
-
46
- .primary_borderStyle, .secondary_borderStyle {
47
- border-bottom: 1px solid var(--zdt_subtablayout_primary_border);
48
- }
49
-
50
- .tertiary_borderStyle {
51
- border-bottom: 1px solid var(--borderColor);
52
- }
53
-
54
- .shadowStyle::before {
55
- bottom: 0 ;
56
- content: '';
57
- position: absolute;
58
- top: var(--zd_size20) ;
59
- z-index: -1;
60
- box-shadow: var(--zd_bs_subtablayout_shadow);
61
- border-radius: 100px/10px;
62
- }
63
-
64
- [dir=ltr] .shadowStyle::before {
65
- left: var(--zd_size50) ;
66
- right: var(--zd_size50) ;
67
- }
68
-
69
- [dir=rtl] .shadowStyle::before {
70
- right: var(--zd_size50) ;
71
- left: var(--zd_size50) ;
72
- }
73
-
74
- .aside {
75
- composes: justifyFend from '~@zohodesk/components/lib/common/common.module.css';
76
- }
77
-
78
- .title {
79
- color: var(--zdt_subtablayout_title_text);
80
- font-size: var(--zd_font_size15) ;
81
- }
82
-
83
- .label {
84
- font-size: var(--zd_font_size12) ;
85
- color: var(--zdt_subtablayout_label_text);
86
- }
87
-
88
- .primary, .primary_peek, .secondary, .secondary_peek, .primary_detailFooter, .primary_peekFooter, .secondary_detailFooter, .secondary_peekFooter {
89
- padding-top: var(--zd_size27) ;
90
- padding-bottom: var(--zd_size26) ;
91
- }
92
-
93
- [dir=ltr] .primary, [dir=ltr] .primary_peek, [dir=ltr] .secondary, [dir=ltr] .secondary_peek, [dir=ltr] .primary_detailFooter, [dir=ltr] .primary_peekFooter, [dir=ltr] .secondary_detailFooter, [dir=ltr] .secondary_peekFooter {
94
- padding-left: var(--zd_size25) ;
95
- }
96
-
97
- [dir=rtl] .primary, [dir=rtl] .primary_peek, [dir=rtl] .secondary, [dir=rtl] .secondary_peek, [dir=rtl] .primary_detailFooter, [dir=rtl] .primary_peekFooter, [dir=rtl] .secondary_detailFooter, [dir=rtl] .secondary_peekFooter {
98
- padding-right: var(--zd_size25) ;
99
- }
100
-
101
- [dir=ltr] .primary, [dir=ltr] .primary_peek {
102
- padding-right: var(--zd_size25) ;
103
- }
104
-
105
- [dir=rtl] .primary, [dir=rtl] .primary_peek {
106
- padding-left: var(--zd_size25) ;
107
- }
108
-
109
- [dir=ltr] .secondary, [dir=ltr] .secondary_peek {
110
- padding-right: var(--zd_size115) ;
111
- }
112
-
113
- [dir=rtl] .secondary, [dir=rtl] .secondary_peek {
114
- padding-left: var(--zd_size115) ;
115
- }
116
-
117
- [dir=ltr] .primary_detailFooter, [dir=ltr] .primary_peekFooter {
118
- padding-right: var(--zd_size25) ;
119
- }
120
-
121
- [dir=rtl] .primary_detailFooter, [dir=rtl] .primary_peekFooter {
122
- padding-left: var(--zd_size25) ;
123
- }
124
-
125
- [dir=ltr] .secondary_detailFooter, [dir=ltr] .secondary_peekFooter {
126
- padding-right: var(--zd_size115) ;
127
- }
128
-
129
- [dir=rtl] .secondary_detailFooter, [dir=rtl] .secondary_peekFooter {
130
- padding-left: var(--zd_size115) ;
131
- }
132
-
133
- .tertiary,
134
- .tertiary_peek {
135
- height: var(--zd_size50) ;
136
- }
137
-
138
- .tertiary, .tertiary_detailFooter {
139
- padding: 0 var(--zd_size65) ;
140
- }
141
-
142
- .tertiary_peek, .tertiary_peekFooter {
143
- padding: 0 var(--zd_size42) ;
144
- }
145
-
146
- .cursor {
147
- cursor: pointer;
148
- }
149
-
150
- .footer {
151
- composes: varClass;
152
- border-top: 1px solid var(--borderColor);
153
- }
154
-
155
- .medium {
156
- height: var(--zd_size40) ;
157
- }
158
-
159
- .large {
160
- height: var(--zd_size45) ;
161
- }
162
-
163
- .xlarge {
164
- height: var(--zd_size50) ;
1
+ .varClass {
2
+ --borderColor: var(--zdt_subtablayout_border);
3
+ }
4
+
5
+ .tabHead,
6
+ .shadowStyle {
7
+ position: relative;
8
+ composes: varClass;
9
+ }
10
+
11
+ .tabHead, .shadowStyle {
12
+ background: var(--zdt_subtablayout_tabhead_bg);
13
+ }
14
+
15
+ [dir=ltr] .left {
16
+ margin-right: var(--zd_size15) ;
17
+ }
18
+
19
+ [dir=rtl] .left {
20
+ margin-left: var(--zd_size15) ;
21
+ }
22
+
23
+ .plusIconLine {
24
+ position: relative;
25
+ z-index: 2;
26
+ }
27
+
28
+ .plusIconLine::before {
29
+ position: absolute;
30
+ content: '';
31
+ width: var(--zd_size1) ;
32
+ height: var(--zd_size28) ;
33
+ top: var(--zd_size38) ;
34
+ z-index: -1;
35
+ background: var(--zdt_subtablayout_plusicon_bg);
36
+ }
37
+
38
+ [dir=ltr] .plusIconLine::before {
39
+ left: var(--zd_size20) ;
40
+ }
41
+
42
+ [dir=rtl] .plusIconLine::before {
43
+ right: var(--zd_size20) ;
44
+ }
45
+
46
+ .primary_borderStyle, .secondary_borderStyle {
47
+ border-bottom: 1px solid var(--zdt_subtablayout_primary_border);
48
+ }
49
+
50
+ .tertiary_borderStyle {
51
+ border-bottom: 1px solid var(--borderColor);
52
+ }
53
+
54
+ .shadowStyle::before {
55
+ bottom: 0 ;
56
+ content: '';
57
+ position: absolute;
58
+ top: var(--zd_size20) ;
59
+ z-index: -1;
60
+ box-shadow: var(--zd_bs_subtablayout_shadow);
61
+ border-radius: 100px/10px;
62
+ }
63
+
64
+ [dir=ltr] .shadowStyle::before {
65
+ left: var(--zd_size50) ;
66
+ right: var(--zd_size50) ;
67
+ }
68
+
69
+ [dir=rtl] .shadowStyle::before {
70
+ right: var(--zd_size50) ;
71
+ left: var(--zd_size50) ;
72
+ }
73
+
74
+ .aside {
75
+ composes: justifyFend from '~@zohodesk/components/lib/common/common.module.css';
76
+ }
77
+
78
+ .title {
79
+ color: var(--zdt_subtablayout_title_text);
80
+ font-size: var(--zd_font_size15) ;
81
+ }
82
+
83
+ .label {
84
+ font-size: var(--zd_font_size12) ;
85
+ color: var(--zdt_subtablayout_label_text);
86
+ }
87
+
88
+ .primary, .primary_peek, .secondary, .secondary_peek, .primary_detailFooter, .primary_peekFooter, .secondary_detailFooter, .secondary_peekFooter {
89
+ padding-top: var(--zd_size27) ;
90
+ padding-bottom: var(--zd_size26) ;
91
+ }
92
+
93
+ [dir=ltr] .primary, [dir=ltr] .primary_peek, [dir=ltr] .secondary, [dir=ltr] .secondary_peek, [dir=ltr] .primary_detailFooter, [dir=ltr] .primary_peekFooter, [dir=ltr] .secondary_detailFooter, [dir=ltr] .secondary_peekFooter {
94
+ padding-left: var(--zd_size25) ;
95
+ }
96
+
97
+ [dir=rtl] .primary, [dir=rtl] .primary_peek, [dir=rtl] .secondary, [dir=rtl] .secondary_peek, [dir=rtl] .primary_detailFooter, [dir=rtl] .primary_peekFooter, [dir=rtl] .secondary_detailFooter, [dir=rtl] .secondary_peekFooter {
98
+ padding-right: var(--zd_size25) ;
99
+ }
100
+
101
+ [dir=ltr] .primary, [dir=ltr] .primary_peek {
102
+ padding-right: var(--zd_size25) ;
103
+ }
104
+
105
+ [dir=rtl] .primary, [dir=rtl] .primary_peek {
106
+ padding-left: var(--zd_size25) ;
107
+ }
108
+
109
+ [dir=ltr] .secondary, [dir=ltr] .secondary_peek {
110
+ padding-right: var(--zd_size115) ;
111
+ }
112
+
113
+ [dir=rtl] .secondary, [dir=rtl] .secondary_peek {
114
+ padding-left: var(--zd_size115) ;
115
+ }
116
+
117
+ [dir=ltr] .primary_detailFooter, [dir=ltr] .primary_peekFooter {
118
+ padding-right: var(--zd_size25) ;
119
+ }
120
+
121
+ [dir=rtl] .primary_detailFooter, [dir=rtl] .primary_peekFooter {
122
+ padding-left: var(--zd_size25) ;
123
+ }
124
+
125
+ [dir=ltr] .secondary_detailFooter, [dir=ltr] .secondary_peekFooter {
126
+ padding-right: var(--zd_size115) ;
127
+ }
128
+
129
+ [dir=rtl] .secondary_detailFooter, [dir=rtl] .secondary_peekFooter {
130
+ padding-left: var(--zd_size115) ;
131
+ }
132
+
133
+ .tertiary,
134
+ .tertiary_peek {
135
+ height: var(--zd_size50) ;
136
+ }
137
+
138
+ .tertiary, .tertiary_detailFooter {
139
+ padding: 0 var(--zd_size65) ;
140
+ }
141
+
142
+ .tertiary_peek, .tertiary_peekFooter {
143
+ padding: 0 var(--zd_size42) ;
144
+ }
145
+
146
+ .cursor {
147
+ cursor: pointer;
148
+ }
149
+
150
+ .footer {
151
+ composes: varClass;
152
+ border-top: 1px solid var(--borderColor);
153
+ }
154
+
155
+ .medium {
156
+ height: var(--zd_size40) ;
157
+ }
158
+
159
+ .large {
160
+ height: var(--zd_size45) ;
161
+ }
162
+
163
+ .xlarge {
164
+ height: var(--zd_size50) ;
165
165
  }
@@ -1,29 +1,29 @@
1
- .varClass {
2
- --icon_color: var(--zdt_comment_iconText);
3
- }
4
- .container {
5
- composes: varClass;
6
- composes: inlineBlockMiddle from '../listCommon.module.css';
7
- position: relative;
8
- color: var(--icon_color);
9
- padding: 0 var(--zd_size2) ;
10
- cursor: pointer;
11
- }
12
- .container:hover {
13
- --icon_color: var(--zdt_comment_hover_iconText);
14
- }
15
- .count {
16
- position: absolute;
17
- top: var(--zd_size1) ;
18
- font-size: var(--zd_font_size9) ;
19
- text-align: center;
20
- }
21
- [dir=ltr] .count {
22
- left: 100% ;
23
- }
24
- [dir=rtl] .count {
25
- right: 100% ;
26
- }
27
- .commentIcon {
28
- font-size: var(--zd_font_size13) ;
29
- }
1
+ .varClass {
2
+ --icon_color: var(--zdt_comment_iconText);
3
+ }
4
+ .container {
5
+ composes: varClass;
6
+ composes: inlineBlockMiddle from '../listCommon.module.css';
7
+ position: relative;
8
+ color: var(--icon_color);
9
+ padding: 0 var(--zd_size2) ;
10
+ cursor: pointer;
11
+ }
12
+ .container:hover {
13
+ --icon_color: var(--zdt_comment_hover_iconText);
14
+ }
15
+ .count {
16
+ position: absolute;
17
+ top: var(--zd_size1) ;
18
+ font-size: var(--zd_font_size9) ;
19
+ text-align: center;
20
+ }
21
+ [dir=ltr] .count {
22
+ left: 100% ;
23
+ }
24
+ [dir=rtl] .count {
25
+ right: 100% ;
26
+ }
27
+ .commentIcon {
28
+ font-size: var(--zd_font_size13) ;
29
+ }
@@ -1,5 +1,3 @@
1
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
-
3
1
  import React, { Component } from 'react';
4
2
  import { defaultProps } from './props/defaultProps';
5
3
  import { propTypes } from './props/propTypes';
@@ -50,19 +48,15 @@ class DepartmentDropDown extends Component {
50
48
  onSearch,
51
49
  needSearchFetching,
52
50
  searchStr,
53
- i18nKeys,
54
- customProps
51
+ i18nKeys
55
52
  } = this.props;
56
- const {
57
- toggleDropDownProps = {}
58
- } = customProps;
59
53
  let {
60
54
  title = 'Move Department',
61
55
  searchEmptyText = 'No results found',
62
56
  searchErrorText = 'No results',
63
57
  placeholder = 'Search Department'
64
58
  } = i18nKeys;
65
- return /*#__PURE__*/React.createElement(ToggleDropDown, _extends({
59
+ return /*#__PURE__*/React.createElement(ToggleDropDown, {
66
60
  title: title,
67
61
  options: departmentList,
68
62
  value: /*#__PURE__*/React.createElement(DepartmentText, {
@@ -91,7 +85,7 @@ class DepartmentDropDown extends Component {
91
85
  isNextOptions: isNextOptions,
92
86
  onSearch: onSearch,
93
87
  needSearchFetching: needSearchFetching
94
- }, toggleDropDownProps));
88
+ });
95
89
  }
96
90
 
97
91
  }