@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.
- package/.cli/PropLessFiles.html +1 -1
- package/.cli/PropValidationExcludeFilesArray.js +1 -1
- package/.cli/propValidation_report.html +1 -1
- package/README.md +13 -0
- package/coverage/ExternalLink/ExternalLink.js.html +1 -1
- package/coverage/ExternalLink/ExternalLink.module.css.html +1 -1
- package/coverage/ExternalLink/index.html +1 -1
- package/coverage/ExternalLink/props/defaultProps.js.html +1 -1
- package/coverage/ExternalLink/props/index.html +1 -1
- package/coverage/ExternalLink/props/propTypes.js.html +1 -1
- package/coverage/Image/Image.js.html +1 -1
- package/coverage/Image/Image.module.css.html +1 -1
- package/coverage/Image/index.html +1 -1
- package/coverage/Image/props/defaultProps.js.html +1 -1
- package/coverage/Image/props/index.html +1 -1
- package/coverage/Image/props/propTypes.js.html +1 -1
- package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.js.html +1 -1
- package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.module.css.html +1 -1
- package/coverage/avatar/AvatarWithTeam/index.html +1 -1
- package/coverage/avatar/AvatarWithTeam/props/defaultProps.js.html +1 -1
- package/coverage/avatar/AvatarWithTeam/props/index.html +1 -1
- package/coverage/avatar/AvatarWithTeam/props/propTypes.js.html +1 -1
- package/coverage/index.html +1 -1
- package/es/Drawer/Drawer.js +13 -12
- package/es/lookup/Lookup/Lookup.js +10 -10
- package/es/v1/ActionButton/ActionButton.js +11 -8
- package/es/v1/AlphabeticList/AlphabeticList.js +2 -2
- package/es/v1/Attachment/Attachment.js +1 -1
- package/es/v1/AttachmentViewer/AttachmentViewer.js +4 -4
- package/es/v1/ChannelIcon/ChannelIcon.js +1 -1
- package/es/v1/Drawer/Drawer.js +16 -16
- package/es/v1/FlipCard/FlipCard.js +4 -4
- package/es/v1/FormAction/FormAction.js +1 -1
- package/es/v1/FreezeLayer/FreezeLayer.js +3 -3
- package/es/v1/{version2/GlobalNotification → GlobalNotification}/GlobalNotification.js +7 -7
- package/es/v1/IconButton/IconButton.js +3 -3
- package/es/v1/ImportantNotes/ImportantNotes.js +1 -1
- package/es/v1/Loader/Loader.js +1 -1
- package/es/v1/MessageBanner/MessageBanner.js +1 -1
- package/es/v1/NewStar/NewStar.js +1 -1
- package/es/v1/Separator/Separator.js +1 -1
- package/es/v1/TagWithIcon/TagWithIcon.js +1 -1
- package/es/v1/ToastMessage/ToastMessage.js +4 -4
- package/es/v1/Upload/Upload.js +1 -1
- package/es/v1/{version2 → alert}/AlertClose/AlertClose.js +1 -1
- package/es/v1/alert/AlertHeader/AlertHeader.js +58 -49
- package/es/v1/alert/AlertLookup/AlertLookup.js +101 -41
- package/es/v1/avatar/AvatarClose/AvatarClose.js +1 -1
- package/es/v1/avatar/AvatarCollision/AvatarCollision.js +1 -1
- package/es/v1/avatar/AvatarIcon/AvatarIcon.js +2 -2
- package/es/v1/avatar/AvatarStatus/AvatarStatus.js +1 -1
- package/es/v1/avatar/AvatarThread/AvatarThread.js +1 -1
- package/es/v1/avatar/AvatarUser/AvatarUser.js +1 -1
- package/es/v1/avatar/AvatarWithTeam/AvatarWithTeam.js +2 -2
- package/es/v1/dropdown/ToggleDropDown/ToggleDropDown.js +18 -15
- package/es/v1/errorstate/Inconvenience/Inconvenience.js +53 -80
- package/es/v1/{version2/errorstate → errorstate}/OopsSomethingMiss/OopsSomethingMiss.js +6 -6
- package/es/v1/{version2/errorstate → errorstate}/UnableToProcessRequest/UnableToProcessRequest.js +6 -6
- package/es/v1/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +54 -73
- package/es/v1/{version2/errorstate → errorstate}/UrlNotFound/UrlNotFound.js +6 -6
- package/es/v1/{version2/errorstate → errorstate}/WillBeRightBack/WillBeRightBack.js +6 -6
- package/es/v1/form/fields/CheckBoxField/CheckBoxField.js +102 -118
- package/es/v1/form/fields/CurrencyField/CurrencyField.js +128 -154
- package/es/v1/form/fields/DateField/DateField.js +131 -162
- package/es/v1/form/fields/FieldContainer/FieldContainer.js +52 -57
- package/es/v1/form/fields/MultiSelectField/MultiSelectField.js +144 -168
- package/es/v1/form/fields/PhoneField/PhoneField.js +128 -156
- package/es/v1/form/fields/RadioField/RadioField.js +2 -2
- package/es/v1/form/fields/SelectField/SelectField.js +3 -3
- package/es/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +8 -8
- package/es/v1/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +8 -5
- package/es/v1/form/fields/TextBoxField/TextBoxField.js +3 -3
- package/es/v1/form/fields/TextEditor/TextEditor.js +1 -1
- package/es/v1/form/fields/TextEditorField/TextEditorField.js +1 -1
- package/es/v1/form/fields/TextEditorWrapper/TextEditorWrapper.js +3 -3
- package/es/v1/form/fields/TextareaField/TextareaField.js +3 -3
- package/es/v1/form/fields/ValidationMessage/ValidationMessage.js +2 -2
- package/es/v1/layout/SetupDetailLayout/SetupDetailLayout.js +1 -1
- package/es/v1/layout/SubtabLayout/SubtabLayout.js +2 -2
- package/es/v1/list/AvatarFlip/AvatarFlip.js +61 -64
- package/es/v1/list/BluePrintStatus/BluePrintStatus.js +11 -18
- package/es/v1/list/Comment/Comment.js +25 -32
- package/es/v1/list/DepartmentDropDown/DepartmentDropDown.js +57 -72
- package/es/v1/list/Dot/Dot.js +9 -16
- package/es/v1/list/DotNew/DotNew.js +11 -18
- package/es/v1/list/GridStencils/GridStencils.js +21 -24
- package/es/v1/list/Icons/AddNewIcon.js +19 -22
- package/es/v1/list/Icons/CompleteIcon.js +21 -24
- package/es/v1/list/Icons/DeleteIcon.js +22 -25
- package/es/v1/list/Icons/EditIcon.js +22 -25
- package/es/v1/list/Icons/FloatingIcons.js +12 -19
- package/es/v1/list/Icons/ReadUnreadIcon.js +24 -27
- package/es/v1/list/Icons/SmartIcon.js +20 -23
- package/es/v1/list/ListLayout/ListLayout.js +54 -68
- package/es/v1/list/ListStencils/ListStencils.js +28 -31
- package/es/v1/list/SecondaryText/AccountName.js +1 -1
- package/es/v1/list/SecondaryText/ContactName.js +1 -1
- package/es/v1/list/SecondryPanel/SecondryPanel.js +1 -2
- package/es/v1/list/Thread/Thread.js +1 -1
- package/es/v1/list/UserTime/UserTime.js +1 -1
- package/es/v1/list/status/StatusDropdown/StatusDropdown.js +266 -357
- package/es/v1/list/status/StatusListItem/StatusListItem.js +5 -5
- package/es/v1/lookup/Lookup/Lookup.js +14 -13
- package/es/v1/lookup/Section/Section.js +1 -1
- package/es/v1/lookup/header/ModuleHeader/ModuleHeader.js +1 -1
- package/es/v1/lookup/header/Search/Search.js +3 -3
- package/es/v1/lookup/header/TicketHeader/TicketHeader.js +1 -1
- package/es/v1/lookup/header/ViewDropDown/ViewDropDown.js +10 -9
- package/es/v1/{version2/notification → notification}/DesktopNotification/DesktopNotification.js +6 -6
- package/es/v1/{version2/notification → notification}/DesktopNotificationHeader/DesktopNotificationHeader.js +6 -6
- package/es/v1/setup/header/Button/Button.js +1 -1
- package/es/v1/setup/header/Link/Link.js +1 -1
- package/es/v1/setup/header/Search/Search.js +1 -1
- package/es/v1/setup/table/Table/Table.js +1 -1
- package/es/v1/setup/table/TableBody/TableBody.js +1 -1
- package/es/v1/setup/table/TableData/TableData.js +1 -1
- package/es/v1/setup/table/TableHead/TableHead.js +1 -1
- package/es/v1/setup/table/TableRow/TableRow.js +1 -1
- package/lib/Drawer/Drawer.js +18 -17
- package/lib/lookup/Lookup/Lookup.js +15 -15
- package/lib/v1/ActionButton/ActionButton.js +11 -9
- package/lib/v1/AlphabeticList/AlphabeticList.js +2 -4
- package/lib/v1/Attachment/Attachment.js +1 -1
- package/lib/v1/AttachmentViewer/AttachmentViewer.js +4 -4
- package/lib/v1/ChannelIcon/ChannelIcon.js +1 -1
- package/lib/v1/Drawer/Drawer.js +21 -21
- package/lib/v1/FlipCard/FlipCard.js +4 -4
- package/lib/v1/FormAction/FormAction.js +1 -1
- package/lib/v1/FreezeLayer/FreezeLayer.js +3 -3
- package/lib/v1/{version2/GlobalNotification → GlobalNotification}/GlobalNotification.js +7 -7
- package/lib/v1/IconButton/IconButton.js +3 -3
- package/lib/v1/ImportantNotes/ImportantNotes.js +1 -1
- package/lib/v1/Loader/Loader.js +1 -1
- package/lib/v1/MessageBanner/MessageBanner.js +1 -1
- package/lib/v1/NewStar/NewStar.js +1 -1
- package/lib/v1/Separator/Separator.js +1 -1
- package/lib/v1/TagWithIcon/TagWithIcon.js +1 -1
- package/lib/v1/ToastMessage/ToastMessage.js +4 -4
- package/lib/v1/Upload/Upload.js +1 -1
- package/lib/v1/{version2 → alert}/AlertClose/AlertClose.js +1 -1
- package/lib/v1/alert/AlertHeader/AlertHeader.js +68 -50
- package/lib/v1/alert/AlertLookup/AlertLookup.js +109 -42
- package/lib/v1/avatar/AvatarClose/AvatarClose.js +1 -1
- package/lib/v1/avatar/AvatarCollision/AvatarCollision.js +1 -1
- package/lib/v1/avatar/AvatarIcon/AvatarIcon.js +2 -2
- package/lib/v1/avatar/AvatarStatus/AvatarStatus.js +1 -1
- package/lib/v1/avatar/AvatarThread/AvatarThread.js +1 -1
- package/lib/v1/avatar/AvatarUser/AvatarUser.js +1 -1
- package/lib/v1/avatar/AvatarWithTeam/AvatarWithTeam.js +2 -2
- package/lib/v1/dropdown/ToggleDropDown/ToggleDropDown.js +18 -16
- package/lib/v1/errorstate/Inconvenience/Inconvenience.js +53 -115
- package/lib/v1/{version2/errorstate → errorstate}/OopsSomethingMiss/OopsSomethingMiss.js +6 -6
- package/lib/v1/{version2/errorstate → errorstate}/UnableToProcessRequest/UnableToProcessRequest.js +6 -6
- package/lib/v1/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +54 -108
- package/lib/v1/{version2/errorstate → errorstate}/UrlNotFound/UrlNotFound.js +6 -6
- package/lib/v1/{version2/errorstate → errorstate}/WillBeRightBack/WillBeRightBack.js +6 -6
- package/lib/v1/form/fields/CheckBoxField/CheckBoxField.js +107 -159
- package/lib/v1/form/fields/CurrencyField/CurrencyField.js +152 -193
- package/lib/v1/form/fields/DateField/DateField.js +140 -206
- package/lib/v1/form/fields/FieldContainer/FieldContainer.js +60 -91
- package/lib/v1/form/fields/MultiSelectField/MultiSelectField.js +168 -228
- package/lib/v1/form/fields/PhoneField/PhoneField.js +150 -193
- package/lib/v1/form/fields/RadioField/RadioField.js +2 -2
- package/lib/v1/form/fields/SelectField/SelectField.js +3 -3
- package/lib/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +8 -8
- package/lib/v1/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +11 -8
- package/lib/v1/form/fields/TextBoxField/TextBoxField.js +3 -3
- package/lib/v1/form/fields/TextEditor/TextEditor.js +1 -1
- package/lib/v1/form/fields/TextEditorField/TextEditorField.js +1 -1
- package/lib/v1/form/fields/TextEditorWrapper/TextEditorWrapper.js +3 -3
- package/lib/v1/form/fields/TextareaField/TextareaField.js +3 -3
- package/lib/v1/form/fields/ValidationMessage/ValidationMessage.js +2 -2
- package/lib/v1/layout/SetupDetailLayout/SetupDetailLayout.js +1 -1
- package/lib/v1/layout/SubtabLayout/SubtabLayout.js +2 -2
- package/lib/v1/list/AvatarFlip/AvatarFlip.js +61 -106
- package/lib/v1/list/BluePrintStatus/BluePrintStatus.js +11 -51
- package/lib/v1/list/Comment/Comment.js +24 -69
- package/lib/v1/list/DepartmentDropDown/DepartmentDropDown.js +67 -122
- package/lib/v1/list/Dot/Dot.js +9 -54
- package/lib/v1/list/DotNew/DotNew.js +11 -56
- package/lib/v1/list/GridStencils/GridStencils.js +21 -62
- package/lib/v1/list/Icons/AddNewIcon.js +19 -60
- package/lib/v1/list/Icons/CompleteIcon.js +21 -62
- package/lib/v1/list/Icons/DeleteIcon.js +22 -63
- package/lib/v1/list/Icons/EditIcon.js +22 -63
- package/lib/v1/list/Icons/FloatingIcons.js +17 -62
- package/lib/v1/list/Icons/ReadUnreadIcon.js +24 -65
- package/lib/v1/list/Icons/SmartIcon.js +20 -65
- package/lib/v1/list/ListLayout/ListLayout.js +53 -116
- package/lib/v1/list/ListStencils/ListStencils.js +33 -72
- package/lib/v1/list/SecondaryText/AccountName.js +1 -1
- package/lib/v1/list/SecondaryText/ContactName.js +1 -1
- package/lib/v1/list/SecondryPanel/SecondryPanel.js +3 -5
- package/lib/v1/list/Thread/Thread.js +1 -1
- package/lib/v1/list/UserTime/UserTime.js +1 -1
- package/lib/v1/list/status/StatusDropdown/StatusDropdown.js +367 -472
- package/lib/v1/list/status/StatusListItem/StatusListItem.js +5 -5
- package/lib/v1/lookup/Lookup/Lookup.js +20 -18
- package/lib/v1/lookup/Section/Section.js +1 -1
- package/lib/v1/lookup/header/ModuleHeader/ModuleHeader.js +1 -1
- package/lib/v1/lookup/header/Search/Search.js +3 -3
- package/lib/v1/lookup/header/TicketHeader/TicketHeader.js +1 -1
- package/lib/v1/lookup/header/ViewDropDown/ViewDropDown.js +10 -9
- package/lib/v1/{version2/notification → notification}/DesktopNotification/DesktopNotification.js +6 -6
- package/lib/v1/{version2/notification → notification}/DesktopNotificationHeader/DesktopNotificationHeader.js +6 -6
- package/lib/v1/setup/header/Button/Button.js +1 -1
- package/lib/v1/setup/header/Link/Link.js +1 -1
- package/lib/v1/setup/header/Search/Search.js +1 -1
- package/lib/v1/setup/table/Table/Table.js +1 -1
- package/lib/v1/setup/table/TableBody/TableBody.js +1 -1
- package/lib/v1/setup/table/TableData/TableData.js +1 -1
- package/lib/v1/setup/table/TableHead/TableHead.js +1 -1
- package/lib/v1/setup/table/TableRow/TableRow.js +1 -1
- package/package.json +11 -11
- package/result.json +1 -1
- package/es/v1/errorstate/LinkText/LinkText.js +0 -29
- package/es/v1/errorstate/NoRequestFound/NoRequestFound.js +0 -84
- package/es/v1/errorstate/PermissionPlay/PermissionPlay.js +0 -83
- package/es/v1/errorstate/RequestUrlNotFound/RequestUrlNotFound.js +0 -84
- package/es/v1/errorstate/UnableToProcess/UnableToProcess.js +0 -86
- package/es/v1/errorstate/WillBack/WillBack.js +0 -75
- package/es/v1/errorstate/index.js +0 -8
- package/es/v1/version2/errorstate/Inconvenience/Inconvenience.js +0 -63
- package/es/v1/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +0 -65
- package/es/v1/version2/index.js +0 -12
- package/es/v1/version2/lookup/AlertHeader/AlertHeader.js +0 -79
- package/es/v1/version2/lookup/AlertLookup/AlertLookup.js +0 -164
- package/lib/v1/errorstate/LinkText/LinkText.js +0 -80
- package/lib/v1/errorstate/NoRequestFound/NoRequestFound.js +0 -135
- package/lib/v1/errorstate/PermissionPlay/PermissionPlay.js +0 -134
- package/lib/v1/errorstate/RequestUrlNotFound/RequestUrlNotFound.js +0 -135
- package/lib/v1/errorstate/UnableToProcess/UnableToProcess.js +0 -137
- package/lib/v1/errorstate/WillBack/WillBack.js +0 -125
- package/lib/v1/errorstate/index.js +0 -71
- package/lib/v1/version2/errorstate/Inconvenience/Inconvenience.js +0 -79
- package/lib/v1/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +0 -81
- package/lib/v1/version2/index.js +0 -58
- package/lib/v1/version2/lookup/AlertHeader/AlertHeader.js +0 -104
- package/lib/v1/version2/lookup/AlertLookup/AlertLookup.js +0 -185
- /package/es/v1/{version2 → alert}/alertIcons/AlarmAlertIcon.js +0 -0
- /package/es/v1/{version2 → alert}/alertIcons/AlertIcons.js +0 -0
- /package/es/v1/{version2 → alert}/alertIcons/DangerAlertIcon.js +0 -0
- /package/es/v1/{version2 → alert}/alertIcons/ErrorAlertIcon.js +0 -0
- /package/es/v1/{version2 → alert}/alertIcons/InfoAlertIcon.js +0 -0
- /package/es/v1/{version2 → alert}/alertIcons/NotificationAlertIcon.js +0 -0
- /package/es/v1/{version2 → alert}/alertIcons/SuccessAlertIcon.js +0 -0
- /package/es/v1/{version2 → alert}/alertIcons/WarningAlertIcon.js +0 -0
- /package/es/v1/{version2 → alert}/alertIcons/index.js +0 -0
- /package/lib/v1/{version2 → alert}/alertIcons/AlarmAlertIcon.js +0 -0
- /package/lib/v1/{version2 → alert}/alertIcons/AlertIcons.js +0 -0
- /package/lib/v1/{version2 → alert}/alertIcons/DangerAlertIcon.js +0 -0
- /package/lib/v1/{version2 → alert}/alertIcons/ErrorAlertIcon.js +0 -0
- /package/lib/v1/{version2 → alert}/alertIcons/InfoAlertIcon.js +0 -0
- /package/lib/v1/{version2 → alert}/alertIcons/NotificationAlertIcon.js +0 -0
- /package/lib/v1/{version2 → alert}/alertIcons/SuccessAlertIcon.js +0 -0
- /package/lib/v1/{version2 → alert}/alertIcons/WarningAlertIcon.js +0 -0
- /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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
151
|
+
at 2023-10-16T14:22:33.744Z
|
|
152
152
|
</div>
|
|
153
153
|
<script src="../../../prettify.js"></script>
|
|
154
154
|
<script>
|
package/coverage/index.html
CHANGED
|
@@ -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-
|
|
179
|
+
at 2023-10-16T14:22:33.744Z
|
|
180
180
|
</div>
|
|
181
181
|
<script src="prettify.js"></script>
|
|
182
182
|
<script>
|
package/es/Drawer/Drawer.js
CHANGED
|
@@ -157,11 +157,11 @@ export default class Drawer extends React.Component {
|
|
|
157
157
|
focusScopeProps = {}
|
|
158
158
|
} = customProps;
|
|
159
159
|
const {
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
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
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
203
|
+
needAutoFocus: needAutoFocus,
|
|
204
|
+
needFocusLoop: needFocusLoop,
|
|
205
|
+
needRestoreFocus: needRestoreFocus,
|
|
206
|
+
needListNavigation: needListNavigation,
|
|
207
207
|
onClose: onClose,
|
|
208
|
-
|
|
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:
|
|
276
|
-
zIndex: `${
|
|
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
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
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
|
-
|
|
105
|
-
|
|
104
|
+
needFocusLoop: needFocusLoop,
|
|
105
|
+
needListNavigation: needListNavigation,
|
|
106
106
|
elementRef: this.createRef,
|
|
107
|
-
|
|
108
|
-
|
|
107
|
+
needAutoFocus: needAutoFocus,
|
|
108
|
+
needRestoreFocus: needRestoreFocus,
|
|
109
109
|
onClose: onClose,
|
|
110
|
-
|
|
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/
|
|
4
|
+
import Popup from '@zohodesk/components/es/v1/Popup/Popup';
|
|
5
5
|
import { Icon } from '@zohodesk/icons';
|
|
6
|
-
import Button from '@zohodesk/components/
|
|
7
|
-
import { Container, Box } from '@zohodesk/components/
|
|
8
|
-
import ResponsiveDropBox from '@zohodesk/components/
|
|
9
|
-
import CssProvider from '@zohodesk/components/
|
|
10
|
-
import btnStyle from '@zohodesk/components/
|
|
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;
|
|
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
|
|
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/
|
|
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
|
|
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/
|
|
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/
|
|
4
|
+
import { Container, Box } from '@zohodesk/components/es/v1/Layout';
|
|
5
5
|
import { Icon } from '@zohodesk/icons';
|
|
6
|
-
import Avatar from '@zohodesk/components/
|
|
7
|
-
import { ResponsiveReceiver } from '@zohodesk/components/
|
|
8
|
-
import { getUniqueId } from '@zohodesk/components/
|
|
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/
|
|
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';
|
package/es/v1/Drawer/Drawer.js
CHANGED
|
@@ -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/
|
|
5
|
-
import { Card, CardHeader, CardContent } from '@zohodesk/components/
|
|
6
|
-
import VelocityAnimationGroup from '@zohodesk/components/
|
|
7
|
-
import { ResponsiveSender, ResponsiveReceiver } from '@zohodesk/components/
|
|
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/
|
|
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/
|
|
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
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
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
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
189
|
+
needAutoFocus: needAutoFocus,
|
|
190
|
+
needFocusLoop: needFocusLoop,
|
|
191
|
+
needRestoreFocus: needRestoreFocus,
|
|
192
|
+
needListNavigation: needListNavigation,
|
|
193
193
|
onClose: onClose,
|
|
194
|
-
|
|
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/
|
|
7
|
-
import { Container } from '@zohodesk/components/
|
|
8
|
-
import AvatarSize from '@zohodesk/components/
|
|
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/
|
|
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/
|
|
4
|
+
import { Container } from '@zohodesk/components/es/v1/Layout';
|
|
5
5
|
import { mergeStyle } from '@zohodesk/utils';
|
|
6
|
-
import VelocityAnimationGroup from '@zohodesk/components/
|
|
7
|
-
import { useZIndex } from '@zohodesk/components/
|
|
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 '
|
|
5
|
-
import { propTypes, UI_propTypes, new_propTypes } from '
|
|
6
|
-
import AutoClose from '
|
|
7
|
-
import AlertIcons from '../alertIcons/AlertIcons';
|
|
8
|
-
import AlertClose from '../AlertClose/AlertClose';
|
|
9
|
-
import { Container, Box } from '@zohodesk/components/
|
|
10
|
-
import style from '
|
|
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/
|
|
8
|
-
import btnStyle from '@zohodesk/components/
|
|
9
|
-
import RippleEffect from '@zohodesk/components/
|
|
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/
|
|
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) {
|
package/es/v1/Loader/Loader.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { getZIndex } from '@zohodesk/components/
|
|
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/
|
|
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 {
|
package/es/v1/NewStar/NewStar.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { Icon } from '@zohodesk/icons';
|
|
3
|
-
import { Container } from '@zohodesk/components/
|
|
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/
|
|
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/
|
|
10
|
-
import { useZIndex } from '@zohodesk/components/
|
|
11
|
-
import { useUniqueId } from '@zohodesk/components/
|
|
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/
|
|
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
|
|