@zohodesk/dot 1.2.3 → 1.3.0

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 (257) hide show
  1. package/.cli/PropLessFiles.html +1 -1
  2. package/.cli/PropValidationExcludeFilesArray.js +1 -1
  3. package/.cli/propValidation_report.html +1 -1
  4. package/README.md +13 -0
  5. package/coverage/ExternalLink/ExternalLink.js.html +1 -1
  6. package/coverage/ExternalLink/ExternalLink.module.css.html +1 -1
  7. package/coverage/ExternalLink/index.html +1 -1
  8. package/coverage/ExternalLink/props/defaultProps.js.html +1 -1
  9. package/coverage/ExternalLink/props/index.html +1 -1
  10. package/coverage/ExternalLink/props/propTypes.js.html +1 -1
  11. package/coverage/Image/Image.js.html +1 -1
  12. package/coverage/Image/Image.module.css.html +1 -1
  13. package/coverage/Image/index.html +1 -1
  14. package/coverage/Image/props/defaultProps.js.html +1 -1
  15. package/coverage/Image/props/index.html +1 -1
  16. package/coverage/Image/props/propTypes.js.html +1 -1
  17. package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.js.html +1 -1
  18. package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.module.css.html +1 -1
  19. package/coverage/avatar/AvatarWithTeam/index.html +1 -1
  20. package/coverage/avatar/AvatarWithTeam/props/defaultProps.js.html +1 -1
  21. package/coverage/avatar/AvatarWithTeam/props/index.html +1 -1
  22. package/coverage/avatar/AvatarWithTeam/props/propTypes.js.html +1 -1
  23. package/coverage/index.html +1 -1
  24. package/es/Drawer/Drawer.js +13 -12
  25. package/es/lookup/Lookup/Lookup.js +10 -10
  26. package/es/v1/ActionButton/ActionButton.js +11 -8
  27. package/es/v1/AlphabeticList/AlphabeticList.js +2 -2
  28. package/es/v1/Attachment/Attachment.js +1 -1
  29. package/es/v1/AttachmentViewer/AttachmentViewer.js +4 -4
  30. package/es/v1/ChannelIcon/ChannelIcon.js +1 -1
  31. package/es/v1/Drawer/Drawer.js +16 -16
  32. package/es/v1/FlipCard/FlipCard.js +4 -4
  33. package/es/v1/FormAction/FormAction.js +1 -1
  34. package/es/v1/FreezeLayer/FreezeLayer.js +3 -3
  35. package/es/v1/{version2/GlobalNotification → GlobalNotification}/GlobalNotification.js +7 -7
  36. package/es/v1/IconButton/IconButton.js +3 -3
  37. package/es/v1/ImportantNotes/ImportantNotes.js +1 -1
  38. package/es/v1/Loader/Loader.js +1 -1
  39. package/es/v1/MessageBanner/MessageBanner.js +1 -1
  40. package/es/v1/NewStar/NewStar.js +1 -1
  41. package/es/v1/Separator/Separator.js +1 -1
  42. package/es/v1/TagWithIcon/TagWithIcon.js +1 -1
  43. package/es/v1/ToastMessage/ToastMessage.js +4 -4
  44. package/es/v1/Upload/Upload.js +1 -1
  45. package/es/v1/{version2 → alert}/AlertClose/AlertClose.js +1 -1
  46. package/es/v1/alert/AlertHeader/AlertHeader.js +58 -49
  47. package/es/v1/alert/AlertLookup/AlertLookup.js +101 -41
  48. package/es/v1/avatar/AvatarClose/AvatarClose.js +1 -1
  49. package/es/v1/avatar/AvatarCollision/AvatarCollision.js +1 -1
  50. package/es/v1/avatar/AvatarIcon/AvatarIcon.js +2 -2
  51. package/es/v1/avatar/AvatarStatus/AvatarStatus.js +1 -1
  52. package/es/v1/avatar/AvatarThread/AvatarThread.js +1 -1
  53. package/es/v1/avatar/AvatarUser/AvatarUser.js +1 -1
  54. package/es/v1/avatar/AvatarWithTeam/AvatarWithTeam.js +2 -2
  55. package/es/v1/dropdown/ToggleDropDown/ToggleDropDown.js +18 -15
  56. package/es/v1/errorstate/Inconvenience/Inconvenience.js +53 -80
  57. package/es/v1/{version2/errorstate → errorstate}/OopsSomethingMiss/OopsSomethingMiss.js +6 -6
  58. package/es/v1/{version2/errorstate → errorstate}/UnableToProcessRequest/UnableToProcessRequest.js +6 -6
  59. package/es/v1/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +54 -73
  60. package/es/v1/{version2/errorstate → errorstate}/UrlNotFound/UrlNotFound.js +6 -6
  61. package/es/v1/{version2/errorstate → errorstate}/WillBeRightBack/WillBeRightBack.js +6 -6
  62. package/es/v1/form/fields/CheckBoxField/CheckBoxField.js +102 -118
  63. package/es/v1/form/fields/CurrencyField/CurrencyField.js +128 -154
  64. package/es/v1/form/fields/DateField/DateField.js +131 -162
  65. package/es/v1/form/fields/FieldContainer/FieldContainer.js +52 -57
  66. package/es/v1/form/fields/MultiSelectField/MultiSelectField.js +144 -168
  67. package/es/v1/form/fields/PhoneField/PhoneField.js +128 -156
  68. package/es/v1/form/fields/RadioField/RadioField.js +2 -2
  69. package/es/v1/form/fields/SelectField/SelectField.js +3 -3
  70. package/es/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +8 -8
  71. package/es/v1/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +8 -5
  72. package/es/v1/form/fields/TextBoxField/TextBoxField.js +3 -3
  73. package/es/v1/form/fields/TextEditor/TextEditor.js +1 -1
  74. package/es/v1/form/fields/TextEditorField/TextEditorField.js +1 -1
  75. package/es/v1/form/fields/TextEditorWrapper/TextEditorWrapper.js +3 -3
  76. package/es/v1/form/fields/TextareaField/TextareaField.js +3 -3
  77. package/es/v1/form/fields/ValidationMessage/ValidationMessage.js +2 -2
  78. package/es/v1/layout/SetupDetailLayout/SetupDetailLayout.js +1 -1
  79. package/es/v1/layout/SubtabLayout/SubtabLayout.js +2 -2
  80. package/es/v1/list/AvatarFlip/AvatarFlip.js +61 -64
  81. package/es/v1/list/BluePrintStatus/BluePrintStatus.js +11 -18
  82. package/es/v1/list/Comment/Comment.js +25 -32
  83. package/es/v1/list/DepartmentDropDown/DepartmentDropDown.js +57 -72
  84. package/es/v1/list/Dot/Dot.js +9 -16
  85. package/es/v1/list/DotNew/DotNew.js +11 -18
  86. package/es/v1/list/GridStencils/GridStencils.js +21 -24
  87. package/es/v1/list/Icons/AddNewIcon.js +19 -22
  88. package/es/v1/list/Icons/CompleteIcon.js +21 -24
  89. package/es/v1/list/Icons/DeleteIcon.js +22 -25
  90. package/es/v1/list/Icons/EditIcon.js +22 -25
  91. package/es/v1/list/Icons/FloatingIcons.js +12 -19
  92. package/es/v1/list/Icons/ReadUnreadIcon.js +24 -27
  93. package/es/v1/list/Icons/SmartIcon.js +20 -23
  94. package/es/v1/list/ListLayout/ListLayout.js +54 -68
  95. package/es/v1/list/ListStencils/ListStencils.js +28 -31
  96. package/es/v1/list/SecondaryText/AccountName.js +1 -1
  97. package/es/v1/list/SecondaryText/ContactName.js +1 -1
  98. package/es/v1/list/SecondryPanel/SecondryPanel.js +1 -2
  99. package/es/v1/list/Thread/Thread.js +1 -1
  100. package/es/v1/list/UserTime/UserTime.js +1 -1
  101. package/es/v1/list/status/StatusDropdown/StatusDropdown.js +266 -357
  102. package/es/v1/list/status/StatusListItem/StatusListItem.js +5 -5
  103. package/es/v1/lookup/Lookup/Lookup.js +14 -13
  104. package/es/v1/lookup/Section/Section.js +1 -1
  105. package/es/v1/lookup/header/ModuleHeader/ModuleHeader.js +1 -1
  106. package/es/v1/lookup/header/Search/Search.js +3 -3
  107. package/es/v1/lookup/header/TicketHeader/TicketHeader.js +1 -1
  108. package/es/v1/lookup/header/ViewDropDown/ViewDropDown.js +10 -9
  109. package/es/v1/{version2/notification → notification}/DesktopNotification/DesktopNotification.js +6 -6
  110. package/es/v1/{version2/notification → notification}/DesktopNotificationHeader/DesktopNotificationHeader.js +6 -6
  111. package/es/v1/setup/header/Button/Button.js +1 -1
  112. package/es/v1/setup/header/Link/Link.js +1 -1
  113. package/es/v1/setup/header/Search/Search.js +1 -1
  114. package/es/v1/setup/table/Table/Table.js +1 -1
  115. package/es/v1/setup/table/TableBody/TableBody.js +1 -1
  116. package/es/v1/setup/table/TableData/TableData.js +1 -1
  117. package/es/v1/setup/table/TableHead/TableHead.js +1 -1
  118. package/es/v1/setup/table/TableRow/TableRow.js +1 -1
  119. package/lib/Drawer/Drawer.js +18 -17
  120. package/lib/lookup/Lookup/Lookup.js +15 -15
  121. package/lib/v1/ActionButton/ActionButton.js +11 -9
  122. package/lib/v1/AlphabeticList/AlphabeticList.js +2 -4
  123. package/lib/v1/Attachment/Attachment.js +1 -1
  124. package/lib/v1/AttachmentViewer/AttachmentViewer.js +4 -4
  125. package/lib/v1/ChannelIcon/ChannelIcon.js +1 -1
  126. package/lib/v1/Drawer/Drawer.js +21 -21
  127. package/lib/v1/FlipCard/FlipCard.js +4 -4
  128. package/lib/v1/FormAction/FormAction.js +1 -1
  129. package/lib/v1/FreezeLayer/FreezeLayer.js +3 -3
  130. package/lib/v1/{version2/GlobalNotification → GlobalNotification}/GlobalNotification.js +7 -7
  131. package/lib/v1/IconButton/IconButton.js +3 -3
  132. package/lib/v1/ImportantNotes/ImportantNotes.js +1 -1
  133. package/lib/v1/Loader/Loader.js +1 -1
  134. package/lib/v1/MessageBanner/MessageBanner.js +1 -1
  135. package/lib/v1/NewStar/NewStar.js +1 -1
  136. package/lib/v1/Separator/Separator.js +1 -1
  137. package/lib/v1/TagWithIcon/TagWithIcon.js +1 -1
  138. package/lib/v1/ToastMessage/ToastMessage.js +4 -4
  139. package/lib/v1/Upload/Upload.js +1 -1
  140. package/lib/v1/{version2 → alert}/AlertClose/AlertClose.js +1 -1
  141. package/lib/v1/alert/AlertHeader/AlertHeader.js +68 -50
  142. package/lib/v1/alert/AlertLookup/AlertLookup.js +109 -42
  143. package/lib/v1/avatar/AvatarClose/AvatarClose.js +1 -1
  144. package/lib/v1/avatar/AvatarCollision/AvatarCollision.js +1 -1
  145. package/lib/v1/avatar/AvatarIcon/AvatarIcon.js +2 -2
  146. package/lib/v1/avatar/AvatarStatus/AvatarStatus.js +1 -1
  147. package/lib/v1/avatar/AvatarThread/AvatarThread.js +1 -1
  148. package/lib/v1/avatar/AvatarUser/AvatarUser.js +1 -1
  149. package/lib/v1/avatar/AvatarWithTeam/AvatarWithTeam.js +2 -2
  150. package/lib/v1/dropdown/ToggleDropDown/ToggleDropDown.js +18 -16
  151. package/lib/v1/errorstate/Inconvenience/Inconvenience.js +53 -115
  152. package/lib/v1/{version2/errorstate → errorstate}/OopsSomethingMiss/OopsSomethingMiss.js +6 -6
  153. package/lib/v1/{version2/errorstate → errorstate}/UnableToProcessRequest/UnableToProcessRequest.js +6 -6
  154. package/lib/v1/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +54 -108
  155. package/lib/v1/{version2/errorstate → errorstate}/UrlNotFound/UrlNotFound.js +6 -6
  156. package/lib/v1/{version2/errorstate → errorstate}/WillBeRightBack/WillBeRightBack.js +6 -6
  157. package/lib/v1/form/fields/CheckBoxField/CheckBoxField.js +107 -159
  158. package/lib/v1/form/fields/CurrencyField/CurrencyField.js +152 -193
  159. package/lib/v1/form/fields/DateField/DateField.js +140 -206
  160. package/lib/v1/form/fields/FieldContainer/FieldContainer.js +60 -91
  161. package/lib/v1/form/fields/MultiSelectField/MultiSelectField.js +168 -228
  162. package/lib/v1/form/fields/PhoneField/PhoneField.js +150 -193
  163. package/lib/v1/form/fields/RadioField/RadioField.js +2 -2
  164. package/lib/v1/form/fields/SelectField/SelectField.js +3 -3
  165. package/lib/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +8 -8
  166. package/lib/v1/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +11 -8
  167. package/lib/v1/form/fields/TextBoxField/TextBoxField.js +3 -3
  168. package/lib/v1/form/fields/TextEditor/TextEditor.js +1 -1
  169. package/lib/v1/form/fields/TextEditorField/TextEditorField.js +1 -1
  170. package/lib/v1/form/fields/TextEditorWrapper/TextEditorWrapper.js +3 -3
  171. package/lib/v1/form/fields/TextareaField/TextareaField.js +3 -3
  172. package/lib/v1/form/fields/ValidationMessage/ValidationMessage.js +2 -2
  173. package/lib/v1/layout/SetupDetailLayout/SetupDetailLayout.js +1 -1
  174. package/lib/v1/layout/SubtabLayout/SubtabLayout.js +2 -2
  175. package/lib/v1/list/AvatarFlip/AvatarFlip.js +61 -106
  176. package/lib/v1/list/BluePrintStatus/BluePrintStatus.js +11 -51
  177. package/lib/v1/list/Comment/Comment.js +24 -69
  178. package/lib/v1/list/DepartmentDropDown/DepartmentDropDown.js +67 -122
  179. package/lib/v1/list/Dot/Dot.js +9 -54
  180. package/lib/v1/list/DotNew/DotNew.js +11 -56
  181. package/lib/v1/list/GridStencils/GridStencils.js +21 -62
  182. package/lib/v1/list/Icons/AddNewIcon.js +19 -60
  183. package/lib/v1/list/Icons/CompleteIcon.js +21 -62
  184. package/lib/v1/list/Icons/DeleteIcon.js +22 -63
  185. package/lib/v1/list/Icons/EditIcon.js +22 -63
  186. package/lib/v1/list/Icons/FloatingIcons.js +17 -62
  187. package/lib/v1/list/Icons/ReadUnreadIcon.js +24 -65
  188. package/lib/v1/list/Icons/SmartIcon.js +20 -65
  189. package/lib/v1/list/ListLayout/ListLayout.js +53 -116
  190. package/lib/v1/list/ListStencils/ListStencils.js +33 -72
  191. package/lib/v1/list/SecondaryText/AccountName.js +1 -1
  192. package/lib/v1/list/SecondaryText/ContactName.js +1 -1
  193. package/lib/v1/list/SecondryPanel/SecondryPanel.js +3 -5
  194. package/lib/v1/list/Thread/Thread.js +1 -1
  195. package/lib/v1/list/UserTime/UserTime.js +1 -1
  196. package/lib/v1/list/status/StatusDropdown/StatusDropdown.js +367 -472
  197. package/lib/v1/list/status/StatusListItem/StatusListItem.js +5 -5
  198. package/lib/v1/lookup/Lookup/Lookup.js +20 -18
  199. package/lib/v1/lookup/Section/Section.js +1 -1
  200. package/lib/v1/lookup/header/ModuleHeader/ModuleHeader.js +1 -1
  201. package/lib/v1/lookup/header/Search/Search.js +3 -3
  202. package/lib/v1/lookup/header/TicketHeader/TicketHeader.js +1 -1
  203. package/lib/v1/lookup/header/ViewDropDown/ViewDropDown.js +10 -9
  204. package/lib/v1/{version2/notification → notification}/DesktopNotification/DesktopNotification.js +6 -6
  205. package/lib/v1/{version2/notification → notification}/DesktopNotificationHeader/DesktopNotificationHeader.js +6 -6
  206. package/lib/v1/setup/header/Button/Button.js +1 -1
  207. package/lib/v1/setup/header/Link/Link.js +1 -1
  208. package/lib/v1/setup/header/Search/Search.js +1 -1
  209. package/lib/v1/setup/table/Table/Table.js +1 -1
  210. package/lib/v1/setup/table/TableBody/TableBody.js +1 -1
  211. package/lib/v1/setup/table/TableData/TableData.js +1 -1
  212. package/lib/v1/setup/table/TableHead/TableHead.js +1 -1
  213. package/lib/v1/setup/table/TableRow/TableRow.js +1 -1
  214. package/package.json +11 -11
  215. package/result.json +1 -1
  216. package/es/v1/errorstate/LinkText/LinkText.js +0 -29
  217. package/es/v1/errorstate/NoRequestFound/NoRequestFound.js +0 -84
  218. package/es/v1/errorstate/PermissionPlay/PermissionPlay.js +0 -83
  219. package/es/v1/errorstate/RequestUrlNotFound/RequestUrlNotFound.js +0 -84
  220. package/es/v1/errorstate/UnableToProcess/UnableToProcess.js +0 -86
  221. package/es/v1/errorstate/WillBack/WillBack.js +0 -75
  222. package/es/v1/errorstate/index.js +0 -8
  223. package/es/v1/version2/errorstate/Inconvenience/Inconvenience.js +0 -63
  224. package/es/v1/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +0 -65
  225. package/es/v1/version2/index.js +0 -12
  226. package/es/v1/version2/lookup/AlertHeader/AlertHeader.js +0 -79
  227. package/es/v1/version2/lookup/AlertLookup/AlertLookup.js +0 -164
  228. package/lib/v1/errorstate/LinkText/LinkText.js +0 -80
  229. package/lib/v1/errorstate/NoRequestFound/NoRequestFound.js +0 -135
  230. package/lib/v1/errorstate/PermissionPlay/PermissionPlay.js +0 -134
  231. package/lib/v1/errorstate/RequestUrlNotFound/RequestUrlNotFound.js +0 -135
  232. package/lib/v1/errorstate/UnableToProcess/UnableToProcess.js +0 -137
  233. package/lib/v1/errorstate/WillBack/WillBack.js +0 -125
  234. package/lib/v1/errorstate/index.js +0 -71
  235. package/lib/v1/version2/errorstate/Inconvenience/Inconvenience.js +0 -79
  236. package/lib/v1/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +0 -81
  237. package/lib/v1/version2/index.js +0 -58
  238. package/lib/v1/version2/lookup/AlertHeader/AlertHeader.js +0 -104
  239. package/lib/v1/version2/lookup/AlertLookup/AlertLookup.js +0 -185
  240. /package/es/v1/{version2 → alert}/alertIcons/AlarmAlertIcon.js +0 -0
  241. /package/es/v1/{version2 → alert}/alertIcons/AlertIcons.js +0 -0
  242. /package/es/v1/{version2 → alert}/alertIcons/DangerAlertIcon.js +0 -0
  243. /package/es/v1/{version2 → alert}/alertIcons/ErrorAlertIcon.js +0 -0
  244. /package/es/v1/{version2 → alert}/alertIcons/InfoAlertIcon.js +0 -0
  245. /package/es/v1/{version2 → alert}/alertIcons/NotificationAlertIcon.js +0 -0
  246. /package/es/v1/{version2 → alert}/alertIcons/SuccessAlertIcon.js +0 -0
  247. /package/es/v1/{version2 → alert}/alertIcons/WarningAlertIcon.js +0 -0
  248. /package/es/v1/{version2 → alert}/alertIcons/index.js +0 -0
  249. /package/lib/v1/{version2 → alert}/alertIcons/AlarmAlertIcon.js +0 -0
  250. /package/lib/v1/{version2 → alert}/alertIcons/AlertIcons.js +0 -0
  251. /package/lib/v1/{version2 → alert}/alertIcons/DangerAlertIcon.js +0 -0
  252. /package/lib/v1/{version2 → alert}/alertIcons/ErrorAlertIcon.js +0 -0
  253. /package/lib/v1/{version2 → alert}/alertIcons/InfoAlertIcon.js +0 -0
  254. /package/lib/v1/{version2 → alert}/alertIcons/NotificationAlertIcon.js +0 -0
  255. /package/lib/v1/{version2 → alert}/alertIcons/SuccessAlertIcon.js +0 -0
  256. /package/lib/v1/{version2 → alert}/alertIcons/WarningAlertIcon.js +0 -0
  257. /package/lib/v1/{version2 → alert}/alertIcons/index.js +0 -0
package/README.md CHANGED
@@ -2,6 +2,19 @@
2
2
 
3
3
  In this Library, we Provide Some Basic Components to Build Your Application
4
4
 
5
+ # 1.3.0
6
+
7
+ - v1 => old errorstate components removed and version2 folder errorstate components moved to v1/errorstate folder.
8
+ - v1 => old alert components removed and version2 lookup folder alert components moved to v1/alert folder.
9
+
10
+ # 1.2.5
11
+
12
+ - **Drawer** - Unwanted zIndex increase issue fixed
13
+
14
+ # 1.2.4
15
+
16
+ - **Drawer**, **Lookup** - FocusScope component prop rename update.
17
+
5
18
  # 1.2.3
6
19
 
7
20
  - **setup/helptips/ListGroup/ListGroup** data to text issue fixed
@@ -214,7 +214,7 @@ ExternalLink.propTypes = propTypes;
214
214
  <div class='footer quiet pad2 space-top1 center small'>
215
215
  Code coverage generated by
216
216
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
217
- at 2023-08-28T16:00:21.378Z
217
+ at 2023-10-16T14:22:33.744Z
218
218
  </div>
219
219
  <script src="../prettify.js"></script>
220
220
  <script>
@@ -79,7 +79,7 @@
79
79
  <div class='footer quiet pad2 space-top1 center small'>
80
80
  Code coverage generated by
81
81
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
82
- at 2023-08-28T16:00:21.378Z
82
+ at 2023-10-16T14:22:33.744Z
83
83
  </div>
84
84
  <script src="../prettify.js"></script>
85
85
  <script>
@@ -116,7 +116,7 @@
116
116
  <div class='footer quiet pad2 space-top1 center small'>
117
117
  Code coverage generated by
118
118
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119
- at 2023-08-28T16:00:21.378Z
119
+ at 2023-10-16T14:22:33.744Z
120
120
  </div>
121
121
  <script src="../prettify.js"></script>
122
122
  <script>
@@ -85,7 +85,7 @@
85
85
  <div class='footer quiet pad2 space-top1 center small'>
86
86
  Code coverage generated by
87
87
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
88
- at 2023-08-28T16:00:21.378Z
88
+ at 2023-10-16T14:22:33.744Z
89
89
  </div>
90
90
  <script src="../../prettify.js"></script>
91
91
  <script>
@@ -116,7 +116,7 @@
116
116
  <div class='footer quiet pad2 space-top1 center small'>
117
117
  Code coverage generated by
118
118
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119
- at 2023-08-28T16:00:21.378Z
119
+ at 2023-10-16T14:22:33.744Z
120
120
  </div>
121
121
  <script src="../../prettify.js"></script>
122
122
  <script>
@@ -109,7 +109,7 @@ export const propTypes = {
109
109
  <div class='footer quiet pad2 space-top1 center small'>
110
110
  Code coverage generated by
111
111
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
112
- at 2023-08-28T16:00:21.378Z
112
+ at 2023-10-16T14:22:33.744Z
113
113
  </div>
114
114
  <script src="../../prettify.js"></script>
115
115
  <script>
@@ -169,7 +169,7 @@ Image.defaultProps = defaultProps;
169
169
  <div class='footer quiet pad2 space-top1 center small'>
170
170
  Code coverage generated by
171
171
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
172
- at 2023-08-28T16:00:21.378Z
172
+ at 2023-10-16T14:22:33.744Z
173
173
  </div>
174
174
  <script src="../prettify.js"></script>
175
175
  <script>
@@ -103,7 +103,7 @@
103
103
  <div class='footer quiet pad2 space-top1 center small'>
104
104
  Code coverage generated by
105
105
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
106
- at 2023-08-28T16:00:21.378Z
106
+ at 2023-10-16T14:22:33.744Z
107
107
  </div>
108
108
  <script src="../prettify.js"></script>
109
109
  <script>
@@ -116,7 +116,7 @@
116
116
  <div class='footer quiet pad2 space-top1 center small'>
117
117
  Code coverage generated by
118
118
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119
- at 2023-08-28T16:00:21.378Z
119
+ at 2023-10-16T14:22:33.744Z
120
120
  </div>
121
121
  <script src="../prettify.js"></script>
122
122
  <script>
@@ -82,7 +82,7 @@
82
82
  <div class='footer quiet pad2 space-top1 center small'>
83
83
  Code coverage generated by
84
84
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
85
- at 2023-08-28T16:00:21.378Z
85
+ at 2023-10-16T14:22:33.744Z
86
86
  </div>
87
87
  <script src="../../prettify.js"></script>
88
88
  <script>
@@ -116,7 +116,7 @@
116
116
  <div class='footer quiet pad2 space-top1 center small'>
117
117
  Code coverage generated by
118
118
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119
- at 2023-08-28T16:00:21.378Z
119
+ at 2023-10-16T14:22:33.744Z
120
120
  </div>
121
121
  <script src="../../prettify.js"></script>
122
122
  <script>
@@ -112,7 +112,7 @@ export const propTypes = {
112
112
  <div class='footer quiet pad2 space-top1 center small'>
113
113
  Code coverage generated by
114
114
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
115
- at 2023-08-28T16:00:21.378Z
115
+ at 2023-10-16T14:22:33.744Z
116
116
  </div>
117
117
  <script src="../../prettify.js"></script>
118
118
  <script>
@@ -433,7 +433,7 @@ AvatarWithTeam.propTypes = propTypes;
433
433
  <div class='footer quiet pad2 space-top1 center small'>
434
434
  Code coverage generated by
435
435
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
436
- at 2023-08-28T16:00:21.378Z
436
+ at 2023-10-16T14:22:33.744Z
437
437
  </div>
438
438
  <script src="../../prettify.js"></script>
439
439
  <script>
@@ -118,7 +118,7 @@
118
118
  <div class='footer quiet pad2 space-top1 center small'>
119
119
  Code coverage generated by
120
120
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
121
- at 2023-08-28T16:00:21.378Z
121
+ at 2023-10-16T14:22:33.744Z
122
122
  </div>
123
123
  <script src="../../prettify.js"></script>
124
124
  <script>
@@ -116,7 +116,7 @@
116
116
  <div class='footer quiet pad2 space-top1 center small'>
117
117
  Code coverage generated by
118
118
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119
- at 2023-08-28T16:00:21.378Z
119
+ at 2023-10-16T14:22:33.744Z
120
120
  </div>
121
121
  <script src="../../prettify.js"></script>
122
122
  <script>
@@ -97,7 +97,7 @@
97
97
  <div class='footer quiet pad2 space-top1 center small'>
98
98
  Code coverage generated by
99
99
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
100
- at 2023-08-28T16:00:21.378Z
100
+ at 2023-10-16T14:22:33.744Z
101
101
  </div>
102
102
  <script src="../../../prettify.js"></script>
103
103
  <script>
@@ -116,7 +116,7 @@
116
116
  <div class='footer quiet pad2 space-top1 center small'>
117
117
  Code coverage generated by
118
118
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119
- at 2023-08-28T16:00:21.378Z
119
+ at 2023-10-16T14:22:33.744Z
120
120
  </div>
121
121
  <script src="../../../prettify.js"></script>
122
122
  <script>
@@ -148,7 +148,7 @@ export const propTypes = {
148
148
  <div class='footer quiet pad2 space-top1 center small'>
149
149
  Code coverage generated by
150
150
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
151
- at 2023-08-28T16:00:21.378Z
151
+ at 2023-10-16T14:22:33.744Z
152
152
  </div>
153
153
  <script src="../../../prettify.js"></script>
154
154
  <script>
@@ -176,7 +176,7 @@
176
176
  <div class='footer quiet pad2 space-top1 center small'>
177
177
  Code coverage generated by
178
178
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
179
- at 2023-08-28T16:00:21.378Z
179
+ at 2023-10-16T14:22:33.744Z
180
180
  </div>
181
181
  <script src="prettify.js"></script>
182
182
  <script>
@@ -157,11 +157,11 @@ export default class Drawer extends React.Component {
157
157
  focusScopeProps = {}
158
158
  } = customProps;
159
159
  const {
160
- autoFocus = true,
161
- restoreFocus = true,
162
- needArrowLoop = false,
163
- needTabLoop = true,
164
- enableEnterAction = false
160
+ needAutoFocus = true,
161
+ needRestoreFocus = true,
162
+ needListNavigation = false,
163
+ needFocusLoop = true,
164
+ needEnterAction = false
165
165
  } = focusScopeProps;
166
166
  let childrenWithProps = React.Children.map(children, child => {
167
167
  if (child.type === Header || child.type === Footer || child.type === Content) {
@@ -200,12 +200,12 @@ export default class Drawer extends React.Component {
200
200
  flexible: true
201
201
  }, subDrawerChildren))))) : null, needFocusScope ? /*#__PURE__*/React.createElement(FocusScope, {
202
202
  elementRef: this.createRef,
203
- autoFocus: autoFocus,
204
- needTabLoop: needTabLoop,
205
- restoreFocus: restoreFocus,
206
- needArrowLoop: needArrowLoop,
203
+ needAutoFocus: needAutoFocus,
204
+ needFocusLoop: needFocusLoop,
205
+ needRestoreFocus: needRestoreFocus,
206
+ needListNavigation: needListNavigation,
207
207
  onClose: onClose,
208
- enableEnterAction: enableEnterAction
208
+ needEnterAction: needEnterAction
209
209
  }, content) : content);
210
210
  }
211
211
 
@@ -235,6 +235,7 @@ export default class Drawer extends React.Component {
235
235
  needAutoZindex,
236
236
  innerPortalName
237
237
  } = this.props;
238
+ let zindexNumber = this.getNextIndex();
238
239
  return /*#__PURE__*/React.createElement(ResponsiveReceiver, {
239
240
  query: this.responsiveFunc,
240
241
  responsiveId: responsiveId
@@ -272,8 +273,8 @@ export default class Drawer extends React.Component {
272
273
  scroll: "none",
273
274
  eleRef: forwardRef,
274
275
  className: `${style.isOverlay} ${customClass}`,
275
- style: isActive && needAutoZindex ? {
276
- zIndex: `${this.getNextIndex()}`
276
+ style: needAutoZindex ? {
277
+ zIndex: `${zindexNumber}`
277
278
  } : {}
278
279
  }, this.drawers(uptoTablet, styleByResolutions)));
279
280
  });
@@ -67,11 +67,11 @@ export default class Lookup extends Component {
67
67
  focusScopeProps = {}
68
68
  } = customProps;
69
69
  const {
70
- autoFocus = true,
71
- restoreFocus = true,
72
- needArrowLoop = false,
73
- needTabLoop = true,
74
- enableEnterAction = false
70
+ needAutoFocus = true,
71
+ needRestoreFocus = true,
72
+ needListNavigation = false,
73
+ needFocusLoop = true,
74
+ needEnterAction = false
75
75
  } = focusScopeProps;
76
76
  const content = /*#__PURE__*/React.createElement("div", {
77
77
  ref: this.createRef,
@@ -101,13 +101,13 @@ export default class Lookup extends Component {
101
101
  className: style.container,
102
102
  dataId: "fldValue"
103
103
  }, needFocusScope ? /*#__PURE__*/React.createElement(FocusScope, {
104
- needTabLoop: needTabLoop,
105
- needArrowLoop: needArrowLoop,
104
+ needFocusLoop: needFocusLoop,
105
+ needListNavigation: needListNavigation,
106
106
  elementRef: this.createRef,
107
- autoFocus: autoFocus,
108
- restoreFocus: restoreFocus,
107
+ needAutoFocus: needAutoFocus,
108
+ needRestoreFocus: needRestoreFocus,
109
109
  onClose: onClose,
110
- enableEnterAction: enableEnterAction
110
+ needEnterAction: needEnterAction
111
111
  }, content) : content));
112
112
  }
113
113
 
@@ -1,13 +1,13 @@
1
1
  import React from 'react';
2
2
  import { defaultProps } from '../../ActionButton/props/defaultProps';
3
3
  import { propTypes } from '../../ActionButton/props/propTypes';
4
- import Popup from '@zohodesk/components/lib/Popup/Popup';
4
+ import Popup from '@zohodesk/components/es/v1/Popup/Popup';
5
5
  import { Icon } from '@zohodesk/icons';
6
- import Button from '@zohodesk/components/lib/Button/Button';
7
- import { Container, Box } from '@zohodesk/components/lib/Layout';
8
- import ResponsiveDropBox from '@zohodesk/components/lib/ResponsiveDropBox/ResponsiveDropBox';
9
- import CssProvider from '@zohodesk/components/lib/Provider/CssProvider';
10
- import btnStyle from '@zohodesk/components/lib/semantic/Button/semanticButton.module.css';
6
+ import Button from '@zohodesk/components/es/v1/Button/Button';
7
+ import { Container, Box } from '@zohodesk/components/es/v1/Layout';
8
+ import ResponsiveDropBox from '@zohodesk/components/es/v1/ResponsiveDropBox/ResponsiveDropBox';
9
+ import CssProvider from '@zohodesk/components/es/v1/Provider/CssProvider';
10
+ import btnStyle from '@zohodesk/components/es/semantic/Button/semanticButton.module.css';
11
11
  import style from '../../ActionButton/ActionButton.module.css';
12
12
 
13
13
  function ActionButton(props) {
@@ -130,8 +130,11 @@ function ActionButton(props) {
130
130
  }
131
131
 
132
132
  ActionButton.defaultProps = defaultProps;
133
- ActionButton.propTypes = propTypes; // ActionButton.docs = {
133
+ ActionButton.propTypes = propTypes;
134
+ const ActionButtonComponent = Popup(ActionButton);
135
+ ActionButtonComponent.defaultProps = ActionButton.defaultProps;
136
+ ActionButtonComponent.propTypes = ActionButton.propTypes; // ActionButton.docs = {
134
137
  // componentGroup: 'Atom'
135
138
  // };
136
139
 
137
- export default Popup(ActionButton);
140
+ export default ActionButtonComponent;
@@ -2,7 +2,7 @@
2
2
  import React, { memo } from 'react';
3
3
  import { AlphabeticList_defaultProps, AlphabeticListItem_defaultProps } from '../../AlphabeticList/props/defaultProps';
4
4
  import { AlphabeticList_propTypes, AlphabeticListItem_propTypes, AlphabeticCharacters, NumberList, AlphabeticCharactersWithHash } from '../../AlphabeticList/props/propTypes';
5
- import { Container, Box } from '@zohodesk/components/lib/Layout';
5
+ import { Container, Box } from '@zohodesk/components/es/v1/Layout';
6
6
  /*** CSS ***/
7
7
 
8
8
  import style from '../../AlphabeticList/AlphabeticList.module.css';
@@ -87,4 +87,4 @@ function AlphabeticListItem(props) {
87
87
 
88
88
  AlphabeticListItem.propTypes = AlphabeticListItem_propTypes;
89
89
  AlphabeticListItem.defaultProps = AlphabeticListItem_defaultProps;
90
- export default /*#__PURE__*/memo(AlphabeticList);
90
+ export default AlphabeticList;
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import { defaultProps } from '../../Attachment/props/defaultProps';
3
3
  import { propTypes } from '../../Attachment/props/propTypes';
4
4
  import { Icon } from '@zohodesk/icons';
5
- import { Container, Box } from '@zohodesk/components/lib/Layout';
5
+ import { Container, Box } from '@zohodesk/components/es/v1/Layout';
6
6
  import Link from '../Link/Link';
7
7
  import style from '../../Attachment/Attachment.module.css';
8
8
  export default class Attachment extends React.Component {
@@ -1,11 +1,11 @@
1
1
  import React, { Component } from 'react';
2
2
  import { AttachmentViewer_defaultProps } from '../../AttachmentViewer/props/defaultProps';
3
3
  import { AttachmentViewer_propTypes } from '../../AttachmentViewer/props/propTypes';
4
- import { Container, Box } from '@zohodesk/components/lib/Layout';
4
+ import { Container, Box } from '@zohodesk/components/es/v1/Layout';
5
5
  import { Icon } from '@zohodesk/icons';
6
- import Avatar from '@zohodesk/components/lib/Avatar/Avatar';
7
- import { ResponsiveReceiver } from '@zohodesk/components/lib/Responsive/CustomResponsive';
8
- import { getUniqueId } from '@zohodesk/components/lib/Provider/IdProvider';
6
+ import Avatar from '@zohodesk/components/es/v1/Avatar/Avatar';
7
+ import { ResponsiveReceiver } from '@zohodesk/components/es/v1/Responsive/CustomResponsive';
8
+ import { getUniqueId } from '@zohodesk/components/es/v1/Provider/IdProvider';
9
9
  import AttachmentImage from './AttachmentImage';
10
10
  import Link from '../Link/Link';
11
11
  import IconButton from '../IconButton/IconButton';
@@ -1,6 +1,6 @@
1
1
  import React, { Component } from 'react';
2
2
  import { Icon } from '@zohodesk/icons';
3
- import Avatar from '@zohodesk/components/lib/Avatar/Avatar';
3
+ import Avatar from '@zohodesk/components/es/v1/Avatar/Avatar';
4
4
  import AvatarIcon from '../avatar/AvatarIcon/AvatarIcon';
5
5
  import { defaultProps } from '../../ChannelIcon/props/defaultProps';
6
6
  import { propTypes } from '../../ChannelIcon/props/propTypes';
@@ -1,14 +1,14 @@
1
1
  import React, { useRef } from 'react';
2
2
  import { Header_defaultProps, Footer_defaultProps, Drawer_defaultProps } from '../../Drawer/props/defaultProps';
3
3
  import { Header_propTypes, Content_propTypes, Footer_propTypes, Drawer_propTypes } from '../../Drawer/props/propTypes';
4
- import { Container, Box } from '@zohodesk/components/lib/Layout';
5
- import { Card, CardHeader, CardContent } from '@zohodesk/components/lib/Card';
6
- import VelocityAnimationGroup from '@zohodesk/components/lib/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup';
7
- import { ResponsiveSender, ResponsiveReceiver } from '@zohodesk/components/lib/Responsive/CustomResponsive';
4
+ import { Container, Box } from '@zohodesk/components/es/v1/Layout';
5
+ import { Card, CardHeader, CardContent } from '@zohodesk/components/es/v1/Card';
6
+ import VelocityAnimationGroup from '@zohodesk/components/es/v1/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup';
7
+ import { ResponsiveSender, ResponsiveReceiver } from '@zohodesk/components/es/v1/Responsive/CustomResponsive';
8
8
  import { Icon } from '@zohodesk/icons';
9
- import { useZIndex } from '@zohodesk/components/lib/Provider/ZindexProvider';
9
+ import { useZIndex } from '@zohodesk/components/es/v1/Provider/ZindexProvider';
10
10
  import FocusScope from '@zohodesk/a11y/es/FocusScope/FocusScope';
11
- import Heading from '@zohodesk/components/lib/Heading/Heading';
11
+ import Heading from '@zohodesk/components/es/v1/Heading/Heading';
12
12
  import FreezeLayer from '../FreezeLayer/FreezeLayer';
13
13
  import FormAction from '../FormAction/FormAction';
14
14
  import IconButton from '../IconButton/IconButton';
@@ -143,11 +143,11 @@ export default function Drawer(props) {
143
143
  focusScopeProps = {}
144
144
  } = customProps;
145
145
  const {
146
- autoFocus = true,
147
- restoreFocus = true,
148
- needArrowLoop = false,
149
- needTabLoop = true,
150
- enableEnterAction = false
146
+ needAutoFocus = true,
147
+ needRestoreFocus = true,
148
+ needListNavigation = false,
149
+ needFocusLoop = true,
150
+ needEnterAction = false
151
151
  } = focusScopeProps;
152
152
  let childrenWithProps = React.Children.map(children, child => {
153
153
  if (child.type === Header || child.type === Footer || child.type === Content) {
@@ -186,12 +186,12 @@ export default function Drawer(props) {
186
186
  flexible: true
187
187
  }, subDrawerChildren))))) : null, needFocusScope ? /*#__PURE__*/React.createElement(FocusScope, {
188
188
  elementRef: contentRef,
189
- autoFocus: autoFocus,
190
- needTabLoop: needTabLoop,
191
- restoreFocus: restoreFocus,
192
- needArrowLoop: needArrowLoop,
189
+ needAutoFocus: needAutoFocus,
190
+ needFocusLoop: needFocusLoop,
191
+ needRestoreFocus: needRestoreFocus,
192
+ needListNavigation: needListNavigation,
193
193
  onClose: onClose,
194
- enableEnterAction: enableEnterAction
194
+ needEnterAction: needEnterAction
195
195
  }, content) : content);
196
196
  }
197
197
 
@@ -3,9 +3,9 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
3
3
  import React from 'react';
4
4
  import { defaultProps } from '../../FlipCard/props/defaultProps';
5
5
  import { propTypes } from '../../FlipCard/props/propTypes';
6
- import CheckBox from '@zohodesk/components/lib/CheckBox/CheckBox';
7
- import { Container } from '@zohodesk/components/lib/Layout';
8
- import AvatarSize from '@zohodesk/components/lib/Provider/AvatarSize';
6
+ import CheckBox from '@zohodesk/components/es/v1/CheckBox/CheckBox';
7
+ import { Container } from '@zohodesk/components/es/v1/Layout';
8
+ import AvatarSize from '@zohodesk/components/es/v1/Provider/AvatarSize';
9
9
  import ChannelIcon from '../ChannelIcon/ChannelIcon';
10
10
  import AvatarIcon from '../avatar/AvatarIcon/AvatarIcon';
11
11
  import AvatarUser from '../avatar/AvatarUser/AvatarUser';
@@ -126,5 +126,5 @@ FlipCard.propTypes = propTypes;
126
126
  FlipCard.defaultProps = defaultProps; // if (__DOCS__) {
127
127
  // FlipCard.docs = {
128
128
  // componentGroup: 'Molecule'
129
- // };
129
+ // };
130
130
  // }
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { defaultProps } from '../../FormAction/props/defaultProps';
3
3
  import { propTypes } from '../../FormAction/props/propTypes';
4
- import { Container, Box } from '@zohodesk/components/lib/Layout';
4
+ import { Container, Box } from '@zohodesk/components/es/v1/Layout';
5
5
  import style from '../../FormAction/FormAction.module.css';
6
6
  export const LeftSide = props => {
7
7
  props.children;
@@ -1,10 +1,10 @@
1
1
  import React from 'react';
2
2
  import { defaultProps } from '../../FreezeLayer/props/defaultProps';
3
3
  import { propTypes } from '../../FreezeLayer/props/propTypes';
4
- import { Container } from '@zohodesk/components/lib/Layout';
4
+ import { Container } from '@zohodesk/components/es/v1/Layout';
5
5
  import { mergeStyle } from '@zohodesk/utils';
6
- import VelocityAnimationGroup from '@zohodesk/components/lib/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup';
7
- import { useZIndex } from '@zohodesk/components/lib/Provider/ZindexProvider';
6
+ import VelocityAnimationGroup from '@zohodesk/components/es/v1/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup';
7
+ import { useZIndex } from '@zohodesk/components/es/v1/Provider/ZindexProvider';
8
8
  import cssJSLogic from '../../FreezeLayer/css/cssJSLogic';
9
9
  import useFreezeLayer from '../../FreezeLayer/useFreezeLayer';
10
10
  import style from '../../FreezeLayer/css/FreezeLayer.module.css';
@@ -1,13 +1,13 @@
1
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
2
 
3
3
  import React, { useEffect } from 'react';
4
- import { defaultProps } from '../../../version2/GlobalNotification/props/defaultProps';
5
- import { propTypes, UI_propTypes, new_propTypes } from '../../../version2/GlobalNotification/props/propTypes';
6
- import AutoClose from '../../../actions/AutoClose';
7
- import AlertIcons from '../alertIcons/AlertIcons';
8
- import AlertClose from '../AlertClose/AlertClose';
9
- import { Container, Box } from '@zohodesk/components/lib/Layout';
10
- import style from '../../../version2/GlobalNotification/GlobalNotification.module.css';
4
+ import { defaultProps } from '../../version2/GlobalNotification/props/defaultProps';
5
+ import { propTypes, UI_propTypes, new_propTypes } from '../../version2/GlobalNotification/props/propTypes';
6
+ import AutoClose from '../../actions/AutoClose';
7
+ import AlertIcons from '../alert/alertIcons/AlertIcons';
8
+ import AlertClose from '../alert/AlertClose/AlertClose';
9
+ import { Container, Box } from '@zohodesk/components/es/v1/Layout';
10
+ import style from '../../version2/GlobalNotification/GlobalNotification.module.css';
11
11
  export default function GlobalNotification(props) {
12
12
  let {
13
13
  type,
@@ -4,9 +4,9 @@ import React, { useState } from 'react';
4
4
  import { defaultProps } from '../../IconButton/props/defaultProps';
5
5
  import { propTypes } from '../../IconButton/props/propTypes';
6
6
  import { Icon } from '@zohodesk/icons';
7
- import { Container } from '@zohodesk/components/lib/Layout';
8
- import btnStyle from '@zohodesk/components/lib/semantic/Button/semanticButton.module.css';
9
- import RippleEffect from '@zohodesk/components/lib/RippleEffect/RippleEffect';
7
+ import { Container } from '@zohodesk/components/es/v1/Layout';
8
+ import btnStyle from '@zohodesk/components/es/semantic/Button/semanticButton.module.css';
9
+ import RippleEffect from '@zohodesk/components/es/v1/RippleEffect/RippleEffect';
10
10
  import style from '../../IconButton/IconButton.module.css';
11
11
  export default function IconButton(props) {
12
12
  let {
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { defaultProps } from '../../ImportantNotes/props/defaultProps';
3
3
  import { propTypes } from '../../ImportantNotes/props/propTypes';
4
- import { Container, Box } from '@zohodesk/components/lib/Layout';
4
+ import { Container, Box } from '@zohodesk/components/es/v1/Layout';
5
5
  import { Icon } from '@zohodesk/icons';
6
6
  import style from '../../ImportantNotes/ImportantNotes.module.css';
7
7
  export default function ImportantNotes(props) {
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { getZIndex } from '@zohodesk/components/lib/Provider/ZindexProvider';
2
+ import { getZIndex } from '@zohodesk/components/es/v1/Provider/ZindexProvider';
3
3
  import style from '../../Loader/Loader.module.css';
4
4
  export default class Loader extends React.Component {
5
5
  constructor(props) {
@@ -3,7 +3,7 @@ import { defaultProps } from '../../MessageBanner/props/defaultProps';
3
3
  import { propTypes } from '../../MessageBanner/props/propTypes';
4
4
  import Link from '../Link/Link';
5
5
  import { Icon } from '@zohodesk/icons';
6
- import { Container, Box } from '@zohodesk/components/lib/Layout';
6
+ import { Container, Box } from '@zohodesk/components/es/v1/Layout';
7
7
  import style from '../../MessageBanner/MessageBanner.module.css';
8
8
  export default function MessageBanner(props) {
9
9
  let {
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { Icon } from '@zohodesk/icons';
3
- import { Container } from '@zohodesk/components/lib/Layout';
3
+ import { Container } from '@zohodesk/components/es/v1/Layout';
4
4
  import { defaultProps } from '../../NewStar/props/defaultProps';
5
5
  import { propTypes } from '../../NewStar/props/propTypes';
6
6
  import style from '../../NewStar/NewStar.module.css';
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { Container, Box } from '@zohodesk/components/lib/Layout';
2
+ import { Container, Box } from '@zohodesk/components/es/v1/Layout';
3
3
  import { defaultProps } from '../../Separator/props/defaultProps';
4
4
  import { propTypes } from '../../Separator/props/propTypes';
5
5
  import style from '../../Separator/Separator.module.css';
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { defaultProps } from '../../TagWithIcon/props/defaultProps';
3
3
  import { propTypes } from '../../TagWithIcon/props/propTypes';
4
- import { Container, Box } from '@zohodesk/components/es/Layout';
4
+ import { Container, Box } from '@zohodesk/components/es/v1/Layout';
5
5
  import Icon from '@zohodesk/icons/es/Icon';
6
6
  import style from '../../TagWithIcon/TagWithIcon.module.css';
7
7
  export default function TagWithIcon(props) {
@@ -6,11 +6,11 @@ import { propTypes } from '../../ToastMessage/props/propTypes'; //components
6
6
 
7
7
  import { cancelBubblingEffect } from '@zohodesk/components/es/utils/Common';
8
8
  import { Icon } from '@zohodesk/icons';
9
- import { Container, Box } from '@zohodesk/components/lib/Layout';
10
- import { useZIndex } from '@zohodesk/components/lib/Provider/ZindexProvider';
11
- import { useUniqueId } from '@zohodesk/components/lib/Provider/IdProvider';
9
+ import { Container, Box } from '@zohodesk/components/es/v1/Layout';
10
+ import { useZIndex } from '@zohodesk/components/es/v1/Provider/ZindexProvider';
11
+ import { useUniqueId } from '@zohodesk/components/es/v1/Provider/IdProvider';
12
12
  import AutoClose from '../actions/AutoClose';
13
- import a11yStyle from '@zohodesk/components/lib/semantic/Button/semanticButton.module.css'; //style
13
+ import a11yStyle from '@zohodesk/components/es/semantic/Button/semanticButton.module.css'; //style
14
14
 
15
15
  import style from '../../ToastMessage/ToastMessage.module.css';
16
16