@zohodesk/dot 1.0.0-temp-148 → 1.0.0-temp-150
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/README.md +26 -1
- package/assets/Appearance/dark/mode/dotDarkMode.module.css +1 -1
- package/assets/Appearance/default/mode/dotDefaultMode.module.css +1 -1
- package/assets/Appearance/pureDark/mode/dotPureDarkMode.module.css +1 -1
- package/es/ActionButton/ActionButton.module.css +14 -14
- package/es/AlphabeticList/AlphabeticList.module.css +10 -10
- package/es/Attachment/Attachment.module.css +26 -24
- package/es/AttachmentViewer/AttachmentViewer.module.css +41 -41
- package/es/ChannelIcon/ChannelIcon.module.css +22 -22
- package/es/Drawer/Drawer.js +2 -3
- package/es/Drawer/Drawer.module.css +41 -40
- package/es/FormAction/FormAction.module.css +20 -20
- package/es/FreezeLayer/FreezeLayer.js +14 -2
- package/es/Hooks/Dragger/css/Dragger.module.css +3 -0
- package/es/Hooks/Dragger/useDragger.js +82 -0
- package/es/Hooks/Dragger/utils/DraggerUtil.js +66 -0
- package/es/IconButton/IconButton.module.css +2 -2
- package/es/Image/Image.module.css +1 -0
- package/es/ImportantNotes/ImportantNotes.module.css +5 -5
- package/es/Loader/Loader.module.css +1 -0
- package/es/Message/Message.module.css +9 -9
- package/es/MessageBanner/MessageBanner.module.css +7 -7
- package/es/NewStar/NewStar.module.css +18 -10
- package/es/Provider/Config.js +7 -0
- package/es/Separator/Separator.module.css +6 -6
- package/es/TagWithIcon/TagWithIcon.module.css +6 -6
- package/es/ToastMessage/ToastMessage.module.css +23 -23
- package/es/Upload/Upload.module.css +15 -15
- package/es/alert/AlertHeader/AlertHeader.module.css +12 -12
- package/es/alert/AlertLookup/AlertLookup.module.css +6 -6
- package/es/avatar/AvatarClose/AvatarClose.module.css +1 -1
- package/es/avatar/AvatarCollision/AvatarCollision.module.css +7 -7
- package/es/avatar/AvatarStatus/AvatarStatus.module.css +32 -32
- package/es/avatar/AvatarThread/AvatarThread.module.css +24 -24
- package/es/avatar/AvatarUser/AvatarUser.module.css +40 -40
- package/es/avatar/AvatarWithTeam/AvatarWithTeam.module.css +4 -4
- package/es/deprecated/SelectDropdown/SelectDropdown.module.css +11 -11
- package/es/dropdown/ToggleDropDown/ToggleDropDown.js +3 -3
- package/es/dropdown/ToggleDropDown/ToggleDropDown.module.css +13 -13
- package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +11 -11
- package/es/emptystate/EditionPage/EditionPage.css +13 -13
- package/es/errorstate/EmptyStates.module.css +18 -18
- package/es/errorstate/Inconvenience/Inconvenience.module.css +3 -3
- package/es/errorstate/LinkText/LinkText.module.css +1 -1
- package/es/errorstate/NoRequestFound/NoRequestFound.module.css +1 -1
- package/es/errorstate/PermissionPlay/PermissionPlay.module.css +8 -8
- package/es/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css +1 -1
- package/es/errorstate/UnableToProcess/UnableToProcess.module.css +1 -1
- package/es/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css +1 -1
- package/es/errorstate/WillBack/WillBack.module.css +10 -10
- package/es/form/fields/Fields.module.css +26 -26
- package/es/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +13 -13
- package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css +3 -3
- package/es/form/fields/TextEditor/TextEditor.js +1 -1
- package/es/form/fields/TextEditor/TextEditor.module.css +84 -77
- package/es/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +3 -2
- package/es/form/fields/ValidationMessage/ValidationMessage.module.css +3 -3
- package/es/layout/SetupDetailLayout/SetupDetailLayout.module.css +31 -31
- package/es/layout/SubtabLayout/SubtabLayout.module.css +32 -32
- package/es/list/BluePrintStatus/BluePrintStatus.module.css +3 -3
- package/es/list/Comment/Comment.module.css +4 -4
- package/es/list/Dot/Dot.module.css +3 -3
- package/es/list/DotNew/DotNew.module.css +4 -4
- package/es/list/GridStencils/GridStencils.module.css +24 -24
- package/es/list/Icons/Icons.module.css +2 -2
- package/es/list/ListLayout/ListLayout.module.css +6 -6
- package/es/list/ListStencils/ListStencils.module.css +12 -12
- package/es/list/SecondaryText/SecondaryText.module.css +11 -11
- package/es/list/SentimentStatus/SentimentStatus.module.css +3 -3
- package/es/list/TagNew/TagNew.module.css +4 -4
- package/es/list/Thread/Thread.module.css +7 -7
- package/es/list/UserTime/UserTime.module.css +8 -8
- package/es/list/listCommon.module.css +4 -4
- package/es/list/status/StatusDropdown/StatusDropdown.module.css +13 -13
- package/es/list/status/StatusListItem/StatusListItem.module.css +16 -16
- package/es/lookup/EmptyPage/LookupEmptyPage.module.css +3 -3
- package/es/lookup/Lookup/Lookup.module.css +5 -5
- package/es/lookup/Section/LookupSection.module.css +1 -1
- package/es/lookup/Section/Section.js +1 -0
- package/es/lookup/header/Close/LookupClose.module.css +3 -3
- package/es/lookup/header/Search/LookupSearch.module.css +14 -14
- package/es/lookup/header/TicketHeader/TicketHeader.module.css +2 -2
- package/es/lookup/header/Title/LookupTitle.module.css +1 -1
- package/es/lookup/header/ViewDropDown/ViewDropDown.module.css +11 -11
- package/es/lookup/header/lookupHeaderCommon.module.css +8 -8
- package/es/lookup/header/lookupHeaderCommonResponsive.module.css +3 -3
- package/es/setup/header/Button/HeaderButton.module.css +2 -2
- package/es/setup/header/Link/HeaderLink.module.css +5 -5
- package/es/setup/header/Search/Search.module.css +8 -8
- package/es/setup/header/Views/Views.module.css +4 -4
- package/es/setup/helptips/Description/HelpTipsDescription.module.css +2 -2
- package/es/setup/helptips/Link/HelpTipsLink.module.css +2 -2
- package/es/setup/helptips/ListGroup/ListGroup.module.css +3 -3
- package/es/setup/helptips/Title/HelpTipsTitle.module.css +1 -1
- package/es/setup/table/TableData/SetupTableData.module.css +6 -6
- package/es/setup/table/TableHead/SetupTableHead.module.css +5 -5
- package/es/setup/table/TableRow/SetupTableRow.module.css +5 -5
- package/es/setup/table/Text/TableText.module.css +2 -2
- package/es/version2/AlertClose/AlertClose.module.css +2 -2
- package/es/version2/GlobalNotification/GlobalNotification.module.css +13 -13
- package/es/version2/errorstate/V2_ErrorStates.module.css +17 -17
- package/es/version2/lookup/AlertHeader/AlertHeader.js +2 -2
- package/es/version2/lookup/AlertHeader/AlertHeaderNew.module.css +14 -13
- package/es/version2/lookup/AlertLookup/AlertLookupNew.module.css +6 -6
- package/es/version2/lookup/alertLookupCommonNew.module.css +5 -5
- package/es/version2/notification/DesktopNotification/DesktopNotification.module.css +14 -14
- package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +23 -23
- package/lib/ActionButton/ActionButton.module.css +14 -14
- package/lib/AlphabeticList/AlphabeticList.js +1 -1
- package/lib/AlphabeticList/AlphabeticList.module.css +10 -10
- package/lib/Attachment/Attachment.module.css +26 -24
- package/lib/AttachmentViewer/AttachmentImage.js +1 -1
- package/lib/AttachmentViewer/AttachmentViewer.module.css +41 -41
- package/lib/ChannelIcon/ChannelIcon.module.css +22 -22
- package/lib/Drawer/Drawer.js +2 -3
- package/lib/Drawer/Drawer.module.css +41 -40
- package/lib/ExternalLink/ExternalLink.js +1 -1
- package/lib/FormAction/FormAction.module.css +20 -20
- package/lib/FreezeLayer/FreezeLayer.js +17 -2
- package/lib/Hooks/Dragger/css/Dragger.module.css +3 -0
- package/lib/Hooks/Dragger/useDragger.js +88 -0
- package/lib/Hooks/Dragger/utils/DraggerUtil.js +70 -0
- package/lib/IconButton/IconButton.module.css +2 -2
- package/lib/Image/Image.module.css +1 -0
- package/lib/ImportantNotes/ImportantNotes.module.css +5 -5
- package/lib/Loader/Loader.module.css +1 -0
- package/lib/Message/Message.module.css +9 -9
- package/lib/MessageBanner/MessageBanner.module.css +7 -7
- package/lib/NewStar/NewStar.module.css +18 -10
- package/lib/Provider/Config.js +7 -0
- package/lib/Separator/Separator.module.css +6 -6
- package/lib/TagWithIcon/TagWithIcon.module.css +6 -6
- package/lib/ToastMessage/ToastMessage.js +1 -2
- package/lib/ToastMessage/ToastMessage.module.css +23 -23
- package/lib/Upload/Upload.module.css +15 -15
- package/lib/alert/AlertHeader/AlertHeader.module.css +12 -12
- package/lib/alert/AlertLookup/AlertLookup.js +1 -1
- package/lib/alert/AlertLookup/AlertLookup.module.css +6 -6
- package/lib/avatar/AvatarClose/AvatarClose.module.css +1 -1
- package/lib/avatar/AvatarCollision/AvatarCollision.module.css +7 -7
- package/lib/avatar/AvatarStatus/AvatarStatus.module.css +32 -32
- package/lib/avatar/AvatarThread/AvatarThread.module.css +24 -24
- package/lib/avatar/AvatarUser/AvatarUser.js +1 -1
- package/lib/avatar/AvatarUser/AvatarUser.module.css +40 -40
- package/lib/avatar/AvatarWithTeam/AvatarWithTeam.module.css +4 -4
- package/lib/deprecated/SelectDropdown/SelectDropdown.module.css +11 -11
- package/lib/dropdown/ToggleDropDown/ToggleDropDown.js +3 -3
- package/lib/dropdown/ToggleDropDown/ToggleDropDown.module.css +13 -13
- package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +11 -11
- package/lib/emptystate/EditionPage/EditionPage.css +13 -13
- package/lib/errorstate/EmptyStates.module.css +18 -18
- package/lib/errorstate/Inconvenience/Inconvenience.module.css +3 -3
- package/lib/errorstate/LinkText/LinkText.module.css +1 -1
- package/lib/errorstate/NoRequestFound/NoRequestFound.module.css +1 -1
- package/lib/errorstate/PermissionPlay/PermissionPlay.module.css +8 -8
- package/lib/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css +1 -1
- package/lib/errorstate/UnableToProcess/UnableToProcess.module.css +1 -1
- package/lib/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css +1 -1
- package/lib/errorstate/WillBack/WillBack.module.css +10 -10
- package/lib/form/fields/CheckBoxField/CheckBoxField.js +1 -1
- package/lib/form/fields/CurrencyField/CurrencyField.js +1 -1
- package/lib/form/fields/DateField/DateField.js +1 -1
- package/lib/form/fields/FieldContainer/FieldContainer.js +1 -1
- package/lib/form/fields/Fields.module.css +26 -26
- package/lib/form/fields/MultiSelectField/MultiSelectField.js +1 -1
- package/lib/form/fields/PhoneField/PhoneField.js +1 -1
- package/lib/form/fields/RadioField/RadioField.js +1 -1
- package/lib/form/fields/SelectField/SelectField.js +1 -1
- package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +13 -13
- package/lib/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +1 -1
- package/lib/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css +3 -3
- package/lib/form/fields/TextBoxField/TextBoxField.js +1 -1
- package/lib/form/fields/TextEditor/TextEditor.js +2 -3
- package/lib/form/fields/TextEditor/TextEditor.module.css +84 -77
- package/lib/form/fields/TextEditorField/TextEditorField.js +1 -1
- package/lib/form/fields/TextEditorWrapper/TextEditorWrapper.js +1 -1
- package/lib/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +3 -2
- package/lib/form/fields/TextareaField/TextareaField.js +1 -1
- package/lib/form/fields/ValidationMessage/ValidationMessage.module.css +3 -3
- package/lib/layout/SetupDetailLayout/SetupDetailLayout.module.css +31 -31
- package/lib/layout/SubtabLayout/SubtabLayout.module.css +32 -32
- package/lib/list/BluePrintStatus/BluePrintStatus.module.css +3 -3
- package/lib/list/Comment/Comment.module.css +4 -4
- package/lib/list/Dot/Dot.module.css +3 -3
- package/lib/list/DotNew/DotNew.module.css +4 -4
- package/lib/list/GridStencils/GridStencils.module.css +24 -24
- package/lib/list/Icons/Icons.module.css +2 -2
- package/lib/list/ListLayout/ListLayout.module.css +6 -6
- package/lib/list/ListStencils/ListStencils.js +1 -1
- package/lib/list/ListStencils/ListStencils.module.css +12 -12
- package/lib/list/SecondaryText/AccountName.js +1 -1
- package/lib/list/SecondaryText/Email.js +1 -1
- package/lib/list/SecondaryText/HappinessRating.js +1 -1
- package/lib/list/SecondaryText/PhoneNumber.js +1 -1
- package/lib/list/SecondaryText/SecondaryText.module.css +11 -11
- package/lib/list/SecondaryText/Website.js +1 -1
- package/lib/list/SecondryPanel/SecondryPanel.js +1 -1
- package/lib/list/SentimentStatus/SentimentStatus.module.css +3 -3
- package/lib/list/TagNew/TagNew.module.css +4 -4
- package/lib/list/Thread/Thread.module.css +7 -7
- package/lib/list/UserTime/UserTime.module.css +8 -8
- package/lib/list/listCommon.module.css +4 -4
- package/lib/list/status/StatusDropdown/StatusDropdown.module.css +13 -13
- package/lib/list/status/StatusListItem/StatusListItem.js +1 -1
- package/lib/list/status/StatusListItem/StatusListItem.module.css +16 -16
- package/lib/lookup/EmptyPage/EmptyPage.js +1 -1
- package/lib/lookup/EmptyPage/LookupEmptyPage.module.css +3 -3
- package/lib/lookup/Lookup/Lookup.js +1 -1
- package/lib/lookup/Lookup/Lookup.module.css +5 -5
- package/lib/lookup/Section/LookupSection.module.css +1 -1
- package/lib/lookup/Section/Section.js +1 -0
- package/lib/lookup/header/Close/Close.js +1 -1
- package/lib/lookup/header/Close/LookupClose.module.css +3 -3
- package/lib/lookup/header/ModuleHeader/ModuleHeader.js +1 -1
- package/lib/lookup/header/Search/LookupSearch.module.css +14 -14
- package/lib/lookup/header/Search/Search.js +1 -1
- package/lib/lookup/header/TicketHeader/TicketHeader.js +1 -1
- package/lib/lookup/header/TicketHeader/TicketHeader.module.css +2 -2
- package/lib/lookup/header/Title/LookupTitle.module.css +1 -1
- package/lib/lookup/header/Title/Title.js +1 -1
- package/lib/lookup/header/ViewDropDown/ViewDropDown.js +1 -1
- package/lib/lookup/header/ViewDropDown/ViewDropDown.module.css +11 -11
- package/lib/lookup/header/lookupHeaderCommon.module.css +8 -8
- package/lib/lookup/header/lookupHeaderCommonResponsive.module.css +3 -3
- package/lib/setup/header/Button/HeaderButton.module.css +2 -2
- package/lib/setup/header/Link/HeaderLink.module.css +5 -5
- package/lib/setup/header/Search/Search.module.css +8 -8
- package/lib/setup/header/Views/Views.module.css +4 -4
- package/lib/setup/helptips/Description/HelpTipsDescription.module.css +2 -2
- package/lib/setup/helptips/Link/HelpTipsLink.module.css +2 -2
- package/lib/setup/helptips/ListGroup/ListGroup.module.css +3 -3
- package/lib/setup/helptips/Title/HelpTipsTitle.module.css +1 -1
- package/lib/setup/table/TableData/SetupTableData.module.css +6 -6
- package/lib/setup/table/TableHead/SetupTableHead.module.css +5 -5
- package/lib/setup/table/TableRow/SetupTableRow.module.css +5 -5
- package/lib/setup/table/Text/TableText.module.css +2 -2
- package/lib/version2/AlertClose/AlertClose.js +1 -1
- package/lib/version2/AlertClose/AlertClose.module.css +2 -2
- package/lib/version2/GlobalNotification/GlobalNotification.module.css +13 -13
- package/lib/version2/errorstate/V2_ErrorStates.module.css +17 -17
- package/lib/version2/lookup/AlertHeader/AlertHeader.js +2 -2
- package/lib/version2/lookup/AlertHeader/AlertHeaderNew.module.css +14 -13
- package/lib/version2/lookup/AlertLookup/AlertLookup.js +1 -1
- package/lib/version2/lookup/AlertLookup/AlertLookupNew.module.css +6 -6
- package/lib/version2/lookup/alertLookupCommonNew.module.css +5 -5
- package/lib/version2/notification/DesktopNotification/DesktopNotification.module.css +14 -14
- package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +23 -23
- package/package.json +25 -10
- package/dubFinder.js +0 -96
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
.container {
|
|
2
2
|
composes: dInflex alignVertical from '~@zohodesk/components/lib/common/common.module.css';
|
|
3
3
|
color: var(--zdt_headerlink_text);
|
|
4
|
-
font-size:
|
|
4
|
+
font-size: 12px;
|
|
5
5
|
}[dir=ltr] .container {
|
|
6
|
-
margin-right:
|
|
6
|
+
margin-right: 15px;
|
|
7
7
|
}[dir=rtl] .container {
|
|
8
|
-
margin-left:
|
|
8
|
+
margin-left: 15px;
|
|
9
9
|
}
|
|
10
10
|
[dir=ltr] .icon {
|
|
11
|
-
margin-right:
|
|
11
|
+
margin-right: 5px;
|
|
12
12
|
}
|
|
13
13
|
[dir=rtl] .icon {
|
|
14
|
-
margin-left:
|
|
14
|
+
margin-left: 5px;
|
|
15
15
|
}
|
|
16
16
|
.container:hover .text {
|
|
17
17
|
border-bottom: 1px solid var(--zdt_headerlink_hover_text);
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
.container {
|
|
2
2
|
position: relative;
|
|
3
3
|
transition: width var(--zd_transition3);
|
|
4
|
-
width:
|
|
4
|
+
width: 90px;
|
|
5
5
|
}[dir=ltr] .container {
|
|
6
|
-
margin-right:
|
|
6
|
+
margin-right: 15px;
|
|
7
7
|
}[dir=rtl] .container {
|
|
8
|
-
margin-left:
|
|
8
|
+
margin-left: 15px;
|
|
9
9
|
}
|
|
10
10
|
.active {
|
|
11
|
-
width:
|
|
11
|
+
width: 180px;
|
|
12
12
|
}
|
|
13
13
|
.active .input, .input:hover {
|
|
14
14
|
border-bottom-color: var(--zdt_search_input_border);
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
color: var(--zdt_search_hover_icon);
|
|
32
32
|
}
|
|
33
33
|
.input {
|
|
34
|
-
height:
|
|
35
|
-
font-size:
|
|
34
|
+
height: 26px;
|
|
35
|
+
font-size: 13px;
|
|
36
36
|
width: 100%;
|
|
37
37
|
letter-spacing: 0.2px;
|
|
38
38
|
transition: all var(--zd_transition3) ease;
|
|
@@ -46,10 +46,10 @@
|
|
|
46
46
|
background: var(--zdt_search_input_bg);
|
|
47
47
|
}
|
|
48
48
|
[dir=ltr] .input {
|
|
49
|
-
padding-right:
|
|
49
|
+
padding-right: 20px;
|
|
50
50
|
}
|
|
51
51
|
[dir=rtl] .input {
|
|
52
|
-
padding-left:
|
|
52
|
+
padding-left: 20px;
|
|
53
53
|
}
|
|
54
54
|
.input::placeholder {
|
|
55
55
|
color: var(--zdt_search_placeholder_text);
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
.container {
|
|
2
2
|
display: inline-block;
|
|
3
3
|
}[dir=ltr] .container {
|
|
4
|
-
margin-right:
|
|
4
|
+
margin-right: 15px;
|
|
5
5
|
}[dir=rtl] .container {
|
|
6
|
-
margin-left:
|
|
6
|
+
margin-left: 15px;
|
|
7
7
|
}
|
|
8
8
|
.icon {
|
|
9
9
|
display: inline-block;
|
|
10
10
|
color: var(--zdt_views_icon);
|
|
11
|
-
height:
|
|
12
|
-
width:
|
|
11
|
+
height: 28px;
|
|
12
|
+
width: 28px;
|
|
13
13
|
line-height: var(--zd_size26);
|
|
14
14
|
text-align: center;
|
|
15
15
|
cursor: pointer;
|
|
@@ -5,14 +5,14 @@
|
|
|
5
5
|
}
|
|
6
6
|
.unOrderData,
|
|
7
7
|
.orderData {
|
|
8
|
-
font-size:
|
|
8
|
+
font-size: 14px;
|
|
9
9
|
color: var(--zdt_listgroup_text);
|
|
10
10
|
}
|
|
11
11
|
[dir=ltr] .unOrderData, [dir=ltr] .orderData {
|
|
12
|
-
margin:
|
|
12
|
+
margin: 15px 0 15px 7px;
|
|
13
13
|
}
|
|
14
14
|
[dir=rtl] .unOrderData, [dir=rtl] .orderData {
|
|
15
|
-
margin:
|
|
15
|
+
margin: 15px 7px 15px 0;
|
|
16
16
|
}
|
|
17
17
|
.orderData {
|
|
18
18
|
list-style: decimal;
|
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
[dir=ltr] .container {
|
|
2
|
-
padding-left:
|
|
2
|
+
padding-left: 20px;
|
|
3
3
|
}[dir=rtl] .container {
|
|
4
|
-
padding-right:
|
|
4
|
+
padding-right: 20px;
|
|
5
5
|
}
|
|
6
6
|
.size70 {
|
|
7
|
-
flex-basis:
|
|
7
|
+
flex-basis: 70px;
|
|
8
8
|
-webkit-flex-basis: var(--zd_size70);
|
|
9
9
|
-moz-flex-basis: var(--zd_size70);
|
|
10
10
|
-ms-flex-basis: var(--zd_size70);
|
|
11
11
|
}
|
|
12
12
|
.size90 {
|
|
13
|
-
flex-basis:
|
|
13
|
+
flex-basis: 90px;
|
|
14
14
|
-webkit-flex-basis: var(--zd_size90);
|
|
15
15
|
-moz-flex-basis: var(--zd_size90);
|
|
16
16
|
-ms-flex-basis: var(--zd_size90);
|
|
17
17
|
}
|
|
18
18
|
.size150 {
|
|
19
|
-
flex-basis:
|
|
19
|
+
flex-basis: 150px;
|
|
20
20
|
-webkit-flex-basis: var(--zd_size150);
|
|
21
21
|
-moz-flex-basis: var(--zd_size150);
|
|
22
22
|
-ms-flex-basis: var(--zd_size150);
|
|
23
23
|
}
|
|
24
24
|
.size220 {
|
|
25
|
-
flex-basis:
|
|
25
|
+
flex-basis: 220px;
|
|
26
26
|
-webkit-flex-basis: var(--zd_size220);
|
|
27
27
|
-moz-flex-basis: var(--zd_size220);
|
|
28
28
|
-ms-flex-basis: var(--zd_size220);
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
.container {
|
|
2
2
|
border-bottom: 1px solid var(--zdt_setuptablehead_border);
|
|
3
3
|
}[dir=ltr] .container {
|
|
4
|
-
padding-right:
|
|
5
|
-
padding-left:
|
|
4
|
+
padding-right: 40px;
|
|
5
|
+
padding-left: 40px;
|
|
6
6
|
}[dir=rtl] .container {
|
|
7
|
-
padding-left:
|
|
8
|
-
padding-right:
|
|
7
|
+
padding-left: 40px;
|
|
8
|
+
padding-right: 40px;
|
|
9
9
|
}
|
|
10
10
|
.subContainer {
|
|
11
|
-
height:
|
|
11
|
+
height: 40px;
|
|
12
12
|
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
.container {
|
|
2
2
|
position: relative;
|
|
3
|
-
height:
|
|
3
|
+
height: 52px;
|
|
4
4
|
border-bottom: 1px solid var(--zdt_setuptablerow_border);
|
|
5
5
|
}[dir=ltr] .container {
|
|
6
|
-
margin-right:
|
|
7
|
-
margin-left:
|
|
6
|
+
margin-right: 40px;
|
|
7
|
+
margin-left: 40px;
|
|
8
8
|
}[dir=rtl] .container {
|
|
9
|
-
margin-left:
|
|
10
|
-
margin-right:
|
|
9
|
+
margin-left: 40px;
|
|
10
|
+
margin-right: 40px;
|
|
11
11
|
}
|
|
12
12
|
.container:hover {
|
|
13
13
|
background-color: var( --zdt_setuptablerow_hover_bg);
|
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
color: var(--zdt_tabletext_danger_text);
|
|
18
18
|
}
|
|
19
19
|
.small {
|
|
20
|
-
font-size:
|
|
20
|
+
font-size: 13px;
|
|
21
21
|
max-width: 100%;
|
|
22
22
|
composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
|
|
23
23
|
}
|
|
24
24
|
.medium {
|
|
25
|
-
font-size:
|
|
25
|
+
font-size: 14px;
|
|
26
26
|
max-width: 100%;
|
|
27
27
|
composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
|
|
28
28
|
}
|
|
@@ -24,7 +24,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
|
|
|
24
24
|
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
25
25
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
26
26
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
27
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
27
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
28
28
|
var AlertClose = /*#__PURE__*/function (_PureComponent) {
|
|
29
29
|
_inherits(AlertClose, _PureComponent);
|
|
30
30
|
var _super = _createSuper(AlertClose);
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
position: relative;
|
|
31
31
|
pointer-events: initial;
|
|
32
32
|
color: var(--globalnotification_text_color);
|
|
33
|
-
max-width:
|
|
33
|
+
max-width: 490px;
|
|
34
34
|
composes: wbreak from '~@zohodesk/components/lib/common/common.module.css';
|
|
35
35
|
box-shadow: var(--zd_bs_globalnotification_container);
|
|
36
36
|
border-radius: 0 0 var(--zd_size10) var(--zd_size10);
|
|
@@ -41,16 +41,16 @@
|
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
[dir=ltr] .container {
|
|
44
|
-
padding:
|
|
44
|
+
padding: 18px 70px 19px 75px;
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
[dir=rtl] .container {
|
|
48
|
-
padding:
|
|
48
|
+
padding: 18px 75px 19px 70px;
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
.icon {
|
|
52
|
-
width:
|
|
53
|
-
height:
|
|
52
|
+
width: 44px;
|
|
53
|
+
height: 44px;
|
|
54
54
|
position: absolute;
|
|
55
55
|
top: 0;
|
|
56
56
|
bottom: 0;
|
|
@@ -58,11 +58,11 @@
|
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
[dir=ltr] .icon {
|
|
61
|
-
left:
|
|
61
|
+
left: 18px;
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
[dir=rtl] .icon {
|
|
65
|
-
right:
|
|
65
|
+
right: 18px;
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
.success {
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
}
|
|
97
97
|
|
|
98
98
|
.text {
|
|
99
|
-
font-size:
|
|
99
|
+
font-size: 14px;
|
|
100
100
|
font-family: var(--zd_semibold);
|
|
101
101
|
composes: ftsmooth from '~@zohodesk/components/lib/common/common.module.css';
|
|
102
102
|
line-height: var(--zd_size20);
|
|
@@ -114,15 +114,15 @@
|
|
|
114
114
|
position: absolute;
|
|
115
115
|
top: 0;
|
|
116
116
|
bottom: 0;
|
|
117
|
-
height:
|
|
117
|
+
height: 25px;
|
|
118
118
|
}
|
|
119
119
|
|
|
120
120
|
[dir=ltr] .close {
|
|
121
|
-
right:
|
|
122
|
-
margin: auto 0 auto
|
|
121
|
+
right: 12px;
|
|
122
|
+
margin: auto 0 auto 25px;
|
|
123
123
|
}
|
|
124
124
|
|
|
125
125
|
[dir=rtl] .close {
|
|
126
|
-
left:
|
|
127
|
-
margin: auto
|
|
126
|
+
left: 12px;
|
|
127
|
+
margin: auto 25px auto 0;
|
|
128
128
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
.container {
|
|
2
|
-
padding-bottom:
|
|
2
|
+
padding-bottom: 30px;
|
|
3
3
|
}
|
|
4
4
|
.errorBtn {
|
|
5
|
-
margin-top:
|
|
5
|
+
margin-top: 15px;
|
|
6
6
|
}
|
|
7
7
|
.title {
|
|
8
8
|
font-family: var(--zd_bold);
|
|
@@ -11,36 +11,36 @@
|
|
|
11
11
|
line-height: var(--zd_size22);
|
|
12
12
|
}
|
|
13
13
|
.large .errorState {
|
|
14
|
-
width:
|
|
15
|
-
margin-top:
|
|
14
|
+
width: 450px;
|
|
15
|
+
margin-top: 40px;
|
|
16
16
|
}
|
|
17
17
|
.large .errorSvg {
|
|
18
|
-
width:
|
|
19
|
-
height:
|
|
18
|
+
width: 350px;
|
|
19
|
+
height: 350px;
|
|
20
20
|
}
|
|
21
21
|
.medium .errorState {
|
|
22
|
-
width:
|
|
23
|
-
margin-top:
|
|
22
|
+
width: 350px;
|
|
23
|
+
margin-top: 30px;
|
|
24
24
|
}
|
|
25
25
|
.medium .errorSvg {
|
|
26
|
-
width:
|
|
27
|
-
height:
|
|
26
|
+
width: 250px;
|
|
27
|
+
height: 250px;
|
|
28
28
|
}
|
|
29
29
|
.medium .title {
|
|
30
|
-
font-size:
|
|
30
|
+
font-size: 18px;
|
|
31
31
|
}
|
|
32
32
|
.medium .desc,
|
|
33
33
|
.small .desc {
|
|
34
|
-
font-size:
|
|
34
|
+
font-size: 13px
|
|
35
35
|
}
|
|
36
36
|
.small .errorState {
|
|
37
|
-
width:
|
|
38
|
-
margin-top:
|
|
37
|
+
width: 230px;
|
|
38
|
+
margin-top: 20px;
|
|
39
39
|
}
|
|
40
40
|
.small .errorSvg {
|
|
41
|
-
width:
|
|
42
|
-
height:
|
|
41
|
+
width: 220px;
|
|
42
|
+
height: 220px;
|
|
43
43
|
}
|
|
44
44
|
.small .title {
|
|
45
|
-
font-size:
|
|
45
|
+
font-size: 16px;
|
|
46
46
|
}
|
|
@@ -53,7 +53,8 @@ var AlertHeader = /*#__PURE__*/function (_Component) {
|
|
|
53
53
|
alignBox: "row",
|
|
54
54
|
className: "".concat(_AlertHeaderNewModule["default"].container, " ").concat(headerElement ? _AlertHeaderNewModule["default"].headerLayout : '', " ").concat(_AlertHeaderNewModule["default"][type]),
|
|
55
55
|
isCover: false,
|
|
56
|
-
wrap: "wrap"
|
|
56
|
+
wrap: "wrap",
|
|
57
|
+
"data-drag-hook": "true"
|
|
57
58
|
}, needIcon ? /*#__PURE__*/_react["default"].createElement("div", {
|
|
58
59
|
className: _AlertHeaderNewModule["default"].iconContainer
|
|
59
60
|
}, /*#__PURE__*/_react["default"].createElement(_AlertIcons["default"], {
|
|
@@ -62,7 +63,6 @@ var AlertHeader = /*#__PURE__*/function (_Component) {
|
|
|
62
63
|
flexible: true
|
|
63
64
|
}, /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
|
|
64
65
|
alignBox: "row",
|
|
65
|
-
align: "center",
|
|
66
66
|
wrap: breakChildren ? 'wrap' : null
|
|
67
67
|
}, /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
68
68
|
className: _AlertHeaderNewModule["default"].title,
|
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
border-width: 2px 0 0 0;
|
|
11
11
|
}
|
|
12
12
|
.headerLayout {
|
|
13
|
-
min-height:
|
|
13
|
+
min-height: 54px;
|
|
14
14
|
}
|
|
15
15
|
[dir=ltr] .headerLayout {
|
|
16
|
-
padding:
|
|
16
|
+
padding: 15px 45px 0 20px;
|
|
17
17
|
}
|
|
18
18
|
[dir=rtl] .headerLayout {
|
|
19
|
-
padding:
|
|
19
|
+
padding: 15px 20px 0 45px;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
.success {
|
|
@@ -40,33 +40,34 @@
|
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
[dir=ltr] .extraSmall {
|
|
43
|
-
padding:
|
|
43
|
+
padding: 12px 45px 12px 16px;
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
[dir=rtl] .extraSmall {
|
|
47
|
-
padding:
|
|
47
|
+
padding: 12px 16px 12px 45px;
|
|
48
48
|
}
|
|
49
49
|
|
|
50
50
|
.iconContainer {
|
|
51
|
-
height:
|
|
52
|
-
width:
|
|
51
|
+
height: 51px;
|
|
52
|
+
width: 51px;
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
.title {
|
|
56
56
|
color: var(--zdt_alertlookupnew_text);
|
|
57
|
-
font-size:
|
|
57
|
+
font-size: 18px;
|
|
58
58
|
line-height: var(--zd_size22);
|
|
59
59
|
font-family: var(--zd_bold);
|
|
60
60
|
composes: ftsmooth wbreak from '~@zohodesk/components/lib/common/common.module.css';
|
|
61
61
|
vertical-align: middle;
|
|
62
|
+
cursor: default;
|
|
62
63
|
}
|
|
63
64
|
|
|
64
65
|
[dir=ltr] .title {
|
|
65
|
-
margin: 0
|
|
66
|
+
margin: 0 5px 0 10px;
|
|
66
67
|
}
|
|
67
68
|
|
|
68
69
|
[dir=rtl] .title {
|
|
69
|
-
margin: 0
|
|
70
|
+
margin: 0 10px 0 5px;
|
|
70
71
|
}
|
|
71
72
|
|
|
72
73
|
.iconStyle {
|
|
@@ -75,13 +76,13 @@
|
|
|
75
76
|
|
|
76
77
|
.close {
|
|
77
78
|
position: absolute;
|
|
78
|
-
top:
|
|
79
|
+
top: 12px;
|
|
79
80
|
}
|
|
80
81
|
|
|
81
82
|
[dir=ltr] .close {
|
|
82
|
-
right:
|
|
83
|
+
right: 12px;
|
|
83
84
|
}
|
|
84
85
|
|
|
85
86
|
[dir=rtl] .close {
|
|
86
|
-
left:
|
|
87
|
+
left: 12px;
|
|
87
88
|
}
|
|
@@ -31,7 +31,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
|
|
|
31
31
|
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
32
32
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
33
33
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
34
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
34
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
35
35
|
var buttonPaletteObject = {
|
|
36
36
|
success: {
|
|
37
37
|
buttonPalette: 'successFilled'
|
|
@@ -4,26 +4,26 @@
|
|
|
4
4
|
|
|
5
5
|
.innerSection {
|
|
6
6
|
color: var(--zdt_alertlookupnew_text);
|
|
7
|
-
font-size:
|
|
7
|
+
font-size: 14px;
|
|
8
8
|
line-height: var(--zd_size18);
|
|
9
9
|
composes: wbreak from '~@zohodesk/components/lib/common/common.module.css';
|
|
10
|
-
padding:
|
|
10
|
+
padding: 17px 30px 30px;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
[dir=ltr] .buttonGap {
|
|
14
|
-
margin: 0 0 0
|
|
14
|
+
margin: 0 0 0 12px;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
[dir=rtl] .buttonGap {
|
|
18
|
-
margin: 0
|
|
18
|
+
margin: 0 12px 0 0;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
.confirmMsgText {
|
|
22
|
-
margin-top:
|
|
22
|
+
margin-top: 20px;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
.extraSmall .innerSection {
|
|
26
|
-
padding:
|
|
26
|
+
padding: 30px 16px 46px;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
.footer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* Notes */
|
|
2
2
|
|
|
3
3
|
.noteContainer {
|
|
4
|
-
padding:
|
|
4
|
+
padding: 4px 30px 0;
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
[dir=ltr] .noteContainer {
|
|
@@ -13,21 +13,21 @@
|
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
.noteTitle {
|
|
16
|
-
font-size:
|
|
16
|
+
font-size: 13px;
|
|
17
17
|
font-family: var(--zd_semibold);
|
|
18
18
|
composes: ftsmooth from '~@zohodesk/components/lib/common/common.module.css';
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
.noteUl {
|
|
22
|
-
padding:
|
|
22
|
+
padding: 14px 16px 0;
|
|
23
23
|
margin: 0;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
.noteUl li {
|
|
27
|
-
font-size:
|
|
27
|
+
font-size: 12px;
|
|
28
28
|
/* line-height: var(--zd_size14); */
|
|
29
29
|
color: var(--zdt_alertlookuop_text);
|
|
30
30
|
list-style-type: disc;
|
|
31
31
|
line-height: initial;
|
|
32
|
-
margin-bottom:
|
|
32
|
+
margin-bottom: 15px;
|
|
33
33
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
.parentElement {
|
|
2
2
|
position: relative;
|
|
3
|
-
margin-bottom:
|
|
3
|
+
margin-bottom: 7px;
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
.container {
|
|
@@ -23,17 +23,17 @@
|
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
.globalNotify {
|
|
26
|
-
max-width:
|
|
27
|
-
min-width:
|
|
26
|
+
max-width: 490px;
|
|
27
|
+
min-width: 394px;
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
/* Size */
|
|
31
31
|
.medium {
|
|
32
|
-
width:
|
|
32
|
+
width: 452px;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
.large {
|
|
36
|
-
width:
|
|
36
|
+
width: 580px;
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
/* Animation Style */
|
|
@@ -77,18 +77,18 @@
|
|
|
77
77
|
.message {
|
|
78
78
|
position: relative;
|
|
79
79
|
color: var(--zd_smoke18);
|
|
80
|
-
font-size:
|
|
80
|
+
font-size: 11px;
|
|
81
81
|
composes: dotted textCap from '~@zohodesk/components/lib/common/common.module.css';
|
|
82
|
-
height:
|
|
82
|
+
height: 33px;
|
|
83
83
|
transition: padding var(--zd_transition3), height var(--zd_transition3);
|
|
84
84
|
border-top: 1px solid var(--zd_smoke1);
|
|
85
85
|
cursor: pointer;
|
|
86
86
|
}
|
|
87
87
|
[dir=ltr] .message {
|
|
88
|
-
padding:
|
|
88
|
+
padding: 10px 20px 10px 76px;
|
|
89
89
|
}
|
|
90
90
|
[dir=rtl] .message {
|
|
91
|
-
padding:
|
|
91
|
+
padding: 10px 76px 10px 20px;
|
|
92
92
|
}
|
|
93
93
|
|
|
94
94
|
.message:hover {
|
|
@@ -97,28 +97,28 @@
|
|
|
97
97
|
|
|
98
98
|
/* Section */
|
|
99
99
|
.section {
|
|
100
|
-
padding:
|
|
100
|
+
padding: 15px 30px 30px;
|
|
101
101
|
}
|
|
102
102
|
|
|
103
103
|
.subTitle {
|
|
104
|
-
font-size:
|
|
104
|
+
font-size: 15px;
|
|
105
105
|
line-height: var(--zd_size20);
|
|
106
106
|
font-family: var(--zd_semibold);
|
|
107
107
|
composes: ftsmooth wbreak from '~@zohodesk/components/lib/common/common.module.css';
|
|
108
108
|
}
|
|
109
109
|
|
|
110
110
|
.subTitleMargin {
|
|
111
|
-
margin-bottom:
|
|
111
|
+
margin-bottom: 17px;
|
|
112
112
|
}
|
|
113
113
|
|
|
114
114
|
.infoText {
|
|
115
|
-
font-size:
|
|
115
|
+
font-size: 14px;
|
|
116
116
|
line-height: var(--zd_size18);
|
|
117
117
|
composes: wbreak from '~@zohodesk/components/lib/common/common.module.css';
|
|
118
118
|
}
|
|
119
119
|
|
|
120
120
|
.secondaryInfo {
|
|
121
|
-
margin-top:
|
|
121
|
+
margin-top: 20px;
|
|
122
122
|
}
|
|
123
123
|
|
|
124
124
|
.footer {
|