@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,7 +1,7 @@
|
|
|
1
1
|
.star {
|
|
2
2
|
position: absolute;
|
|
3
|
-
height:
|
|
4
|
-
width:
|
|
3
|
+
height: 20px;
|
|
4
|
+
width: 21px;
|
|
5
5
|
}
|
|
6
6
|
.topLeft {
|
|
7
7
|
top: 0;
|
|
@@ -96,11 +96,13 @@
|
|
|
96
96
|
left:0}
|
|
97
97
|
|
|
98
98
|
[dir=rtl] .topLeft .starOne{right:0}
|
|
99
|
-
.topLeft .starTwo{top:0
|
|
99
|
+
.topLeft .starTwo{top:0
|
|
100
|
+
/* Variable:Ignore */}
|
|
100
101
|
[dir=ltr] .topLeft .starTwo{
|
|
101
102
|
left:10px}
|
|
102
103
|
[dir=rtl] .topLeft .starTwo{right:10px}
|
|
103
|
-
.topLeft .starThree{
|
|
104
|
+
.topLeft .starThree{
|
|
105
|
+
/* Variable:Ignore */top:10px}
|
|
104
106
|
[dir=ltr] .topLeft .starThree{
|
|
105
107
|
left:0}
|
|
106
108
|
[dir=rtl] .topLeft .starThree{right:0}
|
|
@@ -111,11 +113,13 @@
|
|
|
111
113
|
right:0}
|
|
112
114
|
|
|
113
115
|
[dir=rtl] .topRight .starOne{left:0}
|
|
114
|
-
.topRight .starTwo{top:0
|
|
116
|
+
.topRight .starTwo{top:0
|
|
117
|
+
/* Variable:Ignore */}
|
|
115
118
|
[dir=ltr] .topRight .starTwo{
|
|
116
119
|
right:10px}
|
|
117
120
|
[dir=rtl] .topRight .starTwo{left:10px}
|
|
118
|
-
.topRight .starThree{
|
|
121
|
+
.topRight .starThree{
|
|
122
|
+
/* Variable:Ignore */top:10px}
|
|
119
123
|
[dir=ltr] .topRight .starThree{
|
|
120
124
|
right:0}
|
|
121
125
|
[dir=rtl] .topRight .starThree{left:0}
|
|
@@ -126,11 +130,13 @@
|
|
|
126
130
|
left:0}
|
|
127
131
|
|
|
128
132
|
[dir=rtl] .bottomLeft .starOne{right:0}
|
|
129
|
-
.bottomLeft .starTwo{bottom:0
|
|
133
|
+
.bottomLeft .starTwo{bottom:0
|
|
134
|
+
/* Variable:Ignore */}
|
|
130
135
|
[dir=ltr] .bottomLeft .starTwo{
|
|
131
136
|
left:10px}
|
|
132
137
|
[dir=rtl] .bottomLeft .starTwo{right:10px}
|
|
133
|
-
.bottomLeft .starThree{
|
|
138
|
+
.bottomLeft .starThree{
|
|
139
|
+
/* Variable:Ignore */bottom:10px}
|
|
134
140
|
[dir=ltr] .bottomLeft .starThree{
|
|
135
141
|
left:0}
|
|
136
142
|
[dir=rtl] .bottomLeft .starThree{right:0}
|
|
@@ -141,11 +147,13 @@
|
|
|
141
147
|
right:0}
|
|
142
148
|
|
|
143
149
|
[dir=rtl] .bottomRight .starOne{left:0}
|
|
144
|
-
.bottomRight .starTwo{bottom:0
|
|
150
|
+
.bottomRight .starTwo{bottom:0
|
|
151
|
+
/* Variable:Ignore */}
|
|
145
152
|
[dir=ltr] .bottomRight .starTwo{
|
|
146
153
|
right:10px}
|
|
147
154
|
[dir=rtl] .bottomRight .starTwo{left:10px}
|
|
148
|
-
.bottomRight .starThree{
|
|
155
|
+
.bottomRight .starThree{
|
|
156
|
+
/* Variable:Ignore */bottom:10px}
|
|
149
157
|
[dir=ltr] .bottomRight .starThree{
|
|
150
158
|
right:0}
|
|
151
159
|
[dir=rtl] .bottomRight .starThree{left:0}
|
package/lib/Provider/Config.js
CHANGED
|
@@ -9,6 +9,13 @@ var config = {
|
|
|
9
9
|
freezeLayer: {
|
|
10
10
|
enable: function enable() {},
|
|
11
11
|
disable: function disable() {}
|
|
12
|
+
},
|
|
13
|
+
draggerBoundary: document.body,
|
|
14
|
+
boundaryLimit: {
|
|
15
|
+
top: 0,
|
|
16
|
+
left: 0,
|
|
17
|
+
right: 0,
|
|
18
|
+
bottom: 0
|
|
12
19
|
}
|
|
13
20
|
};
|
|
14
21
|
function getDotLibraryConfig(key) {
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
.varClass {
|
|
2
|
-
--separator_fontSize:
|
|
2
|
+
--separator_fontSize: 15px;
|
|
3
3
|
}
|
|
4
4
|
.separator {
|
|
5
5
|
font-size: var(--separator_fontSize);
|
|
6
|
-
margin: 0
|
|
6
|
+
margin: 0 5px;
|
|
7
7
|
}
|
|
8
8
|
.dot {
|
|
9
|
-
--separator_fontSize:
|
|
9
|
+
--separator_fontSize: 8px;
|
|
10
10
|
}
|
|
11
11
|
.slash {
|
|
12
|
-
--separator_fontSize:
|
|
12
|
+
--separator_fontSize: 10px;
|
|
13
13
|
/* line-height: var(--zd_size10); */
|
|
14
14
|
}
|
|
15
15
|
.arrow {
|
|
16
|
-
--separator_fontSize:
|
|
16
|
+
--separator_fontSize: 8px;
|
|
17
17
|
/* line-height: var(--zd_size7); */
|
|
18
18
|
}
|
|
19
19
|
.comma {
|
|
20
|
-
--separator_fontSize:
|
|
20
|
+
--separator_fontSize: 15px;
|
|
21
21
|
/* line-height: var(--zd_size13); */
|
|
22
22
|
}
|
|
23
23
|
.none {
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
--tag_bg_color: var(--zdt_tagWithIconGrey_bg);
|
|
3
3
|
--tag_text_color: var(--zdt_tagWithIconGrey_text);
|
|
4
4
|
--tag_border_color: var(--zdt_tagWithIconGrey_border);
|
|
5
|
-
--tag_small_fontSize:
|
|
6
|
-
--tag_large_fontSize:
|
|
5
|
+
--tag_small_fontSize: 10px;
|
|
6
|
+
--tag_large_fontSize: 12px;
|
|
7
7
|
}
|
|
8
8
|
.wrapper {
|
|
9
9
|
composes: varClass;
|
|
@@ -13,13 +13,13 @@
|
|
|
13
13
|
.small,
|
|
14
14
|
.large {
|
|
15
15
|
max-width: 100%;
|
|
16
|
-
height:
|
|
16
|
+
height: 18px;
|
|
17
17
|
}
|
|
18
18
|
.small, .large {
|
|
19
19
|
border: 1px solid;
|
|
20
20
|
border-color: var(--tag_border_color);
|
|
21
21
|
border-radius: var(--zd_size4);
|
|
22
|
-
padding: 0
|
|
22
|
+
padding: 0 6px;
|
|
23
23
|
}
|
|
24
24
|
.bold {
|
|
25
25
|
composes: semibold from '~@zohodesk/components/lib/common/common.module.css';
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
|
|
35
35
|
}
|
|
36
36
|
[dir=ltr] .iconSpace{
|
|
37
|
-
margin-right:
|
|
37
|
+
margin-right: 4px;
|
|
38
38
|
}
|
|
39
39
|
[dir=rtl] .iconSpace{
|
|
40
|
-
margin-left:
|
|
40
|
+
margin-left: 4px;
|
|
41
41
|
}
|
|
42
42
|
.yellow {
|
|
43
43
|
--tag_bg_color: var(--zdt_tagWithIconYellow_bg);
|
|
@@ -25,8 +25,7 @@ function _nonIterableRest() { throw new TypeError("Invalid attempt to destructur
|
|
|
25
25
|
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
26
26
|
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
27
27
|
function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
|
|
28
|
-
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
29
|
-
//style
|
|
28
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
30
29
|
function ToastMessageUI(props) {
|
|
31
30
|
var _useState = (0, _react.useState)(props.messageState),
|
|
32
31
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
border-radius: 5px;
|
|
6
6
|
box-shadow: var(--zd_bs_toastmessage_container);
|
|
7
7
|
background-color: var(--zdt_toastmessage_default_bg);
|
|
8
|
-
margin-bottom:
|
|
8
|
+
margin-bottom: 7px;
|
|
9
9
|
}[dir=ltr] .container {
|
|
10
10
|
transform-origin: right center;
|
|
11
11
|
}[dir=rtl] .container {
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
}
|
|
66
66
|
|
|
67
67
|
.alertright {
|
|
68
|
-
width:
|
|
68
|
+
width: 105px;
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
[dir=ltr] .alertright {
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
}
|
|
78
78
|
|
|
79
79
|
.popbutton {
|
|
80
|
-
font-size:
|
|
80
|
+
font-size: 10px;
|
|
81
81
|
color: var(--zdt_toastmessage_popbutton_text);
|
|
82
82
|
composes: wbreak textCap from '~@zohodesk/components/lib/common/common.module.css';
|
|
83
83
|
transition: all var(--zd_transition3);
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
|
|
88
88
|
.mainbutton {
|
|
89
89
|
composes: popbutton;
|
|
90
|
-
font-size:
|
|
90
|
+
font-size: 11px;
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
.sumbitBorder {
|
|
@@ -147,11 +147,11 @@
|
|
|
147
147
|
}
|
|
148
148
|
|
|
149
149
|
.alertleft {
|
|
150
|
-
padding:
|
|
150
|
+
padding: 15px 25px;
|
|
151
151
|
}
|
|
152
152
|
|
|
153
153
|
.alertico {
|
|
154
|
-
min-width:
|
|
154
|
+
min-width: 50px;
|
|
155
155
|
}
|
|
156
156
|
|
|
157
157
|
.alertsecondary .alertico {
|
|
@@ -162,31 +162,31 @@
|
|
|
162
162
|
|
|
163
163
|
.alertTitle {
|
|
164
164
|
composes: semibold wbreak dotted from '~@zohodesk/components/lib/common/common.module.css';
|
|
165
|
-
font-size:
|
|
165
|
+
font-size: 14px;
|
|
166
166
|
color: var(--zdt_toastmessage_alerttitle_text);
|
|
167
167
|
}
|
|
168
168
|
|
|
169
169
|
[dir=ltr] .alertTitleLeft {
|
|
170
|
-
margin-right:
|
|
170
|
+
margin-right: 10px;
|
|
171
171
|
}
|
|
172
172
|
|
|
173
173
|
[dir=rtl] .alertTitleLeft {
|
|
174
|
-
margin-left:
|
|
174
|
+
margin-left: 10px;
|
|
175
175
|
}
|
|
176
176
|
|
|
177
177
|
.alertMessage {
|
|
178
|
-
font-size:
|
|
178
|
+
font-size: 12px;
|
|
179
179
|
composes: wbreak from '~@zohodesk/components/lib/common/common.module.css';
|
|
180
180
|
line-height: var(--zd_size16);
|
|
181
181
|
color: var(--zdt_toastmessage_alert_text);
|
|
182
|
-
margin-top:
|
|
182
|
+
margin-top: 5px;
|
|
183
183
|
}
|
|
184
184
|
|
|
185
185
|
.buttonText {
|
|
186
186
|
font-size: inherit;
|
|
187
187
|
line-height: var(--zd_size14);
|
|
188
188
|
text-align: center;
|
|
189
|
-
padding: 0
|
|
189
|
+
padding: 0 7px;
|
|
190
190
|
cursor: pointer;
|
|
191
191
|
}
|
|
192
192
|
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
}
|
|
200
200
|
|
|
201
201
|
.closeIcon, .closeIconPrimary {
|
|
202
|
-
padding:
|
|
202
|
+
padding: 2px;
|
|
203
203
|
cursor: pointer;
|
|
204
204
|
}
|
|
205
205
|
|
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
}
|
|
227
227
|
|
|
228
228
|
.dropdown {
|
|
229
|
-
width:
|
|
229
|
+
width: 23px;
|
|
230
230
|
position: relative;
|
|
231
231
|
height: 100%;
|
|
232
232
|
color: var(--zdt_toastmessage_dropdown_text);
|
|
@@ -255,9 +255,9 @@
|
|
|
255
255
|
.message {
|
|
256
256
|
position: relative;
|
|
257
257
|
color: var(--zdt_toastmessage_popbutton_text);
|
|
258
|
-
font-size:
|
|
258
|
+
font-size: 11px;
|
|
259
259
|
composes: dotted textCap from '~@zohodesk/components/lib/common/common.module.css';
|
|
260
|
-
height:
|
|
260
|
+
height: 33px;
|
|
261
261
|
transition: padding var(--zd_transition3), height var(--zd_transition3);
|
|
262
262
|
border-top: 1px solid var(--zdt_toastmessage_message_border);
|
|
263
263
|
cursor: pointer;
|
|
@@ -265,11 +265,11 @@
|
|
|
265
265
|
}
|
|
266
266
|
|
|
267
267
|
[dir=ltr] .message {
|
|
268
|
-
padding:
|
|
268
|
+
padding: 10px 20px 10px 76px;
|
|
269
269
|
}
|
|
270
270
|
|
|
271
271
|
[dir=rtl] .message {
|
|
272
|
-
padding:
|
|
272
|
+
padding: 10px 76px 10px 20px;
|
|
273
273
|
}
|
|
274
274
|
|
|
275
275
|
.messageOff {
|
|
@@ -279,11 +279,11 @@
|
|
|
279
279
|
}
|
|
280
280
|
|
|
281
281
|
[dir=ltr] .messageOff {
|
|
282
|
-
padding: 0
|
|
282
|
+
padding: 0 20px 0 76px;
|
|
283
283
|
}
|
|
284
284
|
|
|
285
285
|
[dir=rtl] .messageOff {
|
|
286
|
-
padding: 0
|
|
286
|
+
padding: 0 76px 0 20px;
|
|
287
287
|
}
|
|
288
288
|
|
|
289
289
|
.message:hover {
|
|
@@ -291,8 +291,8 @@
|
|
|
291
291
|
}
|
|
292
292
|
|
|
293
293
|
.fill {
|
|
294
|
-
width:
|
|
295
|
-
height:
|
|
294
|
+
width: 29px;
|
|
295
|
+
height: 29px;
|
|
296
296
|
line-height: var(--zd_size29);
|
|
297
297
|
composes: rounded from '~@zohodesk/components/lib/common/common.module.css';
|
|
298
298
|
text-align: center;
|
|
@@ -313,7 +313,7 @@
|
|
|
313
313
|
.dangerShadow {
|
|
314
314
|
color: var(--zdt_toastmessage_danger_text);
|
|
315
315
|
text-shadow: 0 4px 22px var(--zdt_toastmessage_danger_text_shadow);
|
|
316
|
-
margin-top:
|
|
316
|
+
margin-top: 5px;
|
|
317
317
|
}
|
|
318
318
|
|
|
319
319
|
.successPlain {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
transition: all var(--zd_transition3);
|
|
4
4
|
vertical-align: middle;
|
|
5
5
|
cursor: pointer;
|
|
6
|
-
padding:
|
|
6
|
+
padding: 5px;
|
|
7
7
|
border-radius: var(--zd_size2);
|
|
8
8
|
}
|
|
9
9
|
.light {
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
left: 0;
|
|
28
28
|
}
|
|
29
29
|
.small {
|
|
30
|
-
width:
|
|
31
|
-
height:
|
|
30
|
+
width: 50px;
|
|
31
|
+
height: 40px;
|
|
32
32
|
}
|
|
33
33
|
.medium {
|
|
34
|
-
height:
|
|
35
|
-
width:
|
|
34
|
+
height: 49px;
|
|
35
|
+
width: 65px;
|
|
36
36
|
}
|
|
37
37
|
.preview {
|
|
38
38
|
opacity: 0.4;
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
}
|
|
41
41
|
.loader {
|
|
42
42
|
position: absolute;
|
|
43
|
-
bottom:
|
|
44
|
-
height:
|
|
43
|
+
bottom: -1px;
|
|
44
|
+
height: 2px;
|
|
45
45
|
width: 0%;
|
|
46
46
|
transition: width var(--zd_transition6) ease;
|
|
47
47
|
}
|
|
@@ -62,20 +62,20 @@
|
|
|
62
62
|
height: 100%;
|
|
63
63
|
}
|
|
64
64
|
[dir=ltr] .attachInfo {
|
|
65
|
-
padding:
|
|
65
|
+
padding: 4px 0 0 8px;
|
|
66
66
|
}
|
|
67
67
|
[dir=rtl] .attachInfo {
|
|
68
|
-
padding:
|
|
68
|
+
padding: 4px 8px 0 0;
|
|
69
69
|
}
|
|
70
70
|
.fileIcon {
|
|
71
|
-
font-size:
|
|
71
|
+
font-size: 14px;
|
|
72
72
|
}
|
|
73
73
|
.attachsize {
|
|
74
|
-
font-size:
|
|
74
|
+
font-size: 10px;
|
|
75
75
|
letter-spacing: 1px;
|
|
76
76
|
composes: dotted from "~@zohodesk/components/lib/common/common.module.css";
|
|
77
77
|
text-transform: uppercase;
|
|
78
|
-
padding:
|
|
78
|
+
padding: 4px 0 2px;
|
|
79
79
|
}
|
|
80
80
|
.light .attachsize {
|
|
81
81
|
color: var(--zdt_upload_attachsize_default_text);
|
|
@@ -84,12 +84,12 @@
|
|
|
84
84
|
color: var(--zdt_upload_attachsize_night_text);
|
|
85
85
|
}
|
|
86
86
|
.uploadclose {
|
|
87
|
-
height:
|
|
88
|
-
width:
|
|
87
|
+
height: 12px;
|
|
88
|
+
width: 12px;
|
|
89
89
|
top: 0;
|
|
90
90
|
position: absolute;
|
|
91
91
|
line-height: var(--zd_size10);
|
|
92
|
-
font-size:
|
|
92
|
+
font-size: 12px;
|
|
93
93
|
text-align: center;
|
|
94
94
|
}
|
|
95
95
|
[dir=ltr] .uploadclose {
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
.container {
|
|
2
|
-
min-height:
|
|
2
|
+
min-height: 54px;
|
|
3
3
|
position: relative;
|
|
4
4
|
}[dir=ltr] .container {
|
|
5
|
-
padding:
|
|
5
|
+
padding: 12px 45px 12px 26px;
|
|
6
6
|
}[dir=rtl] .container {
|
|
7
|
-
padding:
|
|
7
|
+
padding: 12px 26px 12px 45px;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
[dir=ltr] .extraSmall {
|
|
11
|
-
padding:
|
|
11
|
+
padding: 12px 45px 12px 16px;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
[dir=rtl] .extraSmall {
|
|
15
|
-
padding:
|
|
15
|
+
padding: 12px 16px 12px 45px;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
[dir=ltr] .iconContainer {
|
|
19
|
-
margin: 0
|
|
19
|
+
margin: 0 10px 0 0;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
[dir=rtl] .iconContainer {
|
|
23
|
-
margin: 0 0 0
|
|
23
|
+
margin: 0 0 0 10px;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
.title {
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
[dir=ltr] .title {
|
|
31
|
-
margin: 0
|
|
31
|
+
margin: 0 5px 0 0;
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
[dir=rtl] .title {
|
|
35
|
-
margin: 0 0 0
|
|
35
|
+
margin: 0 0 0 5px;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
.iconStyle {
|
|
@@ -56,16 +56,16 @@
|
|
|
56
56
|
/* icon size */
|
|
57
57
|
|
|
58
58
|
.icon_delete, .icon_alert, .icon_remoteAssist {
|
|
59
|
-
font-size:
|
|
59
|
+
font-size: 20px;
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
.icon_splitTicket {
|
|
63
|
-
font-size:
|
|
63
|
+
font-size: 16px;
|
|
64
64
|
font-weight: bold;
|
|
65
65
|
}
|
|
66
66
|
|
|
67
67
|
.icon_update {
|
|
68
|
-
font-size:
|
|
68
|
+
font-size: 16px;
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
.text_danger {
|
|
@@ -29,7 +29,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
|
|
|
29
29
|
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); }
|
|
30
30
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
31
31
|
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; } }
|
|
32
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
32
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
33
33
|
var AlertLookup = /*#__PURE__*/function (_Component) {
|
|
34
34
|
_inherits(AlertLookup, _Component);
|
|
35
35
|
var _super = _createSuper(AlertLookup);
|
|
@@ -5,23 +5,23 @@
|
|
|
5
5
|
.innerSection {
|
|
6
6
|
line-height: var(--zd_size25);
|
|
7
7
|
color: var(--zdt_alertlookup_innersection_text);
|
|
8
|
-
font-size:
|
|
8
|
+
font-size: 15px;
|
|
9
9
|
word-break: break-word;
|
|
10
|
-
padding:
|
|
10
|
+
padding: 30px 20px 20px;
|
|
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
|
.text {
|
|
22
|
-
margin-top:
|
|
22
|
+
margin-top: 20px;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
.extraSmall .innerSection {
|
|
26
|
-
padding:
|
|
26
|
+
padding: 30px 16px 46px;
|
|
27
27
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
composes: dInflex from '~@zohodesk/components/lib/common/common.module.css';
|
|
4
4
|
vertical-align: middle;
|
|
5
5
|
border-radius: 50%;
|
|
6
|
-
padding:
|
|
6
|
+
padding: 2px;
|
|
7
7
|
}
|
|
8
8
|
.on {
|
|
9
9
|
border: 1px solid var(--zdt_avatarcollision_on_border);
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
line-height: 0;
|
|
41
41
|
composes: middleBoth from '~@zohodesk/components/lib/common/common.module.css';
|
|
42
42
|
color: var(--zdt_avatarcollision_icon_text);
|
|
43
|
-
font-size:
|
|
43
|
+
font-size: 13px;
|
|
44
44
|
}
|
|
45
45
|
.container:hover .pop {
|
|
46
46
|
opacity: 1;
|
|
@@ -51,19 +51,19 @@
|
|
|
51
51
|
content: '';
|
|
52
52
|
position: absolute;
|
|
53
53
|
top: 50%;
|
|
54
|
-
height:
|
|
54
|
+
height: 4px;
|
|
55
55
|
border: 1px solid var(--zdt_avatarcollision_off_after_border);
|
|
56
56
|
background-color: var(--zdt_avatarcollision_off_after_bg);
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
[dir=ltr] .off::after {
|
|
60
|
-
left:
|
|
61
|
-
right:
|
|
60
|
+
left: -5px;
|
|
61
|
+
right: -5px;
|
|
62
62
|
transform: translateY(-50%) rotate(130deg);
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
[dir=rtl] .off::after {
|
|
66
|
-
right:
|
|
67
|
-
left:
|
|
66
|
+
right: -5px;
|
|
67
|
+
left: -5px;
|
|
68
68
|
transform: translateY(-50%) rotate(-130deg);
|
|
69
69
|
}
|