@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
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
[dir=ltr] .left {
|
|
16
|
-
margin-right:
|
|
16
|
+
margin-right: 15px;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
[dir=rtl] .left {
|
|
20
|
-
margin-left:
|
|
20
|
+
margin-left: 15px;
|
|
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: 1px;
|
|
32
|
+
height: 28px;
|
|
33
|
+
top: 38px;
|
|
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: 20px;
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
[dir=rtl] .plusIconLine::before {
|
|
43
|
-
right:
|
|
43
|
+
right: 20px;
|
|
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: 20px;
|
|
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: 50px;
|
|
66
|
+
right: 50px;
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
[dir=rtl] .shadowStyle::before {
|
|
70
|
-
right:
|
|
71
|
-
left:
|
|
70
|
+
right: 50px;
|
|
71
|
+
left: 50px;
|
|
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: 15px;
|
|
81
81
|
}
|
|
82
82
|
|
|
83
83
|
.label {
|
|
84
|
-
font-size:
|
|
84
|
+
font-size: 12px;
|
|
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: 27px;
|
|
90
|
+
padding-bottom: 26px;
|
|
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: 25px;
|
|
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: 25px;
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
[dir=ltr] .primary, [dir=ltr] .primary_peek {
|
|
102
|
-
padding-right:
|
|
102
|
+
padding-right: 25px;
|
|
103
103
|
}
|
|
104
104
|
|
|
105
105
|
[dir=rtl] .primary, [dir=rtl] .primary_peek {
|
|
106
|
-
padding-left:
|
|
106
|
+
padding-left: 25px;
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
[dir=ltr] .secondary, [dir=ltr] .secondary_peek {
|
|
110
|
-
padding-right:
|
|
110
|
+
padding-right: 115px;
|
|
111
111
|
}
|
|
112
112
|
|
|
113
113
|
[dir=rtl] .secondary, [dir=rtl] .secondary_peek {
|
|
114
|
-
padding-left:
|
|
114
|
+
padding-left: 115px;
|
|
115
115
|
}
|
|
116
116
|
|
|
117
117
|
[dir=ltr] .primary_detailFooter, [dir=ltr] .primary_peekFooter {
|
|
118
|
-
padding-right:
|
|
118
|
+
padding-right: 25px;
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
[dir=rtl] .primary_detailFooter, [dir=rtl] .primary_peekFooter {
|
|
122
|
-
padding-left:
|
|
122
|
+
padding-left: 25px;
|
|
123
123
|
}
|
|
124
124
|
|
|
125
125
|
[dir=ltr] .secondary_detailFooter, [dir=ltr] .secondary_peekFooter {
|
|
126
|
-
padding-right:
|
|
126
|
+
padding-right: 115px;
|
|
127
127
|
}
|
|
128
128
|
|
|
129
129
|
[dir=rtl] .secondary_detailFooter, [dir=rtl] .secondary_peekFooter {
|
|
130
|
-
padding-left:
|
|
130
|
+
padding-left: 115px;
|
|
131
131
|
}
|
|
132
132
|
|
|
133
133
|
.tertiary,
|
|
134
134
|
.tertiary_peek {
|
|
135
|
-
height:
|
|
135
|
+
height: 50px;
|
|
136
136
|
}
|
|
137
137
|
|
|
138
138
|
.tertiary, .tertiary_detailFooter {
|
|
139
|
-
padding: 0
|
|
139
|
+
padding: 0 65px;
|
|
140
140
|
}
|
|
141
141
|
|
|
142
142
|
.tertiary_peek, .tertiary_peekFooter {
|
|
143
|
-
padding: 0
|
|
143
|
+
padding: 0 42px;
|
|
144
144
|
}
|
|
145
145
|
|
|
146
146
|
.cursor {
|
|
@@ -153,13 +153,13 @@
|
|
|
153
153
|
}
|
|
154
154
|
|
|
155
155
|
.medium {
|
|
156
|
-
height:
|
|
156
|
+
height: 40px;
|
|
157
157
|
}
|
|
158
158
|
|
|
159
159
|
.large {
|
|
160
|
-
height:
|
|
160
|
+
height: 45px;
|
|
161
161
|
}
|
|
162
162
|
|
|
163
163
|
.xlarge {
|
|
164
|
-
height:
|
|
164
|
+
height: 50px;
|
|
165
165
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
.container {
|
|
2
2
|
display: inherit;
|
|
3
3
|
}[dir=ltr] .container {
|
|
4
|
-
padding-right:
|
|
4
|
+
padding-right: 5px;
|
|
5
5
|
}[dir=rtl] .container {
|
|
6
|
-
padding-left:
|
|
6
|
+
padding-left: 5px;
|
|
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: 10px;
|
|
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 2px;
|
|
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: 1px;
|
|
18
|
+
font-size: 9px;
|
|
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: 13px;
|
|
29
29
|
}
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
}
|
|
4
4
|
.dot {
|
|
5
5
|
composes: varClass;
|
|
6
|
-
font-size:
|
|
6
|
+
font-size: 16px;
|
|
7
7
|
color: var(--dotColor);
|
|
8
8
|
transform: perspective(1px);
|
|
9
9
|
}
|
|
10
10
|
.list {
|
|
11
|
-
margin: 0
|
|
11
|
+
margin: 0 6px;
|
|
12
12
|
}
|
|
13
13
|
.minimalList {
|
|
14
|
-
margin: 0
|
|
14
|
+
margin: 0 6px;
|
|
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: 13px 15px 11px 15px;
|
|
6
|
+
margin-bottom: 10px;
|
|
7
7
|
border-radius: var(--zd_size5);
|
|
8
8
|
}
|
|
9
9
|
[dir=ltr] .stenLoadbody {
|
|
10
|
-
margin:
|
|
10
|
+
margin: 8px 20px 8px 0;
|
|
11
11
|
}
|
|
12
12
|
[dir=rtl] .stenLoadbody {
|
|
13
|
-
margin:
|
|
13
|
+
margin: 8px 0 8px 20px;
|
|
14
14
|
}
|
|
15
15
|
.stenLoadbody::after {
|
|
16
16
|
content: '';
|
|
17
|
-
height:
|
|
18
|
-
width:
|
|
19
|
-
top:
|
|
17
|
+
height: 22px;
|
|
18
|
+
width: 22px;
|
|
19
|
+
top: 15px;
|
|
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: 20px;
|
|
26
26
|
}
|
|
27
27
|
[dir=rtl] .stenLoadbody::after {
|
|
28
|
-
left:
|
|
28
|
+
left: 20px;
|
|
29
29
|
}
|
|
30
30
|
.lineBar {
|
|
31
31
|
width: 90%;
|
|
32
32
|
}
|
|
33
33
|
.lineBar2 {
|
|
34
34
|
width: 70%;
|
|
35
|
-
margin:
|
|
35
|
+
margin: 22px 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: 5px;
|
|
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: 16px;
|
|
101
101
|
}
|
|
102
102
|
[dir=rtl] .threeLayout .stenLoadbody::before {
|
|
103
|
-
right:
|
|
103
|
+
right: 16px;
|
|
104
104
|
}
|
|
105
105
|
[dir=ltr] .threeLayout .stenLoadbody {
|
|
106
|
-
margin:
|
|
106
|
+
margin: 8px 20px 8px 0;
|
|
107
107
|
}
|
|
108
108
|
[dir=rtl] .threeLayout .stenLoadbody {
|
|
109
|
-
margin:
|
|
109
|
+
margin: 8px 0 8px 20px;
|
|
110
110
|
}
|
|
111
111
|
.threeLayout .stenLoadbody::after {
|
|
112
|
-
top:
|
|
112
|
+
top: 15px;
|
|
113
113
|
transform: scale(0.8);
|
|
114
114
|
}
|
|
115
115
|
[dir=ltr] .threeLayout .stenLoadbody::after {
|
|
116
|
-
right:
|
|
116
|
+
right: 20px;
|
|
117
117
|
}
|
|
118
118
|
[dir=rtl] .threeLayout .stenLoadbody::after {
|
|
119
|
-
left:
|
|
119
|
+
left: 20px;
|
|
120
120
|
}
|
|
121
121
|
[dir=ltr] .leftCont .stenLoadbody::before {
|
|
122
|
-
left:
|
|
122
|
+
left: 33px;
|
|
123
123
|
}
|
|
124
124
|
[dir=rtl] .leftCont .stenLoadbody::before {
|
|
125
|
-
right:
|
|
125
|
+
right: 33px;
|
|
126
126
|
}
|
|
127
127
|
[dir=ltr] .leftCont .stenLoadbody {
|
|
128
|
-
margin:
|
|
128
|
+
margin: 8px 20px 8px 46px;
|
|
129
129
|
}
|
|
130
130
|
[dir=rtl] .leftCont .stenLoadbody {
|
|
131
|
-
margin:
|
|
131
|
+
margin: 8px 46px 8px 20px;
|
|
132
132
|
}
|
|
133
133
|
[dir=ltr] .leftCont .stenLoadbody::after {
|
|
134
|
-
right:
|
|
134
|
+
right: 40px;
|
|
135
135
|
}
|
|
136
136
|
[dir=rtl] .leftCont .stenLoadbody::after {
|
|
137
|
-
left:
|
|
137
|
+
left: 40px;
|
|
138
138
|
}
|
|
139
139
|
.leftCont .lineBar {
|
|
140
140
|
width: 80%;
|
|
@@ -16,16 +16,16 @@
|
|
|
16
16
|
}
|
|
17
17
|
/* View */
|
|
18
18
|
.classic .innerContainer {
|
|
19
|
-
min-height:
|
|
20
|
-
padding:
|
|
19
|
+
min-height: 70px;
|
|
20
|
+
padding: 13px 0;
|
|
21
21
|
}
|
|
22
22
|
.compact .innerContainer {
|
|
23
|
-
min-height:
|
|
24
|
-
padding:
|
|
23
|
+
min-height: 41px;
|
|
24
|
+
padding: 5px 0;
|
|
25
25
|
}
|
|
26
26
|
.superCompact .innerContainer {
|
|
27
|
-
min-height:
|
|
28
|
-
padding:
|
|
27
|
+
min-height: 35px;
|
|
28
|
+
padding: 2px 0;
|
|
29
29
|
}
|
|
30
30
|
.compact .innerContainer, .classic .innerContainer, .superCompact .innerContainer {
|
|
31
31
|
border-bottom: 1px dotted var(--listBorder);
|
|
@@ -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 ListStencils = /*#__PURE__*/function (_Component) {
|
|
29
29
|
_inherits(ListStencils, _Component);
|
|
30
30
|
var _super = _createSuper(ListStencils);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
.container {
|
|
2
2
|
position: relative;
|
|
3
3
|
width: 100%;
|
|
4
|
-
padding: 0
|
|
4
|
+
padding: 0 30px;
|
|
5
5
|
}
|
|
6
6
|
.innerContainer {
|
|
7
7
|
composes: dflex alignVertical from '~@zohodesk/components/lib/common/common.module.css';
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
composes: dflex from '~@zohodesk/components/lib/common/common.module.css';
|
|
12
12
|
}
|
|
13
13
|
[dir=ltr] .avatar {
|
|
14
|
-
margin-right:
|
|
14
|
+
margin-right: 25px;
|
|
15
15
|
}
|
|
16
16
|
[dir=rtl] .avatar {
|
|
17
|
-
margin-left:
|
|
17
|
+
margin-left: 25px;
|
|
18
18
|
}
|
|
19
19
|
.detailsColumn {
|
|
20
20
|
min-height: 0;
|
|
@@ -31,25 +31,25 @@
|
|
|
31
31
|
flex-basis: 50%;
|
|
32
32
|
}
|
|
33
33
|
.classic .secondaryRow {
|
|
34
|
-
margin-top:
|
|
34
|
+
margin-top: 10px;
|
|
35
35
|
}
|
|
36
36
|
[dir=ltr] .compact .secondaryRow, [dir=ltr] .superCompact .secondaryRow {
|
|
37
|
-
margin-left:
|
|
37
|
+
margin-left: 30px;
|
|
38
38
|
}
|
|
39
39
|
[dir=rtl] .compact .secondaryRow, [dir=rtl] .superCompact .secondaryRow {
|
|
40
|
-
margin-right:
|
|
40
|
+
margin-right: 30px;
|
|
41
41
|
}
|
|
42
42
|
.classic .innerContainer {
|
|
43
|
-
height:
|
|
44
|
-
padding:
|
|
43
|
+
height: 70px;
|
|
44
|
+
padding: 13px 0;
|
|
45
45
|
}
|
|
46
46
|
.compact .innerContainer {
|
|
47
|
-
height:
|
|
48
|
-
padding:
|
|
47
|
+
height: 41px;
|
|
48
|
+
padding: 5px 0;
|
|
49
49
|
}
|
|
50
50
|
.superCompact .innerContainer {
|
|
51
|
-
height:
|
|
52
|
-
padding:
|
|
51
|
+
height: 35px;
|
|
52
|
+
padding: 2px 0;
|
|
53
53
|
}
|
|
54
54
|
.classic .detailsInnerColumn {
|
|
55
55
|
-webkit-box-orient: vertical;
|
|
@@ -26,7 +26,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
|
|
|
26
26
|
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); }
|
|
27
27
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
28
28
|
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; } }
|
|
29
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
29
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
30
30
|
var AccountName = /*#__PURE__*/function (_Component) {
|
|
31
31
|
_inherits(AccountName, _Component);
|
|
32
32
|
var _super = _createSuper(AccountName);
|
|
@@ -25,7 +25,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
|
|
|
25
25
|
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); }
|
|
26
26
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
27
27
|
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; } }
|
|
28
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
28
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
29
29
|
var Email = /*#__PURE__*/function (_Component) {
|
|
30
30
|
_inherits(Email, _Component);
|
|
31
31
|
var _super = _createSuper(Email);
|
|
@@ -22,7 +22,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
|
|
|
22
22
|
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); }
|
|
23
23
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
24
24
|
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; } }
|
|
25
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
25
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
26
26
|
var HappinessRating = /*#__PURE__*/function (_Component) {
|
|
27
27
|
_inherits(HappinessRating, _Component);
|
|
28
28
|
var _super = _createSuper(HappinessRating);
|
|
@@ -25,7 +25,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
|
|
|
25
25
|
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); }
|
|
26
26
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
27
27
|
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; } }
|
|
28
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
28
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
29
29
|
var PhoneNumber = /*#__PURE__*/function (_Component) {
|
|
30
30
|
_inherits(PhoneNumber, _Component);
|
|
31
31
|
var _super = _createSuper(PhoneNumber);
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
.paidUserIcon {
|
|
2
2
|
vertical-align: middle;
|
|
3
|
-
bottom:
|
|
3
|
+
bottom: 1px;
|
|
4
4
|
position: relative;
|
|
5
|
-
font-size:
|
|
5
|
+
font-size: 8px;
|
|
6
6
|
}[dir=ltr] .paidUserIcon {
|
|
7
|
-
margin-right:
|
|
7
|
+
margin-right: 5px;
|
|
8
8
|
}[dir=rtl] .paidUserIcon {
|
|
9
|
-
margin-left:
|
|
9
|
+
margin-left: 5px;
|
|
10
10
|
}
|
|
11
11
|
.icon {
|
|
12
12
|
display: block;
|
|
@@ -35,12 +35,12 @@ display: block
|
|
|
35
35
|
}
|
|
36
36
|
.textStyle,
|
|
37
37
|
.secondaryText {
|
|
38
|
-
font-size:
|
|
38
|
+
font-size: 12px;
|
|
39
39
|
}
|
|
40
40
|
.ticketId,
|
|
41
41
|
.phoneNumber,
|
|
42
42
|
.ratingText {
|
|
43
|
-
font-size:
|
|
43
|
+
font-size: 12px;
|
|
44
44
|
}
|
|
45
45
|
.textStyle,
|
|
46
46
|
.secondaryText,
|
|
@@ -91,11 +91,11 @@ display: block
|
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
.priorityText {
|
|
94
|
-
font-size:
|
|
94
|
+
font-size: 12px;
|
|
95
95
|
max-width: 100%;
|
|
96
96
|
}
|
|
97
97
|
.departmentText {
|
|
98
|
-
font-size:
|
|
98
|
+
font-size: 12px;
|
|
99
99
|
color: var(--zdt_secondaryText_secondaryText_text);
|
|
100
100
|
max-width: 100%;
|
|
101
101
|
composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
|
|
@@ -105,14 +105,14 @@ display: block
|
|
|
105
105
|
composes: inlineBlockMiddle from '../listCommon.module.css';
|
|
106
106
|
}
|
|
107
107
|
.happinessImg {
|
|
108
|
-
width:
|
|
108
|
+
width: 13px;
|
|
109
109
|
vertical-align: middle;
|
|
110
110
|
}
|
|
111
111
|
[dir=ltr] .happinessImg {
|
|
112
|
-
margin: 0
|
|
112
|
+
margin: 0 4px 0 0;
|
|
113
113
|
}
|
|
114
114
|
[dir=rtl] .happinessImg {
|
|
115
|
-
margin: 0 0 0
|
|
115
|
+
margin: 0 0 0 4px;
|
|
116
116
|
}
|
|
117
117
|
|
|
118
118
|
/* colors */
|
|
@@ -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 Website = /*#__PURE__*/function (_Component) {
|
|
29
29
|
_inherits(Website, _Component);
|
|
30
30
|
var _super = _createSuper(Website);
|
|
@@ -26,7 +26,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
|
|
|
26
26
|
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); }
|
|
27
27
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
28
28
|
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; } }
|
|
29
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
29
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
30
30
|
var SecondryPanel = /*#__PURE__*/function (_Component) {
|
|
31
31
|
_inherits(SecondryPanel, _Component);
|
|
32
32
|
var _super = _createSuper(SecondryPanel);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
.container {
|
|
2
2
|
vertical-align: middle;
|
|
3
|
-
font-size:
|
|
3
|
+
font-size: 10px;
|
|
4
4
|
}[dir=ltr] .container {
|
|
5
|
-
margin: 0 0 0
|
|
5
|
+
margin: 0 0 0 5px;
|
|
6
6
|
}[dir=rtl] .container {
|
|
7
|
-
margin: 0
|
|
7
|
+
margin: 0 5px 0 0;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
.sentimentIcon {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
.tagStyle {
|
|
2
|
-
min-width:
|
|
3
|
-
height:
|
|
4
|
-
font-size:
|
|
2
|
+
min-width: 70px;
|
|
3
|
+
height: 28px;
|
|
4
|
+
font-size: 13px;
|
|
5
5
|
color: var(--zdt_tagnew_default_text);
|
|
6
6
|
composes: inlineFlex from '../listCommon.module.css';
|
|
7
7
|
composes: alignHorizontal from '~@zohodesk/components/lib/common/common.module.css';
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
border-radius: var(--zd_size14);
|
|
12
12
|
background-color: var(--zdt_tagnew_default_bg);
|
|
13
13
|
box-shadow: var(--zd_bs_tagnew_shadow);
|
|
14
|
-
padding: 0
|
|
14
|
+
padding: 0 15px;
|
|
15
15
|
transform: scale(0);
|
|
16
16
|
cursor: pointer;
|
|
17
17
|
}
|