@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
  /* eslint-disable react/forbid-component-props */
4
2
 
5
3
  /**** Libraries ****/
@@ -29,19 +27,21 @@ export default function Email(props) {
29
27
  LinkProps = {},
30
28
  TextProps = {}
31
29
  } = customProps;
32
- return /*#__PURE__*/React.createElement(React.Fragment, null, isLink ? /*#__PURE__*/React.createElement(Link, _extends({
30
+ return /*#__PURE__*/React.createElement(React.Fragment, null, isLink ? /*#__PURE__*/React.createElement(Link, {
33
31
  href: href,
34
32
  title: title,
35
33
  urlData: urlData,
36
34
  urlName: urlName,
37
35
  target: target,
38
- className: style.link
39
- }, LinkProps), /*#__PURE__*/React.createElement("div", {
36
+ className: style.link,
37
+ ...LinkProps
38
+ }, /*#__PURE__*/React.createElement("div", {
40
39
  className: `${style.textStyle} ${style[`font_${fontWeight}`]} ${className ? className : ''}`
41
- }, text)) : /*#__PURE__*/React.createElement("div", _extends({
40
+ }, text)) : /*#__PURE__*/React.createElement("div", {
42
41
  className: `${style.secondaryText} ${style[`font_${fontWeight}`]} ${className ? className : ''}`,
43
- "data-title": title
44
- }, TextProps), text));
42
+ "data-title": title,
43
+ ...TextProps
44
+ }, text));
45
45
  }
46
46
  Email.propTypes = Email_propTypes;
47
47
  Email.defaultProps = Email_defaultProps;
@@ -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 ****/
@@ -31,7 +29,7 @@ export default function PhoneNumber(props) {
31
29
  LinkProps = {},
32
30
  TextProps = {}
33
31
  } = customProps;
34
- return /*#__PURE__*/React.createElement(React.Fragment, null, isLink ? /*#__PURE__*/React.createElement(Link, _extends({
32
+ return /*#__PURE__*/React.createElement(React.Fragment, null, isLink ? /*#__PURE__*/React.createElement(Link, {
35
33
  href: href,
36
34
  title: title,
37
35
  urlData: urlData,
@@ -39,13 +37,15 @@ export default function PhoneNumber(props) {
39
37
  dataId: dataId,
40
38
  target: target,
41
39
  hasReload: hasReload,
42
- className: style.link
43
- }, LinkProps), /*#__PURE__*/React.createElement("div", {
40
+ className: style.link,
41
+ ...LinkProps
42
+ }, /*#__PURE__*/React.createElement("div", {
44
43
  className: `${style.phoneNumber} ${style[`font_${fontWeight}`]} ${className ? className : ''}`
45
- }, text)) : /*#__PURE__*/React.createElement("div", _extends({
44
+ }, text)) : /*#__PURE__*/React.createElement("div", {
46
45
  className: `${style.secondaryText} ${style[`font_${fontWeight}`]} ${className ? className : ''}`,
47
- "data-title": title
48
- }, TextProps), text));
46
+ "data-title": title,
47
+ ...TextProps
48
+ }, text));
49
49
  }
50
50
  PhoneNumber.propTypes = PhoneNumber_propTypes;
51
51
  PhoneNumber.defaultProps = PhoneNumber_defaultProps;
@@ -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 { SecondaryText_defaultProps } from './props/defaultProps';
5
3
  import { SecondaryText_propTypes } from './props/propTypes';
@@ -16,13 +14,14 @@ export default function SecondaryText(props) {
16
14
  let {
17
15
  SecondaryTextProps
18
16
  } = customProps;
19
- return /*#__PURE__*/React.createElement("div", _extends({
17
+ return /*#__PURE__*/React.createElement("div", {
20
18
  className: `${style.secondaryText} ${className ? className : ''}`,
21
19
  "data-title": dataTitle,
22
20
  "data-id": dataId,
23
21
  "data-test-id": dataId,
24
- onClick: onClick
25
- }, SecondaryTextProps), text);
22
+ onClick: onClick,
23
+ ...SecondaryTextProps
24
+ }, text);
26
25
  }
27
26
  SecondaryText.propTypes = SecondaryText_propTypes;
28
27
  SecondaryText.defaultProps = SecondaryText_defaultProps;
@@ -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 { TicketId_defaultProps } from './props/defaultProps';
5
3
  import { TicketId_propTypes } from './props/propTypes';
@@ -23,19 +21,21 @@ export default function TicketId(props) {
23
21
  LinkProps = {},
24
22
  TicketIdProps = {}
25
23
  } = customProps;
26
- return /*#__PURE__*/React.createElement("div", _extends({
24
+ return /*#__PURE__*/React.createElement("div", {
27
25
  className: `${style.ticketId} ${isLink ? style.ticketIdLink : ''} ${className ? className : ''}`,
28
26
  "data-id": dataId,
29
27
  "data-test-id": dataId,
30
28
  "data-title": dataTitle,
31
- onClick: !isLink && onClick
32
- }, TicketIdProps), isLink ? /*#__PURE__*/React.createElement(Link, _extends({
29
+ onClick: !isLink && onClick,
30
+ ...TicketIdProps
31
+ }, isLink ? /*#__PURE__*/React.createElement(Link, {
33
32
  urlName: urlName,
34
33
  urlData: urlData,
35
34
  href: url,
36
35
  target: target,
37
- onClick: onClick
38
- }, LinkProps), text) : text);
36
+ onClick: onClick,
37
+ ...LinkProps
38
+ }, text) : text);
39
39
  }
40
40
  TicketId.propTypes = TicketId_propTypes;
41
41
  TicketId.defaultProps = TicketId_defaultProps;
@@ -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 { defaultProps } from './props/defaultProps';
5
3
  import { propTypes } from './props/propTypes';
@@ -26,7 +24,7 @@ const Subject = props => {
26
24
  LinkProps = {},
27
25
  TextProps = {}
28
26
  } = customProps;
29
- return /*#__PURE__*/React.createElement(React.Fragment, null, isLink ? /*#__PURE__*/React.createElement(Link, _extends({
27
+ return /*#__PURE__*/React.createElement(React.Fragment, null, isLink ? /*#__PURE__*/React.createElement(Link, {
30
28
  urlName: urlName,
31
29
  href: href,
32
30
  urlData: urlData,
@@ -34,13 +32,15 @@ const Subject = props => {
34
32
  className: `${style.subject} ${isDotted ? style.dotted : ''} ${className} ${style[`font_${fontWeight}`]} ${style.cursorPointer}`,
35
33
  dataId: dataId,
36
34
  title: text,
37
- target: target
38
- }, LinkProps), children ? children : text) : /*#__PURE__*/React.createElement("span", _extends({
35
+ target: target,
36
+ ...LinkProps
37
+ }, children ? children : text) : /*#__PURE__*/React.createElement("span", {
39
38
  className: `${style.subject} ${isDotted ? style.dotted : ''} ${className} ${style[`font_${fontWeight}`]}`,
40
39
  "data-title": text,
41
40
  "data-id": dataId,
42
- "data-test-id": dataId
43
- }, TextProps), text));
41
+ "data-test-id": dataId,
42
+ ...TextProps
43
+ }, text));
44
44
  };
45
45
 
46
46
  export default Subject;
@@ -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, { useRef } from 'react';
5
3
  import { defaultProps } from './props/defaultProps';
@@ -66,7 +64,7 @@ export default function StatusListItem(props) {
66
64
  onMouseEnter && onMouseEnter(id, value, index, e);
67
65
  }
68
66
 
69
- return /*#__PURE__*/React.createElement(Container, _extends({
67
+ return /*#__PURE__*/React.createElement(Container, {
70
68
  role: role,
71
69
  "aria-selected": ariaSelected,
72
70
  isCover: false,
@@ -79,8 +77,10 @@ export default function StatusListItem(props) {
79
77
  eleRef: getReference,
80
78
  tagName: isLink ? 'a' : 'li',
81
79
  "data-title": isDisabled ? disableTitle : null,
82
- tabindex: isDisabled ? '-1' : '0'
83
- }, options, a11y), /*#__PURE__*/React.createElement(Box, {
80
+ tabindex: isDisabled ? '-1' : '0',
81
+ ...options,
82
+ ...a11y
83
+ }, /*#__PURE__*/React.createElement(Box, {
84
84
  className: `${style.statusType} ${style[bulletColor]}`
85
85
  }), /*#__PURE__*/React.createElement(Box, {
86
86
  flexible: true,
@@ -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, { useRef, useCallback, useEffect } from 'react';
5
3
  import { useEffectCallOnlyAfterState } from '@zohodesk/hooks';
@@ -68,7 +66,7 @@ export default function Lookup(props) {
68
66
  document.removeEventListener('keydown', handleKeyDown);
69
67
  };
70
68
  }, []);
71
- const content = /*#__PURE__*/React.createElement("div", _extends({
69
+ const content = /*#__PURE__*/React.createElement("div", {
72
70
  ref: createRef,
73
71
  tabIndex: "-1",
74
72
  "data-a11y-need-focus-style": "false",
@@ -80,8 +78,9 @@ export default function Lookup(props) {
80
78
  id: htmlId,
81
79
  className: `${style.box} ${style[`${size}Size`]} ${lookupClass ? lookupClass : ''}`,
82
80
  "data-id": dataId,
83
- "data-test-id": dataId
84
- }, a11yAttributes), /*#__PURE__*/React.createElement(Container, {
81
+ "data-test-id": dataId,
82
+ ...a11yAttributes
83
+ }, /*#__PURE__*/React.createElement(Container, {
85
84
  "data-drag-container": "true",
86
85
  isCover: false,
87
86
  className: isMinHeight ? `${style.wrapper}` : `${style.coverwrap}`
@@ -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 ***/
@@ -71,7 +69,11 @@ export default function Search(props) {
71
69
  selectedId: selectedId,
72
70
  onDropDownOpen: handleDropDownOpen,
73
71
  onDropDownClose: handleDropDownClose
74
- }, /*#__PURE__*/React.createElement(SearchUI, _extends({}, props, searchUIExtraProps))) : /*#__PURE__*/React.createElement(SearchUI, _extends({}, props, searchUIExtraProps));
72
+ }, /*#__PURE__*/React.createElement(SearchUI, { ...props,
73
+ ...searchUIExtraProps
74
+ })) : /*#__PURE__*/React.createElement(SearchUI, { ...props,
75
+ ...searchUIExtraProps
76
+ });
75
77
  }
76
78
  Search.propTypes = Search_propTypes;
77
79
 
@@ -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 defaultProps from './props/defaultProps';
5
3
  import { propTypes, DesktopNotificationUI_propTypes } from './props/propTypes';
@@ -117,14 +115,15 @@ export function DesktopNotificationUI(props) {
117
115
  let {
118
116
  uptoTablet
119
117
  } = _ref2;
120
- return /*#__PURE__*/React.createElement(Container, _extends({
118
+ return /*#__PURE__*/React.createElement(Container, {
121
119
  className: `${style.container} ${isAnimate ? animateClass : animateRemoveClass}
122
120
  ${isShrinkView ? style.globalNotify : ''} ${containerClass}
123
121
  ${uptoTablet ? style.tapWidth : style[`${size}`]}`,
124
122
  isCover: false,
125
123
  dataId: dataId,
126
- isInline: uiVariantTwo
127
- }, ExtraProps), /*#__PURE__*/React.createElement(Box, null, /*#__PURE__*/React.createElement(DesktopNotificationHeader, {
124
+ isInline: uiVariantTwo,
125
+ ...ExtraProps
126
+ }, /*#__PURE__*/React.createElement(Box, null, /*#__PURE__*/React.createElement(DesktopNotificationHeader, {
128
127
  type: type,
129
128
  title: title,
130
129
  variant: titleVariant,
@@ -178,9 +177,9 @@ export function DesktopNotificationUI(props) {
178
177
  DesktopNotificationUI.propTypes = DesktopNotificationUI_propTypes;
179
178
  DesktopNotificationUI.propTypes = defaultProps;
180
179
  export default function DesktopNotification(props) {
181
- return /*#__PURE__*/React.createElement(AutoClose, _extends({}, props, {
180
+ return /*#__PURE__*/React.createElement(AutoClose, { ...props,
182
181
  Element: DesktopNotificationUI
183
- }));
182
+ });
184
183
  }
185
184
  DesktopNotification.propTypes = propTypes;
186
185
  DesktopNotification.defaultProps = defaultProps; // if (__DOCS__) {
@@ -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 { defaultProps } from './props/defaultProps';
5
3
  import { propTypes, UI_propTypes, new_propTypes } from './props/propTypes';
@@ -121,7 +119,7 @@ export function GlobalNotificationUI(props) {
121
119
  let {
122
120
  ExtraProps = {}
123
121
  } = customProps;
124
- return /*#__PURE__*/React.createElement("div", _extends({
122
+ return /*#__PURE__*/React.createElement("div", {
125
123
  ref: eleRef,
126
124
  className: ` ${style.message}
127
125
  ${needShadow && shadowCount >= 2 ? shadowCount > 2 ? `${style.stackShadowTwo} ${style.stackShadowOne}` : style.stackShadowOne : ''}
@@ -130,8 +128,9 @@ export function GlobalNotificationUI(props) {
130
128
  "data-id": `show_${type}_message`,
131
129
  "data-test-id": `show_${type}_message`,
132
130
  tabIndex: 0,
133
- "data-selector-id": dataSelectorId
134
- }, ExtraProps), /*#__PURE__*/React.createElement(Container, {
131
+ "data-selector-id": dataSelectorId,
132
+ ...ExtraProps
133
+ }, /*#__PURE__*/React.createElement(Container, {
135
134
  className: `${style.container}`,
136
135
  alignBox: "row",
137
136
  isCover: false,
@@ -163,8 +162,8 @@ export function GlobalNotificationUI(props) {
163
162
  }
164
163
  GlobalNotificationUI.propTypes = UI_propTypes;
165
164
  export function GlobalNotificationNew(props) {
166
- return /*#__PURE__*/React.createElement(AutoClose, _extends({}, props, {
165
+ return /*#__PURE__*/React.createElement(AutoClose, { ...props,
167
166
  Element: GlobalNotificationUI
168
- }));
167
+ });
169
168
  }
170
169
  GlobalNotificationNew.propTypes = new_propTypes;
@@ -1,178 +1,178 @@
1
- .varClass {
2
- /* globalnotfication default variables */
3
- --commonalert_border_color: var(--zdt_commonalert_default_border);
4
- --globalnotification_bg_color: var(--zdt_globalnotification_default_bg);
5
- --globalnotification_text_color: var(--zdt_globalnotification_default_text);
6
- }
7
-
8
- .message {
9
- composes: varClass;
10
- position: absolute;
11
- top: 0 ;
12
- z-index: 1000;
13
- width: var(--zd_size420) ;
14
- text-align: center;
15
- margin: auto ;
16
- }
17
-
18
- [dir=ltr] .message {
19
- left: 0 ;
20
- right: 0 ;
21
- }
22
-
23
- [dir=rtl] .message {
24
- right: 0 ;
25
- left: 0 ;
26
- }
27
-
28
- .stackShadowOne::after,
29
- .stackShadowTwo::before {
30
- content: '';
31
- position: absolute;
32
- height: var(--zd_size20) ;
33
- }
34
-
35
- .stackShadowOne::after, .stackShadowTwo::before {
36
- background-color: var(--globalnotification_bg_color);
37
- border-radius: 0 0 6px 6px;
38
- box-shadow: var(--zd_bs_globalnotification_container);
39
- }
40
-
41
- [dir=ltr] .stackShadowOne::after, [dir=ltr] .stackShadowTwo::before {
42
- left: 50% ;
43
- right: 50% ;
44
- transform: translate(-50%);
45
- animation: behindInfo 0.8s forwards;
46
- }
47
-
48
- [dir=rtl] .stackShadowOne::after, [dir=rtl] .stackShadowTwo::before {
49
- right: 50% ;
50
- left: 50% ;
51
- transform: translate(50%);
52
- animation: behindInfo 0.8s forwards;
53
- }
54
-
55
- .stackShadowTwo::before {
56
- width: 90% ;
57
- bottom: calc( var(--zd_size10) * -1 ) ;
58
- }
59
-
60
- .stackShadowOne::after {
61
- width: 95% ;
62
- bottom: calc( var(--zd_size5) * -1 ) ;
63
- }
64
-
65
- @keyframes behindInfo {
66
-
67
- 0%,
68
- 40% {
69
- opacity: 0;
70
- }
71
-
72
- 100% {
73
- opacity: 1;
74
- }
75
- }
76
-
77
- .container {
78
- position: relative;
79
- pointer-events: initial;
80
- color: var(--globalnotification_text_color);
81
- z-index: 1;
82
- composes: wbreak from '~@zohodesk/components/lib/common/common.module.css';
83
- width: 100% ;
84
- box-shadow: var(--zd_bs_globalnotification_container);
85
- border-radius: 0 0 var(--zd_size10) var(--zd_size10);
86
- background-color: var(--globalnotification_bg_color);
87
- border-style: solid;
88
- border-color: var(--commonalert_border_color);
89
- border-width: 2px 1px 1px 1px;
90
- }
91
-
92
- [dir=ltr] .container {
93
- padding: var(--zd_size18) var(--zd_size70) var(--zd_size19) var(--zd_size75) ;
94
- }
95
-
96
- [dir=rtl] .container {
97
- padding: var(--zd_size18) var(--zd_size75) var(--zd_size19) var(--zd_size70) ;
98
- }
99
-
100
- .icon {
101
- width: var(--zd_size44) ;
102
- height: var(--zd_size44) ;
103
- position: absolute;
104
- top: 0 ;
105
- bottom: 0 ;
106
- margin: auto 0 ;
107
- }
108
-
109
- [dir=ltr] .icon {
110
- left: var(--zd_size18) ;
111
- }
112
-
113
- [dir=rtl] .icon {
114
- right: var(--zd_size18) ;
115
- }
116
-
117
- .success {
118
- --commonalert_border_color: var(--zdt_commonalert_success_border);
119
- --globalnotification_bg_color: var(--zdt_globalnotification_success_bg);
120
- --globalnotification_text_color: var(--zdt_globalnotification_success_text);
121
- }
122
-
123
- .info {
124
- --commonalert_border_color: var(--zdt_commonalert_info_border);
125
- --globalnotification_bg_color: var(--zdt_globalnotification_info_bg);
126
- --globalnotification_text_color: var(--zdt_globalnotification_info_text);
127
- }
128
-
129
- .danger {
130
- --commonalert_border_color: var(--zdt_commonalert_danger_border);
131
- --globalnotification_bg_color: var(--zdt_globalnotification_danger_bg);
132
- --globalnotification_text_color: var(--zdt_globalnotification_danger_text);
133
- }
134
-
135
- .error {
136
- --commonalert_border_color: var(--zdt_commonalert_error_border);
137
- --globalnotification_bg_color: var(--zdt_globalnotification_error_bg);
138
- --globalnotification_text_color: var(--zdt_globalnotification_error_text);
139
- }
140
-
141
- .warning {
142
- --commonalert_border_color: var(--zdt_commonalert_warning_border);
143
- --globalnotification_bg_color: var(--zdt_globalnotification_warning_bg);
144
- --globalnotification_text_color: var(--zdt_globalnotification_warning_text);
145
- }
146
-
147
- .text {
148
- font-size: var(--zd_font_size14) ;
149
- font-family: var(--zd_semibold);
150
- composes: ftsmooth from '~@zohodesk/components/lib/common/common.module.css';
151
- line-height: 1.4286;
152
- overflow: hidden;
153
- }
154
-
155
- [dir=ltr] .text {
156
- text-align: left;
157
- }
158
-
159
- [dir=rtl] .text {
160
- text-align: right;
161
- }
162
-
163
- .close {
164
- position: absolute;
165
- top: 0 ;
166
- bottom: 0 ;
167
- height: var(--zd_size25) ;
168
- }
169
-
170
- [dir=ltr] .close {
171
- right: var(--zd_size12) ;
172
- margin: auto 0 auto var(--zd_size25) ;
173
- }
174
-
175
- [dir=rtl] .close {
176
- left: var(--zd_size12) ;
177
- margin: auto var(--zd_size25) auto 0 ;
1
+ .varClass {
2
+ /* globalnotfication default variables */
3
+ --commonalert_border_color: var(--zdt_commonalert_default_border);
4
+ --globalnotification_bg_color: var(--zdt_globalnotification_default_bg);
5
+ --globalnotification_text_color: var(--zdt_globalnotification_default_text);
6
+ }
7
+
8
+ .message {
9
+ composes: varClass;
10
+ position: absolute;
11
+ top: 0 ;
12
+ z-index: 1000;
13
+ width: var(--zd_size420) ;
14
+ text-align: center;
15
+ margin: auto ;
16
+ }
17
+
18
+ [dir=ltr] .message {
19
+ left: 0 ;
20
+ right: 0 ;
21
+ }
22
+
23
+ [dir=rtl] .message {
24
+ right: 0 ;
25
+ left: 0 ;
26
+ }
27
+
28
+ .stackShadowOne::after,
29
+ .stackShadowTwo::before {
30
+ content: '';
31
+ position: absolute;
32
+ height: var(--zd_size20) ;
33
+ }
34
+
35
+ .stackShadowOne::after, .stackShadowTwo::before {
36
+ background-color: var(--globalnotification_bg_color);
37
+ border-radius: 0 0 6px 6px;
38
+ box-shadow: var(--zd_bs_globalnotification_container);
39
+ }
40
+
41
+ [dir=ltr] .stackShadowOne::after, [dir=ltr] .stackShadowTwo::before {
42
+ left: 50% ;
43
+ right: 50% ;
44
+ transform: translate(-50%);
45
+ animation: behindInfo 0.8s forwards;
46
+ }
47
+
48
+ [dir=rtl] .stackShadowOne::after, [dir=rtl] .stackShadowTwo::before {
49
+ right: 50% ;
50
+ left: 50% ;
51
+ transform: translate(50%);
52
+ animation: behindInfo 0.8s forwards;
53
+ }
54
+
55
+ .stackShadowTwo::before {
56
+ width: 90% ;
57
+ bottom: calc( var(--zd_size10) * -1 ) ;
58
+ }
59
+
60
+ .stackShadowOne::after {
61
+ width: 95% ;
62
+ bottom: calc( var(--zd_size5) * -1 ) ;
63
+ }
64
+
65
+ @keyframes behindInfo {
66
+
67
+ 0%,
68
+ 40% {
69
+ opacity: 0;
70
+ }
71
+
72
+ 100% {
73
+ opacity: 1;
74
+ }
75
+ }
76
+
77
+ .container {
78
+ position: relative;
79
+ pointer-events: initial;
80
+ color: var(--globalnotification_text_color);
81
+ z-index: 1;
82
+ composes: wbreak from '~@zohodesk/components/lib/common/common.module.css';
83
+ width: 100% ;
84
+ box-shadow: var(--zd_bs_globalnotification_container);
85
+ border-radius: 0 0 var(--zd_size10) var(--zd_size10);
86
+ background-color: var(--globalnotification_bg_color);
87
+ border-style: solid;
88
+ border-color: var(--commonalert_border_color);
89
+ border-width: 2px 1px 1px 1px;
90
+ }
91
+
92
+ [dir=ltr] .container {
93
+ padding: var(--zd_size18) var(--zd_size70) var(--zd_size19) var(--zd_size75) ;
94
+ }
95
+
96
+ [dir=rtl] .container {
97
+ padding: var(--zd_size18) var(--zd_size75) var(--zd_size19) var(--zd_size70) ;
98
+ }
99
+
100
+ .icon {
101
+ width: var(--zd_size44) ;
102
+ height: var(--zd_size44) ;
103
+ position: absolute;
104
+ top: 0 ;
105
+ bottom: 0 ;
106
+ margin: auto 0 ;
107
+ }
108
+
109
+ [dir=ltr] .icon {
110
+ left: var(--zd_size18) ;
111
+ }
112
+
113
+ [dir=rtl] .icon {
114
+ right: var(--zd_size18) ;
115
+ }
116
+
117
+ .success {
118
+ --commonalert_border_color: var(--zdt_commonalert_success_border);
119
+ --globalnotification_bg_color: var(--zdt_globalnotification_success_bg);
120
+ --globalnotification_text_color: var(--zdt_globalnotification_success_text);
121
+ }
122
+
123
+ .info {
124
+ --commonalert_border_color: var(--zdt_commonalert_info_border);
125
+ --globalnotification_bg_color: var(--zdt_globalnotification_info_bg);
126
+ --globalnotification_text_color: var(--zdt_globalnotification_info_text);
127
+ }
128
+
129
+ .danger {
130
+ --commonalert_border_color: var(--zdt_commonalert_danger_border);
131
+ --globalnotification_bg_color: var(--zdt_globalnotification_danger_bg);
132
+ --globalnotification_text_color: var(--zdt_globalnotification_danger_text);
133
+ }
134
+
135
+ .error {
136
+ --commonalert_border_color: var(--zdt_commonalert_error_border);
137
+ --globalnotification_bg_color: var(--zdt_globalnotification_error_bg);
138
+ --globalnotification_text_color: var(--zdt_globalnotification_error_text);
139
+ }
140
+
141
+ .warning {
142
+ --commonalert_border_color: var(--zdt_commonalert_warning_border);
143
+ --globalnotification_bg_color: var(--zdt_globalnotification_warning_bg);
144
+ --globalnotification_text_color: var(--zdt_globalnotification_warning_text);
145
+ }
146
+
147
+ .text {
148
+ font-size: var(--zd_font_size14) ;
149
+ font-family: var(--zd_semibold);
150
+ composes: ftsmooth from '~@zohodesk/components/lib/common/common.module.css';
151
+ line-height: 1.4286;
152
+ overflow: hidden;
153
+ }
154
+
155
+ [dir=ltr] .text {
156
+ text-align: left;
157
+ }
158
+
159
+ [dir=rtl] .text {
160
+ text-align: right;
161
+ }
162
+
163
+ .close {
164
+ position: absolute;
165
+ top: 0 ;
166
+ bottom: 0 ;
167
+ height: var(--zd_size25) ;
168
+ }
169
+
170
+ [dir=ltr] .close {
171
+ right: var(--zd_size12) ;
172
+ margin: auto 0 auto var(--zd_size25) ;
173
+ }
174
+
175
+ [dir=rtl] .close {
176
+ left: var(--zd_size12) ;
177
+ margin: auto var(--zd_size25) auto 0 ;
178
178
  }