@zohodesk/dot 1.0.0-temp-181.7 → 1.0.0-temp-182

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 (416) hide show
  1. package/.cli/propValidation_report.html +1 -1
  2. package/README.md +13 -0
  3. package/assets/Appearance/dark/mode/Dot_DarkMode.module.css +0 -50
  4. package/assets/Appearance/light/mode/Dot_LightMode.module.css +0 -50
  5. package/assets/Appearance/pureDark/mode/Dot_PureDarkMode.module.css +0 -50
  6. package/coverage/ExternalLink/ExternalLink.js.html +1 -1
  7. package/coverage/ExternalLink/ExternalLink.module.css.html +1 -1
  8. package/coverage/ExternalLink/index.html +1 -1
  9. package/coverage/ExternalLink/props/defaultProps.js.html +1 -1
  10. package/coverage/ExternalLink/props/index.html +1 -1
  11. package/coverage/ExternalLink/props/propTypes.js.html +1 -1
  12. package/coverage/IconButton/IconButton.js.html +1 -1
  13. package/coverage/IconButton/IconButton.module.css.html +2 -5
  14. package/coverage/IconButton/index.html +1 -1
  15. package/coverage/IconButton/props/defaultProps.js.html +1 -1
  16. package/coverage/IconButton/props/index.html +1 -1
  17. package/coverage/IconButton/props/propTypes.js.html +1 -1
  18. package/coverage/Image/Image.js.html +1 -1
  19. package/coverage/Image/Image.module.css.html +1 -1
  20. package/coverage/Image/index.html +1 -1
  21. package/coverage/Image/props/defaultProps.js.html +1 -1
  22. package/coverage/Image/props/index.html +1 -1
  23. package/coverage/Image/props/propTypes.js.html +1 -1
  24. package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.js.html +1 -1
  25. package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.module.css.html +4 -7
  26. package/coverage/avatar/AvatarWithTeam/index.html +1 -1
  27. package/coverage/avatar/AvatarWithTeam/props/defaultProps.js.html +1 -1
  28. package/coverage/avatar/AvatarWithTeam/props/index.html +1 -1
  29. package/coverage/avatar/AvatarWithTeam/props/propTypes.js.html +1 -1
  30. package/coverage/coverage-final.json +16 -16
  31. package/coverage/coverage-summary.json +16 -16
  32. package/coverage/index.html +1 -1
  33. package/es/ActionButton/ActionButton.module.css +51 -4
  34. package/es/AlphabeticList/AlphabeticList.module.css +0 -2
  35. package/es/Attachment/Attachment.module.css +4 -4
  36. package/es/AttachmentViewer/AttachmentViewer.module.css +0 -2
  37. package/es/ChannelIcon/ChannelIcon.module.css +10 -5
  38. package/es/Drawer/Drawer.js +4 -5
  39. package/es/Drawer/Drawer.module.css +3 -3
  40. package/es/ExternalLink/ExternalLink.js +4 -5
  41. package/es/FlipCard/FlipCard.js +14 -12
  42. package/es/FormAction/FormAction.module.css +18 -1
  43. package/es/FreezeLayer/FreezeLayer.js +1 -1
  44. package/es/IconButton/IconButton.js +4 -5
  45. package/es/IconButton/IconButton.module.css +0 -1
  46. package/es/ImportantNotes/ImportantNotes.module.css +1 -1
  47. package/es/Link/Link.js +8 -10
  48. package/es/Message/Message.js +4 -5
  49. package/es/Message/Message.module.css +1 -1
  50. package/es/Separator/Separator.module.css +11 -2
  51. package/es/TagWithIcon/TagWithIcon.module.css +2 -5
  52. package/es/ToastMessage/ToastMessage.js +2 -4
  53. package/es/ToastMessage/ToastMessage.module.css +3 -3
  54. package/es/actions/AutoClose.js +2 -1
  55. package/es/alert/AlertHeader/AlertHeader.module.css +4 -2
  56. package/es/alert/AlertLookup/AlertLookup.js +14 -12
  57. package/es/avatar/AvatarClose/AvatarClose.js +7 -7
  58. package/es/avatar/AvatarCollision/AvatarCollision.js +7 -7
  59. package/es/avatar/AvatarIcon/AvatarIcon.js +4 -5
  60. package/es/avatar/AvatarIcon/AvatarIcon.module.css +0 -6
  61. package/es/avatar/AvatarStatus/AvatarStatus.js +7 -8
  62. package/es/avatar/AvatarThread/AvatarThread.js +7 -7
  63. package/es/avatar/AvatarUser/AvatarUser.js +10 -9
  64. package/es/avatar/AvatarUser/AvatarUser.module.css +46 -2
  65. package/es/avatar/AvatarWithTeam/AvatarWithTeam.js +17 -14
  66. package/es/avatar/AvatarWithTeam/AvatarWithTeam.module.css +2 -2
  67. package/es/common/dot_boxShadow.module.css +2 -0
  68. package/es/dropdown/ToggleDropDown/ToggleDropDown.js +36 -24
  69. package/es/dropdown/ToggleDropDown/props/defaultProps.js +2 -0
  70. package/es/dropdown/ToggleDropDown/props/propTypes.js +4 -0
  71. package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +0 -4
  72. package/es/errorstate/EmptyStates.module.css +24 -1
  73. package/es/form/fields/CheckBoxField/CheckBoxField.js +15 -13
  74. package/es/form/fields/CurrencyField/CurrencyField.js +14 -12
  75. package/es/form/fields/DateField/DateField.js +14 -14
  76. package/es/form/fields/MultiSelectField/MultiSelectField.js +13 -12
  77. package/es/form/fields/PhoneField/PhoneField.js +7 -7
  78. package/es/form/fields/RadioField/RadioField.js +21 -15
  79. package/es/form/fields/SelectField/SelectField.js +14 -14
  80. package/es/form/fields/TagsMultiSelect/TagsMultiSelect.js +13 -10
  81. package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +11 -11
  82. package/es/form/fields/TextBoxField/TextBoxField.js +14 -14
  83. package/es/form/fields/TextEditor/TextEditor.module.css +48 -63
  84. package/es/form/fields/TextEditorField/TextEditorField.js +11 -10
  85. package/es/form/fields/TextEditorWrapper/TextEditorWrapper.js +11 -10
  86. package/es/form/fields/TextareaField/TextareaField.js +16 -13
  87. package/es/form/fields/TextareaField/props/propTypes.js +1 -0
  88. package/es/form/fields/ValidationMessage/ValidationMessage.module.css +0 -1
  89. package/es/layout/SetupDetailLayout/SetupDetailLayout.module.css +22 -2
  90. package/es/layout/SubtabLayout/SubtabLayout.js +4 -6
  91. package/es/layout/SubtabLayout/SubtabLayout.module.css +1 -3
  92. package/es/list/AvatarFlip/AvatarFlip.module.css +2 -2
  93. package/es/list/Comment/Comment.module.css +0 -1
  94. package/es/list/DepartmentDropDown/DepartmentDropDown.module.css +4 -2
  95. package/es/list/Dot/Dot.module.css +0 -1
  96. package/es/list/GridStencils/GridStencils.module.css +35 -1
  97. package/es/list/ListLayout/ListLayout.js +4 -5
  98. package/es/list/ListLayout/ListLayout.module.css +0 -6
  99. package/es/list/SecondaryText/AccountName.js +12 -12
  100. package/es/list/SecondaryText/ContactName.js +8 -9
  101. package/es/list/SecondaryText/Email.js +8 -8
  102. package/es/list/SecondaryText/PhoneNumber.js +8 -8
  103. package/es/list/SecondaryText/SecondaryText.js +4 -5
  104. package/es/list/SecondaryText/TicketId.js +7 -7
  105. package/es/list/Subject/Subject.js +7 -7
  106. package/es/list/Subject/Subject.module.css +9 -2
  107. package/es/list/Thread/Thread.module.css +0 -1
  108. package/es/list/status/StatusListItem/StatusListItem.js +5 -5
  109. package/es/list/status/StatusListItem/StatusListItem.module.css +35 -6
  110. package/es/lookup/Lookup/Lookup.js +7 -7
  111. package/es/lookup/Lookup/Lookup.module.css +4 -1
  112. package/es/lookup/Lookup/props/propTypes.js +3 -2
  113. package/es/lookup/header/Close/LookupClose.module.css +3 -2
  114. package/es/lookup/header/Search/Search.js +5 -3
  115. package/es/lookup/header/TicketHeader/TicketHeader.js +88 -73
  116. package/es/lookup/header/TicketHeader/props/defaultProps.js +7 -1
  117. package/es/lookup/header/TicketHeader/props/propTypes.js +2 -1
  118. package/es/lookup/header/Title/LookupTitle.module.css +6 -2
  119. package/es/lookup/header/ViewDropDown/ViewDropDown.module.css +13 -2
  120. package/es/lookup/header/lookupHeaderCommon.module.css +9 -2
  121. package/es/setup/header/Search/Search.module.css +14 -2
  122. package/es/setup/table/Text/TableText.module.css +11 -2
  123. package/es/v1/ActionButton/ActionButton.js +1 -1
  124. package/es/v1/AttachmentViewer/AttachmentViewer.js +2 -2
  125. package/es/v1/Drawer/Drawer.js +6 -7
  126. package/es/v1/ExternalLink/ExternalLink.js +4 -5
  127. package/es/v1/FlipCard/FlipCard.js +15 -13
  128. package/es/v1/FreezeLayer/FreezeLayer.js +2 -2
  129. package/es/v1/GlobalNotification/GlobalNotification.js +6 -7
  130. package/es/v1/IconButton/IconButton.js +4 -5
  131. package/es/v1/Link/Link.js +8 -10
  132. package/es/v1/Loader/Loader.js +1 -1
  133. package/es/v1/Message/Message.js +4 -5
  134. package/es/v1/ToastMessage/ToastMessage.js +4 -6
  135. package/es/v1/actions/AutoClose.js +2 -1
  136. package/es/v1/alert/AlertLookup/AlertLookup.js +16 -16
  137. package/es/v1/avatar/AvatarClose/AvatarClose.js +7 -7
  138. package/es/v1/avatar/AvatarCollision/AvatarCollision.js +7 -7
  139. package/es/v1/avatar/AvatarIcon/AvatarIcon.js +5 -6
  140. package/es/v1/avatar/AvatarStatus/AvatarStatus.js +7 -8
  141. package/es/v1/avatar/AvatarThread/AvatarThread.js +7 -7
  142. package/es/v1/avatar/AvatarUser/AvatarUser.js +10 -9
  143. package/es/v1/avatar/AvatarWithTeam/AvatarWithTeam.js +17 -14
  144. package/es/v1/dropdown/ToggleDropDown/ToggleDropDown.js +39 -27
  145. package/es/v1/dropdown/ToggleDropDown/props/defaultProps.js +2 -0
  146. package/es/v1/dropdown/ToggleDropDown/props/propTypes.js +4 -0
  147. package/es/v1/form/fields/CheckBoxField/CheckBoxField.js +15 -13
  148. package/es/v1/form/fields/CurrencyField/CurrencyField.js +15 -13
  149. package/es/v1/form/fields/DateField/DateField.js +15 -15
  150. package/es/v1/form/fields/MultiSelectField/MultiSelectField.js +14 -13
  151. package/es/v1/form/fields/PhoneField/PhoneField.js +7 -7
  152. package/es/v1/form/fields/RadioField/RadioField.js +21 -16
  153. package/es/v1/form/fields/SelectField/SelectField.js +15 -15
  154. package/es/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +14 -11
  155. package/es/v1/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +11 -11
  156. package/es/v1/form/fields/TextBoxField/TextBoxField.js +15 -15
  157. package/es/v1/form/fields/TextEditorField/TextEditorField.js +11 -10
  158. package/es/v1/form/fields/TextEditorWrapper/TextEditorWrapper.js +11 -10
  159. package/es/v1/form/fields/TextareaField/TextareaField.js +17 -14
  160. package/es/v1/form/fields/TextareaField/props/propTypes.js +1 -0
  161. package/es/v1/layout/SubtabLayout/SubtabLayout.js +4 -6
  162. package/es/v1/list/ListLayout/ListLayout.js +4 -5
  163. package/es/v1/list/SecondaryText/AccountName.js +12 -12
  164. package/es/v1/list/SecondaryText/ContactName.js +8 -9
  165. package/es/v1/list/SecondaryText/Email.js +8 -8
  166. package/es/v1/list/SecondaryText/PhoneNumber.js +8 -8
  167. package/es/v1/list/SecondaryText/SecondaryText.js +4 -5
  168. package/es/v1/list/SecondaryText/TicketId.js +7 -7
  169. package/es/v1/list/Subject/Subject.js +7 -7
  170. package/es/v1/list/status/StatusDropdown/StatusDropdown.js +2 -2
  171. package/es/v1/list/status/StatusListItem/StatusListItem.js +6 -6
  172. package/es/v1/lookup/Lookup/Lookup.js +7 -7
  173. package/es/v1/lookup/Lookup/props/propTypes.js +3 -2
  174. package/es/v1/lookup/header/Search/Search.js +5 -3
  175. package/es/v1/lookup/header/TicketHeader/TicketHeader.js +30 -12
  176. package/es/v1/lookup/header/TicketHeader/props/defaultProps.js +7 -1
  177. package/es/v1/lookup/header/TicketHeader/props/propTypes.js +2 -1
  178. package/es/v1/lookup/header/ViewDropDown/ViewDropDown.js +1 -1
  179. package/es/v1/notification/DesktopNotification/DesktopNotification.js +7 -8
  180. package/es/v1/notification/DesktopNotification/props/defaultProps.js +1 -1
  181. package/es/v1/notification/DesktopNotificationHeader/props/defaultProps.js +1 -1
  182. package/es/version2/GlobalNotification/GlobalNotification.js +6 -7
  183. package/es/version2/GlobalNotification/GlobalNotification.module.css +6 -10
  184. package/es/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +7 -3
  185. package/es/version2/lookup/AlertLookup/AlertLookup.js +15 -15
  186. package/es/version2/lookup/AlertLookup/AlertLookupNew.module.css +8 -2
  187. package/es/version2/lookup/alertLookupCommonNew.module.css +1 -1
  188. package/es/version2/notification/DesktopNotification/DesktopNotification.js +6 -7
  189. package/es/version2/notification/DesktopNotification/DesktopNotification.module.css +4 -3
  190. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +96 -95
  191. package/lib/ActionButton/ActionButton.module.css +51 -4
  192. package/lib/AlphabeticList/AlphabeticList.module.css +0 -2
  193. package/lib/Attachment/Attachment.module.css +4 -4
  194. package/lib/AttachmentViewer/AttachmentViewer.module.css +0 -2
  195. package/lib/ChannelIcon/ChannelIcon.module.css +10 -5
  196. package/lib/Drawer/Drawer.module.css +3 -3
  197. package/lib/FormAction/FormAction.module.css +18 -1
  198. package/lib/FreezeLayer/FreezeLayer.js +1 -1
  199. package/lib/IconButton/IconButton.module.css +0 -1
  200. package/lib/ImportantNotes/ImportantNotes.module.css +1 -1
  201. package/lib/Message/Message.module.css +1 -1
  202. package/lib/Separator/Separator.module.css +11 -2
  203. package/lib/TagWithIcon/TagWithIcon.module.css +2 -5
  204. package/lib/ToastMessage/ToastMessage.module.css +3 -3
  205. package/lib/alert/AlertHeader/AlertHeader.module.css +4 -2
  206. package/lib/avatar/AvatarIcon/AvatarIcon.module.css +0 -6
  207. package/lib/avatar/AvatarUser/AvatarUser.module.css +46 -2
  208. package/lib/avatar/AvatarWithTeam/AvatarWithTeam.module.css +2 -2
  209. package/lib/common/dot_boxShadow.module.css +2 -0
  210. package/lib/dropdown/ToggleDropDown/ToggleDropDown.js +8 -0
  211. package/lib/dropdown/ToggleDropDown/props/defaultProps.js +2 -0
  212. package/lib/dropdown/ToggleDropDown/props/propTypes.js +4 -0
  213. package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +0 -4
  214. package/lib/errorstate/EmptyStates.module.css +24 -1
  215. package/lib/form/fields/RadioField/RadioField.js +3 -0
  216. package/lib/form/fields/TextEditor/TextEditor.module.css +48 -63
  217. package/lib/form/fields/TextareaField/TextareaField.js +2 -0
  218. package/lib/form/fields/TextareaField/props/propTypes.js +1 -0
  219. package/lib/form/fields/ValidationMessage/ValidationMessage.module.css +0 -1
  220. package/lib/layout/SetupDetailLayout/SetupDetailLayout.module.css +22 -2
  221. package/lib/layout/SubtabLayout/SubtabLayout.module.css +1 -3
  222. package/lib/list/AvatarFlip/AvatarFlip.module.css +2 -2
  223. package/lib/list/Comment/Comment.module.css +0 -1
  224. package/lib/list/DepartmentDropDown/DepartmentDropDown.module.css +4 -2
  225. package/lib/list/Dot/Dot.module.css +0 -1
  226. package/lib/list/GridStencils/GridStencils.module.css +35 -1
  227. package/lib/list/ListLayout/ListLayout.module.css +0 -6
  228. package/lib/list/Subject/Subject.module.css +9 -2
  229. package/lib/list/Thread/Thread.module.css +0 -1
  230. package/lib/list/status/StatusListItem/StatusListItem.module.css +35 -6
  231. package/lib/lookup/Lookup/Lookup.js +3 -2
  232. package/lib/lookup/Lookup/Lookup.module.css +4 -1
  233. package/lib/lookup/Lookup/props/propTypes.js +3 -2
  234. package/lib/lookup/header/Close/LookupClose.module.css +3 -2
  235. package/lib/lookup/header/TicketHeader/TicketHeader.js +93 -106
  236. package/lib/lookup/header/TicketHeader/props/defaultProps.js +7 -1
  237. package/lib/lookup/header/TicketHeader/props/propTypes.js +2 -1
  238. package/lib/lookup/header/Title/LookupTitle.module.css +6 -2
  239. package/lib/lookup/header/ViewDropDown/ViewDropDown.module.css +13 -2
  240. package/lib/lookup/header/lookupHeaderCommon.module.css +9 -2
  241. package/lib/setup/header/Search/Search.module.css +14 -2
  242. package/lib/setup/table/Text/TableText.module.css +11 -2
  243. package/lib/v1/ActionButton/ActionButton.js +1 -1
  244. package/lib/v1/AttachmentViewer/AttachmentViewer.js +2 -2
  245. package/lib/v1/Drawer/Drawer.js +2 -2
  246. package/lib/v1/FlipCard/FlipCard.js +1 -1
  247. package/lib/v1/FreezeLayer/FreezeLayer.js +2 -2
  248. package/lib/v1/Loader/Loader.js +1 -1
  249. package/lib/v1/ToastMessage/ToastMessage.js +2 -2
  250. package/lib/v1/alert/AlertLookup/AlertLookup.js +1 -1
  251. package/lib/v1/avatar/AvatarIcon/AvatarIcon.js +1 -1
  252. package/lib/v1/dropdown/ToggleDropDown/ToggleDropDown.js +11 -3
  253. package/lib/v1/dropdown/ToggleDropDown/props/defaultProps.js +2 -0
  254. package/lib/v1/dropdown/ToggleDropDown/props/propTypes.js +4 -0
  255. package/lib/v1/form/fields/CurrencyField/CurrencyField.js +1 -1
  256. package/lib/v1/form/fields/DateField/DateField.js +1 -1
  257. package/lib/v1/form/fields/MultiSelectField/MultiSelectField.js +1 -1
  258. package/lib/v1/form/fields/RadioField/RadioField.js +3 -0
  259. package/lib/v1/form/fields/SelectField/SelectField.js +1 -1
  260. package/lib/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +1 -1
  261. package/lib/v1/form/fields/TextBoxField/TextBoxField.js +1 -1
  262. package/lib/v1/form/fields/TextareaField/TextareaField.js +3 -1
  263. package/lib/v1/form/fields/TextareaField/props/propTypes.js +1 -0
  264. package/lib/v1/list/status/StatusDropdown/StatusDropdown.js +2 -2
  265. package/lib/v1/list/status/StatusListItem/StatusListItem.js +1 -1
  266. package/lib/v1/lookup/Lookup/Lookup.js +3 -2
  267. package/lib/v1/lookup/Lookup/props/propTypes.js +3 -2
  268. package/lib/v1/lookup/header/TicketHeader/TicketHeader.js +37 -12
  269. package/lib/v1/lookup/header/TicketHeader/props/defaultProps.js +7 -1
  270. package/lib/v1/lookup/header/TicketHeader/props/propTypes.js +2 -1
  271. package/lib/v1/lookup/header/ViewDropDown/ViewDropDown.js +1 -1
  272. package/lib/v1/notification/DesktopNotification/DesktopNotification.js +1 -1
  273. package/lib/v1/notification/DesktopNotification/props/defaultProps.js +1 -1
  274. package/lib/v1/notification/DesktopNotificationHeader/props/defaultProps.js +1 -1
  275. package/lib/version2/GlobalNotification/GlobalNotification.module.css +6 -10
  276. package/lib/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +7 -3
  277. package/lib/version2/lookup/AlertLookup/AlertLookupNew.module.css +8 -2
  278. package/lib/version2/lookup/alertLookupCommonNew.module.css +1 -1
  279. package/lib/version2/notification/DesktopNotification/DesktopNotification.module.css +4 -3
  280. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +96 -95
  281. package/package.json +12 -13
  282. package/result.json +1 -1
  283. package/es/v1/DotWrapper/DotWrapper.js +0 -39
  284. package/es/v1/DotWrapper/libraryChunks/appearance/component/DarkMode_Component.js +0 -1
  285. package/es/v1/DotWrapper/libraryChunks/appearance/component/LightMode_Component.js +0 -1
  286. package/es/v1/DotWrapper/libraryChunks/appearance/component/PureDarkMode_Component.js +0 -1
  287. package/es/v1/DotWrapper/libraryChunks/appearance/dot/DarkMode_Dot.js +0 -1
  288. package/es/v1/DotWrapper/libraryChunks/appearance/dot/LightMode_Dot.js +0 -1
  289. package/es/v1/DotWrapper/libraryChunks/appearance/dot/PureDarkMode_Dot.js +0 -1
  290. package/es/v1/DotWrapper/libraryChunks/appearance/svg/DarkMode_SVG.js +0 -1
  291. package/es/v1/DotWrapper/libraryChunks/appearance/svg/LightMode_SVG.js +0 -1
  292. package/es/v1/DotWrapper/libraryChunks/appearance/svg/PureDarkMode_SVG.js +0 -1
  293. package/es/v1/DotWrapper/libraryChunks/dynamicImports.js +0 -24
  294. package/es/v1/DotWrapper/libraryChunks/size/fontSize.js +0 -1
  295. package/es/v1/DotWrapper/libraryChunks/size/zoomSize.js +0 -1
  296. package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Dark_Component.js +0 -3
  297. package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Light_Component.js +0 -3
  298. package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +0 -3
  299. package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_Dark_Component.js +0 -3
  300. package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_Light_Component.js +0 -3
  301. package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_PureDark_Component.js +0 -3
  302. package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Dark_Component.js +0 -3
  303. package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Light_Component.js +0 -3
  304. package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +0 -3
  305. package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_Dark_Component.js +0 -3
  306. package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_Light_Component.js +0 -3
  307. package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_PureDark_Component.js +0 -3
  308. package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +0 -3
  309. package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +0 -3
  310. package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +0 -3
  311. package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +0 -1
  312. package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +0 -1
  313. package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +0 -1
  314. package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Dark_Dot.js +0 -1
  315. package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Light_Dot.js +0 -1
  316. package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +0 -1
  317. package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +0 -1
  318. package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +0 -1
  319. package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +0 -1
  320. package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Dark_Dot.js +0 -1
  321. package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Light_Dot.js +0 -1
  322. package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +0 -1
  323. package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +0 -1
  324. package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +0 -1
  325. package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +0 -1
  326. package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +0 -1
  327. package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +0 -1
  328. package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +0 -1
  329. package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Dark_SVG.js +0 -1
  330. package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Light_SVG.js +0 -1
  331. package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +0 -1
  332. package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +0 -1
  333. package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +0 -1
  334. package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +0 -1
  335. package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Dark_SVG.js +0 -1
  336. package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Light_SVG.js +0 -1
  337. package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +0 -1
  338. package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +0 -1
  339. package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +0 -1
  340. package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +0 -1
  341. package/es/v1/DotWrapper/props/defaultProps.js +0 -6
  342. package/es/v1/DotWrapper/props/propTypes.js +0 -9
  343. package/es/v1/DotWrapper/utils/appearanceProperties.js +0 -46
  344. package/es/v1/DotWrapper/utils/errorMessage.js +0 -7
  345. package/es/v1/DotWrapper/utils/importFiles.js +0 -28
  346. package/es/v1/DotWrapper/utils/sizeProperties.js +0 -12
  347. package/es/v1/DotWrapper/utils/themeProperties.js +0 -220
  348. package/es/v1/Provider/Config.js +0 -20
  349. package/lib/v1/DotWrapper/DotWrapper.js +0 -64
  350. package/lib/v1/DotWrapper/libraryChunks/appearance/component/DarkMode_Component.js +0 -3
  351. package/lib/v1/DotWrapper/libraryChunks/appearance/component/LightMode_Component.js +0 -3
  352. package/lib/v1/DotWrapper/libraryChunks/appearance/component/PureDarkMode_Component.js +0 -3
  353. package/lib/v1/DotWrapper/libraryChunks/appearance/dot/DarkMode_Dot.js +0 -3
  354. package/lib/v1/DotWrapper/libraryChunks/appearance/dot/LightMode_Dot.js +0 -3
  355. package/lib/v1/DotWrapper/libraryChunks/appearance/dot/PureDarkMode_Dot.js +0 -3
  356. package/lib/v1/DotWrapper/libraryChunks/appearance/svg/DarkMode_SVG.js +0 -3
  357. package/lib/v1/DotWrapper/libraryChunks/appearance/svg/LightMode_SVG.js +0 -3
  358. package/lib/v1/DotWrapper/libraryChunks/appearance/svg/PureDarkMode_SVG.js +0 -3
  359. package/lib/v1/DotWrapper/libraryChunks/dynamicImports.js +0 -43
  360. package/lib/v1/DotWrapper/libraryChunks/size/fontSize.js +0 -3
  361. package/lib/v1/DotWrapper/libraryChunks/size/zoomSize.js +0 -3
  362. package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Dark_Component.js +0 -7
  363. package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Light_Component.js +0 -7
  364. package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +0 -7
  365. package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_Dark_Component.js +0 -7
  366. package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_Light_Component.js +0 -7
  367. package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_PureDark_Component.js +0 -7
  368. package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Dark_Component.js +0 -7
  369. package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Light_Component.js +0 -7
  370. package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +0 -7
  371. package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_Dark_Component.js +0 -7
  372. package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_Light_Component.js +0 -7
  373. package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_PureDark_Component.js +0 -7
  374. package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +0 -7
  375. package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +0 -7
  376. package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +0 -7
  377. package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +0 -3
  378. package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +0 -3
  379. package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +0 -3
  380. package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Dark_Dot.js +0 -3
  381. package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Light_Dot.js +0 -3
  382. package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +0 -3
  383. package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +0 -3
  384. package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +0 -3
  385. package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +0 -3
  386. package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Dark_Dot.js +0 -3
  387. package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Light_Dot.js +0 -3
  388. package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +0 -3
  389. package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +0 -3
  390. package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +0 -3
  391. package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +0 -3
  392. package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +0 -3
  393. package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +0 -3
  394. package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +0 -3
  395. package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Dark_SVG.js +0 -3
  396. package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Light_SVG.js +0 -3
  397. package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +0 -3
  398. package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +0 -3
  399. package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +0 -3
  400. package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +0 -3
  401. package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Dark_SVG.js +0 -3
  402. package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Light_SVG.js +0 -3
  403. package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +0 -3
  404. package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +0 -3
  405. package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +0 -3
  406. package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +0 -3
  407. package/lib/v1/DotWrapper/props/defaultProps.js +0 -13
  408. package/lib/v1/DotWrapper/props/propTypes.js +0 -20
  409. package/lib/v1/DotWrapper/utils/appearanceProperties.js +0 -79
  410. package/lib/v1/DotWrapper/utils/errorMessage.js +0 -14
  411. package/lib/v1/DotWrapper/utils/importFiles.js +0 -35
  412. package/lib/v1/DotWrapper/utils/sizeProperties.js +0 -31
  413. package/lib/v1/DotWrapper/utils/themeProperties.js +0 -325
  414. package/lib/v1/Provider/Config.js +0 -29
  415. /package/es/{FreezeLayer → Hooks}/useFreezeLayer.js +0 -0
  416. /package/lib/{FreezeLayer → Hooks}/useFreezeLayer.js +0 -0
@@ -3,9 +3,11 @@
3
3
  z-index: 2;
4
4
  border-bottom: 1px solid var(--zdt_setupdetail_header_border);
5
5
  }
6
+
6
7
  .back {
7
8
  width: var(--zd_size60) ;
8
9
  }
10
+
9
11
  .backIcon {
10
12
  height: var(--zd_size30) ;
11
13
  width: var(--zd_size30) ;
@@ -17,9 +19,11 @@
17
19
  border-radius: 50%;
18
20
  cursor: pointer;
19
21
  }
22
+
20
23
  [dir=ltr] .backIcon {
21
24
  margin-left: var(--zd_size19) ;
22
25
  }
26
+
23
27
  [dir=rtl] .backIcon {
24
28
  margin-right: var(--zd_size19) ;
25
29
  }
@@ -27,6 +31,7 @@
27
31
  .backIcon:hover {
28
32
  background-color: var(--zdt_setupdetail_hover_backicon_bg);
29
33
  }
34
+
30
35
  .title {
31
36
  font-size: var(--zd_font_size16) ;
32
37
  line-height: 1;
@@ -34,9 +39,11 @@
34
39
  color: var(--zdt_setupdetail_backicon);
35
40
  composes: ftsmooth from '~@zohodesk/components/lib/common/common.module.css';
36
41
  }
42
+
37
43
  [dir=ltr] .title {
38
44
  padding-right: var(--zd_size12) ;
39
45
  }
46
+
40
47
  [dir=rtl] .title {
41
48
  padding-left: var(--zd_size12) ;
42
49
  }
@@ -44,18 +51,22 @@
44
51
  .rightPanel {
45
52
  composes: justifyFend from '~@zohodesk/components/lib/common/common.module.css';
46
53
  }
54
+
47
55
  .helpInfoCont {
48
56
  position: absolute;
49
57
  z-index: 10;
50
58
  }
59
+
51
60
  [dir=ltr] .helpInfoCont {
52
61
  right: 0 ;
53
62
  padding: var(--zd_size12) var(--zd_size15) 0 0 ;
54
63
  }
64
+
55
65
  [dir=rtl] .helpInfoCont {
56
66
  left: 0 ;
57
67
  padding: var(--zd_size12) 0 0 var(--zd_size15) ;
58
68
  }
69
+
59
70
  .helpInfo {
60
71
  line-height: 2.3636;
61
72
  height: var(--zd_size28) ;
@@ -68,9 +79,11 @@
68
79
  text-align: center;
69
80
  cursor: pointer;
70
81
  }
82
+
71
83
  [dir=ltr] .mr15 {
72
84
  margin-right: var(--zd_size15) ;
73
85
  }
86
+
74
87
  [dir=rtl] .mr15 {
75
88
  margin-left: var(--zd_size15) ;
76
89
  }
@@ -78,12 +91,15 @@
78
91
  .content {
79
92
  z-index: 1;
80
93
  }
94
+
81
95
  [dir=ltr] .padding {
82
96
  padding: var(--zd_size10) var(--zd_size25) var(--zd_size10) var(--zd_size60) ;
83
97
  }
98
+
84
99
  [dir=rtl] .padding {
85
100
  padding: var(--zd_size10) var(--zd_size60) var(--zd_size10) var(--zd_size25) ;
86
101
  }
102
+
87
103
  .popup {
88
104
  z-index: 3;
89
105
  position: absolute;
@@ -92,19 +108,23 @@
92
108
  width: var(--zd_size330) ;
93
109
  transition: transform var(--zd_transition3);
94
110
  border: 1px solid var(--zdt_setupdetail_popup_border);
95
- background-color: var(--zdt_setupdetail_popup_bg);
111
+ background-color: var(--zdt_base_bg);
96
112
  }
113
+
97
114
  [dir=ltr] .popup {
98
115
  right: 0 ;
99
116
  transform: translateX(100%);
100
117
  }
118
+
101
119
  [dir=rtl] .popup {
102
120
  left: 0 ;
103
121
  transform: translateX(-100%);
104
122
  }
123
+
105
124
  .popup.open {
106
125
  transform: translateX(0);
107
126
  }
127
+
108
128
  .close {
109
129
  composes: disableFocus from '~@zohodesk/components/lib/common/common.module.css';
110
130
  }
@@ -149,4 +169,4 @@
149
169
 
150
170
  .infoFooter {
151
171
  padding: var(--zd_size10) var(--zd_size20) ;
152
- }
172
+ }
@@ -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
  }
@@ -9,7 +9,7 @@
9
9
  }
10
10
 
11
11
  .tabHead, .shadowStyle {
12
- background: var(--zdt_subtablayout_tabhead_bg);
12
+ background: var(--zdt_base_bg);
13
13
  }
14
14
 
15
15
  [dir=ltr] .left {
@@ -48,7 +48,6 @@
48
48
  }
49
49
 
50
50
  .tertiary_borderStyle {
51
- /* css:theme-validation:ignore */
52
51
  border-bottom: 1px solid var(--borderColor);
53
52
  }
54
53
 
@@ -150,7 +149,6 @@
150
149
 
151
150
  .footer {
152
151
  composes: varClass;
153
- /* css:theme-validation:ignore */
154
152
  border-top: 1px solid var(--borderColor);
155
153
  }
156
154
 
@@ -1,3 +1,3 @@
1
1
  .iconStyle {
2
- color: var(--zdt_avatarflip_default_text);
3
- }
2
+ color: var(--zdt_base_color);
3
+ }
@@ -5,7 +5,6 @@
5
5
  composes: varClass;
6
6
  composes: inlineBlockMiddle from '../listCommon.module.css';
7
7
  position: relative;
8
- /* css:theme-validation:ignore */
9
8
  color: var(--icon_color);
10
9
  padding: 0 var(--zd_size2) ;
11
10
  cursor: pointer;
@@ -1,9 +1,11 @@
1
1
  .departmentBox {
2
2
  max-width: 100% ;
3
3
  }
4
+
4
5
  .departmentBox :global .toggleDropIcon {
5
6
  color: var(--zdt_departmentdropdown_default_text);
6
7
  }
8
+
7
9
  .departmentBox:hover :global .toggleDropIcon {
8
- color: var(--zdt_departmentdropdown_default_hover_text);
9
- }
10
+ color: var(--zdt_base_color);
11
+ }
@@ -4,7 +4,6 @@
4
4
  .dot {
5
5
  composes: varClass;
6
6
  font-size: var(--zd_font_size16) ;
7
- /* css:theme-validation:ignore */
8
7
  color: var(--dotColor);
9
8
  transform: perspective(1px);
10
9
  }
@@ -1,17 +1,20 @@
1
1
  .stenLoading {
2
2
  position: relative;
3
- background-color: var(--zdt_gridstencils_default_bg);
3
+ background-color: var(--zdt_base_bg);
4
4
  border-bottom: 1px solid var(--zdt_gridstencils_default_border);
5
5
  padding: var(--zd_size13) var(--zd_size15) var(--zd_size11) var(--zd_size15) ;
6
6
  margin-bottom: var(--zd_size10) ;
7
7
  border-radius: var(--zd_size5);
8
8
  }
9
+
9
10
  [dir=ltr] .stenLoadbody {
10
11
  margin: var(--zd_size8) var(--zd_size20) var(--zd_size8) 0 ;
11
12
  }
13
+
12
14
  [dir=rtl] .stenLoadbody {
13
15
  margin: var(--zd_size8) 0 var(--zd_size8) var(--zd_size20) ;
14
16
  }
17
+
15
18
  .stenLoadbody::after {
16
19
  content: '';
17
20
  height: var(--zd_size22) ;
@@ -21,36 +24,45 @@
21
24
  border-radius: 50%;
22
25
  background-color: var(--zdt_gridstencils_after_bg);
23
26
  }
27
+
24
28
  [dir=ltr] .stenLoadbody::after {
25
29
  right: var(--zd_size20) ;
26
30
  }
31
+
27
32
  [dir=rtl] .stenLoadbody::after {
28
33
  left: var(--zd_size20) ;
29
34
  }
35
+
30
36
  .lineBar {
31
37
  width: 90% ;
32
38
  }
39
+
33
40
  .lineBar2 {
34
41
  width: 70% ;
35
42
  margin: var(--zd_size22) 0 ;
36
43
  }
44
+
37
45
  .lineBar3 {
38
46
  width: 50% ;
39
47
  }
48
+
40
49
  .lineBar,
41
50
  .lineBar2,
42
51
  .lineBar3 {
43
52
  height: var(--zd_size5) ;
44
53
  }
54
+
45
55
  .lineBar, .lineBar2, .lineBar3 {
46
56
  border-radius: var(--zd_size5);
47
57
  }
58
+
48
59
  .stenListBAr {
49
60
  position: relative;
50
61
  background: var(--zdt_gridstencils_listbar_bg);
51
62
  background-image: var(--zdt_gridstencils_listbar_gradient_bg);
52
63
  background-repeat: no-repeat;
53
64
  }
65
+
54
66
  [dir=ltr] .stenListBAr {
55
67
  -webkit-animation-duration: var(--zd_transition10);
56
68
  -webkit-animation-fill-mode: forwards;
@@ -58,6 +70,7 @@
58
70
  -webkit-animation-name: placeHolderShimmer;
59
71
  -webkit-animation-timing-function: linear;
60
72
  }
73
+
61
74
  [dir=rtl] .stenListBAr {
62
75
  -webkit-animation-duration: var(--zd_transition10);
63
76
  -webkit-animation-fill-mode: forwards;
@@ -65,11 +78,13 @@
65
78
  -webkit-animation-name: placeHolderShimmer;
66
79
  -webkit-animation-timing-function: linear;
67
80
  }
81
+
68
82
  .stenListBAr {
69
83
  background: var(--zdt_gridstencils_listbar_bg);
70
84
  background-image: var(--zdt_gridstencils_listbar_gradient_bg);
71
85
  background-repeat: no-repeat;
72
86
  }
87
+
73
88
  [dir=ltr] .stenListBAr {
74
89
  -webkit-animation-duration: var(--zd_transition10);
75
90
  -webkit-animation-fill-mode: forwards;
@@ -77,6 +92,7 @@
77
92
  -webkit-animation-name: placeHolderShimmer;
78
93
  -webkit-animation-timing-function: linear;
79
94
  }
95
+
80
96
  [dir=rtl] .stenListBAr {
81
97
  -webkit-animation-duration: var(--zd_transition10);
82
98
  -webkit-animation-fill-mode: forwards;
@@ -84,6 +100,7 @@
84
100
  -webkit-animation-name: placeHolderShimmer;
85
101
  -webkit-animation-timing-function: linear;
86
102
  }
103
+
87
104
  @keyframes placeHolderShimmer {
88
105
  0% {
89
106
  background-position: -468px 0;
@@ -93,55 +110,72 @@
93
110
  background-position: 468px 0;
94
111
  }
95
112
  }
113
+
96
114
  .threeLayout .stenLoadbody::before {
97
115
  transform: scale(0.8);
98
116
  }
117
+
99
118
  [dir=ltr] .threeLayout .stenLoadbody::before {
100
119
  left: var(--zd_size16) ;
101
120
  }
121
+
102
122
  [dir=rtl] .threeLayout .stenLoadbody::before {
103
123
  right: var(--zd_size16) ;
104
124
  }
125
+
105
126
  [dir=ltr] .threeLayout .stenLoadbody {
106
127
  margin: var(--zd_size8) var(--zd_size20) var(--zd_size8) 0 ;
107
128
  }
129
+
108
130
  [dir=rtl] .threeLayout .stenLoadbody {
109
131
  margin: var(--zd_size8) 0 var(--zd_size8) var(--zd_size20) ;
110
132
  }
133
+
111
134
  .threeLayout .stenLoadbody::after {
112
135
  top: var(--zd_size15) ;
113
136
  transform: scale(0.8);
114
137
  }
138
+
115
139
  [dir=ltr] .threeLayout .stenLoadbody::after {
116
140
  right: var(--zd_size20) ;
117
141
  }
142
+
118
143
  [dir=rtl] .threeLayout .stenLoadbody::after {
119
144
  left: var(--zd_size20) ;
120
145
  }
146
+
121
147
  [dir=ltr] .leftCont .stenLoadbody::before {
122
148
  left: var(--zd_size33) ;
123
149
  }
150
+
124
151
  [dir=rtl] .leftCont .stenLoadbody::before {
125
152
  right: var(--zd_size33) ;
126
153
  }
154
+
127
155
  [dir=ltr] .leftCont .stenLoadbody {
128
156
  margin: var(--zd_size8) var(--zd_size20) var(--zd_size8) var(--zd_size46) ;
129
157
  }
158
+
130
159
  [dir=rtl] .leftCont .stenLoadbody {
131
160
  margin: var(--zd_size8) var(--zd_size46) var(--zd_size8) var(--zd_size20) ;
132
161
  }
162
+
133
163
  [dir=ltr] .leftCont .stenLoadbody::after {
134
164
  right: var(--zd_size40) ;
135
165
  }
166
+
136
167
  [dir=rtl] .leftCont .stenLoadbody::after {
137
168
  left: var(--zd_size40) ;
138
169
  }
170
+
139
171
  .leftCont .lineBar {
140
172
  width: 80% ;
141
173
  }
174
+
142
175
  .leftCont .lineBar2 {
143
176
  width: 60% ;
144
177
  }
178
+
145
179
  .leftCont .lineBar3 {
146
180
  width: 40% ;
147
181
  }
@@ -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 { ListLayout_defaultProps } from './props/defaultProps';
5
3
  import { ListLayout_propTypes, Column_propTypes } from './props/propTypes';
@@ -69,9 +67,10 @@ export class Column extends Component {
69
67
  children,
70
68
  className
71
69
  } = this.props;
72
- return /*#__PURE__*/React.createElement(Box, _extends({
73
- className: `${className ? className : ''}`
74
- }, this.props), children);
70
+ return /*#__PURE__*/React.createElement(Box, {
71
+ className: `${className ? className : ''}`,
72
+ ...this.props
73
+ }, children);
75
74
  }
76
75
 
77
76
  }
@@ -45,12 +45,6 @@
45
45
  border-bottom: 1px dotted var(--listBorder);
46
46
  }
47
47
 
48
- .compact,
49
- .classic,
50
- .superCompact {
51
- /* css:theme-validation:ignore */
52
- }
53
-
54
48
  [dir=ltr] .compact, [dir=ltr] .classic, [dir=ltr] .superCompact {
55
49
  border-left: var(--zd_size2) solid transparent;
56
50
  }
@@ -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
  /* eslint-disable react/forbid-component-props */
4
2
 
5
3
  /**** Libraries ****/
@@ -53,26 +51,28 @@ export default class AccountName extends Component {
53
51
  }, /*#__PURE__*/React.createElement(Box, {
54
52
  className: style.primaryAccountName,
55
53
  shrink: true
56
- }, isLink ? /*#__PURE__*/React.createElement(Link, _extends({
54
+ }, isLink ? /*#__PURE__*/React.createElement(Link, {
57
55
  href: href,
58
56
  urlName: urlName,
59
57
  urlData: urlData,
60
58
  onClick: onClick,
61
59
  dataId: `${dataId}_link`,
62
- className: style.link
63
- }, LinkProps, {
60
+ className: style.link,
61
+ ...LinkProps,
64
62
  ariaLabel: `Account Name ${text}`
65
- }), /*#__PURE__*/React.createElement("div", {
63
+ }, /*#__PURE__*/React.createElement("div", {
66
64
  className: `${style.textStyle} ${style[`font_${fontWeight}`]} ${className ? className : ''}`
67
- }, text)) : /*#__PURE__*/React.createElement("div", _extends({
68
- className: `${style.secondaryText} ${style[`font_${fontWeight}`]} ${className ? className : ''} ${notAccessible ? style.disable : ''}`
69
- }, TextProps), text)), secondaryAccountText && /*#__PURE__*/React.createElement(Box, null, /*#__PURE__*/React.createElement(Link, {
65
+ }, text)) : /*#__PURE__*/React.createElement("div", {
66
+ className: `${style.secondaryText} ${style[`font_${fontWeight}`]} ${className ? className : ''} ${notAccessible ? style.disable : ''}`,
67
+ ...TextProps
68
+ }, text)), secondaryAccountText && /*#__PURE__*/React.createElement(Box, null, /*#__PURE__*/React.createElement(Link, {
70
69
  href: secondaryAccountHref,
71
70
  onClick: secondaryAccountClick,
72
71
  className: style.link
73
- }, /*#__PURE__*/React.createElement("div", _extends({
74
- className: `${style.textStyle} ${style[`font_${fontWeight}`]} ${className ? className : ''}`
75
- }, SecondaryTextProps), secondaryAccountText))))));
72
+ }, /*#__PURE__*/React.createElement("div", {
73
+ className: `${style.textStyle} ${style[`font_${fontWeight}`]} ${className ? className : ''}`,
74
+ ...SecondaryTextProps
75
+ }, secondaryAccountText))))));
76
76
  }
77
77
 
78
78
  }
@@ -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 { ContactName_defaultProps } from './props/defaultProps';
5
3
  import { ContactName_propTypes } from './props/propTypes';
@@ -54,22 +52,23 @@ export default class ContactName extends Component {
54
52
  iconClass: style.icon
55
53
  })), /*#__PURE__*/React.createElement(Box, {
56
54
  flexible: true
57
- }, isLink ? /*#__PURE__*/React.createElement(Link, _extends({
55
+ }, isLink ? /*#__PURE__*/React.createElement(Link, {
58
56
  urlName: urlName,
59
57
  href: href,
60
58
  urlData: urlData,
61
59
  onClick: onClick,
62
60
  title: dataTitle,
63
61
  dataId: `${dataId}_link`,
64
- className: style.link
65
- }, LinkProps, {
62
+ className: style.link,
63
+ ...LinkProps,
66
64
  ariaLabel: `Contact Name ${text}`
67
- }), /*#__PURE__*/React.createElement("div", {
65
+ }, /*#__PURE__*/React.createElement("div", {
68
66
  className: `${style.textStyle} ${style[`font_${fontWeight}`]} ${className ? className : ''}`
69
- }, text)) : /*#__PURE__*/React.createElement("div", _extends({
67
+ }, text)) : /*#__PURE__*/React.createElement("div", {
70
68
  className: `${style.secondaryText} ${style[`font_${fontWeight}`]} ${className ? className : ''} ${notAccessible ? style.disable : ''}`,
71
- "data-title": dataTitle
72
- }, TextProps), text)), sentimentType && /*#__PURE__*/React.createElement(Box, null, /*#__PURE__*/React.createElement(SentimentStatus, {
69
+ "data-title": dataTitle,
70
+ ...TextProps
71
+ }, text)), sentimentType && /*#__PURE__*/React.createElement(Box, null, /*#__PURE__*/React.createElement(SentimentStatus, {
73
72
  type: sentimentType,
74
73
  dataTitle: sentimentDataTitle
75
74
  })));
@@ -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
  /* eslint-disable react/forbid-component-props */
4
2
 
5
3
  /**** Libraries ****/
@@ -30,19 +28,21 @@ export default class Email extends Component {
30
28
  LinkProps = {},
31
29
  TextProps = {}
32
30
  } = customProps;
33
- return /*#__PURE__*/React.createElement(React.Fragment, null, isLink ? /*#__PURE__*/React.createElement(Link, _extends({
31
+ return /*#__PURE__*/React.createElement(React.Fragment, null, isLink ? /*#__PURE__*/React.createElement(Link, {
34
32
  href: href,
35
33
  title: title,
36
34
  urlData: urlData,
37
35
  urlName: urlName,
38
36
  target: target,
39
- className: style.link
40
- }, LinkProps), /*#__PURE__*/React.createElement("div", {
37
+ className: style.link,
38
+ ...LinkProps
39
+ }, /*#__PURE__*/React.createElement("div", {
41
40
  className: `${style.textStyle} ${style[`font_${fontWeight}`]} ${className ? className : ''}`
42
- }, text)) : /*#__PURE__*/React.createElement("div", _extends({
41
+ }, text)) : /*#__PURE__*/React.createElement("div", {
43
42
  className: `${style.secondaryText} ${style[`font_${fontWeight}`]} ${className ? className : ''}`,
44
- "data-title": title
45
- }, TextProps), text));
43
+ "data-title": title,
44
+ ...TextProps
45
+ }, text));
46
46
  }
47
47
 
48
48
  }
@@ -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
  /* eslint-disable react/forbid-component-props */
4
2
 
5
3
  /**** Libraries ****/
@@ -32,7 +30,7 @@ export default class PhoneNumber extends Component {
32
30
  LinkProps = {},
33
31
  TextProps = {}
34
32
  } = customProps;
35
- return /*#__PURE__*/React.createElement(React.Fragment, null, isLink ? /*#__PURE__*/React.createElement(Link, _extends({
33
+ return /*#__PURE__*/React.createElement(React.Fragment, null, isLink ? /*#__PURE__*/React.createElement(Link, {
36
34
  href: href,
37
35
  title: title,
38
36
  urlData: urlData,
@@ -40,13 +38,15 @@ export default class PhoneNumber extends Component {
40
38
  dataId: dataId,
41
39
  target: target,
42
40
  hasReload: hasReload,
43
- className: style.link
44
- }, LinkProps), /*#__PURE__*/React.createElement("div", {
41
+ className: style.link,
42
+ ...LinkProps
43
+ }, /*#__PURE__*/React.createElement("div", {
45
44
  className: `${style.phoneNumber} ${style[`font_${fontWeight}`]} ${className ? className : ''}`
46
- }, text)) : /*#__PURE__*/React.createElement("div", _extends({
45
+ }, text)) : /*#__PURE__*/React.createElement("div", {
47
46
  className: `${style.secondaryText} ${style[`font_${fontWeight}`]} ${className ? className : ''}`,
48
- "data-title": title
49
- }, TextProps), text));
47
+ "data-title": title,
48
+ ...TextProps
49
+ }, text));
50
50
  }
51
51
 
52
52
  }
@@ -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 { SecondaryText_defaultProps } from './props/defaultProps';
5
3
  import { SecondaryText_propTypes } from './props/propTypes';
@@ -21,13 +19,14 @@ export default class SecondaryText extends Component {
21
19
  let {
22
20
  SecondaryTextProps
23
21
  } = customProps;
24
- return /*#__PURE__*/React.createElement("div", _extends({
22
+ return /*#__PURE__*/React.createElement("div", {
25
23
  className: `${style.secondaryText} ${className ? className : ''}`,
26
24
  "data-title": dataTitle,
27
25
  "data-id": dataId,
28
26
  "data-test-id": dataId,
29
- onClick: onClick
30
- }, SecondaryTextProps), text);
27
+ onClick: onClick,
28
+ ...SecondaryTextProps
29
+ }, text);
31
30
  }
32
31
 
33
32
  }
@@ -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 { TicketId_defaultProps } from './props/defaultProps';
5
3
  import { TicketId_propTypes } from './props/propTypes';
@@ -28,19 +26,21 @@ export default class TicketId extends Component {
28
26
  LinkProps = {},
29
27
  TicketIdProps = {}
30
28
  } = customProps;
31
- return /*#__PURE__*/React.createElement("div", _extends({
29
+ return /*#__PURE__*/React.createElement("div", {
32
30
  className: `${style.ticketId} ${isLink ? style.ticketIdLink : ''} ${className ? className : ''}`,
33
31
  "data-id": dataId,
34
32
  "data-test-id": dataId,
35
33
  "data-title": dataTitle,
36
- onClick: !isLink && onClick
37
- }, TicketIdProps), isLink ? /*#__PURE__*/React.createElement(Link, _extends({
34
+ onClick: !isLink && onClick,
35
+ ...TicketIdProps
36
+ }, isLink ? /*#__PURE__*/React.createElement(Link, {
38
37
  urlName: urlName,
39
38
  urlData: urlData,
40
39
  href: url,
41
40
  target: target,
42
- onClick: onClick
43
- }, LinkProps), text) : text);
41
+ onClick: onClick,
42
+ ...LinkProps
43
+ }, text) : text);
44
44
  }
45
45
 
46
46
  }
@@ -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';
@@ -30,7 +28,7 @@ export default class Subject extends Component {
30
28
  LinkProps = {},
31
29
  TextProps = {}
32
30
  } = customProps;
33
- return /*#__PURE__*/React.createElement(React.Fragment, null, isLink ? /*#__PURE__*/React.createElement(Link, _extends({
31
+ return /*#__PURE__*/React.createElement(React.Fragment, null, isLink ? /*#__PURE__*/React.createElement(Link, {
34
32
  urlName: urlName,
35
33
  href: href,
36
34
  urlData: urlData,
@@ -38,13 +36,15 @@ export default class Subject extends Component {
38
36
  className: `${style.subject} ${isDotted ? style.dotted : ''} ${className} ${style[`font_${fontWeight}`]} ${style.cursorPointer}`,
39
37
  dataId: dataId,
40
38
  title: text,
41
- target: target
42
- }, LinkProps), children ? children : text) : /*#__PURE__*/React.createElement("span", _extends({
39
+ target: target,
40
+ ...LinkProps
41
+ }, children ? children : text) : /*#__PURE__*/React.createElement("span", {
43
42
  className: `${style.subject} ${isDotted ? style.dotted : ''} ${className} ${style[`font_${fontWeight}`]}`,
44
43
  "data-title": text,
45
44
  "data-id": dataId,
46
- "data-test-id": dataId
47
- }, TextProps), text));
45
+ "data-test-id": dataId,
46
+ ...TextProps
47
+ }, text));
48
48
  }
49
49
 
50
50
  }