@zohodesk/dot 1.0.0-temp-89 → 1.0.0-temp.888
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 +13 -0
- package/es/ActionButton/ActionButton.js +7 -4
- package/es/ActionButton/ActionButton.module.css +9 -25
- package/es/AlphabeticList/AlphabeticList.module.css +4 -7
- package/es/Attachment/Attachment.module.css +9 -20
- package/es/AttachmentViewer/AttachmentViewer.module.css +27 -89
- package/es/ChannelIcon/ChannelIcon.module.css +21 -30
- package/es/Drawer/Drawer.module.css +11 -59
- package/es/FlipCard/FlipCard.module.css +5 -14
- package/es/FormAction/FormAction.module.css +9 -34
- package/es/FreezeLayer/FreezeLayer.module.css +2 -6
- package/es/IconButton/IconButton.module.css +1 -1
- package/es/ImportantNotes/ImportantNotes.module.css +2 -7
- package/es/Loader/Loader.module.css +4 -25
- package/es/Message/Message.module.css +9 -42
- package/es/MessageBanner/MessageBanner.module.css +4 -12
- package/es/NewStar/NewStar.module.css +5 -42
- package/es/Provider.js +5 -105
- package/es/ToastMessage/ToastMessage.module.css +25 -96
- package/es/Upload/Upload.module.css +8 -27
- package/es/alert/AlertHeader/AlertHeader.module.css +3 -21
- package/es/alert/AlertLookup/AlertLookup.module.css +2 -6
- package/es/avatar/AvatarClose/AvatarClose.module.css +3 -9
- package/es/avatar/AvatarCollision/AvatarCollision.module.css +4 -18
- package/es/avatar/AvatarIcon/AvatarIcon.module.css +4 -3
- package/es/avatar/AvatarStatus/AvatarStatus.module.css +9 -59
- package/es/avatar/AvatarThread/AvatarThread.module.css +5 -55
- package/es/avatar/AvatarUser/AvatarUser.module.css +10 -81
- package/es/avatar/AvatarWithTeam/AvatarWithTeam.module.css +3 -10
- package/es/common/dot_animation.module.css +3 -16
- package/es/deprecated/SelectDropdown/SelectDropdown.module.css +3 -11
- package/es/docs/formDocs.js +5 -1
- package/es/docs/generalDocs.js +5 -2
- package/es/dropdown/ToggleDropDown/ToggleDropDown.module.css +9 -21
- package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +4 -12
- package/es/emptystate/EditionPage/EditionPage.css +3 -9
- package/es/errorstate/EmptyStates.module.css +10 -13
- package/es/errorstate/Inconvenience/Inconvenience.module.css +0 -3
- package/es/errorstate/LinkText/LinkText.module.css +1 -1
- package/es/errorstate/PermissionPlay/PermissionPlay.module.css +2 -2
- package/es/errorstate/WillBack/WillBack.module.css +3 -1
- package/es/form/fields/CheckBoxField/CheckBoxField.js +16 -28
- package/es/form/fields/CheckBoxField/docs/CheckBoxField__default.docs.js +8 -1
- package/es/form/fields/CurrencyField/CurrencyField.js +16 -29
- package/es/form/fields/CurrencyField/docs/CurrencyField__default.docs.js +36 -0
- package/es/form/fields/DateField/DateField.js +16 -28
- package/es/form/fields/DateField/docs/DateField__default.docs.js +8 -1
- package/es/form/fields/FieldContainer/FieldContainer.js +82 -0
- package/es/form/fields/FieldContainer/docs/FieldContainer__default.docs.js +49 -0
- package/es/form/fields/Fields.module.css +14 -49
- package/es/form/fields/MultiSelectField/MultiSelectField.js +16 -28
- package/es/form/fields/MultiSelectField/docs/MultiSelectField__default.docs.js +8 -1
- package/es/form/fields/SelectField/SelectField.js +16 -28
- package/es/form/fields/SelectField/docs/SelectField__default.docs.js +8 -1
- package/es/form/fields/TagsMultiSelect/TagsMultiSelect.js +7 -4
- package/es/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +7 -19
- package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +32 -28
- package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css +1 -4
- package/es/form/fields/TextBoxField/TextBoxField.js +18 -43
- package/es/form/fields/TextBoxField/docs/TextBoxField__default.docs.js +28 -1
- package/es/form/fields/TextEditor/TextEditor.module.css +72 -149
- package/es/form/fields/TextEditorField/TextEditorField.js +27 -44
- package/es/form/fields/TextEditorField/docs/TextEditorField__default.docs.js +9 -2
- package/es/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +2 -13
- package/es/form/fields/TextareaField/TextareaField.js +16 -28
- package/es/form/fields/TextareaField/docs/TextareaField__default.docs.js +8 -1
- package/es/form/fields/ValidationMessage/ValidationMessage.module.css +4 -9
- package/es/form/fields/props/FieldCommonDefaultProps.js +10 -0
- package/es/form/fields/props/FieldCommonPropTypes.js +22 -0
- package/es/layout/SetupDetailLayout/SetupDetailLayout.module.css +16 -52
- package/es/layout/SubtabLayout/SubtabLayout.module.css +29 -55
- package/es/list/BluePrintStatus/BluePrintStatus.module.css +1 -4
- package/es/list/Comment/Comment.module.css +0 -5
- package/es/list/DotNew/DotNew.module.css +3 -3
- package/es/list/GridStencils/GridStencils.module.css +21 -82
- package/es/list/Icons/Icons.module.css +1 -1
- package/es/list/ListLayout/ListLayout.module.css +14 -22
- package/es/list/ListStencils/ListStencils.module.css +6 -11
- package/es/list/SecondaryText/AccountName.js +34 -38
- package/es/list/SecondaryText/ContactName.js +18 -13
- package/es/list/SecondaryText/SecondaryText.module.css +14 -39
- package/es/list/SecondaryText/docs/SecondaryText__default.docs.js +114 -0
- package/es/list/SecondryPanel/docs/SecondryPanelDocs.module.css +2 -2
- package/es/list/SentimentStatus/SentimentStatus.module.css +1 -4
- package/es/list/TagNew/TagNew.module.css +7 -14
- package/es/list/Thread/Thread.module.css +1 -13
- package/es/list/UserTime/UserTime.module.css +0 -6
- package/es/list/listCommon.module.css +1 -9
- package/es/list/status/StatusDropdown/StatusDropdown.module.css +6 -19
- package/es/list/status/StatusListItem/StatusListItem.module.css +15 -38
- package/es/lookup/Lookup/Lookup.module.css +2 -2
- package/es/lookup/Section/LookupSection.module.css +2 -2
- package/es/lookup/header/Close/LookupClose.module.css +4 -4
- package/es/lookup/header/Search/LookupSearch.module.css +12 -21
- package/es/lookup/header/TicketHeader/TicketHeader.module.css +2 -5
- package/es/lookup/header/ViewDropDown/ViewDropDown.module.css +3 -8
- package/es/lookup/header/lookupHeaderCommon.module.css +5 -15
- package/es/lookup/header/lookupHeaderCommonResponsive.module.css +3 -12
- package/es/setup/header/Button/HeaderButton.module.css +1 -3
- package/es/setup/header/Link/HeaderLink.module.css +1 -7
- package/es/setup/header/Search/Search.module.css +8 -19
- package/es/setup/header/Views/Views.module.css +5 -15
- package/es/setup/helptips/Link/HelpTipsLink.module.css +0 -1
- package/es/setup/helptips/ListGroup/ListGroup.module.css +1 -6
- package/es/setup/table/TableData/SetupTableData.module.css +3 -11
- package/es/setup/table/TableHead/SetupTableHead.module.css +0 -4
- package/es/setup/table/TableRow/SetupTableRow.module.css +2 -6
- package/es/utils/KeyboardApi.js +294 -0
- package/es/version2/AlertClose/AlertClose.module.css +1 -1
- package/es/version2/GlobalNotification/GlobalNotification.module.css +9 -44
- package/es/version2/lookup/AlertHeader/AlertHeaderNew.module.css +2 -25
- package/es/version2/lookup/AlertLookup/AlertLookupNew.module.css +3 -7
- package/es/version2/lookup/alertLookupCommonNew.module.css +1 -8
- package/es/version2/notification/DesktopNotification/DesktopNotification.module.css +10 -26
- package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +10 -47
- package/lib/ActionButton/ActionButton.js +3 -7
- package/lib/ActionButton/ActionButton.module.css +1 -0
- package/lib/FreezeLayer/FreezeLayer.js +4 -29
- package/lib/ImportantNotes/ImportantNotes.js +3 -5
- package/lib/Provider.js +38 -115
- package/lib/deprecated/SelectDropdown/SelectDropdown.js +38 -60
- package/lib/deprecated/SelectDropdown/SelectDropdown.module.css +0 -1
- package/lib/docs/generalDocs.js +0 -16
- package/lib/dropdown/ToggleDropDown/ToggleDropDown.js +161 -182
- package/lib/dropdown/ToggleDropDown/ToggleDropDown.module.css +0 -3
- package/lib/form/fields/CheckBoxField/CheckBoxField.js +1 -1
- package/lib/form/fields/CurrencyField/CurrencyField.js +8 -9
- package/lib/form/fields/DateField/DateField.js +1 -1
- 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.js +73 -110
- package/lib/form/fields/TextBoxField/TextBoxField.js +1 -1
- package/lib/form/fields/TextEditor/TextEditor.js +1 -4
- package/lib/form/fields/TextEditor/TextEditor.module.css +2 -13
- package/lib/form/fields/TextareaField/TextareaField.js +1 -1
- package/lib/list/DepartmentDropDown/DepartmentDropDown.js +1 -1
- package/lib/list/GridStencils/GridStencils.module.css +1 -3
- package/lib/list/SecondaryText/AccountName.js +34 -38
- package/lib/list/SecondaryText/ContactName.js +18 -13
- package/lib/list/SecondaryText/SecondaryText.module.css +14 -29
- package/lib/list/status/StatusDropdown/StatusDropdown.js +118 -146
- package/lib/list/status/StatusDropdown/StatusDropdown.module.css +0 -3
- package/lib/lookup/header/ModuleHeader/ModuleHeader.js +3 -8
- package/lib/lookup/header/ModuleHeader/docs/ModuleHeader__default.docs.js +3 -13
- package/lib/lookup/header/TicketHeader/TicketHeader.js +4 -7
- package/lib/lookup/header/ViewDropDown/ViewDropDown.js +52 -75
- package/lib/lookup/header/lookupHeaderCommon.module.css +2 -8
- package/lib/setup/header/Views/Views.js +2 -2
- package/lib/utils/General.js +24 -0
- package/lib/{deprecated/utils → utils}/KeyboardApi.js +0 -0
- package/package.json +5 -5
- package/lib/AttachmentViewer/Attachment.js +0 -28
- package/lib/AttachmentViewer/AttachmentImage.js +0 -133
- package/lib/AttachmentViewer/AttachmentViewer.js +0 -646
- package/lib/AttachmentViewer/AttachmentViewer.module.css +0 -354
- package/lib/AttachmentViewer/docs/AttachmentViewer__default.docs.js +0 -123
- package/lib/AttachmentViewer/utils.js +0 -134
- package/lib/Provider/Config.js +0 -21
- package/lib/common/dot_animation.module.css +0 -27
- package/lib/common/dot_common.module.css +0 -4
- package/lib/deprecated/utils/General.js +0 -29
|
@@ -27,101 +27,51 @@
|
|
|
27
27
|
|
|
28
28
|
.thread_xsmall_pos {
|
|
29
29
|
top: calc(var(--zd_size5) * -1);
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
[dir=ltr] .thread_xsmall_pos {
|
|
33
30
|
right: calc(var(--zd_size5) * -1);
|
|
34
31
|
}
|
|
35
32
|
|
|
36
|
-
[dir=rtl] .thread_xsmall_pos {
|
|
37
|
-
left: calc(var(--zd_size5) * -1);
|
|
38
|
-
}
|
|
39
|
-
|
|
40
33
|
.thread_small_pos {
|
|
41
34
|
top: calc(var(--zd_size3) * -1);
|
|
35
|
+
right: calc(var(--zd_size6) * -1);
|
|
42
36
|
height: var(--zd_size12);
|
|
43
37
|
width: var(--zd_size12);
|
|
44
38
|
}
|
|
45
|
-
|
|
46
|
-
[dir=ltr] .thread_small_pos {
|
|
47
|
-
right: calc(var(--zd_size6) * -1);
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
[dir=rtl] .thread_small_pos {
|
|
51
|
-
left: calc(var(--zd_size6) * -1);
|
|
52
|
-
}
|
|
53
39
|
.thread_small_pos i {
|
|
54
40
|
font-size: var(--zd_font_size8);
|
|
55
41
|
}
|
|
56
42
|
|
|
57
43
|
.thread_medium_pos {
|
|
58
44
|
top: calc(var(--zd_size4) * -1);
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
[dir=ltr] .thread_medium_pos {
|
|
62
45
|
right: calc(var(--zd_size5) * -1);
|
|
63
46
|
}
|
|
64
47
|
|
|
65
|
-
[dir=rtl] .thread_medium_pos {
|
|
66
|
-
left: calc(var(--zd_size5) * -1);
|
|
67
|
-
}
|
|
68
|
-
|
|
69
48
|
.thread_xmedium_pos {
|
|
70
49
|
top: calc(var(--zd_size4) * -1);
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
[dir=ltr] .thread_xmedium_pos {
|
|
74
50
|
right: calc(var(--zd_size3) * -1);
|
|
75
51
|
}
|
|
76
52
|
|
|
77
|
-
[dir=rtl] .thread_xmedium_pos {
|
|
78
|
-
left: calc(var(--zd_size3) * -1);
|
|
79
|
-
}
|
|
80
|
-
|
|
81
53
|
.thread_large_pos {
|
|
82
54
|
top: 0;
|
|
55
|
+
right: 0;
|
|
83
56
|
height: var(--zd_size16);
|
|
84
57
|
width: var(--zd_size16);
|
|
85
58
|
}
|
|
86
59
|
|
|
87
|
-
[dir=ltr] .thread_large_pos {
|
|
88
|
-
right: 0;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
[dir=rtl] .thread_large_pos {
|
|
92
|
-
left: 0;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
60
|
.thread_xlarge_pos {
|
|
96
61
|
top: var(--zd_size2);
|
|
62
|
+
right: var(--zd_size4);
|
|
97
63
|
height: var(--zd_size18);
|
|
98
64
|
width: var(--zd_size18);
|
|
99
65
|
}
|
|
100
66
|
|
|
101
|
-
[dir=ltr] .thread_xlarge_pos {
|
|
102
|
-
right: var(--zd_size4);
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
[dir=rtl] .thread_xlarge_pos {
|
|
106
|
-
left: var(--zd_size4);
|
|
107
|
-
}
|
|
108
|
-
|
|
109
67
|
.icon {
|
|
110
68
|
position: absolute;
|
|
111
69
|
line-height: 0;
|
|
112
|
-
top: 50%;
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
[dir=ltr] .icon {
|
|
116
70
|
left: 50%;
|
|
71
|
+
top: 50%;
|
|
117
72
|
transform: translate(-50%, -50%);
|
|
118
73
|
}
|
|
119
74
|
|
|
120
|
-
[dir=rtl] .icon {
|
|
121
|
-
right: 50%;
|
|
122
|
-
transform: translate(50%, -50%);
|
|
123
|
-
}
|
|
124
|
-
|
|
125
75
|
.border_primary {
|
|
126
76
|
border: 1px solid var(--zdt_avatarthread_primary_border);
|
|
127
77
|
}
|
|
@@ -141,8 +91,8 @@
|
|
|
141
91
|
}
|
|
142
92
|
|
|
143
93
|
.hover .thread {
|
|
144
|
-
z-index: 1;
|
|
145
94
|
cursor: pointer;
|
|
95
|
+
z-index: 1;
|
|
146
96
|
}
|
|
147
97
|
|
|
148
98
|
.hover:hover .thread {
|
|
@@ -17,155 +17,84 @@
|
|
|
17
17
|
}
|
|
18
18
|
.paid {
|
|
19
19
|
composes: middle from '~@zohodesk/components/lib/common/common.module.css';
|
|
20
|
-
}
|
|
21
|
-
[dir=ltr] .paid {
|
|
22
20
|
left: 50%;
|
|
23
21
|
}
|
|
24
|
-
[dir=rtl] .paid {
|
|
25
|
-
right: 50%;
|
|
26
|
-
}
|
|
27
22
|
.paid {
|
|
28
23
|
top: calc(var(--zd_size2) * -1);
|
|
29
24
|
}
|
|
30
|
-
.portal,
|
|
25
|
+
.portal,
|
|
26
|
+
.lock {
|
|
31
27
|
background-color: var(--zdt_avataruser_default_bg);
|
|
32
28
|
border-radius: 50%;
|
|
33
29
|
}
|
|
34
30
|
.delete {
|
|
35
31
|
top: 0;
|
|
32
|
+
left: 0;
|
|
36
33
|
width: 100%;
|
|
37
34
|
height: 100%;
|
|
38
35
|
opacity: 0;
|
|
39
36
|
transition: all var(--zd_transition3);
|
|
40
37
|
composes: dflex alignHorizontal alignVertical from '~@zohodesk/components/lib/common/common.module.css';
|
|
41
|
-
color: var(--zdt_avataruser_delete_text);
|
|
42
38
|
cursor: pointer;
|
|
43
39
|
border-radius: 50%;
|
|
44
40
|
background-color: var(--zdt_avataruser_delete_bg);
|
|
45
|
-
|
|
46
|
-
[dir=ltr] .delete {
|
|
47
|
-
left: 0;
|
|
48
|
-
}
|
|
49
|
-
[dir=rtl] .delete {
|
|
50
|
-
right: 0;
|
|
41
|
+
color: var(--zdt_avataruser_delete_text);
|
|
51
42
|
}
|
|
52
43
|
.container:hover .delete {
|
|
53
44
|
opacity: 1;
|
|
54
45
|
}
|
|
55
46
|
.small .portal {
|
|
56
47
|
top: 0;
|
|
57
|
-
}
|
|
58
|
-
[dir=ltr] .small .portal {
|
|
59
48
|
right: calc(var(--zd_size4) * -1);
|
|
60
49
|
}
|
|
61
|
-
[dir=rtl] .small .portal {
|
|
62
|
-
left: calc(var(--zd_size4) * -1);
|
|
63
|
-
}
|
|
64
50
|
.xsmall .portal {
|
|
65
51
|
top: var(--zd_size1);
|
|
66
|
-
}
|
|
67
|
-
[dir=ltr] .xsmall .portal {
|
|
68
52
|
right: calc(var(--zd_size2) * -1);
|
|
69
53
|
}
|
|
70
|
-
[dir=rtl] .xsmall .portal {
|
|
71
|
-
left: calc(var(--zd_size2) * -1);
|
|
72
|
-
}
|
|
73
54
|
.medium .portal {
|
|
74
55
|
top: var(--zd_size1);
|
|
75
|
-
}
|
|
76
|
-
[dir=ltr] .medium .portal {
|
|
77
56
|
right: calc(var(--zd_size1) * -1);
|
|
78
57
|
}
|
|
79
|
-
[dir=rtl] .medium .portal {
|
|
80
|
-
left: calc(var(--zd_size1) * -1);
|
|
81
|
-
}
|
|
82
58
|
.xmedium .portal {
|
|
83
59
|
top: var(--zd_size3);
|
|
84
|
-
}
|
|
85
|
-
[dir=ltr] .xmedium .portal {
|
|
86
60
|
right: 0;
|
|
87
61
|
}
|
|
88
|
-
[dir=rtl] .xmedium .portal {
|
|
89
|
-
left: 0;
|
|
90
|
-
}
|
|
91
62
|
.large .portal {
|
|
92
63
|
top: var(--zd_size8);
|
|
93
|
-
}
|
|
94
|
-
[dir=ltr] .large .portal {
|
|
95
64
|
right: var(--zd_size1);
|
|
96
65
|
}
|
|
97
|
-
[dir=rtl] .large .portal {
|
|
98
|
-
left: var(--zd_size1);
|
|
99
|
-
}
|
|
100
66
|
.xlarge .portal {
|
|
101
67
|
top: var(--zd_size15);
|
|
102
|
-
}
|
|
103
|
-
[dir=ltr] .xlarge .portal {
|
|
104
68
|
right: var(--zd_size2);
|
|
105
69
|
}
|
|
106
|
-
[dir=rtl] .xlarge .portal {
|
|
107
|
-
left: var(--zd_size2);
|
|
108
|
-
}
|
|
109
70
|
|
|
110
71
|
.small .lock {
|
|
111
72
|
top: 0;
|
|
112
|
-
font-size: var(--zd_font_size11);
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
[dir=ltr] .small .lock {
|
|
116
73
|
right: calc(var(--zd_size5) * -1);
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
[dir=rtl] .small .lock {
|
|
120
|
-
left: calc(var(--zd_size5) * -1);
|
|
74
|
+
font-size: var(--zd_font_size11);
|
|
121
75
|
}
|
|
122
76
|
.xsmall .lock {
|
|
123
77
|
top: var(--zd_size1);
|
|
124
|
-
font-size: var(--zd_font_size12);
|
|
125
|
-
}
|
|
126
|
-
[dir=ltr] .xsmall .lock {
|
|
127
78
|
right: calc(var(--zd_size4) * -1);
|
|
128
|
-
|
|
129
|
-
[dir=rtl] .xsmall .lock {
|
|
130
|
-
left: calc(var(--zd_size4) * -1);
|
|
79
|
+
font-size: var(--zd_font_size12);
|
|
131
80
|
}
|
|
132
81
|
.medium .lock {
|
|
133
82
|
top: var(--zd_size2);
|
|
134
|
-
font-size: var(--zd_font_size13);
|
|
135
|
-
}
|
|
136
|
-
[dir=ltr] .medium .lock {
|
|
137
83
|
right: calc(var(--zd_size5) * -1);
|
|
138
|
-
|
|
139
|
-
[dir=rtl] .medium .lock {
|
|
140
|
-
left: calc(var(--zd_size5) * -1);
|
|
84
|
+
font-size: var(--zd_font_size13);
|
|
141
85
|
}
|
|
142
86
|
.xmedium .lock {
|
|
143
87
|
top: var(--zd_size4);
|
|
144
|
-
font-size: var(--zd_font_size14);
|
|
145
|
-
}
|
|
146
|
-
[dir=ltr] .xmedium .lock {
|
|
147
88
|
right: calc(var(--zd_size6) * -1);
|
|
148
|
-
|
|
149
|
-
[dir=rtl] .xmedium .lock {
|
|
150
|
-
left: calc(var(--zd_size6) * -1);
|
|
89
|
+
font-size: var(--zd_font_size14);
|
|
151
90
|
}
|
|
152
91
|
.large .lock {
|
|
153
92
|
top: var(--zd_size6);
|
|
154
|
-
font-size: var(--zd_font_size18);
|
|
155
|
-
}
|
|
156
|
-
[dir=ltr] .large .lock {
|
|
157
93
|
right: calc(var(--zd_size6) * -1);
|
|
158
|
-
|
|
159
|
-
[dir=rtl] .large .lock {
|
|
160
|
-
left: calc(var(--zd_size6) * -1);
|
|
94
|
+
font-size: var(--zd_font_size18);
|
|
161
95
|
}
|
|
162
96
|
.xlarge .lock {
|
|
163
97
|
top: var(--zd_size12);
|
|
164
|
-
font-size: var(--zd_font_size22);
|
|
165
|
-
}
|
|
166
|
-
[dir=ltr] .xlarge .lock {
|
|
167
98
|
right: calc(var(--zd_size8) * -1);
|
|
168
|
-
|
|
169
|
-
[dir=rtl] .xlarge .lock {
|
|
170
|
-
left: calc(var(--zd_size8) * -1);
|
|
99
|
+
font-size: var(--zd_font_size22);
|
|
171
100
|
}
|
|
@@ -6,18 +6,11 @@
|
|
|
6
6
|
|
|
7
7
|
.teamAvatar {
|
|
8
8
|
position: absolute;
|
|
9
|
-
bottom: calc(var(--zd_size6) * -1);
|
|
10
|
-
font-size: 0;
|
|
11
9
|
padding: var(--zd_size2);
|
|
12
10
|
border-radius: 50%;
|
|
11
|
+
bottom: calc(var(--zd_size6) * -1);
|
|
12
|
+
right: calc(var(--zd_size10) * -1);
|
|
13
13
|
transform: scale(0.8);
|
|
14
14
|
background-color: var(--zdt_avatarteam_default_bg);
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
[dir=ltr] .teamAvatar {
|
|
18
|
-
right: calc(var(--zd_size10) * -1);
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
[dir=rtl] .teamAvatar {
|
|
22
|
-
left: calc(var(--zd_size10) * -1);
|
|
15
|
+
font-size: 0;
|
|
23
16
|
}
|
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
|
|
2
|
-
|
|
3
|
-
animation-name:
|
|
4
|
-
}
|
|
5
|
-
[dir=rtl] .rotate{
|
|
6
|
-
animation-name: rotate-rtl ;
|
|
2
|
+
.rotate{
|
|
3
|
+
animation-name: rotate;
|
|
7
4
|
}
|
|
8
5
|
|
|
9
|
-
@keyframes rotate
|
|
6
|
+
@keyframes rotate {
|
|
10
7
|
from {
|
|
11
8
|
transform: rotate(0);
|
|
12
9
|
}
|
|
@@ -14,14 +11,4 @@
|
|
|
14
11
|
to {
|
|
15
12
|
transform: rotate(360deg);
|
|
16
13
|
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
@keyframes rotate-rtl {
|
|
20
|
-
from {
|
|
21
|
-
transform: rotate(0);
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
to {
|
|
25
|
-
transform: rotate(-360deg);
|
|
26
|
-
}
|
|
27
14
|
}
|
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
.container {
|
|
2
|
+
padding: var(--zd_size3) var(--zd_size15);
|
|
3
|
+
margin-left: var(--zd_size15);
|
|
2
4
|
position: relative;
|
|
3
5
|
line-height: var(--zd_size18);
|
|
4
6
|
composes: dInflex alignVertical from '~@zohodesk/components/lib/common/common.module.css';
|
|
5
|
-
padding: var(--zd_size3) var(--zd_size15);
|
|
6
7
|
cursor: pointer;
|
|
7
|
-
}[dir=ltr] .container {
|
|
8
|
-
margin-left: var(--zd_size15);
|
|
9
|
-
}[dir=rtl] .container {
|
|
10
|
-
margin-right: var(--zd_size15);
|
|
11
8
|
}
|
|
12
9
|
.container:hover {
|
|
13
10
|
background: var(--zdt_selectdropzdt_selectdropdown_hover_bg down_hover_bg);
|
|
@@ -19,13 +16,8 @@
|
|
|
19
16
|
}
|
|
20
17
|
.departIcon {
|
|
21
18
|
color: var(--zdt_selectdropdown_departicon);
|
|
22
|
-
cursor: pointer;
|
|
23
|
-
}
|
|
24
|
-
[dir=ltr] .departIcon {
|
|
25
19
|
margin-left: var(--zd_size5);
|
|
26
|
-
|
|
27
|
-
[dir=rtl] .departIcon {
|
|
28
|
-
margin-right: var(--zd_size5);
|
|
20
|
+
cursor: pointer;
|
|
29
21
|
}
|
|
30
22
|
.rulesPopup {
|
|
31
23
|
max-height: var(--zd_size260);
|
package/es/docs/formDocs.js
CHANGED
|
@@ -18,9 +18,13 @@ export { default as DateField } from '../form/fields/DateField/DateField';
|
|
|
18
18
|
export { default as DateField__default } from '../form/fields/DateField/docs/DateField__default.docs';
|
|
19
19
|
export { default as CheckBoxField } from '../form/fields/CheckBoxField/CheckBoxField';
|
|
20
20
|
export { default as CheckBoxField__default } from '../form/fields/CheckBoxField/docs/CheckBoxField__default.docs';
|
|
21
|
+
export { default as CurrencyField } from '../form/fields/CurrencyField/CurrencyField';
|
|
22
|
+
export { default as CurrencyField__default } from '../form/fields/CurrencyField/docs/CurrencyField__default.docs';
|
|
21
23
|
export { default as TagsMultiSelect } from '../form/fields/TagsMultiSelect/TagsMultiSelect';
|
|
22
24
|
export { default as TagsMultiSelect__default } from '../form/fields/TagsMultiSelect/docs/TagsMultiSelect__default.docs';
|
|
23
25
|
export { default as TagsMultiSelectField } from '../form/fields/TagsMultiSelectField/TagsMultiSelectField';
|
|
24
26
|
export { default as TagsMultiSelectField__default } from '../form/fields/TagsMultiSelectField/docs/TagsMultiSelectField__default.docs';
|
|
25
27
|
export { default as TextEditorField } from '../form/fields/TextEditorField/TextEditorField';
|
|
26
|
-
export { default as TextEditorField__default } from '../form/fields/TextEditorField/docs/TextEditorField__default.docs';
|
|
28
|
+
export { default as TextEditorField__default } from '../form/fields/TextEditorField/docs/TextEditorField__default.docs';
|
|
29
|
+
export { default as FieldContainer } from '../form/fields/FieldContainer/FieldContainer';
|
|
30
|
+
export { default as FieldContainer__default } from '../form/fields/FieldContainer/docs/FieldContainer__default.docs';
|
package/es/docs/generalDocs.js
CHANGED
|
@@ -131,5 +131,8 @@ export { default as V2_ErrState_OopsSomethingMiss } from '../version2/errorstate
|
|
|
131
131
|
export { default as V2_ErrState_OopsSomethingMiss__default } from '../version2/errorstate/OopsSomethingMiss/docs/OopsSomethingMiss__default.docs';
|
|
132
132
|
/* Attachment Viewer */
|
|
133
133
|
|
|
134
|
-
export { default as AttachmentViewer } from
|
|
135
|
-
export { default as AttachmentViewer__default } from
|
|
134
|
+
export { default as AttachmentViewer } from '../AttachmentViewer/AttachmentViewer';
|
|
135
|
+
export { default as AttachmentViewer__default } from '../AttachmentViewer/docs/AttachmentViewer__default.docs';
|
|
136
|
+
/* Secondary Text */
|
|
137
|
+
|
|
138
|
+
export { default as SecondaryText__default } from '../list/SecondaryText/docs/SecondaryText__default.docs';
|
|
@@ -12,29 +12,23 @@
|
|
|
12
12
|
.title {
|
|
13
13
|
padding-top: var(--zd_size6);
|
|
14
14
|
}
|
|
15
|
-
|
|
15
|
+
.default_arrow,
|
|
16
|
+
.overlay_arrow {
|
|
16
17
|
padding: 0 0 0 var(--zd_size5);
|
|
17
18
|
}
|
|
18
|
-
[dir=rtl] .default_arrow, [dir=rtl] .overlay_arrow {
|
|
19
|
-
padding: 0 var(--zd_size5) 0 0;
|
|
20
|
-
}
|
|
21
19
|
.overlay_arrow {
|
|
22
20
|
position: absolute;
|
|
21
|
+
left: 100%;
|
|
23
22
|
top: 50%;
|
|
24
23
|
transform: translateY(-50%) perspective(1px);
|
|
25
24
|
}
|
|
26
|
-
[dir=ltr] .overlay_arrow {
|
|
27
|
-
left: 100%;
|
|
28
|
-
}
|
|
29
|
-
[dir=rtl] .overlay_arrow {
|
|
30
|
-
right: 100%;
|
|
31
|
-
}
|
|
32
25
|
.hoverIcon .arrow {
|
|
33
26
|
opacity: 0;
|
|
34
27
|
visibility: hidden;
|
|
35
28
|
}
|
|
36
|
-
.hoverIcon:hover .arrow
|
|
37
|
-
.hoverIcon:focus .arrow
|
|
29
|
+
.hoverIcon:hover .arrow
|
|
30
|
+
/* .hoverIcon:focus .arrow */
|
|
31
|
+
{
|
|
38
32
|
opacity: 1;
|
|
39
33
|
visibility: visible;
|
|
40
34
|
}
|
|
@@ -54,18 +48,12 @@
|
|
|
54
48
|
.cursor {
|
|
55
49
|
cursor: pointer;
|
|
56
50
|
}
|
|
57
|
-
|
|
51
|
+
.dropBoxContainer {
|
|
58
52
|
text-align: left;
|
|
59
53
|
}
|
|
60
|
-
|
|
61
|
-
text-align: right;
|
|
62
|
-
}
|
|
63
|
-
[dir=ltr] .iconBox {
|
|
54
|
+
.iconBox {
|
|
64
55
|
margin-right: var(--zd_size4);
|
|
65
56
|
}
|
|
66
|
-
[dir=rtl] .iconBox {
|
|
67
|
-
margin-left: var(--zd_size4);
|
|
68
|
-
}
|
|
69
57
|
.iconBox > i {
|
|
70
58
|
display: block;
|
|
71
59
|
}
|
|
@@ -86,10 +74,10 @@
|
|
|
86
74
|
}
|
|
87
75
|
.hiddenInputElement{
|
|
88
76
|
width: 100%;
|
|
77
|
+
padding: 0;
|
|
89
78
|
-webkit-appearance: none;
|
|
90
79
|
-moz-appearance: none;
|
|
91
80
|
appearance: none;
|
|
92
|
-
padding: 0;
|
|
93
81
|
border: 0;
|
|
94
82
|
}
|
|
95
83
|
.groupName {
|
|
@@ -5,16 +5,10 @@
|
|
|
5
5
|
--linkHoverColor: var(--zdt_commonEmptyState_default_link_hover);
|
|
6
6
|
}
|
|
7
7
|
.container {
|
|
8
|
-
composes: varClass;
|
|
9
8
|
text-align: center;
|
|
10
|
-
}
|
|
11
|
-
[dir=ltr] .container {
|
|
12
9
|
margin-left: auto;
|
|
13
10
|
margin-right: auto;
|
|
14
|
-
|
|
15
|
-
[dir=rtl] .container {
|
|
16
|
-
margin-right: auto;
|
|
17
|
-
margin-left: auto;
|
|
11
|
+
composes: varClass;
|
|
18
12
|
}
|
|
19
13
|
.fluid {
|
|
20
14
|
max-width: var(--zd_size430);
|
|
@@ -50,19 +44,17 @@
|
|
|
50
44
|
.linkDescWrapper {
|
|
51
45
|
margin-top: var(--zd_size20);
|
|
52
46
|
}
|
|
53
|
-
|
|
47
|
+
.linkDesc,
|
|
48
|
+
.desc {
|
|
54
49
|
margin-right: var(--zd_size4);
|
|
55
50
|
}
|
|
56
|
-
[dir=rtl] .linkDesc, [dir=rtl] .desc {
|
|
57
|
-
margin-left: var(--zd_size4);
|
|
58
|
-
}
|
|
59
51
|
.desc {
|
|
60
52
|
line-height: var(--zd_size19);
|
|
61
53
|
}
|
|
62
54
|
.link {
|
|
55
|
+
cursor: pointer;
|
|
63
56
|
color: var(--linkColor);
|
|
64
57
|
display: inline-block;
|
|
65
|
-
cursor: pointer;
|
|
66
58
|
}
|
|
67
59
|
.link:hover {
|
|
68
60
|
color: var(--linkHoverColor);
|
|
@@ -19,23 +19,17 @@
|
|
|
19
19
|
}
|
|
20
20
|
.footer {
|
|
21
21
|
font-size: var(--zd_font_size13);
|
|
22
|
+
margin: var(--zd_size10) 0 var(--zd_size80) 0;
|
|
22
23
|
position: relative;
|
|
23
24
|
display: inline-block;
|
|
24
|
-
margin: var(--zd_size10) 0 var(--zd_size80) 0;
|
|
25
25
|
}
|
|
26
26
|
.footer::before {
|
|
27
27
|
content: '';
|
|
28
|
-
position: absolute;
|
|
29
|
-
top: calc(var(--zd_size10) * -1);
|
|
30
28
|
border-top: var(--zd_size1) solid var(--zdt_editionpage_footer_text);
|
|
31
|
-
|
|
32
|
-
[dir=ltr] .footer::before {
|
|
29
|
+
position: absolute;
|
|
33
30
|
left: calc(var(--zd_size20) * -1);
|
|
34
31
|
right: calc(var(--zd_size20) * -1);
|
|
35
|
-
|
|
36
|
-
[dir=rtl] .footer::before {
|
|
37
|
-
right: calc(var(--zd_size20) * -1);
|
|
38
|
-
left: calc(var(--zd_size20) * -1);
|
|
32
|
+
top: calc(var(--zd_size10) * -1);
|
|
39
33
|
}
|
|
40
34
|
.button {
|
|
41
35
|
color: var(--zdt_editionpage_primary_text);
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
.container,
|
|
1
|
+
.container,
|
|
2
|
+
.tabletContainer {
|
|
2
3
|
text-align: center;
|
|
3
4
|
background-color: var(--zdt_emptystate_default_bg);
|
|
4
5
|
}
|
|
@@ -13,23 +14,16 @@
|
|
|
13
14
|
}
|
|
14
15
|
.header {
|
|
15
16
|
min-width: var(--zd_size400);
|
|
16
|
-
display: inline-block;
|
|
17
17
|
margin: 0 auto;
|
|
18
|
-
|
|
19
|
-
[dir=ltr] .header {
|
|
18
|
+
display: inline-block;
|
|
20
19
|
text-align: left;
|
|
21
20
|
}
|
|
22
|
-
[dir=rtl] .header {
|
|
23
|
-
text-align: right;
|
|
24
|
-
}
|
|
25
21
|
.title,
|
|
26
22
|
.tabletTitle,
|
|
27
23
|
.mobileTitle {
|
|
28
24
|
composes: semibold from '~@zohodesk/components/lib/common/common.module.css';
|
|
29
|
-
letter-spacing: var(--zd_size1);
|
|
30
|
-
}
|
|
31
|
-
.title, .tabletTitle, .mobileTitle {
|
|
32
25
|
margin-bottom: var(--zd_size5);
|
|
26
|
+
letter-spacing: var(--zd_size1);
|
|
33
27
|
}
|
|
34
28
|
.title {
|
|
35
29
|
font-size: var(--zd_font_size50);
|
|
@@ -58,14 +52,15 @@
|
|
|
58
52
|
}
|
|
59
53
|
|
|
60
54
|
.footer {
|
|
61
|
-
display: inline-block;
|
|
62
55
|
text-align: center;
|
|
63
56
|
margin: 0 auto;
|
|
57
|
+
display: inline-block;
|
|
64
58
|
}
|
|
65
59
|
.footerWidth {
|
|
66
60
|
min-width: var(--zd_size400);
|
|
67
61
|
}
|
|
68
|
-
.btmText,
|
|
62
|
+
.btmText,
|
|
63
|
+
.tabletBtmText {
|
|
69
64
|
margin-bottom: var(--zd_size10);
|
|
70
65
|
}
|
|
71
66
|
.btmText {
|
|
@@ -74,7 +69,9 @@
|
|
|
74
69
|
.tabletBtmText {
|
|
75
70
|
font-size: var(--zd_font_size12);
|
|
76
71
|
}
|
|
77
|
-
.imageContainer,
|
|
72
|
+
.imageContainer,
|
|
73
|
+
.tabletImageContainer,
|
|
74
|
+
.mobileImageContainer {
|
|
78
75
|
margin-bottom: var(--zd_size30);
|
|
79
76
|
}
|
|
80
77
|
.imageContainer {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
.headtingText {
|
|
2
2
|
font-family: var(--zd_semibold);
|
|
3
3
|
font-size: var(--zd_font_size50);
|
|
4
|
-
letter-spacing: var(--zd_size1);
|
|
5
4
|
margin-bottom: var(--zd_size5);
|
|
5
|
+
letter-spacing: var(--zd_size1);
|
|
6
6
|
}
|
|
7
7
|
.title,
|
|
8
8
|
.headtingText,
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
font-size: var(--zd_font_size30);
|
|
14
14
|
}
|
|
15
15
|
.lastBox {
|
|
16
|
+
margin: 0 auto;
|
|
16
17
|
line-height: var(--zd_size24);
|
|
17
18
|
font-size: var(--zd_font_size14);
|
|
18
|
-
margin: 0 auto;
|
|
19
19
|
margin-bottom: var(--zd_size20);
|
|
20
20
|
}
|
|
21
21
|
.lineText {
|
|
@@ -16,7 +16,9 @@
|
|
|
16
16
|
.header {
|
|
17
17
|
min-width: var(--zd_size450);
|
|
18
18
|
}
|
|
19
|
-
.imageContainer,
|
|
19
|
+
.imageContainer,
|
|
20
|
+
.tabletImageContainer,
|
|
21
|
+
.mobileImageContainer {
|
|
20
22
|
margin-top: calc(var(--zd_size70) * -1);
|
|
21
23
|
margin-bottom: var(--zd_size30);
|
|
22
24
|
}
|