@zohodesk/dot 1.0.0-temp-182 → 1.0.0-temp-183
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.cli/propValidation_report.html +1 -1
- package/assets/Appearance/dark/mode/Dot_DarkMode.module.css +50 -0
- package/assets/Appearance/light/mode/Dot_LightMode.module.css +50 -0
- package/assets/Appearance/pureDark/mode/Dot_PureDarkMode.module.css +50 -0
- package/coverage/ExternalLink/ExternalLink.js.html +1 -1
- package/coverage/ExternalLink/ExternalLink.module.css.html +1 -1
- package/coverage/ExternalLink/index.html +1 -1
- package/coverage/ExternalLink/props/defaultProps.js.html +1 -1
- package/coverage/ExternalLink/props/index.html +1 -1
- package/coverage/ExternalLink/props/propTypes.js.html +1 -1
- package/coverage/IconButton/IconButton.js.html +1 -1
- package/coverage/IconButton/IconButton.module.css.html +1 -1
- package/coverage/IconButton/index.html +1 -1
- package/coverage/IconButton/props/defaultProps.js.html +1 -1
- package/coverage/IconButton/props/index.html +1 -1
- package/coverage/IconButton/props/propTypes.js.html +1 -1
- package/coverage/Image/Image.js.html +1 -1
- package/coverage/Image/Image.module.css.html +1 -1
- package/coverage/Image/index.html +1 -1
- package/coverage/Image/props/defaultProps.js.html +1 -1
- package/coverage/Image/props/index.html +1 -1
- package/coverage/Image/props/propTypes.js.html +1 -1
- package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.js.html +1 -1
- package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.module.css.html +7 -4
- package/coverage/avatar/AvatarWithTeam/index.html +1 -1
- package/coverage/avatar/AvatarWithTeam/props/defaultProps.js.html +1 -1
- package/coverage/avatar/AvatarWithTeam/props/index.html +1 -1
- package/coverage/avatar/AvatarWithTeam/props/propTypes.js.html +1 -1
- package/coverage/coverage-final.json +16 -16
- package/coverage/coverage-summary.json +16 -16
- package/coverage/index.html +1 -1
- package/es/Attachment/Attachment.module.css +4 -4
- package/es/ChannelIcon/ChannelIcon.module.css +1 -1
- package/es/Drawer/Drawer.js +5 -4
- package/es/Drawer/Drawer.module.css +3 -3
- package/es/ExternalLink/ExternalLink.js +5 -4
- package/es/FlipCard/FlipCard.js +12 -14
- package/es/IconButton/IconButton.js +5 -4
- package/es/ImportantNotes/ImportantNotes.module.css +1 -1
- package/es/Link/Link.js +10 -8
- package/es/Message/Message.js +5 -4
- package/es/Message/Message.module.css +1 -1
- package/es/Separator/Separator.module.css +2 -11
- package/es/TagWithIcon/TagWithIcon.module.css +2 -2
- package/es/ToastMessage/ToastMessage.js +4 -2
- package/es/ToastMessage/ToastMessage.module.css +3 -3
- package/es/actions/AutoClose.js +1 -2
- package/es/alert/AlertHeader/AlertHeader.module.css +2 -4
- package/es/alert/AlertLookup/AlertLookup.js +12 -14
- package/es/avatar/AvatarClose/AvatarClose.js +7 -7
- package/es/avatar/AvatarCollision/AvatarCollision.js +7 -7
- package/es/avatar/AvatarIcon/AvatarIcon.js +5 -4
- package/es/avatar/AvatarStatus/AvatarStatus.js +8 -7
- package/es/avatar/AvatarThread/AvatarThread.js +7 -7
- package/es/avatar/AvatarUser/AvatarUser.js +9 -10
- package/es/avatar/AvatarUser/AvatarUser.module.css +2 -46
- package/es/avatar/AvatarWithTeam/AvatarWithTeam.js +14 -17
- package/es/avatar/AvatarWithTeam/AvatarWithTeam.module.css +2 -2
- package/es/dropdown/ToggleDropDown/ToggleDropDown.js +24 -28
- package/es/errorstate/EmptyStates.module.css +1 -24
- package/es/form/fields/CheckBoxField/CheckBoxField.js +13 -15
- package/es/form/fields/CurrencyField/CurrencyField.js +12 -14
- package/es/form/fields/DateField/DateField.js +14 -14
- package/es/form/fields/MultiSelectField/MultiSelectField.js +12 -13
- package/es/form/fields/PhoneField/PhoneField.js +7 -7
- package/es/form/fields/RadioField/RadioField.js +15 -18
- package/es/form/fields/SelectField/SelectField.js +14 -14
- package/es/form/fields/TagsMultiSelect/TagsMultiSelect.js +14 -16
- package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +11 -11
- package/es/form/fields/TextBoxField/TextBoxField.js +14 -14
- package/es/form/fields/TextEditor/TextEditor.module.css +63 -48
- package/es/form/fields/TextEditorField/TextEditorField.js +10 -11
- package/es/form/fields/TextEditorWrapper/TextEditorWrapper.js +10 -11
- package/es/form/fields/TextareaField/TextareaField.js +13 -14
- package/es/layout/SetupDetailLayout/SetupDetailLayout.module.css +2 -22
- package/es/layout/SubtabLayout/SubtabLayout.js +6 -4
- package/es/layout/SubtabLayout/SubtabLayout.module.css +1 -1
- package/es/list/AvatarFlip/AvatarFlip.module.css +2 -2
- package/es/list/DepartmentDropDown/DepartmentDropDown.js +9 -3
- package/es/list/DepartmentDropDown/DepartmentDropDown.module.css +2 -4
- package/es/list/DepartmentDropDown/props/defaultProps.js +2 -1
- package/es/list/DepartmentDropDown/props/propTypes.js +2 -1
- package/es/list/GridStencils/GridStencils.module.css +1 -35
- package/es/list/ListLayout/ListLayout.js +5 -4
- package/es/list/SecondaryText/AccountName.js +12 -12
- package/es/list/SecondaryText/ContactName.js +9 -8
- package/es/list/SecondaryText/Email.js +8 -8
- package/es/list/SecondaryText/PhoneNumber.js +8 -8
- package/es/list/SecondaryText/SecondaryText.js +5 -4
- package/es/list/SecondaryText/TicketId.js +7 -7
- package/es/list/Subject/Subject.js +7 -7
- package/es/list/Subject/Subject.module.css +1 -1
- package/es/list/status/StatusListItem/StatusListItem.js +5 -5
- package/es/list/status/StatusListItem/StatusListItem.module.css +2 -1
- package/es/lookup/Lookup/Lookup.js +5 -4
- package/es/lookup/header/Close/LookupClose.module.css +2 -3
- package/es/lookup/header/Search/Search.js +3 -5
- package/es/lookup/header/Title/LookupTitle.module.css +2 -6
- package/es/lookup/header/ViewDropDown/ViewDropDown.module.css +2 -13
- package/es/lookup/header/lookupHeaderCommon.module.css +2 -9
- package/es/setup/header/Search/Search.module.css +2 -14
- package/es/setup/table/Text/TableText.module.css +2 -11
- package/es/v1/Drawer/Drawer.js +5 -4
- package/es/v1/ExternalLink/ExternalLink.js +5 -4
- package/es/v1/FlipCard/FlipCard.js +12 -14
- package/es/v1/GlobalNotification/GlobalNotification.js +7 -6
- package/es/v1/IconButton/IconButton.js +5 -4
- package/es/v1/Link/Link.js +10 -8
- package/es/v1/Message/Message.js +5 -4
- package/es/v1/ToastMessage/ToastMessage.js +4 -2
- package/es/v1/actions/AutoClose.js +1 -2
- package/es/v1/alert/AlertLookup/AlertLookup.js +15 -15
- package/es/v1/avatar/AvatarClose/AvatarClose.js +7 -7
- package/es/v1/avatar/AvatarCollision/AvatarCollision.js +7 -7
- package/es/v1/avatar/AvatarIcon/AvatarIcon.js +5 -4
- package/es/v1/avatar/AvatarStatus/AvatarStatus.js +8 -7
- package/es/v1/avatar/AvatarThread/AvatarThread.js +7 -7
- package/es/v1/avatar/AvatarUser/AvatarUser.js +9 -10
- package/es/v1/avatar/AvatarWithTeam/AvatarWithTeam.js +14 -17
- package/es/v1/dropdown/ToggleDropDown/ToggleDropDown.js +24 -28
- package/es/v1/form/fields/CheckBoxField/CheckBoxField.js +13 -15
- package/es/v1/form/fields/CurrencyField/CurrencyField.js +12 -14
- package/es/v1/form/fields/DateField/DateField.js +14 -14
- package/es/v1/form/fields/MultiSelectField/MultiSelectField.js +12 -13
- package/es/v1/form/fields/PhoneField/PhoneField.js +7 -7
- package/es/v1/form/fields/RadioField/RadioField.js +16 -18
- package/es/v1/form/fields/SelectField/SelectField.js +14 -14
- package/es/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +10 -13
- package/es/v1/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +11 -11
- package/es/v1/form/fields/TextBoxField/TextBoxField.js +14 -14
- package/es/v1/form/fields/TextEditorField/TextEditorField.js +10 -11
- package/es/v1/form/fields/TextEditorWrapper/TextEditorWrapper.js +10 -11
- package/es/v1/form/fields/TextareaField/TextareaField.js +13 -14
- package/es/v1/layout/SubtabLayout/SubtabLayout.js +6 -4
- package/es/v1/list/ListLayout/ListLayout.js +5 -4
- package/es/v1/list/SecondaryText/AccountName.js +12 -12
- package/es/v1/list/SecondaryText/ContactName.js +9 -8
- package/es/v1/list/SecondaryText/Email.js +8 -8
- package/es/v1/list/SecondaryText/PhoneNumber.js +8 -8
- package/es/v1/list/SecondaryText/SecondaryText.js +5 -4
- package/es/v1/list/SecondaryText/TicketId.js +7 -7
- package/es/v1/list/Subject/Subject.js +7 -7
- package/es/v1/list/status/StatusListItem/StatusListItem.js +5 -5
- package/es/v1/lookup/Lookup/Lookup.js +5 -4
- package/es/v1/lookup/header/Search/Search.js +3 -5
- package/es/v1/notification/DesktopNotification/DesktopNotification.js +7 -6
- package/es/version2/GlobalNotification/GlobalNotification.js +7 -6
- package/es/version2/GlobalNotification/GlobalNotification.module.css +6 -6
- package/es/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +2 -7
- package/es/version2/lookup/AlertLookup/AlertLookup.js +15 -15
- package/es/version2/lookup/AlertLookup/AlertLookupNew.module.css +2 -8
- package/es/version2/lookup/alertLookupCommonNew.module.css +1 -1
- package/es/version2/notification/DesktopNotification/DesktopNotification.js +7 -6
- package/es/version2/notification/DesktopNotification/DesktopNotification.module.css +3 -4
- package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +93 -96
- package/lib/Attachment/Attachment.module.css +4 -4
- package/lib/ChannelIcon/ChannelIcon.module.css +1 -1
- package/lib/Drawer/Drawer.module.css +3 -3
- package/lib/ImportantNotes/ImportantNotes.module.css +1 -1
- package/lib/Message/Message.module.css +1 -1
- package/lib/Separator/Separator.module.css +2 -11
- package/lib/TagWithIcon/TagWithIcon.module.css +2 -2
- package/lib/ToastMessage/ToastMessage.module.css +3 -3
- package/lib/alert/AlertHeader/AlertHeader.module.css +2 -4
- package/lib/avatar/AvatarUser/AvatarUser.module.css +2 -46
- package/lib/avatar/AvatarWithTeam/AvatarWithTeam.module.css +2 -2
- package/lib/errorstate/EmptyStates.module.css +1 -24
- package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.js +5 -3
- package/lib/form/fields/TextEditor/TextEditor.module.css +63 -48
- package/lib/layout/SetupDetailLayout/SetupDetailLayout.module.css +2 -22
- package/lib/layout/SubtabLayout/SubtabLayout.module.css +1 -1
- package/lib/list/AvatarFlip/AvatarFlip.module.css +2 -2
- package/lib/list/DepartmentDropDown/DepartmentDropDown.js +8 -3
- package/lib/list/DepartmentDropDown/DepartmentDropDown.module.css +2 -4
- package/lib/list/DepartmentDropDown/props/defaultProps.js +2 -1
- package/lib/list/DepartmentDropDown/props/propTypes.js +1 -1
- package/lib/list/GridStencils/GridStencils.module.css +1 -35
- package/lib/list/Subject/Subject.module.css +1 -1
- package/lib/list/status/StatusListItem/StatusListItem.module.css +2 -1
- package/lib/lookup/header/Close/LookupClose.module.css +2 -3
- package/lib/lookup/header/Title/LookupTitle.module.css +2 -6
- package/lib/lookup/header/ViewDropDown/ViewDropDown.module.css +2 -13
- package/lib/lookup/header/lookupHeaderCommon.module.css +2 -9
- package/lib/setup/header/Search/Search.module.css +2 -14
- package/lib/setup/table/Text/TableText.module.css +2 -11
- package/lib/version2/GlobalNotification/GlobalNotification.module.css +6 -6
- package/lib/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +2 -7
- package/lib/version2/lookup/AlertLookup/AlertLookupNew.module.css +2 -8
- package/lib/version2/lookup/alertLookupCommonNew.module.css +1 -1
- package/lib/version2/notification/DesktopNotification/DesktopNotification.module.css +3 -4
- package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +93 -96
- package/package.json +4 -4
- package/result.json +1 -1
|
@@ -1,43 +1,34 @@
|
|
|
1
1
|
.varClass {
|
|
2
2
|
--separator_fontSize: var(--zd_font_size15);
|
|
3
3
|
}
|
|
4
|
-
|
|
5
4
|
.separator {
|
|
6
5
|
font-size: var(--separator_fontSize);
|
|
7
6
|
margin: 0 var(--zd_size5) ;
|
|
8
7
|
}
|
|
9
|
-
|
|
10
8
|
.dot {
|
|
11
9
|
--separator_fontSize: var(--zd_font_size8);
|
|
12
10
|
}
|
|
13
|
-
|
|
14
11
|
.slash {
|
|
15
12
|
--separator_fontSize: var(--zd_font_size10);
|
|
16
13
|
/* line-height: var(--zd_size10); */
|
|
17
14
|
}
|
|
18
|
-
|
|
19
15
|
.arrow {
|
|
20
16
|
--separator_fontSize: var(--zd_font_size8);
|
|
21
17
|
/* line-height: var(--zd_size7); */
|
|
22
18
|
}
|
|
23
|
-
|
|
24
19
|
.comma {
|
|
25
20
|
--separator_fontSize: var(--zd_font_size15);
|
|
26
21
|
/* line-height: var(--zd_size13); */
|
|
27
22
|
}
|
|
28
|
-
|
|
29
23
|
.none {
|
|
30
24
|
display: none;
|
|
31
25
|
}
|
|
32
|
-
|
|
33
26
|
.default {
|
|
34
27
|
color: var(--zdt_separator_default_text);
|
|
35
28
|
}
|
|
36
|
-
|
|
37
29
|
.primary {
|
|
38
30
|
color: var(--zdt_separator_primary_text);
|
|
39
31
|
}
|
|
40
|
-
|
|
41
32
|
.secondary {
|
|
42
|
-
color: var(--
|
|
43
|
-
}
|
|
33
|
+
color: var(--zdt_separator_secondary_text);
|
|
34
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
.varClass {
|
|
2
2
|
--tag_bg_color: var(--zdt_tagWithIconGrey_bg);
|
|
3
|
-
--tag_text_color: var(--
|
|
3
|
+
--tag_text_color: var(--zdt_tagWithIconGrey_text);
|
|
4
4
|
--tag_border_color: var(--zdt_tagWithIconGrey_border);
|
|
5
5
|
--tag_small_fontSize: var(--zd_font_size10);
|
|
6
6
|
--tag_large_fontSize: var(--zd_font_size12);
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
|
|
57
57
|
.grey {
|
|
58
58
|
--tag_bg_color: var(--zdt_tagWithIconGrey_bg);
|
|
59
|
-
--tag_text_color: var(--
|
|
59
|
+
--tag_text_color: var(--zdt_tagWithIconGrey_text);
|
|
60
60
|
--tag_border_color: var(--zdt_tagWithIconGrey_border);
|
|
61
61
|
}
|
|
62
62
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
max-height: 100% ;
|
|
5
5
|
border-radius: 5px;
|
|
6
6
|
box-shadow: var(--zd_bs_toastmessage_container);
|
|
7
|
-
background-color: var(--
|
|
7
|
+
background-color: var(--zdt_toastmessage_default_bg);
|
|
8
8
|
margin-bottom: var(--zd_size7) ;
|
|
9
9
|
}[dir=ltr] .container {
|
|
10
10
|
transform-origin: right center;
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
}
|
|
117
117
|
|
|
118
118
|
.cancelButton:hover {
|
|
119
|
-
color: var(--
|
|
119
|
+
color: var(--zdt_toastmessage_cancel_hover_text);
|
|
120
120
|
}
|
|
121
121
|
|
|
122
122
|
.primary:hover,
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
}
|
|
250
250
|
|
|
251
251
|
.dropdown:hover i {
|
|
252
|
-
color: var(--
|
|
252
|
+
color: var(--zdt_toastmessage_cancel_hover_text);
|
|
253
253
|
}
|
|
254
254
|
|
|
255
255
|
.message {
|
|
@@ -55,9 +55,7 @@
|
|
|
55
55
|
|
|
56
56
|
/* icon size */
|
|
57
57
|
|
|
58
|
-
.icon_delete,
|
|
59
|
-
.icon_alert,
|
|
60
|
-
.icon_remoteAssist {
|
|
58
|
+
.icon_delete, .icon_alert, .icon_remoteAssist {
|
|
61
59
|
font-size: var(--zd_font_size20) ;
|
|
62
60
|
}
|
|
63
61
|
|
|
@@ -79,5 +77,5 @@
|
|
|
79
77
|
}
|
|
80
78
|
|
|
81
79
|
.text_default {
|
|
82
|
-
color: var(--
|
|
80
|
+
color: var(--zdt_alertheader_default_text);
|
|
83
81
|
}
|
|
@@ -3,13 +3,11 @@
|
|
|
3
3
|
composes: dInflex from '~@zohodesk/components/lib/common/common.module.css';
|
|
4
4
|
vertical-align: middle;
|
|
5
5
|
}
|
|
6
|
-
|
|
7
6
|
.paid,
|
|
8
7
|
.portal,
|
|
9
8
|
.delete {
|
|
10
9
|
font-size: var(--zd_font_size10) ;
|
|
11
10
|
}
|
|
12
|
-
|
|
13
11
|
.paid,
|
|
14
12
|
.portal,
|
|
15
13
|
.delete,
|
|
@@ -17,28 +15,22 @@
|
|
|
17
15
|
position: absolute;
|
|
18
16
|
line-height: 0;
|
|
19
17
|
}
|
|
20
|
-
|
|
21
18
|
.paid {
|
|
22
19
|
composes: middle from '~@zohodesk/components/lib/common/common.module.css';
|
|
23
20
|
}
|
|
24
|
-
|
|
25
21
|
[dir=ltr] .paid {
|
|
26
22
|
left: 50% ;
|
|
27
23
|
}
|
|
28
|
-
|
|
29
24
|
[dir=rtl] .paid {
|
|
30
25
|
right: 50% ;
|
|
31
26
|
}
|
|
32
|
-
|
|
33
27
|
.paid {
|
|
34
28
|
top: calc( var(--zd_size2) * -1 ) ;
|
|
35
29
|
}
|
|
36
|
-
|
|
37
30
|
.portal, .lock {
|
|
38
|
-
background-color: var(--
|
|
31
|
+
background-color: var(--zdt_avataruser_default_bg);
|
|
39
32
|
border-radius: 50%;
|
|
40
33
|
}
|
|
41
|
-
|
|
42
34
|
.delete {
|
|
43
35
|
top: 0 ;
|
|
44
36
|
width: 100% ;
|
|
@@ -51,87 +43,66 @@
|
|
|
51
43
|
border-radius: 50%;
|
|
52
44
|
background-color: var(--zdt_avataruser_delete_bg);
|
|
53
45
|
}
|
|
54
|
-
|
|
55
46
|
[dir=ltr] .delete {
|
|
56
47
|
left: 0 ;
|
|
57
48
|
}
|
|
58
|
-
|
|
59
49
|
[dir=rtl] .delete {
|
|
60
50
|
right: 0 ;
|
|
61
51
|
}
|
|
62
|
-
|
|
63
52
|
.container:hover .delete {
|
|
64
53
|
opacity: 1;
|
|
65
54
|
}
|
|
66
|
-
|
|
67
55
|
.small .portal {
|
|
68
56
|
top: 0 ;
|
|
69
57
|
}
|
|
70
|
-
|
|
71
58
|
[dir=ltr] .small .portal {
|
|
72
59
|
right: calc( var(--zd_size4) * -1 ) ;
|
|
73
60
|
}
|
|
74
|
-
|
|
75
61
|
[dir=rtl] .small .portal {
|
|
76
62
|
left: calc( var(--zd_size4) * -1 ) ;
|
|
77
63
|
}
|
|
78
|
-
|
|
79
64
|
.xsmall .portal {
|
|
80
65
|
top: var(--zd_size1) ;
|
|
81
66
|
}
|
|
82
|
-
|
|
83
67
|
[dir=ltr] .xsmall .portal {
|
|
84
68
|
right: calc( var(--zd_size2) * -1 ) ;
|
|
85
69
|
}
|
|
86
|
-
|
|
87
70
|
[dir=rtl] .xsmall .portal {
|
|
88
71
|
left: calc( var(--zd_size2) * -1 ) ;
|
|
89
72
|
}
|
|
90
|
-
|
|
91
73
|
.medium .portal {
|
|
92
74
|
top: var(--zd_size1) ;
|
|
93
75
|
}
|
|
94
|
-
|
|
95
76
|
[dir=ltr] .medium .portal {
|
|
96
77
|
right: calc( var(--zd_size1) * -1 ) ;
|
|
97
78
|
}
|
|
98
|
-
|
|
99
79
|
[dir=rtl] .medium .portal {
|
|
100
80
|
left: calc( var(--zd_size1) * -1 ) ;
|
|
101
81
|
}
|
|
102
|
-
|
|
103
82
|
.xmedium .portal {
|
|
104
83
|
top: var(--zd_size3) ;
|
|
105
84
|
}
|
|
106
|
-
|
|
107
85
|
[dir=ltr] .xmedium .portal {
|
|
108
86
|
right: 0 ;
|
|
109
87
|
}
|
|
110
|
-
|
|
111
88
|
[dir=rtl] .xmedium .portal {
|
|
112
89
|
left: 0 ;
|
|
113
90
|
}
|
|
114
|
-
|
|
115
91
|
.large .portal {
|
|
116
92
|
top: var(--zd_size8) ;
|
|
117
93
|
}
|
|
118
|
-
|
|
119
94
|
[dir=ltr] .large .portal {
|
|
120
95
|
right: var(--zd_size1) ;
|
|
121
96
|
}
|
|
122
|
-
|
|
123
97
|
[dir=rtl] .large .portal {
|
|
124
98
|
left: var(--zd_size1) ;
|
|
125
99
|
}
|
|
126
|
-
|
|
127
100
|
.xlarge .portal {
|
|
128
101
|
top: var(--zd_size15) ;
|
|
129
102
|
}
|
|
130
|
-
|
|
131
103
|
[dir=ltr] .xlarge .portal {
|
|
132
104
|
right: var(--zd_size2) ;
|
|
133
105
|
}
|
|
134
|
-
|
|
135
106
|
[dir=rtl] .xlarge .portal {
|
|
136
107
|
left: var(--zd_size2) ;
|
|
137
108
|
}
|
|
@@ -148,68 +119,53 @@
|
|
|
148
119
|
[dir=rtl] .small .lock {
|
|
149
120
|
left: calc( var(--zd_size5) * -1 ) ;
|
|
150
121
|
}
|
|
151
|
-
|
|
152
122
|
.xsmall .lock {
|
|
153
123
|
top: var(--zd_size1) ;
|
|
154
124
|
font-size: var(--zd_font_size12) ;
|
|
155
125
|
}
|
|
156
|
-
|
|
157
126
|
[dir=ltr] .xsmall .lock {
|
|
158
127
|
right: calc( var(--zd_size4) * -1 ) ;
|
|
159
128
|
}
|
|
160
|
-
|
|
161
129
|
[dir=rtl] .xsmall .lock {
|
|
162
130
|
left: calc( var(--zd_size4) * -1 ) ;
|
|
163
131
|
}
|
|
164
|
-
|
|
165
132
|
.medium .lock {
|
|
166
133
|
top: var(--zd_size2) ;
|
|
167
134
|
font-size: var(--zd_font_size13) ;
|
|
168
135
|
}
|
|
169
|
-
|
|
170
136
|
[dir=ltr] .medium .lock {
|
|
171
137
|
right: calc( var(--zd_size5) * -1 ) ;
|
|
172
138
|
}
|
|
173
|
-
|
|
174
139
|
[dir=rtl] .medium .lock {
|
|
175
140
|
left: calc( var(--zd_size5) * -1 ) ;
|
|
176
141
|
}
|
|
177
|
-
|
|
178
142
|
.xmedium .lock {
|
|
179
143
|
top: var(--zd_size4) ;
|
|
180
144
|
font-size: var(--zd_font_size14) ;
|
|
181
145
|
}
|
|
182
|
-
|
|
183
146
|
[dir=ltr] .xmedium .lock {
|
|
184
147
|
right: calc( var(--zd_size6) * -1 ) ;
|
|
185
148
|
}
|
|
186
|
-
|
|
187
149
|
[dir=rtl] .xmedium .lock {
|
|
188
150
|
left: calc( var(--zd_size6) * -1 ) ;
|
|
189
151
|
}
|
|
190
|
-
|
|
191
152
|
.large .lock {
|
|
192
153
|
top: var(--zd_size6) ;
|
|
193
154
|
font-size: var(--zd_font_size18) ;
|
|
194
155
|
}
|
|
195
|
-
|
|
196
156
|
[dir=ltr] .large .lock {
|
|
197
157
|
right: calc( var(--zd_size6) * -1 ) ;
|
|
198
158
|
}
|
|
199
|
-
|
|
200
159
|
[dir=rtl] .large .lock {
|
|
201
160
|
left: calc( var(--zd_size6) * -1 ) ;
|
|
202
161
|
}
|
|
203
|
-
|
|
204
162
|
.xlarge .lock {
|
|
205
163
|
top: var(--zd_size12) ;
|
|
206
164
|
font-size: var(--zd_font_size22) ;
|
|
207
165
|
}
|
|
208
|
-
|
|
209
166
|
[dir=ltr] .xlarge .lock {
|
|
210
167
|
right: calc( var(--zd_size8) * -1 ) ;
|
|
211
168
|
}
|
|
212
|
-
|
|
213
169
|
[dir=rtl] .xlarge .lock {
|
|
214
170
|
left: calc( var(--zd_size8) * -1 ) ;
|
|
215
|
-
}
|
|
171
|
+
}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
padding: var(--zd_size2) ;
|
|
12
12
|
border-radius: 50%;
|
|
13
13
|
transform: scale(0.8);
|
|
14
|
-
background-color: var(--
|
|
14
|
+
background-color: var(--zdt_avatarwithteam_default_bg);
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
[dir=ltr] .teamAvatar {
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
|
|
21
21
|
[dir=rtl] .teamAvatar {
|
|
22
22
|
left: calc( var(--zd_size10) * -1 ) ;
|
|
23
|
-
}
|
|
23
|
+
}
|
|
@@ -1,72 +1,57 @@
|
|
|
1
1
|
.container, .tabletContainer {
|
|
2
2
|
text-align: center;
|
|
3
|
-
background-color: var(--
|
|
3
|
+
background-color: var(--zdt_emptystate_default_bg);
|
|
4
4
|
}
|
|
5
|
-
|
|
6
5
|
.container {
|
|
7
6
|
padding-top: var(--zd_size80) ;
|
|
8
7
|
}
|
|
9
|
-
|
|
10
8
|
.tabletContainer {
|
|
11
9
|
padding-top: var(--zd_size50) ;
|
|
12
10
|
}
|
|
13
|
-
|
|
14
11
|
.top {
|
|
15
12
|
position: relative;
|
|
16
13
|
}
|
|
17
|
-
|
|
18
14
|
.header {
|
|
19
15
|
min-width: var(--zd_size400) ;
|
|
20
16
|
display: inline-block;
|
|
21
17
|
margin: 0 auto ;
|
|
22
18
|
}
|
|
23
|
-
|
|
24
19
|
[dir=ltr] .header {
|
|
25
20
|
text-align: left;
|
|
26
21
|
}
|
|
27
|
-
|
|
28
22
|
[dir=rtl] .header {
|
|
29
23
|
text-align: right;
|
|
30
24
|
}
|
|
31
|
-
|
|
32
25
|
.title,
|
|
33
26
|
.tabletTitle,
|
|
34
27
|
.mobileTitle {
|
|
35
28
|
composes: semibold from '~@zohodesk/components/lib/common/common.module.css';
|
|
36
29
|
letter-spacing: var(--zd_size1);
|
|
37
30
|
}
|
|
38
|
-
|
|
39
31
|
.title, .tabletTitle, .mobileTitle {
|
|
40
32
|
margin-bottom: var(--zd_size5) ;
|
|
41
33
|
}
|
|
42
|
-
|
|
43
34
|
.title {
|
|
44
35
|
font-size: var(--zd_font_size50) ;
|
|
45
36
|
line-height: 1.4;
|
|
46
37
|
}
|
|
47
|
-
|
|
48
38
|
.tabletTitle {
|
|
49
39
|
font-size: var(--zd_font_size24) ;
|
|
50
40
|
line-height: 2.0833;
|
|
51
41
|
}
|
|
52
|
-
|
|
53
42
|
.mobileTitle {
|
|
54
43
|
font-size: var(--zd_font_size22) ;
|
|
55
44
|
line-height: 1.3636;
|
|
56
45
|
}
|
|
57
|
-
|
|
58
46
|
.subtitle {
|
|
59
47
|
font-size: var(--zd_font_size30) ;
|
|
60
48
|
}
|
|
61
|
-
|
|
62
49
|
.tabletSubTitle {
|
|
63
50
|
font-size: var(--zd_font_size18) ;
|
|
64
51
|
}
|
|
65
|
-
|
|
66
52
|
.mobileSubTitle {
|
|
67
53
|
font-size: var(--zd_font_size16) ;
|
|
68
54
|
}
|
|
69
|
-
|
|
70
55
|
.title,
|
|
71
56
|
.subtitle {
|
|
72
57
|
color: var(--zdt_emptystate_title_text);
|
|
@@ -77,35 +62,27 @@
|
|
|
77
62
|
text-align: center;
|
|
78
63
|
margin: 0 auto ;
|
|
79
64
|
}
|
|
80
|
-
|
|
81
65
|
.footerWidth {
|
|
82
66
|
min-width: var(--zd_size400) ;
|
|
83
67
|
}
|
|
84
|
-
|
|
85
68
|
.btmText, .tabletBtmText {
|
|
86
69
|
margin-bottom: var(--zd_size10) ;
|
|
87
70
|
}
|
|
88
|
-
|
|
89
71
|
.btmText {
|
|
90
72
|
font-size: var(--zd_font_size14) ;
|
|
91
73
|
}
|
|
92
|
-
|
|
93
74
|
.tabletBtmText {
|
|
94
75
|
font-size: var(--zd_font_size12) ;
|
|
95
76
|
}
|
|
96
|
-
|
|
97
77
|
.imageContainer, .tabletImageContainer, .mobileImageContainer {
|
|
98
78
|
margin-bottom: var(--zd_size30) ;
|
|
99
79
|
}
|
|
100
|
-
|
|
101
80
|
.imageContainer {
|
|
102
81
|
height: var(--zd_size400) ;
|
|
103
82
|
}
|
|
104
|
-
|
|
105
83
|
.mobileImageContainer {
|
|
106
84
|
height: var(--zd_size300) ;
|
|
107
85
|
}
|
|
108
|
-
|
|
109
86
|
.tabletImageContainer {
|
|
110
87
|
height: var(--zd_size350) ;
|
|
111
88
|
}
|
|
@@ -223,7 +223,9 @@ var TagsMultiSelect = /*#__PURE__*/function (_React$Component) {
|
|
|
223
223
|
_customProps$TagWrapp = customProps.TagWrapperProps,
|
|
224
224
|
TagWrapperProps = _customProps$TagWrapp === void 0 ? {} : _customProps$TagWrapp,
|
|
225
225
|
_customProps$TagProps = customProps.TagProps,
|
|
226
|
-
TagProps = _customProps$TagProps === void 0 ? {} : _customProps$TagProps
|
|
226
|
+
TagProps = _customProps$TagProps === void 0 ? {} : _customProps$TagProps,
|
|
227
|
+
_customProps$listProp = customProps.listProps,
|
|
228
|
+
listProps = _customProps$listProp === void 0 ? {} : _customProps$listProp;
|
|
227
229
|
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
228
230
|
className: "".concat(_TagsMultiSelectModule["default"].container, " ").concat(!isReadOnly ? " ".concat(needBorder ? _TagsMultiSelectModule["default"].hasBorder : '', "\n ").concat(needBorder ? _TagsMultiSelectModule["default"]["borderColor_".concat(borderColor)] : _TagsMultiSelectModule["default"].borderColor_transparent, " ").concat(isPopupReady && needBorder ? _TagsMultiSelectModule["default"].active : '') : '', " ").concat(className),
|
|
229
231
|
onClick: _General.stopBubbling,
|
|
@@ -327,7 +329,7 @@ var TagsMultiSelect = /*#__PURE__*/function (_React$Component) {
|
|
|
327
329
|
var name = item.name,
|
|
328
330
|
isNew = item.isNew,
|
|
329
331
|
listItemProps = item.listItemProps;
|
|
330
|
-
return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, searchList.length > 1 && isNew ? /*#__PURE__*/_react["default"].createElement(_DropDownSeparator["default"], null) : null, /*#__PURE__*/_react["default"].createElement(_ListItem["default"], {
|
|
332
|
+
return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, searchList.length > 1 && isNew ? /*#__PURE__*/_react["default"].createElement(_DropDownSeparator["default"], null) : null, /*#__PURE__*/_react["default"].createElement(_ListItem["default"], _extends({
|
|
331
333
|
key: index,
|
|
332
334
|
index: index,
|
|
333
335
|
autoHover: true,
|
|
@@ -340,7 +342,7 @@ var TagsMultiSelect = /*#__PURE__*/function (_React$Component) {
|
|
|
340
342
|
isDisabled: listDisabled,
|
|
341
343
|
customProps: listItemProps,
|
|
342
344
|
customClass: listItemClass
|
|
343
|
-
}, isNew ? /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
|
|
345
|
+
}, listProps), isNew ? /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
|
|
344
346
|
alignBox: "row",
|
|
345
347
|
align: "vertical"
|
|
346
348
|
}, /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|