@zohodesk/dot 1.4.13 → 1.4.14
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/README.md +6 -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 +2 -5
- 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 +1 -1
- 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/index.html +1 -1
- package/es/ActionButton/ActionButton.module.css +51 -4
- package/es/AlphabeticList/AlphabeticList.module.css +0 -2
- package/es/AttachmentViewer/AttachmentViewer.module.css +0 -2
- package/es/ChannelIcon/ChannelIcon.module.css +9 -4
- package/es/Drawer/Drawer.js +4 -5
- package/es/ExternalLink/ExternalLink.js +4 -5
- package/es/FlipCard/FlipCard.js +14 -12
- package/es/FormAction/FormAction.module.css +18 -1
- package/es/IconButton/IconButton.js +4 -5
- package/es/IconButton/IconButton.module.css +0 -1
- package/es/Link/Link.js +8 -10
- package/es/Message/Message.js +4 -5
- package/es/TagWithIcon/TagWithIcon.module.css +0 -3
- package/es/ToastMessage/ToastMessage.js +2 -4
- package/es/actions/AutoClose.js +2 -1
- package/es/alert/AlertLookup/AlertLookup.js +14 -12
- package/es/avatar/AvatarClose/AvatarClose.js +7 -7
- package/es/avatar/AvatarCollision/AvatarCollision.js +7 -7
- package/es/avatar/AvatarIcon/AvatarIcon.js +4 -5
- package/es/avatar/AvatarIcon/AvatarIcon.module.css +0 -6
- package/es/avatar/AvatarStatus/AvatarStatus.js +7 -8
- package/es/avatar/AvatarThread/AvatarThread.js +7 -7
- package/es/avatar/AvatarUser/AvatarUser.js +10 -9
- package/es/avatar/AvatarWithTeam/AvatarWithTeam.js +17 -14
- package/es/dropdown/ToggleDropDown/ToggleDropDown.js +28 -24
- package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +0 -4
- package/es/form/fields/CheckBoxField/CheckBoxField.js +15 -13
- package/es/form/fields/CurrencyField/CurrencyField.js +14 -12
- package/es/form/fields/DateField/DateField.js +14 -14
- package/es/form/fields/MultiSelectField/MultiSelectField.js +13 -12
- package/es/form/fields/PhoneField/PhoneField.js +7 -7
- package/es/form/fields/RadioField/RadioField.js +18 -15
- package/es/form/fields/SelectField/SelectField.js +14 -14
- package/es/form/fields/TagsMultiSelect/TagsMultiSelect.js +13 -10
- package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +11 -11
- package/es/form/fields/TextBoxField/TextBoxField.js +14 -14
- package/es/form/fields/TextEditorField/TextEditorField.js +11 -10
- package/es/form/fields/TextEditorWrapper/TextEditorWrapper.js +11 -10
- package/es/form/fields/TextareaField/TextareaField.js +14 -13
- package/es/form/fields/ValidationMessage/ValidationMessage.module.css +0 -1
- package/es/layout/SubtabLayout/SubtabLayout.js +4 -6
- package/es/layout/SubtabLayout/SubtabLayout.module.css +0 -2
- package/es/list/Comment/Comment.module.css +0 -1
- package/es/list/Dot/Dot.module.css +0 -1
- package/es/list/ListLayout/ListLayout.js +4 -5
- package/es/list/ListLayout/ListLayout.module.css +0 -6
- package/es/list/SecondaryText/AccountName.js +12 -12
- package/es/list/SecondaryText/ContactName.js +8 -9
- package/es/list/SecondaryText/Email.js +8 -8
- package/es/list/SecondaryText/PhoneNumber.js +8 -8
- package/es/list/SecondaryText/SecondaryText.js +4 -5
- package/es/list/SecondaryText/TicketId.js +7 -7
- package/es/list/Subject/Subject.js +7 -7
- package/es/list/Subject/Subject.module.css +8 -1
- package/es/list/Thread/Thread.module.css +0 -1
- package/es/list/status/StatusListItem/StatusListItem.js +5 -5
- package/es/lookup/Lookup/Lookup.js +7 -7
- package/es/lookup/Lookup/Lookup.module.css +4 -1
- package/es/lookup/Lookup/props/propTypes.js +3 -2
- package/es/lookup/header/Search/Search.js +5 -3
- package/es/lookup/header/TicketHeader/TicketHeader.js +88 -73
- package/es/lookup/header/TicketHeader/props/defaultProps.js +7 -1
- package/es/lookup/header/TicketHeader/props/propTypes.js +2 -1
- package/es/v1/Drawer/Drawer.js +4 -5
- package/es/v1/ExternalLink/ExternalLink.js +4 -5
- package/es/v1/FlipCard/FlipCard.js +14 -12
- package/es/v1/GlobalNotification/GlobalNotification.js +6 -7
- package/es/v1/IconButton/IconButton.js +4 -5
- package/es/v1/Link/Link.js +8 -10
- package/es/v1/Message/Message.js +4 -5
- package/es/v1/ToastMessage/ToastMessage.js +2 -4
- package/es/v1/actions/AutoClose.js +2 -1
- 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 +4 -5
- package/es/v1/avatar/AvatarStatus/AvatarStatus.js +7 -8
- package/es/v1/avatar/AvatarThread/AvatarThread.js +7 -7
- package/es/v1/avatar/AvatarUser/AvatarUser.js +10 -9
- package/es/v1/avatar/AvatarWithTeam/AvatarWithTeam.js +17 -14
- package/es/v1/dropdown/ToggleDropDown/ToggleDropDown.js +28 -24
- package/es/v1/form/fields/CheckBoxField/CheckBoxField.js +15 -13
- package/es/v1/form/fields/CurrencyField/CurrencyField.js +14 -12
- package/es/v1/form/fields/DateField/DateField.js +14 -14
- package/es/v1/form/fields/MultiSelectField/MultiSelectField.js +13 -12
- package/es/v1/form/fields/PhoneField/PhoneField.js +7 -7
- package/es/v1/form/fields/RadioField/RadioField.js +18 -16
- package/es/v1/form/fields/SelectField/SelectField.js +14 -14
- package/es/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +13 -10
- 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 +11 -10
- package/es/v1/form/fields/TextEditorWrapper/TextEditorWrapper.js +11 -10
- package/es/v1/form/fields/TextareaField/TextareaField.js +14 -13
- package/es/v1/layout/SubtabLayout/SubtabLayout.js +4 -6
- package/es/v1/list/ListLayout/ListLayout.js +4 -5
- package/es/v1/list/SecondaryText/AccountName.js +12 -12
- package/es/v1/list/SecondaryText/ContactName.js +8 -9
- 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 +4 -5
- 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 +7 -7
- package/es/v1/lookup/Lookup/props/propTypes.js +3 -2
- package/es/v1/lookup/header/Search/Search.js +5 -3
- package/es/v1/lookup/header/TicketHeader/TicketHeader.js +30 -12
- package/es/v1/lookup/header/TicketHeader/props/defaultProps.js +7 -1
- package/es/v1/lookup/header/TicketHeader/props/propTypes.js +2 -1
- package/es/v1/notification/DesktopNotification/DesktopNotification.js +6 -7
- package/es/version2/GlobalNotification/GlobalNotification.js +6 -7
- package/es/version2/GlobalNotification/GlobalNotification.module.css +0 -4
- package/es/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +0 -1
- package/es/version2/lookup/AlertLookup/AlertLookup.js +15 -15
- package/es/version2/notification/DesktopNotification/DesktopNotification.js +6 -7
- package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +0 -2
- package/lib/ActionButton/ActionButton.module.css +51 -4
- package/lib/AlphabeticList/AlphabeticList.module.css +0 -2
- package/lib/AttachmentViewer/AttachmentViewer.module.css +0 -2
- package/lib/ChannelIcon/ChannelIcon.module.css +9 -4
- package/lib/FormAction/FormAction.module.css +18 -1
- package/lib/IconButton/IconButton.module.css +0 -1
- package/lib/TagWithIcon/TagWithIcon.module.css +0 -3
- package/lib/avatar/AvatarIcon/AvatarIcon.module.css +0 -6
- package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +0 -4
- package/lib/form/fields/ValidationMessage/ValidationMessage.module.css +0 -1
- package/lib/layout/SubtabLayout/SubtabLayout.module.css +0 -2
- package/lib/list/Comment/Comment.module.css +0 -1
- package/lib/list/Dot/Dot.module.css +0 -1
- package/lib/list/ListLayout/ListLayout.module.css +0 -6
- package/lib/list/Subject/Subject.module.css +8 -1
- package/lib/list/Thread/Thread.module.css +0 -1
- package/lib/lookup/Lookup/Lookup.js +3 -2
- package/lib/lookup/Lookup/Lookup.module.css +4 -1
- package/lib/lookup/Lookup/props/propTypes.js +3 -2
- package/lib/lookup/header/TicketHeader/TicketHeader.js +93 -106
- package/lib/lookup/header/TicketHeader/props/defaultProps.js +7 -1
- package/lib/lookup/header/TicketHeader/props/propTypes.js +2 -1
- package/lib/v1/lookup/Lookup/Lookup.js +3 -2
- package/lib/v1/lookup/Lookup/props/propTypes.js +3 -2
- package/lib/v1/lookup/header/TicketHeader/TicketHeader.js +37 -12
- package/lib/v1/lookup/header/TicketHeader/props/defaultProps.js +7 -1
- package/lib/v1/lookup/header/TicketHeader/props/propTypes.js +2 -1
- package/lib/version2/GlobalNotification/GlobalNotification.module.css +0 -4
- package/lib/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +0 -1
- package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +0 -2
- package/package.json +9 -9
- package/result.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
In this Library, we Provide Some Basic Components to Build Your Application
|
|
4
4
|
|
|
5
|
+
|
|
6
|
+
# 1.4.14
|
|
7
|
+
|
|
8
|
+
- **lookup/header/TicketHeader/TicketHeader** - Close Icon Position Moved to Right end.
|
|
9
|
+
- Lookup - lookupClass prop added and xlarge size value added
|
|
10
|
+
|
|
5
11
|
# 1.4.13
|
|
6
12
|
|
|
7
13
|
- **ToggleDropdown** - Fixed popup issue fix
|
|
@@ -214,7 +214,7 @@ ExternalLink.propTypes = propTypes;
|
|
|
214
214
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
215
215
|
Code coverage generated by
|
|
216
216
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
217
|
-
at 2024-
|
|
217
|
+
at 2024-05-28T13:28:51.784Z
|
|
218
218
|
</div>
|
|
219
219
|
<script src="../prettify.js"></script>
|
|
220
220
|
<script>
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
80
80
|
Code coverage generated by
|
|
81
81
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
82
|
-
at 2024-
|
|
82
|
+
at 2024-05-28T13:28:51.784Z
|
|
83
83
|
</div>
|
|
84
84
|
<script src="../prettify.js"></script>
|
|
85
85
|
<script>
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
117
117
|
Code coverage generated by
|
|
118
118
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
119
|
-
at 2024-
|
|
119
|
+
at 2024-05-28T13:28:51.784Z
|
|
120
120
|
</div>
|
|
121
121
|
<script src="../prettify.js"></script>
|
|
122
122
|
<script>
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
86
86
|
Code coverage generated by
|
|
87
87
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
88
|
-
at 2024-
|
|
88
|
+
at 2024-05-28T13:28:51.784Z
|
|
89
89
|
</div>
|
|
90
90
|
<script src="../../prettify.js"></script>
|
|
91
91
|
<script>
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
117
117
|
Code coverage generated by
|
|
118
118
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
119
|
-
at 2024-
|
|
119
|
+
at 2024-05-28T13:28:51.784Z
|
|
120
120
|
</div>
|
|
121
121
|
<script src="../../prettify.js"></script>
|
|
122
122
|
<script>
|
|
@@ -109,7 +109,7 @@ export const propTypes = {
|
|
|
109
109
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
110
110
|
Code coverage generated by
|
|
111
111
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
112
|
-
at 2024-
|
|
112
|
+
at 2024-05-28T13:28:51.784Z
|
|
113
113
|
</div>
|
|
114
114
|
<script src="../../prettify.js"></script>
|
|
115
115
|
<script>
|
|
@@ -451,7 +451,7 @@ IconButton.defaultProps = defaultProps;
|
|
|
451
451
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
452
452
|
Code coverage generated by
|
|
453
453
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
454
|
-
at 2024-
|
|
454
|
+
at 2024-05-28T13:28:51.784Z
|
|
455
455
|
</div>
|
|
456
456
|
<script src="../prettify.js"></script>
|
|
457
457
|
<script>
|
|
@@ -85,9 +85,7 @@
|
|
|
85
85
|
<a name='L20'></a><a href='#L20'>20</a>
|
|
86
86
|
<a name='L21'></a><a href='#L21'>21</a>
|
|
87
87
|
<a name='L22'></a><a href='#L22'>22</a>
|
|
88
|
-
<a name='L23'></a><a href='#L23'>23</a>
|
|
89
|
-
<a name='L24'></a><a href='#L24'>24</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">1x</span>
|
|
90
|
-
<span class="cline-any cline-neutral"> </span>
|
|
88
|
+
<a name='L23'></a><a href='#L23'>23</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">1x</span>
|
|
91
89
|
<span class="cline-any cline-neutral"> </span>
|
|
92
90
|
<span class="cline-any cline-neutral"> </span>
|
|
93
91
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -118,7 +116,6 @@
|
|
|
118
116
|
width: 28px;
|
|
119
117
|
composes: offSelection from '~@zohodesk/components/lib/common/common.module.css';
|
|
120
118
|
composes: varClass;
|
|
121
|
-
/* css:theme-validation:ignore */
|
|
122
119
|
color: var(--iconColor);
|
|
123
120
|
}
|
|
124
121
|
.primary {
|
|
@@ -139,7 +136,7 @@
|
|
|
139
136
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
140
137
|
Code coverage generated by
|
|
141
138
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
142
|
-
at 2024-
|
|
139
|
+
at 2024-05-28T13:28:51.784Z
|
|
143
140
|
</div>
|
|
144
141
|
<script src="../prettify.js"></script>
|
|
145
142
|
<script>
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
117
117
|
Code coverage generated by
|
|
118
118
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
119
|
-
at 2024-
|
|
119
|
+
at 2024-05-28T13:28:51.784Z
|
|
120
120
|
</div>
|
|
121
121
|
<script src="../prettify.js"></script>
|
|
122
122
|
<script>
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
122
122
|
Code coverage generated by
|
|
123
123
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
124
|
-
at 2024-
|
|
124
|
+
at 2024-05-28T13:28:51.784Z
|
|
125
125
|
</div>
|
|
126
126
|
<script src="../../prettify.js"></script>
|
|
127
127
|
<script>
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
117
117
|
Code coverage generated by
|
|
118
118
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
119
|
-
at 2024-
|
|
119
|
+
at 2024-05-28T13:28:51.784Z
|
|
120
120
|
</div>
|
|
121
121
|
<script src="../../prettify.js"></script>
|
|
122
122
|
<script>
|
|
@@ -172,7 +172,7 @@ export const propTypes = {
|
|
|
172
172
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
173
173
|
Code coverage generated by
|
|
174
174
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
175
|
-
at 2024-
|
|
175
|
+
at 2024-05-28T13:28:51.784Z
|
|
176
176
|
</div>
|
|
177
177
|
<script src="../../prettify.js"></script>
|
|
178
178
|
<script>
|
|
@@ -169,7 +169,7 @@ Image.defaultProps = defaultProps;
|
|
|
169
169
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
170
170
|
Code coverage generated by
|
|
171
171
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
172
|
-
at 2024-
|
|
172
|
+
at 2024-05-28T13:28:51.784Z
|
|
173
173
|
</div>
|
|
174
174
|
<script src="../prettify.js"></script>
|
|
175
175
|
<script>
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
104
104
|
Code coverage generated by
|
|
105
105
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
106
|
-
at 2024-
|
|
106
|
+
at 2024-05-28T13:28:51.784Z
|
|
107
107
|
</div>
|
|
108
108
|
<script src="../prettify.js"></script>
|
|
109
109
|
<script>
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
117
117
|
Code coverage generated by
|
|
118
118
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
119
|
-
at 2024-
|
|
119
|
+
at 2024-05-28T13:28:51.784Z
|
|
120
120
|
</div>
|
|
121
121
|
<script src="../prettify.js"></script>
|
|
122
122
|
<script>
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
83
83
|
Code coverage generated by
|
|
84
84
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
85
|
-
at 2024-
|
|
85
|
+
at 2024-05-28T13:28:51.784Z
|
|
86
86
|
</div>
|
|
87
87
|
<script src="../../prettify.js"></script>
|
|
88
88
|
<script>
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
117
117
|
Code coverage generated by
|
|
118
118
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
119
|
-
at 2024-
|
|
119
|
+
at 2024-05-28T13:28:51.784Z
|
|
120
120
|
</div>
|
|
121
121
|
<script src="../../prettify.js"></script>
|
|
122
122
|
<script>
|
|
@@ -112,7 +112,7 @@ export const propTypes = {
|
|
|
112
112
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
113
113
|
Code coverage generated by
|
|
114
114
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
115
|
-
at 2024-
|
|
115
|
+
at 2024-05-28T13:28:51.784Z
|
|
116
116
|
</div>
|
|
117
117
|
<script src="../../prettify.js"></script>
|
|
118
118
|
<script>
|
|
@@ -433,7 +433,7 @@ AvatarWithTeam.propTypes = propTypes;
|
|
|
433
433
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
434
434
|
Code coverage generated by
|
|
435
435
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
436
|
-
at 2024-
|
|
436
|
+
at 2024-05-28T13:28:51.784Z
|
|
437
437
|
</div>
|
|
438
438
|
<script src="../../prettify.js"></script>
|
|
439
439
|
<script>
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
119
119
|
Code coverage generated by
|
|
120
120
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
121
|
-
at 2024-
|
|
121
|
+
at 2024-05-28T13:28:51.784Z
|
|
122
122
|
</div>
|
|
123
123
|
<script src="../../prettify.js"></script>
|
|
124
124
|
<script>
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
117
117
|
Code coverage generated by
|
|
118
118
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
119
|
-
at 2024-
|
|
119
|
+
at 2024-05-28T13:28:51.784Z
|
|
120
120
|
</div>
|
|
121
121
|
<script src="../../prettify.js"></script>
|
|
122
122
|
<script>
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
98
98
|
Code coverage generated by
|
|
99
99
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
100
|
-
at 2024-
|
|
100
|
+
at 2024-05-28T13:28:51.784Z
|
|
101
101
|
</div>
|
|
102
102
|
<script src="../../../prettify.js"></script>
|
|
103
103
|
<script>
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
117
117
|
Code coverage generated by
|
|
118
118
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
119
|
-
at 2024-
|
|
119
|
+
at 2024-05-28T13:28:51.784Z
|
|
120
120
|
</div>
|
|
121
121
|
<script src="../../../prettify.js"></script>
|
|
122
122
|
<script>
|
|
@@ -148,7 +148,7 @@ export const propTypes = {
|
|
|
148
148
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
149
149
|
Code coverage generated by
|
|
150
150
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
151
|
-
at 2024-
|
|
151
|
+
at 2024-05-28T13:28:51.784Z
|
|
152
152
|
</div>
|
|
153
153
|
<script src="../../../prettify.js"></script>
|
|
154
154
|
<script>
|
package/coverage/index.html
CHANGED
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
207
207
|
Code coverage generated by
|
|
208
208
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
209
|
-
at 2024-
|
|
209
|
+
at 2024-05-28T13:28:51.784Z
|
|
210
210
|
</div>
|
|
211
211
|
<script src="prettify.js"></script>
|
|
212
212
|
<script>
|
|
@@ -3,121 +3,163 @@
|
|
|
3
3
|
--buttonBorder: var(--zdt_actionButton_primary_border);
|
|
4
4
|
--buttonSeparatorBorder: var(--zdt_actionButton_separator_border);
|
|
5
5
|
}
|
|
6
|
+
|
|
6
7
|
.container {
|
|
7
8
|
composes: varClass;
|
|
8
9
|
}
|
|
10
|
+
|
|
9
11
|
.container:hover {
|
|
10
12
|
--buttonSeparatorBorder: var(--zdt_actionButton_separator_hover_border);
|
|
11
13
|
}
|
|
14
|
+
|
|
12
15
|
.primaryFilledBox {
|
|
13
16
|
--buttonText: var(--zdt_actionButton_primaryFilled_text);
|
|
14
17
|
}
|
|
15
|
-
|
|
18
|
+
|
|
19
|
+
.primaryFilledBtn,
|
|
20
|
+
.primaryFilledArw {
|
|
16
21
|
/* css:theme-validation:ignore */
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.primaryFilledBtn, .primaryFilledArw {
|
|
17
25
|
background-color: var(--buttonBg);
|
|
18
26
|
}
|
|
27
|
+
|
|
19
28
|
.primaryBox {
|
|
20
29
|
--buttonText: var(--zdt_actionButton_primary_text);
|
|
21
30
|
}
|
|
22
|
-
|
|
31
|
+
|
|
32
|
+
.primaryBtn,
|
|
33
|
+
.primaryArw {
|
|
23
34
|
/* css:theme-validation:ignore */
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.primaryBtn, .primaryArw {
|
|
24
38
|
border: 1px solid var(--buttonBorder);
|
|
25
39
|
}
|
|
40
|
+
|
|
26
41
|
[dir=ltr] .primaryBtn {
|
|
27
42
|
border-right: none;
|
|
28
43
|
}
|
|
44
|
+
|
|
29
45
|
[dir=rtl] .primaryBtn {
|
|
30
46
|
border-left: none;
|
|
31
47
|
}
|
|
48
|
+
|
|
32
49
|
.contentBox,
|
|
33
50
|
.arrowWrapper {
|
|
34
51
|
transition: width var(--zd_transition3), padding var(--zd_transition3), background-color var(--zd_transition2), border-color var(--zd_transition2);
|
|
35
52
|
}
|
|
53
|
+
|
|
36
54
|
.contentBox, .arrowWrapper {
|
|
37
55
|
margin: 0 ;
|
|
38
56
|
}
|
|
57
|
+
|
|
39
58
|
.clickable {
|
|
40
59
|
cursor: pointer;
|
|
41
60
|
}
|
|
61
|
+
|
|
42
62
|
[dir=ltr] .contentBoxBdr {
|
|
43
63
|
border-radius: var(--zd_size4) 0 0 var(--zd_size4);
|
|
44
64
|
}
|
|
65
|
+
|
|
45
66
|
[dir=rtl] .contentBoxBdr {
|
|
46
67
|
border-radius: 0 var(--zd_size4) var(--zd_size4) 0;
|
|
47
68
|
}
|
|
69
|
+
|
|
48
70
|
.contentBoxBdrRds {
|
|
49
71
|
border-radius: var(--zd_size4);
|
|
50
72
|
}
|
|
73
|
+
|
|
51
74
|
.small {
|
|
52
75
|
height: var(--zd_size28) ;
|
|
53
76
|
}
|
|
77
|
+
|
|
54
78
|
.medium,
|
|
55
79
|
.large {
|
|
56
80
|
height: var(--zd_size30) ;
|
|
57
81
|
}
|
|
82
|
+
|
|
58
83
|
.medium {
|
|
59
84
|
min-width: var(--zd_size115) ;
|
|
60
85
|
}
|
|
86
|
+
|
|
61
87
|
.large {
|
|
62
88
|
min-width: var(--zd_size135) ;
|
|
63
89
|
}
|
|
90
|
+
|
|
64
91
|
.small_btnBox {
|
|
65
92
|
padding: 0 var(--zd_size8) ;
|
|
66
93
|
}
|
|
94
|
+
|
|
67
95
|
.medium_btnBox, .large_btnBox {
|
|
68
96
|
padding: 0 var(--zd_size10) ;
|
|
69
97
|
}
|
|
98
|
+
|
|
70
99
|
.txt {
|
|
71
100
|
font-size: var(--zd_font_size13) ;
|
|
72
101
|
font-family: var(--zd_semibold);
|
|
73
102
|
text-transform: capitalize;
|
|
74
103
|
}
|
|
104
|
+
|
|
75
105
|
.subTxt {
|
|
76
106
|
font-size: var(--zd_font_size10) ;
|
|
77
107
|
}
|
|
108
|
+
|
|
78
109
|
.contentwrapper,
|
|
79
110
|
.txt,
|
|
80
111
|
.subTxt {
|
|
81
112
|
max-width: 100% ;
|
|
82
113
|
}
|
|
114
|
+
|
|
83
115
|
.txt,
|
|
84
116
|
.subTxt {
|
|
85
117
|
composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
|
|
86
118
|
/* css:theme-validation:ignore */
|
|
87
119
|
color: var(--buttonText);
|
|
88
120
|
}
|
|
121
|
+
|
|
89
122
|
.arrowWrapper {
|
|
90
123
|
position: relative;
|
|
91
124
|
composes: offSelection from '~@zohodesk/components/lib/common/common.module.css';
|
|
92
125
|
cursor: pointer;
|
|
93
126
|
}
|
|
127
|
+
|
|
94
128
|
[dir=ltr] .arrowWrapper {
|
|
95
129
|
border-radius: 0 var(--zd_size4) var(--zd_size4) 0;
|
|
96
130
|
}
|
|
131
|
+
|
|
97
132
|
[dir=rtl] .arrowWrapper {
|
|
98
133
|
border-radius: var(--zd_size4) 0 0 var(--zd_size4);
|
|
99
134
|
}
|
|
135
|
+
|
|
100
136
|
.primaryFilledArw {
|
|
101
137
|
/* css:theme-validation:ignore */
|
|
102
138
|
}
|
|
139
|
+
|
|
103
140
|
[dir=ltr] .primaryFilledArw {
|
|
104
141
|
border-left: 1px solid var(--buttonSeparatorBorder);
|
|
105
142
|
}
|
|
143
|
+
|
|
106
144
|
[dir=rtl] .primaryFilledArw {
|
|
107
|
-
|
|
145
|
+
border-right: 1px solid var(--buttonSeparatorBorder);
|
|
108
146
|
}
|
|
147
|
+
|
|
109
148
|
.small_arrowBox {
|
|
110
149
|
width: var(--zd_size20) ;
|
|
111
150
|
}
|
|
151
|
+
|
|
112
152
|
.medium_arrowBox {
|
|
113
153
|
width: var(--zd_size26) ;
|
|
114
154
|
}
|
|
155
|
+
|
|
115
156
|
.primaryFilledArw:hover,
|
|
116
157
|
.primaryFilledArw.arrowActive,
|
|
117
158
|
.clickable.primaryFilledBtn:hover,
|
|
118
159
|
.wholeDiv.primaryFilledBox:hover {
|
|
119
160
|
--buttonBg: var(--zdt_actionButton_primaryFilled_hover_bg);
|
|
120
161
|
}
|
|
162
|
+
|
|
121
163
|
.primaryArw:hover,
|
|
122
164
|
.primaryArw.arrowActive,
|
|
123
165
|
.clickable.primaryBtn:hover,
|
|
@@ -125,22 +167,27 @@
|
|
|
125
167
|
--buttonBorder: var(--zdt_actionButton_primary_hover_border);
|
|
126
168
|
--buttonText: var(--zdt_actionButton_primary_hover_text);
|
|
127
169
|
}
|
|
170
|
+
|
|
128
171
|
.btn {
|
|
129
172
|
height: 100% ;
|
|
130
173
|
width: 100% ;
|
|
131
174
|
}
|
|
175
|
+
|
|
132
176
|
.popupWrapper {
|
|
133
177
|
padding: var(--zd_size10) 0 ;
|
|
134
178
|
margin: var(--zd_size5) 0 ;
|
|
135
179
|
}
|
|
180
|
+
|
|
136
181
|
.arrow,
|
|
137
182
|
.iconClr {
|
|
138
183
|
/* css:theme-validation:ignore */
|
|
139
184
|
color: var(--buttonText);
|
|
140
185
|
}
|
|
186
|
+
|
|
141
187
|
[dir=ltr] .iconMrgn {
|
|
142
188
|
margin-right: var(--zd_size6) ;
|
|
143
189
|
}
|
|
190
|
+
|
|
144
191
|
[dir=rtl] .iconMrgn {
|
|
145
192
|
margin-left: var(--zd_size6) ;
|
|
146
|
-
}
|
|
193
|
+
}
|
|
@@ -33,7 +33,6 @@
|
|
|
33
33
|
.list {
|
|
34
34
|
font-size: var(--zd_font_size11) ;
|
|
35
35
|
flex-basis: var(--zd_size12) ;
|
|
36
|
-
/* css:theme-validation:ignore */
|
|
37
36
|
color: var(--textColor);
|
|
38
37
|
text-align: center;
|
|
39
38
|
cursor: pointer;
|
|
@@ -50,7 +49,6 @@
|
|
|
50
49
|
}
|
|
51
50
|
.list :hover,
|
|
52
51
|
.selected {
|
|
53
|
-
/* css:theme-validation:ignore */
|
|
54
52
|
color: var(--textHoverColor);
|
|
55
53
|
}
|
|
56
54
|
.title {
|
|
@@ -154,7 +154,6 @@
|
|
|
154
154
|
.imgItem {
|
|
155
155
|
height: var(--zd_size60) ;
|
|
156
156
|
min-width: var(--zd_size40) ;
|
|
157
|
-
/* css:theme-validation:ignore */
|
|
158
157
|
position: relative;
|
|
159
158
|
transition: border var(--zd_transition3);
|
|
160
159
|
border-width: 2px;
|
|
@@ -346,7 +345,6 @@
|
|
|
346
345
|
}
|
|
347
346
|
|
|
348
347
|
.btn {
|
|
349
|
-
/* css:theme-validation:ignore */
|
|
350
348
|
height: 100% ;
|
|
351
349
|
width: 100% ;
|
|
352
350
|
background-color: var(--dot_mirror);
|
|
@@ -4,12 +4,14 @@
|
|
|
4
4
|
--topIconColor: var(--zdt_channelIcon_topIcon_iconGreen);
|
|
5
5
|
--topIconBorderColor: var(--zdt_channelIcon_topIcon_border);
|
|
6
6
|
}
|
|
7
|
+
|
|
7
8
|
.container {
|
|
8
9
|
position: relative;
|
|
9
10
|
composes: dInflex from '~@zohodesk/components/lib/common/common.module.css';
|
|
10
11
|
vertical-align: middle;
|
|
11
12
|
composes: varClass;
|
|
12
13
|
}
|
|
14
|
+
|
|
13
15
|
.thread {
|
|
14
16
|
composes: dflex alignVertical alignHorizontal rounded from '~@zohodesk/components/lib/common/common.module.css';
|
|
15
17
|
position: absolute;
|
|
@@ -19,19 +21,21 @@
|
|
|
19
21
|
/* css:theme-validation:ignore */
|
|
20
22
|
background-color: var(--topIconBg);
|
|
21
23
|
}
|
|
24
|
+
|
|
22
25
|
[dir=ltr] .thread {
|
|
23
26
|
right: calc( var(--zd_size1) * -1 ) ;
|
|
24
27
|
}
|
|
28
|
+
|
|
25
29
|
[dir=rtl] .thread {
|
|
26
30
|
left: calc( var(--zd_size1) * -1 ) ;
|
|
27
31
|
}
|
|
32
|
+
|
|
28
33
|
.threadBorder {
|
|
29
|
-
/* css:theme-validation:ignore */
|
|
30
34
|
border: 1px solid var(--topIconBorderColor);
|
|
31
35
|
}
|
|
36
|
+
|
|
32
37
|
.iconStyle {
|
|
33
38
|
position: relative;
|
|
34
|
-
/* css:theme-validation:ignore */
|
|
35
39
|
color: var(--iconColor);
|
|
36
40
|
}
|
|
37
41
|
|
|
@@ -212,10 +216,11 @@
|
|
|
212
216
|
.topic_olive {
|
|
213
217
|
--topIconColor: var(--zdt_channelIcon_topIcon_iconGreen);
|
|
214
218
|
}
|
|
219
|
+
|
|
215
220
|
.topic_yellow3 {
|
|
216
221
|
--topIconColor: var(--zdt_channelIcon_topIcon_iconYellow);
|
|
217
222
|
}
|
|
223
|
+
|
|
218
224
|
.topicIcon {
|
|
219
|
-
/* css:theme-validation:ignore */
|
|
220
225
|
color: var(--topIconColor);
|
|
221
|
-
}
|
|
226
|
+
}
|
package/es/Drawer/Drawer.js
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
-
|
|
3
1
|
import React from 'react';
|
|
4
2
|
import { Header_defaultProps, Footer_defaultProps, Drawer_defaultProps } from './props/defaultProps';
|
|
5
3
|
import { Header_propTypes, Content_propTypes, Footer_propTypes, Drawer_propTypes } from './props/propTypes';
|
|
@@ -175,12 +173,13 @@ export default class Drawer extends React.Component {
|
|
|
175
173
|
|
|
176
174
|
return child;
|
|
177
175
|
});
|
|
178
|
-
let content = /*#__PURE__*/React.createElement(Box,
|
|
176
|
+
let content = /*#__PURE__*/React.createElement(Box, {
|
|
179
177
|
className: `${style.container} ${style.columns} ${style.drawerModal} ${uptoTablet ? style.mbleSize : style[size]}`,
|
|
180
178
|
"data-a11y-need-focus-style": "false",
|
|
181
179
|
tabindex: -1,
|
|
182
|
-
eleRef: this.createRef
|
|
183
|
-
|
|
180
|
+
eleRef: this.createRef,
|
|
181
|
+
...a11y
|
|
182
|
+
}, /*#__PURE__*/React.createElement(Card, {
|
|
184
183
|
onClick: e => {
|
|
185
184
|
e && e.stopPropagation && e.stopPropagation();
|
|
186
185
|
onBodyClick(e);
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
-
|
|
3
1
|
/**** Libraries ****/
|
|
4
2
|
import React from 'react';
|
|
5
3
|
import { defaultProps } from './props/defaultProps';
|
|
@@ -31,7 +29,7 @@ export default class ExternalLink extends React.Component {
|
|
|
31
29
|
customProps
|
|
32
30
|
} = this.props;
|
|
33
31
|
const urlOutput = href && typeof href !== 'boolean' ? this.addHttp(String(href)) : 'javascript:void(0);';
|
|
34
|
-
return /*#__PURE__*/React.createElement("a",
|
|
32
|
+
return /*#__PURE__*/React.createElement("a", {
|
|
35
33
|
href: urlOutput,
|
|
36
34
|
target: target,
|
|
37
35
|
className: `${style.link} ${className ? className : ''}`,
|
|
@@ -39,8 +37,9 @@ export default class ExternalLink extends React.Component {
|
|
|
39
37
|
rel: rel,
|
|
40
38
|
"data-id": dataId,
|
|
41
39
|
"data-test-id": dataId,
|
|
42
|
-
onClick: onClick
|
|
43
|
-
|
|
40
|
+
onClick: onClick,
|
|
41
|
+
...customProps
|
|
42
|
+
}, children);
|
|
44
43
|
}
|
|
45
44
|
|
|
46
45
|
}
|