@zohodesk/dot 1.0.0-temp-150 → 1.0.0-temp-151
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 +0 -9
- 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 +24 -26
- package/es/AttachmentViewer/AttachmentViewer.module.css +41 -41
- package/es/ChannelIcon/ChannelIcon.module.css +22 -22
- package/es/Drawer/Drawer.module.css +40 -41
- package/es/FormAction/FormAction.module.css +20 -20
- package/es/Hooks/Dragger/useDragger.js +2 -7
- package/es/IconButton/IconButton.module.css +2 -2
- package/es/Image/Image.module.css +0 -1
- package/es/ImportantNotes/ImportantNotes.module.css +5 -5
- package/es/Loader/Loader.module.css +0 -1
- package/es/Message/Message.module.css +9 -9
- package/es/MessageBanner/MessageBanner.module.css +7 -7
- package/es/NewStar/NewStar.module.css +10 -18
- 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.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 +11 -10
- package/es/form/fields/TextEditor/TextEditor.module.css +77 -84
- package/es/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +2 -3
- 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/AddNewIcon.js +3 -2
- package/es/list/Icons/CompleteIcon.js +2 -2
- package/es/list/Icons/DeleteIcon.js +4 -3
- package/es/list/Icons/EditIcon.js +5 -3
- package/es/list/Icons/Icons.module.css +2 -2
- package/es/list/Icons/ReadUnreadIcon.js +5 -3
- package/es/list/Icons/SmartIcon.js +5 -3
- package/es/list/ListLayout/ListLayout.module.css +30 -14
- 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 +31 -9
- package/es/list/status/StatusDropdown/StatusDropdown.js +9 -2
- 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/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/AlertHeaderNew.module.css +13 -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 +24 -26
- 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.module.css +40 -41
- package/lib/ExternalLink/ExternalLink.js +1 -1
- package/lib/FormAction/FormAction.module.css +20 -20
- package/lib/Hooks/Dragger/useDragger.js +2 -7
- package/lib/IconButton/IconButton.module.css +2 -2
- package/lib/Image/Image.module.css +0 -1
- package/lib/ImportantNotes/ImportantNotes.module.css +5 -5
- package/lib/Loader/Loader.module.css +0 -1
- package/lib/Message/Message.module.css +9 -9
- package/lib/MessageBanner/MessageBanner.module.css +7 -7
- package/lib/NewStar/NewStar.module.css +10 -18
- package/lib/Separator/Separator.module.css +6 -6
- package/lib/TagWithIcon/TagWithIcon.module.css +6 -6
- package/lib/ToastMessage/ToastMessage.js +2 -1
- 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.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 +13 -11
- package/lib/form/fields/TextEditor/TextEditor.module.css +77 -84
- 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 +2 -3
- 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/AddNewIcon.js +3 -2
- package/lib/list/Icons/CompleteIcon.js +2 -2
- package/lib/list/Icons/DeleteIcon.js +4 -3
- package/lib/list/Icons/EditIcon.js +5 -3
- package/lib/list/Icons/Icons.module.css +2 -2
- package/lib/list/Icons/ReadUnreadIcon.js +5 -3
- package/lib/list/Icons/SmartIcon.js +5 -3
- package/lib/list/ListLayout/ListLayout.module.css +30 -14
- 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 +31 -9
- package/lib/list/status/StatusDropdown/StatusDropdown.js +9 -2
- 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/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/AlertHeaderNew.module.css +13 -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 +9 -23
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
.header {
|
|
2
|
-
height:
|
|
2
|
+
height: var(--zd_size50);
|
|
3
3
|
z-index: 2;
|
|
4
4
|
border-bottom: 1px solid var(--zdt_setupdetail_header_border);
|
|
5
5
|
}
|
|
6
6
|
.back {
|
|
7
|
-
width:
|
|
7
|
+
width: var(--zd_size60);
|
|
8
8
|
}
|
|
9
9
|
.backIcon {
|
|
10
|
-
height:
|
|
11
|
-
width:
|
|
12
|
-
font-size:
|
|
10
|
+
height: var(--zd_size30);
|
|
11
|
+
width: var(--zd_size30);
|
|
12
|
+
font-size: var(--zd_font_size12);
|
|
13
13
|
display: inline-block;
|
|
14
14
|
color: var(--zdt_setupdetail_backicon);
|
|
15
15
|
line-height: var(--zd_size30);
|
|
@@ -18,27 +18,27 @@
|
|
|
18
18
|
cursor: pointer;
|
|
19
19
|
}
|
|
20
20
|
[dir=ltr] .backIcon {
|
|
21
|
-
margin-left:
|
|
21
|
+
margin-left: var(--zd_size19);
|
|
22
22
|
}
|
|
23
23
|
[dir=rtl] .backIcon {
|
|
24
|
-
margin-right:
|
|
24
|
+
margin-right: var(--zd_size19);
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
.backIcon:hover {
|
|
28
28
|
background-color: var(--zdt_setupdetail_hover_backicon_bg);
|
|
29
29
|
}
|
|
30
30
|
.title {
|
|
31
|
-
font-size:
|
|
31
|
+
font-size: var(--zd_font_size16);
|
|
32
32
|
line-height: var(--zd_size16);
|
|
33
33
|
font-family: var(--zd_semibold);
|
|
34
34
|
color: var(--zdt_setupdetail_backicon);
|
|
35
35
|
composes: ftsmooth from '~@zohodesk/components/lib/common/common.module.css';
|
|
36
36
|
}
|
|
37
37
|
[dir=ltr] .title {
|
|
38
|
-
padding-right:
|
|
38
|
+
padding-right: var(--zd_size12);
|
|
39
39
|
}
|
|
40
40
|
[dir=rtl] .title {
|
|
41
|
-
padding-left:
|
|
41
|
+
padding-left: var(--zd_size12);
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
.rightPanel {
|
|
@@ -50,18 +50,18 @@
|
|
|
50
50
|
}
|
|
51
51
|
[dir=ltr] .helpInfoCont {
|
|
52
52
|
right: 0;
|
|
53
|
-
padding:
|
|
53
|
+
padding: var(--zd_size12) var(--zd_size15) 0 0;
|
|
54
54
|
}
|
|
55
55
|
[dir=rtl] .helpInfoCont {
|
|
56
56
|
left: 0;
|
|
57
|
-
padding:
|
|
57
|
+
padding: var(--zd_size12) 0 0 var(--zd_size15);
|
|
58
58
|
}
|
|
59
59
|
.helpInfo {
|
|
60
60
|
line-height: var(--zd_size26);
|
|
61
|
-
height:
|
|
62
|
-
width:
|
|
61
|
+
height: var(--zd_size28);
|
|
62
|
+
width: var(--zd_size28);
|
|
63
63
|
color: var(--zdt_setupdetail_helpinfo_text);
|
|
64
|
-
font-size:
|
|
64
|
+
font-size: var(--zd_font_size11);
|
|
65
65
|
display: inline-block;
|
|
66
66
|
border: 1px solid var(--zdt_setupdetail_helpinfo);
|
|
67
67
|
border-radius: 2px;
|
|
@@ -69,27 +69,27 @@
|
|
|
69
69
|
cursor: pointer;
|
|
70
70
|
}
|
|
71
71
|
[dir=ltr] .mr15 {
|
|
72
|
-
margin-right:
|
|
72
|
+
margin-right: var(--zd_size15);
|
|
73
73
|
}
|
|
74
74
|
[dir=rtl] .mr15 {
|
|
75
|
-
margin-left:
|
|
75
|
+
margin-left: var(--zd_size15);
|
|
76
76
|
}
|
|
77
77
|
|
|
78
78
|
.content {
|
|
79
79
|
z-index: 1;
|
|
80
80
|
}
|
|
81
81
|
[dir=ltr] .padding {
|
|
82
|
-
padding:
|
|
82
|
+
padding: var(--zd_size10) var(--zd_size25) var(--zd_size10) var(--zd_size60);
|
|
83
83
|
}
|
|
84
84
|
[dir=rtl] .padding {
|
|
85
|
-
padding:
|
|
85
|
+
padding: var(--zd_size10) var(--zd_size60) var(--zd_size10) var(--zd_size25);
|
|
86
86
|
}
|
|
87
87
|
.popup {
|
|
88
88
|
z-index: 3;
|
|
89
89
|
position: absolute;
|
|
90
90
|
top: 0;
|
|
91
91
|
bottom: 0;
|
|
92
|
-
width:
|
|
92
|
+
width: var(--zd_size330);
|
|
93
93
|
transition: transform var(--zd_transition3);
|
|
94
94
|
border: 1px solid var(--zdt_setupdetail_popup_border);
|
|
95
95
|
background-color: var(--zdt_setupdetail_popup_bg);
|
|
@@ -111,15 +111,15 @@
|
|
|
111
111
|
|
|
112
112
|
.infoHeader {
|
|
113
113
|
color: var(--zdt_setupdetail_infoheader_text);
|
|
114
|
-
padding:
|
|
114
|
+
padding: var(--zd_size10) var(--zd_size20) var(--zd_size11);
|
|
115
115
|
border-bottom: 1px solid var(--zdt_setupdetail_popup_border);
|
|
116
116
|
background-color: var(--zdt_setupdetail_infoheader_bg);
|
|
117
117
|
}
|
|
118
118
|
|
|
119
119
|
.infoIcon {
|
|
120
|
-
height:
|
|
121
|
-
width:
|
|
122
|
-
font-size:
|
|
120
|
+
height: var(--zd_size26);
|
|
121
|
+
width: var(--zd_size26);
|
|
122
|
+
font-size: var(--zd_font_size12);
|
|
123
123
|
line-height: var(--zd_size24);
|
|
124
124
|
text-align: center;
|
|
125
125
|
border: 1px solid var(--zdt_setupdetail_infoicon_border);
|
|
@@ -128,25 +128,25 @@
|
|
|
128
128
|
|
|
129
129
|
.infoText {
|
|
130
130
|
composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
|
|
131
|
-
font-size:
|
|
131
|
+
font-size: var(--zd_font_size13);
|
|
132
132
|
}
|
|
133
133
|
|
|
134
134
|
[dir=ltr] .infoText {
|
|
135
|
-
margin-left:
|
|
136
|
-
margin-right:
|
|
135
|
+
margin-left: var(--zd_size8);
|
|
136
|
+
margin-right: var(--zd_size8);
|
|
137
137
|
}
|
|
138
138
|
|
|
139
139
|
[dir=rtl] .infoText {
|
|
140
|
-
margin-right:
|
|
141
|
-
margin-left:
|
|
140
|
+
margin-right: var(--zd_size8);
|
|
141
|
+
margin-left: var(--zd_size8);
|
|
142
142
|
}
|
|
143
143
|
|
|
144
144
|
.infoClose {
|
|
145
|
-
font-size:
|
|
145
|
+
font-size: var(--zd_font_size28);
|
|
146
146
|
color: var(--zdt_setupdetail_infoclose);
|
|
147
147
|
cursor: pointer;
|
|
148
148
|
}
|
|
149
149
|
|
|
150
150
|
.infoFooter {
|
|
151
|
-
padding:
|
|
151
|
+
padding: var(--zd_size10) var(--zd_size20);
|
|
152
152
|
}
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
[dir=ltr] .left {
|
|
16
|
-
margin-right:
|
|
16
|
+
margin-right: var(--zd_size15);
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
[dir=rtl] .left {
|
|
20
|
-
margin-left:
|
|
20
|
+
margin-left: var(--zd_size15);
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
.plusIconLine {
|
|
@@ -28,19 +28,19 @@
|
|
|
28
28
|
.plusIconLine::before {
|
|
29
29
|
position: absolute;
|
|
30
30
|
content: '';
|
|
31
|
-
width:
|
|
32
|
-
height:
|
|
33
|
-
top:
|
|
31
|
+
width: var(--zd_size1);
|
|
32
|
+
height: var(--zd_size28);
|
|
33
|
+
top: var(--zd_size38);
|
|
34
34
|
z-index: -1;
|
|
35
35
|
background: var(--zdt_subtablayout_plusicon_bg);
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
[dir=ltr] .plusIconLine::before {
|
|
39
|
-
left:
|
|
39
|
+
left: var(--zd_size20);
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
[dir=rtl] .plusIconLine::before {
|
|
43
|
-
right:
|
|
43
|
+
right: var(--zd_size20);
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
.primary_borderStyle, .secondary_borderStyle {
|
|
@@ -55,20 +55,20 @@
|
|
|
55
55
|
bottom: 0;
|
|
56
56
|
content: '';
|
|
57
57
|
position: absolute;
|
|
58
|
-
top:
|
|
58
|
+
top: var(--zd_size20);
|
|
59
59
|
z-index: -1;
|
|
60
60
|
box-shadow: var(--zd_bs_subtablayout_shadow);
|
|
61
61
|
border-radius: 100px/10px;
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
[dir=ltr] .shadowStyle::before {
|
|
65
|
-
left:
|
|
66
|
-
right:
|
|
65
|
+
left: var(--zd_size50);
|
|
66
|
+
right: var(--zd_size50);
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
[dir=rtl] .shadowStyle::before {
|
|
70
|
-
right:
|
|
71
|
-
left:
|
|
70
|
+
right: var(--zd_size50);
|
|
71
|
+
left: var(--zd_size50);
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
.aside {
|
|
@@ -77,70 +77,70 @@
|
|
|
77
77
|
|
|
78
78
|
.title {
|
|
79
79
|
color: var(--zdt_subtablayout_title_text);
|
|
80
|
-
font-size:
|
|
80
|
+
font-size: var(--zd_font_size15);
|
|
81
81
|
}
|
|
82
82
|
|
|
83
83
|
.label {
|
|
84
|
-
font-size:
|
|
84
|
+
font-size: var(--zd_font_size12);
|
|
85
85
|
color: var(--zdt_subtablayout_label_text);
|
|
86
86
|
}
|
|
87
87
|
|
|
88
88
|
.primary, .primary_peek, .secondary, .secondary_peek, .primary_detailFooter, .primary_peekFooter, .secondary_detailFooter, .secondary_peekFooter {
|
|
89
|
-
padding-top:
|
|
90
|
-
padding-bottom:
|
|
89
|
+
padding-top: var(--zd_size27);
|
|
90
|
+
padding-bottom: var(--zd_size26);
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
[dir=ltr] .primary, [dir=ltr] .primary_peek, [dir=ltr] .secondary, [dir=ltr] .secondary_peek, [dir=ltr] .primary_detailFooter, [dir=ltr] .primary_peekFooter, [dir=ltr] .secondary_detailFooter, [dir=ltr] .secondary_peekFooter {
|
|
94
|
-
padding-left:
|
|
94
|
+
padding-left: var(--zd_size25);
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
[dir=rtl] .primary, [dir=rtl] .primary_peek, [dir=rtl] .secondary, [dir=rtl] .secondary_peek, [dir=rtl] .primary_detailFooter, [dir=rtl] .primary_peekFooter, [dir=rtl] .secondary_detailFooter, [dir=rtl] .secondary_peekFooter {
|
|
98
|
-
padding-right:
|
|
98
|
+
padding-right: var(--zd_size25);
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
[dir=ltr] .primary, [dir=ltr] .primary_peek {
|
|
102
|
-
padding-right:
|
|
102
|
+
padding-right: var(--zd_size25);
|
|
103
103
|
}
|
|
104
104
|
|
|
105
105
|
[dir=rtl] .primary, [dir=rtl] .primary_peek {
|
|
106
|
-
padding-left:
|
|
106
|
+
padding-left: var(--zd_size25);
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
[dir=ltr] .secondary, [dir=ltr] .secondary_peek {
|
|
110
|
-
padding-right:
|
|
110
|
+
padding-right: var(--zd_size115);
|
|
111
111
|
}
|
|
112
112
|
|
|
113
113
|
[dir=rtl] .secondary, [dir=rtl] .secondary_peek {
|
|
114
|
-
padding-left:
|
|
114
|
+
padding-left: var(--zd_size115);
|
|
115
115
|
}
|
|
116
116
|
|
|
117
117
|
[dir=ltr] .primary_detailFooter, [dir=ltr] .primary_peekFooter {
|
|
118
|
-
padding-right:
|
|
118
|
+
padding-right: var(--zd_size25);
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
[dir=rtl] .primary_detailFooter, [dir=rtl] .primary_peekFooter {
|
|
122
|
-
padding-left:
|
|
122
|
+
padding-left: var(--zd_size25);
|
|
123
123
|
}
|
|
124
124
|
|
|
125
125
|
[dir=ltr] .secondary_detailFooter, [dir=ltr] .secondary_peekFooter {
|
|
126
|
-
padding-right:
|
|
126
|
+
padding-right: var(--zd_size115);
|
|
127
127
|
}
|
|
128
128
|
|
|
129
129
|
[dir=rtl] .secondary_detailFooter, [dir=rtl] .secondary_peekFooter {
|
|
130
|
-
padding-left:
|
|
130
|
+
padding-left: var(--zd_size115);
|
|
131
131
|
}
|
|
132
132
|
|
|
133
133
|
.tertiary,
|
|
134
134
|
.tertiary_peek {
|
|
135
|
-
height:
|
|
135
|
+
height: var(--zd_size50);
|
|
136
136
|
}
|
|
137
137
|
|
|
138
138
|
.tertiary, .tertiary_detailFooter {
|
|
139
|
-
padding: 0
|
|
139
|
+
padding: 0 var(--zd_size65);
|
|
140
140
|
}
|
|
141
141
|
|
|
142
142
|
.tertiary_peek, .tertiary_peekFooter {
|
|
143
|
-
padding: 0
|
|
143
|
+
padding: 0 var(--zd_size42);
|
|
144
144
|
}
|
|
145
145
|
|
|
146
146
|
.cursor {
|
|
@@ -153,13 +153,13 @@
|
|
|
153
153
|
}
|
|
154
154
|
|
|
155
155
|
.medium {
|
|
156
|
-
height:
|
|
156
|
+
height: var(--zd_size40);
|
|
157
157
|
}
|
|
158
158
|
|
|
159
159
|
.large {
|
|
160
|
-
height:
|
|
160
|
+
height: var(--zd_size45);
|
|
161
161
|
}
|
|
162
162
|
|
|
163
163
|
.xlarge {
|
|
164
|
-
height:
|
|
164
|
+
height: var(--zd_size50);
|
|
165
165
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
.container {
|
|
2
2
|
display: inherit;
|
|
3
3
|
}[dir=ltr] .container {
|
|
4
|
-
padding-right:
|
|
4
|
+
padding-right: var(--zd_size5);
|
|
5
5
|
}[dir=rtl] .container {
|
|
6
|
-
padding-left:
|
|
6
|
+
padding-left: var(--zd_size5);
|
|
7
7
|
}
|
|
8
8
|
/* .danger {
|
|
9
9
|
color: var(--dot_brightRed);
|
|
@@ -13,5 +13,5 @@
|
|
|
13
13
|
} */
|
|
14
14
|
.iconStyle {
|
|
15
15
|
display: block;
|
|
16
|
-
font-size:
|
|
16
|
+
font-size: var(--zd_font_size10);
|
|
17
17
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
composes: inlineBlockMiddle from '../listCommon.module.css';
|
|
7
7
|
position: relative;
|
|
8
8
|
color: var(--icon_color);
|
|
9
|
-
padding: 0
|
|
9
|
+
padding: 0 var(--zd_size2);
|
|
10
10
|
cursor: pointer;
|
|
11
11
|
}
|
|
12
12
|
.container:hover {
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
}
|
|
15
15
|
.count {
|
|
16
16
|
position: absolute;
|
|
17
|
-
top:
|
|
18
|
-
font-size:
|
|
17
|
+
top: var(--zd_size1);
|
|
18
|
+
font-size: var(--zd_font_size9);
|
|
19
19
|
text-align: center;
|
|
20
20
|
}
|
|
21
21
|
[dir=ltr] .count {
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
right: 100%;
|
|
26
26
|
}
|
|
27
27
|
.commentIcon {
|
|
28
|
-
font-size:
|
|
28
|
+
font-size: var(--zd_font_size13);
|
|
29
29
|
}
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
}
|
|
4
4
|
.dot {
|
|
5
5
|
composes: varClass;
|
|
6
|
-
font-size:
|
|
6
|
+
font-size: var(--zd_font_size16);
|
|
7
7
|
color: var(--dotColor);
|
|
8
8
|
transform: perspective(1px);
|
|
9
9
|
}
|
|
10
10
|
.list {
|
|
11
|
-
margin: 0
|
|
11
|
+
margin: 0 var(--zd_size6);
|
|
12
12
|
}
|
|
13
13
|
.minimalList {
|
|
14
|
-
margin: 0
|
|
14
|
+
margin: 0 var(--zd_size6);
|
|
15
15
|
}
|
|
@@ -2,37 +2,37 @@
|
|
|
2
2
|
position: relative;
|
|
3
3
|
background-color: var(--zdt_gridstencils_default_bg);
|
|
4
4
|
border-bottom: 1px solid var(--zdt_gridstencils_default_border);
|
|
5
|
-
padding:
|
|
6
|
-
margin-bottom:
|
|
5
|
+
padding: var(--zd_size13) var(--zd_size15) var(--zd_size11) var(--zd_size15);
|
|
6
|
+
margin-bottom: var(--zd_size10) ;
|
|
7
7
|
border-radius: var(--zd_size5);
|
|
8
8
|
}
|
|
9
9
|
[dir=ltr] .stenLoadbody {
|
|
10
|
-
margin:
|
|
10
|
+
margin: var(--zd_size8) var(--zd_size20) var(--zd_size8) 0;
|
|
11
11
|
}
|
|
12
12
|
[dir=rtl] .stenLoadbody {
|
|
13
|
-
margin:
|
|
13
|
+
margin: var(--zd_size8) 0 var(--zd_size8) var(--zd_size20);
|
|
14
14
|
}
|
|
15
15
|
.stenLoadbody::after {
|
|
16
16
|
content: '';
|
|
17
|
-
height:
|
|
18
|
-
width:
|
|
19
|
-
top:
|
|
17
|
+
height: var(--zd_size22);
|
|
18
|
+
width: var(--zd_size22);
|
|
19
|
+
top: var(--zd_size15);
|
|
20
20
|
position: absolute;
|
|
21
21
|
border-radius: 50%;
|
|
22
22
|
background-color: var(--zdt_gridstencils_after_bg);
|
|
23
23
|
}
|
|
24
24
|
[dir=ltr] .stenLoadbody::after {
|
|
25
|
-
right:
|
|
25
|
+
right: var(--zd_size20);
|
|
26
26
|
}
|
|
27
27
|
[dir=rtl] .stenLoadbody::after {
|
|
28
|
-
left:
|
|
28
|
+
left: var(--zd_size20);
|
|
29
29
|
}
|
|
30
30
|
.lineBar {
|
|
31
31
|
width: 90%;
|
|
32
32
|
}
|
|
33
33
|
.lineBar2 {
|
|
34
34
|
width: 70%;
|
|
35
|
-
margin:
|
|
35
|
+
margin: var(--zd_size22) 0;
|
|
36
36
|
}
|
|
37
37
|
.lineBar3 {
|
|
38
38
|
width: 50%;
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
.lineBar,
|
|
41
41
|
.lineBar2,
|
|
42
42
|
.lineBar3 {
|
|
43
|
-
height:
|
|
43
|
+
height: var(--zd_size5);
|
|
44
44
|
}
|
|
45
45
|
.lineBar, .lineBar2, .lineBar3 {
|
|
46
46
|
border-radius: var(--zd_size5);
|
|
@@ -97,44 +97,44 @@
|
|
|
97
97
|
transform: scale(0.8);
|
|
98
98
|
}
|
|
99
99
|
[dir=ltr] .threeLayout .stenLoadbody::before {
|
|
100
|
-
left:
|
|
100
|
+
left: var(--zd_size16);
|
|
101
101
|
}
|
|
102
102
|
[dir=rtl] .threeLayout .stenLoadbody::before {
|
|
103
|
-
right:
|
|
103
|
+
right: var(--zd_size16);
|
|
104
104
|
}
|
|
105
105
|
[dir=ltr] .threeLayout .stenLoadbody {
|
|
106
|
-
margin:
|
|
106
|
+
margin: var(--zd_size8) var(--zd_size20) var(--zd_size8) 0;
|
|
107
107
|
}
|
|
108
108
|
[dir=rtl] .threeLayout .stenLoadbody {
|
|
109
|
-
margin:
|
|
109
|
+
margin: var(--zd_size8) 0 var(--zd_size8) var(--zd_size20);
|
|
110
110
|
}
|
|
111
111
|
.threeLayout .stenLoadbody::after {
|
|
112
|
-
top:
|
|
112
|
+
top: var(--zd_size15);
|
|
113
113
|
transform: scale(0.8);
|
|
114
114
|
}
|
|
115
115
|
[dir=ltr] .threeLayout .stenLoadbody::after {
|
|
116
|
-
right:
|
|
116
|
+
right: var(--zd_size20);
|
|
117
117
|
}
|
|
118
118
|
[dir=rtl] .threeLayout .stenLoadbody::after {
|
|
119
|
-
left:
|
|
119
|
+
left: var(--zd_size20);
|
|
120
120
|
}
|
|
121
121
|
[dir=ltr] .leftCont .stenLoadbody::before {
|
|
122
|
-
left:
|
|
122
|
+
left: var(--zd_size33);
|
|
123
123
|
}
|
|
124
124
|
[dir=rtl] .leftCont .stenLoadbody::before {
|
|
125
|
-
right:
|
|
125
|
+
right: var(--zd_size33);
|
|
126
126
|
}
|
|
127
127
|
[dir=ltr] .leftCont .stenLoadbody {
|
|
128
|
-
margin:
|
|
128
|
+
margin: var(--zd_size8) var(--zd_size20) var(--zd_size8) var(--zd_size46);
|
|
129
129
|
}
|
|
130
130
|
[dir=rtl] .leftCont .stenLoadbody {
|
|
131
|
-
margin:
|
|
131
|
+
margin: var(--zd_size8) var(--zd_size46) var(--zd_size8) var(--zd_size20);
|
|
132
132
|
}
|
|
133
133
|
[dir=ltr] .leftCont .stenLoadbody::after {
|
|
134
|
-
right:
|
|
134
|
+
right: var(--zd_size40);
|
|
135
135
|
}
|
|
136
136
|
[dir=rtl] .leftCont .stenLoadbody::after {
|
|
137
|
-
left:
|
|
137
|
+
left: var(--zd_size40);
|
|
138
138
|
}
|
|
139
139
|
.leftCont .lineBar {
|
|
140
140
|
width: 80%;
|
|
@@ -9,6 +9,7 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
9
9
|
var _propTypes = require("./props/propTypes");
|
|
10
10
|
var _icons = require("@zohodesk/icons");
|
|
11
11
|
var _IconsModule = _interopRequireDefault(require("./Icons.module.css"));
|
|
12
|
+
var _semanticButtonModule = _interopRequireDefault(require("@zohodesk/components/lib/semantic/Button/semanticButton.module.css"));
|
|
12
13
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
14
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
14
15
|
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
|
|
@@ -38,9 +39,9 @@ var AddNewIcon = /*#__PURE__*/function (_React$Component) {
|
|
|
38
39
|
dataTitle = _this$props.dataTitle,
|
|
39
40
|
iconClass = _this$props.iconClass,
|
|
40
41
|
className = _this$props.className;
|
|
41
|
-
return /*#__PURE__*/_react["default"].createElement("
|
|
42
|
+
return /*#__PURE__*/_react["default"].createElement("button", {
|
|
42
43
|
onClick: onClick,
|
|
43
|
-
className: "".concat(_IconsModule["default"].iconStyle, " ").concat(_IconsModule["default"].blueHover, " ").concat(className ? className : ''),
|
|
44
|
+
className: "".concat(_IconsModule["default"].iconStyle, " ").concat(_IconsModule["default"].blueHover, " ").concat(className ? className : '', " ").concat(_semanticButtonModule["default"].buttonReset),
|
|
44
45
|
"data-id": dataId,
|
|
45
46
|
"data-title": dataTitle
|
|
46
47
|
}, /*#__PURE__*/_react["default"].createElement(_icons.Icon, {
|
|
@@ -39,9 +39,9 @@ var CompleteIcon = /*#__PURE__*/function (_React$Component) {
|
|
|
39
39
|
iconClass = _this$props.iconClass,
|
|
40
40
|
className = _this$props.className,
|
|
41
41
|
iconSize = _this$props.iconSize;
|
|
42
|
-
return /*#__PURE__*/_react["default"].createElement("
|
|
42
|
+
return /*#__PURE__*/_react["default"].createElement("button", {
|
|
43
43
|
onClick: onClick,
|
|
44
|
-
className: "".concat(_IconsModule["default"].iconStyle, " ").concat(_IconsModule["default"].blueHover, " ").concat(className ? className : ''),
|
|
44
|
+
className: "".concat(_IconsModule["default"].iconStyle, " ").concat(_IconsModule["default"].blueHover, " ").concat(className ? className : '', " ").concat(btnStyle.buttonReset),
|
|
45
45
|
"data-id": dataId,
|
|
46
46
|
"data-title": dataTitle
|
|
47
47
|
}, /*#__PURE__*/_react["default"].createElement(_icons.Icon, {
|
|
@@ -9,6 +9,7 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
9
9
|
var _propTypes = require("./props/propTypes");
|
|
10
10
|
var _IconsModule = _interopRequireDefault(require("./Icons.module.css"));
|
|
11
11
|
var _icons = require("@zohodesk/icons");
|
|
12
|
+
var _semanticButtonModule = _interopRequireDefault(require("@zohodesk/components/lib/semantic/Button/semanticButton.module.css"));
|
|
12
13
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
14
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
14
15
|
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
|
|
@@ -39,12 +40,12 @@ var DeleteComponent = /*#__PURE__*/function (_React$Component) {
|
|
|
39
40
|
iconClass = _this$props.iconClass,
|
|
40
41
|
iconSize = _this$props.iconSize,
|
|
41
42
|
className = _this$props.className;
|
|
42
|
-
return /*#__PURE__*/_react["default"].createElement("
|
|
43
|
+
return /*#__PURE__*/_react["default"].createElement("button", {
|
|
43
44
|
onClick: onClick,
|
|
44
|
-
className: "".concat(_IconsModule["default"].iconStyle, " ").concat(_IconsModule["default"].redHover, " ").concat(className ? className : ''),
|
|
45
|
+
className: "".concat(_IconsModule["default"].iconStyle, " ").concat(_IconsModule["default"].redHover, " ").concat(className ? className : '', " ").concat(_semanticButtonModule["default"].buttonReset),
|
|
45
46
|
"data-id": dataId,
|
|
46
47
|
"data-title": dataTitle,
|
|
47
|
-
|
|
48
|
+
"aria-label": dataTitle
|
|
48
49
|
}, /*#__PURE__*/_react["default"].createElement(_icons.Icon, {
|
|
49
50
|
name: "ZD-GN-delete",
|
|
50
51
|
iconClass: iconClass ? iconClass : '',
|
|
@@ -9,6 +9,7 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
9
9
|
var _propTypes = require("./props/propTypes");
|
|
10
10
|
var _IconsModule = _interopRequireDefault(require("./Icons.module.css"));
|
|
11
11
|
var _icons = require("@zohodesk/icons");
|
|
12
|
+
var _semanticButtonModule = _interopRequireDefault(require("@zohodesk/components/lib/semantic/Button/semanticButton.module.css"));
|
|
12
13
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
14
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
14
15
|
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
|
|
@@ -39,11 +40,12 @@ var EditIcon = /*#__PURE__*/function (_React$Component) {
|
|
|
39
40
|
iconClass = _this$props.iconClass,
|
|
40
41
|
iconSize = _this$props.iconSize,
|
|
41
42
|
className = _this$props.className;
|
|
42
|
-
return /*#__PURE__*/_react["default"].createElement("
|
|
43
|
+
return /*#__PURE__*/_react["default"].createElement("button", {
|
|
43
44
|
onClick: onClick,
|
|
44
|
-
className: "".concat(_IconsModule["default"].iconStyle, " ").concat(_IconsModule["default"].blueHover, " ").concat(className ? className : ''),
|
|
45
|
+
className: "".concat(_IconsModule["default"].iconStyle, " ").concat(_IconsModule["default"].blueHover, " ").concat(className ? className : '', " ").concat(_semanticButtonModule["default"].buttonReset),
|
|
45
46
|
"data-id": dataId,
|
|
46
|
-
"data-title": dataTitle
|
|
47
|
+
"data-title": dataTitle,
|
|
48
|
+
"aria-label": dataTitle
|
|
47
49
|
}, /*#__PURE__*/_react["default"].createElement(_icons.Icon, {
|
|
48
50
|
name: "ZD-GN-edit",
|
|
49
51
|
iconClass: iconClass ? iconClass : '',
|
|
@@ -10,6 +10,7 @@ var _defaultProps = require("./props/defaultProps");
|
|
|
10
10
|
var _propTypes = require("./props/propTypes");
|
|
11
11
|
var _icons = require("@zohodesk/icons");
|
|
12
12
|
var _IconsModule = _interopRequireDefault(require("./Icons.module.css"));
|
|
13
|
+
var _semanticButtonModule = _interopRequireDefault(require("@zohodesk/components/lib/semantic/Button/semanticButton.module.css"));
|
|
13
14
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
14
15
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
15
16
|
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
|
|
@@ -42,11 +43,12 @@ var ReadUnreadIcon = /*#__PURE__*/function (_React$Component) {
|
|
|
42
43
|
className = _this$props.className,
|
|
43
44
|
isRead = _this$props.isRead,
|
|
44
45
|
iconSize = _this$props.iconSize;
|
|
45
|
-
return /*#__PURE__*/_react["default"].createElement("
|
|
46
|
+
return /*#__PURE__*/_react["default"].createElement("button", {
|
|
46
47
|
onClick: onClick,
|
|
47
|
-
className: "".concat(_IconsModule["default"].iconStyle, " ").concat(_IconsModule["default"].blueHover, " ").concat(className ? className : ''),
|
|
48
|
+
className: "".concat(_IconsModule["default"].iconStyle, " ").concat(_IconsModule["default"].blueHover, " ").concat(className ? className : '', " ").concat(_semanticButtonModule["default"].buttonReset),
|
|
48
49
|
"data-id": dataId,
|
|
49
|
-
"data-title": dataTitle
|
|
50
|
+
"data-title": dataTitle,
|
|
51
|
+
"aria-label": dataTitle
|
|
50
52
|
}, /*#__PURE__*/_react["default"].createElement(_icons.Icon, {
|
|
51
53
|
name: isRead ? 'ZD-GN-read' : 'ZD-GN-unread',
|
|
52
54
|
size: iconSize,
|