@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
|
@@ -17,6 +17,8 @@ var _Tag = _interopRequireDefault(require("@zohodesk/components/lib/Tag/Tag"));
|
|
|
17
17
|
|
|
18
18
|
var _TextBoxIcon = _interopRequireDefault(require("@zohodesk/components/lib/TextBoxIcon/TextBoxIcon"));
|
|
19
19
|
|
|
20
|
+
var _DropBox = _interopRequireDefault(require("@zohodesk/components/lib/DropBox/DropBox"));
|
|
21
|
+
|
|
20
22
|
var _EmptySearch = _interopRequireDefault(require("@zohodesk/svg/lib/svg/EmptySearch"));
|
|
21
23
|
|
|
22
24
|
var _ListItem = _interopRequireDefault(require("@zohodesk/components/lib/ListItem/ListItem"));
|
|
@@ -27,10 +29,6 @@ var _DropDownSeparator = _interopRequireDefault(require("@zohodesk/components/li
|
|
|
27
29
|
|
|
28
30
|
var _CommonEmptyState = _interopRequireDefault(require("../../../emptystate/CommonEmptyState/CommonEmptyState"));
|
|
29
31
|
|
|
30
|
-
var _ResponsiveDropBox = _interopRequireDefault(require("@zohodesk/components/lib/ResponsiveDropBox/ResponsiveDropBox"));
|
|
31
|
-
|
|
32
|
-
var _CustomResponsive = require("@zohodesk/components/lib/Responsive/CustomResponsive");
|
|
33
|
-
|
|
34
32
|
var _Common = require("../../../utils/Common");
|
|
35
33
|
|
|
36
34
|
var _Common2 = require("@zohodesk/components/lib/utils/Common.js");
|
|
@@ -73,23 +71,16 @@ var TagsMultiSelect = /*#__PURE__*/function (_React$Component) {
|
|
|
73
71
|
_this.state = {
|
|
74
72
|
showAll: false
|
|
75
73
|
};
|
|
74
|
+
_this.textBoxRef = /*#__PURE__*/_react["default"].createRef();
|
|
76
75
|
_this.emptySearchSVG = _this.emptySearchSVG.bind(_assertThisInitialized(_this));
|
|
77
76
|
_this.onShowAllClick = _this.onShowAllClick.bind(_assertThisInitialized(_this));
|
|
78
77
|
_this.getContainerRef = _this.getContainerRef.bind(_assertThisInitialized(_this));
|
|
79
78
|
_this.onScroll = _this.onScroll.bind(_assertThisInitialized(_this));
|
|
80
79
|
_this.getSelectedItemRef = _this.getSelectedItemRef.bind(_assertThisInitialized(_this));
|
|
81
|
-
_this.textInputRef = _this.textInputRef.bind(_assertThisInitialized(_this));
|
|
82
80
|
return _this;
|
|
83
81
|
}
|
|
84
82
|
|
|
85
83
|
_createClass(TagsMultiSelect, [{
|
|
86
|
-
key: "textInputRef",
|
|
87
|
-
value: function textInputRef(el) {
|
|
88
|
-
var getTextInputRef = this.props.getTextInputRef;
|
|
89
|
-
this.inputEl = el;
|
|
90
|
-
getTextInputRef && getTextInputRef(el);
|
|
91
|
-
}
|
|
92
|
-
}, {
|
|
93
84
|
key: "onScroll",
|
|
94
85
|
value: function onScroll() {
|
|
95
86
|
var _this$props = this.props,
|
|
@@ -123,8 +114,10 @@ var TagsMultiSelect = /*#__PURE__*/function (_React$Component) {
|
|
|
123
114
|
|
|
124
115
|
if (prevProps.isTagListLoading !== isTagListLoading && !isTagListLoading || isPopupReady && prevProps.tagsList.length !== tagsList.length) {
|
|
125
116
|
setTimeout(function () {
|
|
126
|
-
|
|
127
|
-
|
|
117
|
+
var textBoxElementRef = _this2.textBoxRef.current;
|
|
118
|
+
|
|
119
|
+
if (textBoxElementRef && typeof textBoxElementRef.handleFocus === 'function') {
|
|
120
|
+
_this2.textBoxRef.current.handleFocus();
|
|
128
121
|
}
|
|
129
122
|
}, 300);
|
|
130
123
|
}
|
|
@@ -154,16 +147,6 @@ var TagsMultiSelect = /*#__PURE__*/function (_React$Component) {
|
|
|
154
147
|
value: function getContainerRef(ele) {
|
|
155
148
|
this.containerRef = ele;
|
|
156
149
|
}
|
|
157
|
-
}, {
|
|
158
|
-
key: "responsiveFunc",
|
|
159
|
-
value: function responsiveFunc(_ref) {
|
|
160
|
-
var mediaQueryOR = _ref.mediaQueryOR;
|
|
161
|
-
return {
|
|
162
|
-
tabletMode: mediaQueryOR([{
|
|
163
|
-
maxWidth: 700
|
|
164
|
-
}])
|
|
165
|
-
};
|
|
166
|
-
}
|
|
167
150
|
}, {
|
|
168
151
|
key: "render",
|
|
169
152
|
value: function render() {
|
|
@@ -194,9 +177,7 @@ var TagsMultiSelect = /*#__PURE__*/function (_React$Component) {
|
|
|
194
177
|
needBorder = _this$props3.needBorder,
|
|
195
178
|
borderColor = _this$props3.borderColor,
|
|
196
179
|
getTextBoxChildren = _this$props3.getTextBoxChildren,
|
|
197
|
-
htmlId = _this$props3.htmlId
|
|
198
|
-
boxSize = _this$props3.boxSize,
|
|
199
|
-
onSelectTag = _this$props3.onSelectTag;
|
|
180
|
+
htmlId = _this$props3.htmlId;
|
|
200
181
|
var showAll = this.state.showAll;
|
|
201
182
|
var chipLimit = !isPopupReady ? showAll ? tagsList.length : chipNeedToShow : tagsList.length;
|
|
202
183
|
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
@@ -213,19 +194,16 @@ var TagsMultiSelect = /*#__PURE__*/function (_React$Component) {
|
|
|
213
194
|
scroll: "vertical"
|
|
214
195
|
}, tagsList.length ? /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, tagsList.map(function (tag, index) {
|
|
215
196
|
var name = tag.name,
|
|
216
|
-
tagType = tag.tagType
|
|
217
|
-
id = tag.id;
|
|
197
|
+
tagType = tag.tagType;
|
|
218
198
|
return index < chipLimit ? /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
219
199
|
className: _TagsMultiSelectModule["default"].tag,
|
|
220
200
|
key: index
|
|
221
201
|
}, /*#__PURE__*/_react["default"].createElement(_Tag["default"], {
|
|
222
|
-
id: id,
|
|
223
202
|
text: name,
|
|
224
203
|
onRemove: isReadOnly ? null : deleteTag.bind(_this3, name),
|
|
225
204
|
closeTitle: i18nKeys.deleteText,
|
|
226
205
|
palette: tagType === 'SYSTEM' ? 'primary' : 'default',
|
|
227
|
-
isReadOnly: isReadOnly
|
|
228
|
-
onSelectTag: onSelectTag ? onSelectTag : undefined
|
|
206
|
+
isReadOnly: isReadOnly
|
|
229
207
|
})) : null;
|
|
230
208
|
}), tagsList.length > chipNeedToShow && !isPopupReady ? /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
231
209
|
className: _TagsMultiSelectModule["default"].moreLess,
|
|
@@ -234,7 +212,7 @@ var TagsMultiSelect = /*#__PURE__*/function (_React$Component) {
|
|
|
234
212
|
}, showAll ? "".concat(i18nKeys.lessText) : "+".concat(tagsList.length - chipNeedToShow, " ").concat(i18nKeys.moreText)) : null) : null, /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
235
213
|
flexible: true,
|
|
236
214
|
adjust: true,
|
|
237
|
-
|
|
215
|
+
shrnik: true,
|
|
238
216
|
className: _TagsMultiSelectModule["default"].inputWrapper
|
|
239
217
|
}, /*#__PURE__*/_react["default"].createElement("span", {
|
|
240
218
|
className: _TagsMultiSelectModule["default"].custmSpan
|
|
@@ -246,6 +224,7 @@ var TagsMultiSelect = /*#__PURE__*/function (_React$Component) {
|
|
|
246
224
|
onChange: handleChange,
|
|
247
225
|
maxLength: 50,
|
|
248
226
|
isReadOnly: isReadOnly,
|
|
227
|
+
ref: this.textBoxRef,
|
|
249
228
|
needBorder: false,
|
|
250
229
|
placeHolder: tagsList.length ? '' : i18nKeys.placeholderText || '-',
|
|
251
230
|
onClick: !isReadOnly ? handleTogglePopup : undefined,
|
|
@@ -253,78 +232,66 @@ var TagsMultiSelect = /*#__PURE__*/function (_React$Component) {
|
|
|
253
232
|
customTBoxWrap: _TagsMultiSelectModule["default"].custmInp,
|
|
254
233
|
customTextBox: _TagsMultiSelectModule["default"].input
|
|
255
234
|
},
|
|
256
|
-
size: "xsmall"
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
235
|
+
size: "xsmall"
|
|
236
|
+
}, getTextBoxChildren ? getTextBoxChildren() : null))), isPopupOpen ? /*#__PURE__*/_react["default"].createElement(_DropBox["default"], {
|
|
237
|
+
isAnimate: true,
|
|
238
|
+
isActive: isPopupReady,
|
|
239
|
+
isArrow: false,
|
|
240
|
+
getRef: getContainerRef,
|
|
241
|
+
isBoxPaddingNeed: true,
|
|
242
|
+
size: "default",
|
|
243
|
+
boxPosition: boxPosition,
|
|
244
|
+
isPadding: false,
|
|
245
|
+
customClass: {
|
|
246
|
+
customDropBoxWrap: _TagsMultiSelectModule["default"].dropdown
|
|
247
|
+
},
|
|
248
|
+
dataId: "".concat(dataId, "_dropbox")
|
|
249
|
+
}, isTagListLoading ? /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
|
|
250
|
+
align: "both",
|
|
251
|
+
className: _TagsMultiSelectModule["default"].viewpopNew
|
|
252
|
+
}, /*#__PURE__*/_react["default"].createElement(_Loader["default"], null)) : /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
|
|
253
|
+
scroll: "vertical",
|
|
254
|
+
className: _TagsMultiSelectModule["default"].viewpopNew,
|
|
255
|
+
onScroll: this.onScroll,
|
|
256
|
+
eleRef: this.getContainerRef
|
|
257
|
+
}, searchList.length ? /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
258
|
+
flexible: true
|
|
259
|
+
}, searchList.map(function (item, index) {
|
|
260
|
+
var name = item.name,
|
|
261
|
+
isNew = item.isNew;
|
|
262
|
+
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"], {
|
|
263
|
+
key: index,
|
|
264
|
+
index: index,
|
|
265
|
+
autoHover: true,
|
|
266
|
+
value: isNew ? '' : name,
|
|
267
|
+
title: isNew ? '' : name,
|
|
268
|
+
onClick: addTag.bind(_this3, item),
|
|
269
|
+
needTick: true,
|
|
270
|
+
highlight: selectSearchIndex === index,
|
|
271
|
+
getRef: _this3.getSelectedItemRef,
|
|
272
|
+
isDisabled: listDisabled
|
|
273
|
+
}, isNew ? /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
|
|
274
|
+
alignBox: "row",
|
|
275
|
+
align: "vertical"
|
|
278
276
|
}, /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
279
|
-
|
|
280
|
-
},
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
autoHover: true,
|
|
298
|
-
value: isNew ? '' : name,
|
|
299
|
-
title: isNew ? '' : name,
|
|
300
|
-
onClick: addTag.bind(_this3, item),
|
|
301
|
-
needTick: true,
|
|
302
|
-
highlight: selectSearchIndex === index,
|
|
303
|
-
getRef: _this3.getSelectedItemRef,
|
|
304
|
-
isDisabled: listDisabled
|
|
305
|
-
}, isNew ? /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
|
|
306
|
-
alignBox: "row",
|
|
307
|
-
align: "vertical"
|
|
308
|
-
}, /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
309
|
-
className: _TagsMultiSelectModule["default"].newTagLabel
|
|
310
|
-
}, i18nKeys.newTagText, ":"), /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
311
|
-
shrink: true,
|
|
312
|
-
"data-title": name,
|
|
313
|
-
className: "".concat(_TagsMultiSelectModule["default"].dotted, " ").concat(_TagsMultiSelectModule["default"].newTagText, " "),
|
|
314
|
-
dataId: "".concat(dataId, "_new_tag_text")
|
|
315
|
-
}, name)) : null));
|
|
316
|
-
})) : /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
317
|
-
flexible: true,
|
|
318
|
-
dataId: "".concat(dataId, "_empty")
|
|
319
|
-
}, /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
|
|
320
|
-
className: _TagsMultiSelectModule["default"].searchEmpty
|
|
321
|
-
}, /*#__PURE__*/_react["default"].createElement(_CommonEmptyState["default"], {
|
|
322
|
-
title: i18nKeys.emptyTitleText,
|
|
323
|
-
description: i18nKeys.emptyDescription,
|
|
324
|
-
size: "small",
|
|
325
|
-
getEmptyState: _this3.emptySearchSVG
|
|
326
|
-
})))))));
|
|
327
|
-
}) : null);
|
|
277
|
+
className: _TagsMultiSelectModule["default"].newTagLabel
|
|
278
|
+
}, i18nKeys.newTagText, ":"), /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
279
|
+
shrink: true,
|
|
280
|
+
"data-title": name,
|
|
281
|
+
className: "".concat(_TagsMultiSelectModule["default"].dotted, " ").concat(_TagsMultiSelectModule["default"].newTagText, " "),
|
|
282
|
+
dataId: "".concat(dataId, "_new_tag_text")
|
|
283
|
+
}, name)) : null));
|
|
284
|
+
})) : /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
285
|
+
flexible: true,
|
|
286
|
+
dataId: "".concat(dataId, "_empty")
|
|
287
|
+
}, /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
|
|
288
|
+
className: _TagsMultiSelectModule["default"].searchEmpty
|
|
289
|
+
}, /*#__PURE__*/_react["default"].createElement(_CommonEmptyState["default"], {
|
|
290
|
+
title: i18nKeys.emptyTitleText,
|
|
291
|
+
description: i18nKeys.emptyDescription,
|
|
292
|
+
size: "small",
|
|
293
|
+
getEmptyState: this.emptySearchSVG
|
|
294
|
+
})))))) : null);
|
|
328
295
|
}
|
|
329
296
|
}]);
|
|
330
297
|
|
|
@@ -339,7 +306,6 @@ TagsMultiSelect.propTypes = {
|
|
|
339
306
|
deleteTag: _propTypes["default"].func,
|
|
340
307
|
getContainerRef: _propTypes["default"].func,
|
|
341
308
|
getTargetRef: _propTypes["default"].func,
|
|
342
|
-
getTextInputRef: _propTypes["default"].func,
|
|
343
309
|
handleChange: _propTypes["default"].func,
|
|
344
310
|
handleKeyUp: _propTypes["default"].func,
|
|
345
311
|
handleTogglePopup: _propTypes["default"].func,
|
|
@@ -369,9 +335,7 @@ TagsMultiSelect.propTypes = {
|
|
|
369
335
|
borderColor: _propTypes["default"].oneOf(['transparent', 'default', 'dark']),
|
|
370
336
|
needBorder: _propTypes["default"].bool,
|
|
371
337
|
getTextBoxChildren: _propTypes["default"].func,
|
|
372
|
-
htmlId: _propTypes["default"].string
|
|
373
|
-
boxSize: _propTypes["default"].string,
|
|
374
|
-
onSelectTag: _propTypes["default"].func
|
|
338
|
+
htmlId: _propTypes["default"].string
|
|
375
339
|
};
|
|
376
340
|
TagsMultiSelect.defaultProps = {
|
|
377
341
|
className: '',
|
|
@@ -379,8 +343,7 @@ TagsMultiSelect.defaultProps = {
|
|
|
379
343
|
chipNeedToShow: '5',
|
|
380
344
|
borderColor: 'default',
|
|
381
345
|
needBorder: true,
|
|
382
|
-
dataId: ''
|
|
383
|
-
boxSize: 'default'
|
|
346
|
+
dataId: ''
|
|
384
347
|
};
|
|
385
348
|
|
|
386
349
|
if (false) {
|
|
@@ -147,7 +147,7 @@ var TextBoxField = /*#__PURE__*/function (_PureComponent) {
|
|
|
147
147
|
var uniqueId = htmlId ? htmlId : this.getNextId();
|
|
148
148
|
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
149
149
|
className: "".concat(_FieldsModule["default"].container, " ").concat(isDisabled ? _FieldsModule["default"].disabled : isReadOnly ? _FieldsModule["default"].readonly : ''),
|
|
150
|
-
"data-title": isDisabled ? title :
|
|
150
|
+
"data-title": isDisabled ? title : ''
|
|
151
151
|
}, labelName && /*#__PURE__*/_react["default"].createElement("div", {
|
|
152
152
|
className: _FieldsModule["default"].labelContainer
|
|
153
153
|
}, /*#__PURE__*/_react["default"].createElement(_Label["default"], _extends({
|
|
@@ -109,7 +109,6 @@ var TextEditor = /*#__PURE__*/function (_Component) {
|
|
|
109
109
|
needEditorFocus = _this$props$needEdito === void 0 ? true : _this$props$needEdito,
|
|
110
110
|
handleDropUpload = _this$props.handleDropUpload,
|
|
111
111
|
fontFamily = _this$props.fontFamily,
|
|
112
|
-
fontSize = _this$props.fontSize,
|
|
113
112
|
initCallback = _this$props.initCallback,
|
|
114
113
|
handleAlertMessage = _this$props.handleAlertMessage,
|
|
115
114
|
needInlineAttachment = _this$props.needInlineAttachment;
|
|
@@ -145,7 +144,7 @@ var TextEditor = /*#__PURE__*/function (_Component) {
|
|
|
145
144
|
}
|
|
146
145
|
|
|
147
146
|
defaultObj = Object.assign(defaultObj, editorOptions);
|
|
148
|
-
ZohoDeskEditor_Init.init(editorMode, fontFamily, initCallback
|
|
147
|
+
ZohoDeskEditor_Init.init(editorMode, fontFamily, initCallback);
|
|
149
148
|
ZohoDeskEditor.create && ZohoDeskEditor.create(defaultObj);
|
|
150
149
|
}
|
|
151
150
|
}
|
|
@@ -451,7 +450,6 @@ TextEditor.defaultProps = {
|
|
|
451
450
|
type: 'large',
|
|
452
451
|
changeEditorContent: false,
|
|
453
452
|
fontFamily: 'Lato',
|
|
454
|
-
fontSize: '16',
|
|
455
453
|
shouldUpdateContent: true,
|
|
456
454
|
i18nKeys: {},
|
|
457
455
|
needInlineAttachment: false,
|
|
@@ -468,7 +466,6 @@ TextEditor.propTypes = {
|
|
|
468
466
|
editorMode: _propTypes["default"].string,
|
|
469
467
|
editorOptions: _propTypes["default"].object,
|
|
470
468
|
fontFamily: _propTypes["default"].oneOf(['Lato', 'Roboto', 'Puvi']),
|
|
471
|
-
fontSize: _propTypes["default"].string,
|
|
472
469
|
getRef: _propTypes["default"].func,
|
|
473
470
|
handleAlertMessage: _propTypes["default"].func,
|
|
474
471
|
handleDropUpload: _propTypes["default"].func,
|
|
@@ -649,18 +649,7 @@
|
|
|
649
649
|
right: 0;
|
|
650
650
|
left: 0;
|
|
651
651
|
}
|
|
652
|
-
.readOnly :global .KB_Editor_menus
|
|
653
|
-
display: none !important;
|
|
654
|
-
}
|
|
652
|
+
.readOnly :global .KB_Editor_menus,
|
|
655
653
|
.editorHide :global .KB_Editor {
|
|
656
|
-
|
|
657
|
-
top: 0;
|
|
658
|
-
opacity: 0;
|
|
659
|
-
visibility: hidden;
|
|
660
|
-
}
|
|
661
|
-
[dir=ltr] .editorHide :global .KB_Editor {
|
|
662
|
-
left: 0;
|
|
663
|
-
}
|
|
664
|
-
[dir=rtl] .editorHide :global .KB_Editor {
|
|
665
|
-
right: 0;
|
|
654
|
+
display: none !important;
|
|
666
655
|
}
|
|
@@ -143,7 +143,7 @@ var TextareaField = /*#__PURE__*/function (_PureComponent) {
|
|
|
143
143
|
var uniqueId = htmlId ? htmlId : this.getNextId();
|
|
144
144
|
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
145
145
|
className: "".concat(_FieldsModule["default"].container, " ").concat(isDisabled ? _FieldsModule["default"].disabled : isReadOnly ? _FieldsModule["default"].readonly : ''),
|
|
146
|
-
"data-title": isDisabled ? title :
|
|
146
|
+
"data-title": isDisabled ? title : ''
|
|
147
147
|
}, labelName && /*#__PURE__*/_react["default"].createElement("div", {
|
|
148
148
|
className: _FieldsModule["default"].labelContainer
|
|
149
149
|
}, /*#__PURE__*/_react["default"].createElement(_Label["default"], _extends({
|
|
@@ -108,7 +108,7 @@ var DepartmentDropDown = /*#__PURE__*/function (_Component) {
|
|
|
108
108
|
_i18nKeys$searchEmpty = i18nKeys.searchEmptyText,
|
|
109
109
|
searchEmptyText = _i18nKeys$searchEmpty === void 0 ? 'No results found' : _i18nKeys$searchEmpty,
|
|
110
110
|
_i18nKeys$searchError = i18nKeys.searchErrorText,
|
|
111
|
-
searchErrorText = _i18nKeys$searchError === void 0 ? '
|
|
111
|
+
searchErrorText = _i18nKeys$searchError === void 0 ? 'OOPS !' : _i18nKeys$searchError,
|
|
112
112
|
_i18nKeys$placeholder = i18nKeys.placeholder,
|
|
113
113
|
placeholder = _i18nKeys$placeholder === void 0 ? 'Search Department' : _i18nKeys$placeholder;
|
|
114
114
|
return /*#__PURE__*/_react["default"].createElement(_ToggleDropDown["default"], {
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
.stenLoading {
|
|
2
2
|
position: relative;
|
|
3
|
-
width: var(--zd_size265);
|
|
4
3
|
background-color: var(--zdt_gridstencils_default_bg);
|
|
5
4
|
border-bottom: 1px solid var(--zdt_gridstencils_default_border);
|
|
6
5
|
padding: var(--zd_size13) var(--zd_size20) var(--zd_size11);
|
|
7
|
-
margin:
|
|
8
|
-
border-radius: var(--zd_size5);
|
|
6
|
+
margin-bottom: var(--zd_size10);
|
|
9
7
|
}
|
|
10
8
|
[dir=ltr] .stenLoadbody {
|
|
11
9
|
margin: var(--zd_size8) var(--zd_size20) var(--zd_size8) 0;
|
|
@@ -82,44 +82,40 @@ var AccountName = /*#__PURE__*/function (_Component) {
|
|
|
82
82
|
TextProps = _customProps$TextProp === void 0 ? {} : _customProps$TextProp,
|
|
83
83
|
_customProps$Secondar = customProps.SecondaryTextProps,
|
|
84
84
|
SecondaryTextProps = _customProps$Secondar === void 0 ? {} : _customProps$Secondar;
|
|
85
|
-
return (
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
}, SecondaryTextProps), secondaryAccountText))) // </Box>
|
|
120
|
-
// </Container>
|
|
121
|
-
|
|
122
|
-
);
|
|
85
|
+
return /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
|
|
86
|
+
alignBox: "row",
|
|
87
|
+
align: "baseline",
|
|
88
|
+
isCover: false,
|
|
89
|
+
"data-title": dataTitle,
|
|
90
|
+
dataId: dataId
|
|
91
|
+
}, /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
92
|
+
flexible: true
|
|
93
|
+
}, /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
|
|
94
|
+
alignBox: "row",
|
|
95
|
+
align: "baseline",
|
|
96
|
+
isCover: false,
|
|
97
|
+
className: _SecondaryTextModule["default"].primaryAccountNameCnt
|
|
98
|
+
}, /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
99
|
+
className: _SecondaryTextModule["default"].primaryAccountName,
|
|
100
|
+
shrink: true
|
|
101
|
+
}, isLink ? /*#__PURE__*/_react["default"].createElement(_Link["default"], _extends({
|
|
102
|
+
href: href,
|
|
103
|
+
urlName: urlName,
|
|
104
|
+
urlData: urlData,
|
|
105
|
+
onClick: onClick,
|
|
106
|
+
dataId: "".concat(dataId, "_link"),
|
|
107
|
+
className: _SecondaryTextModule["default"].link
|
|
108
|
+
}, LinkProps), /*#__PURE__*/_react["default"].createElement("div", {
|
|
109
|
+
className: "".concat(_SecondaryTextModule["default"].textStyle, " ").concat(_SecondaryTextModule["default"]["font_".concat(fontWeight)], " ").concat(className ? className : '')
|
|
110
|
+
}, text)) : /*#__PURE__*/_react["default"].createElement("div", _extends({
|
|
111
|
+
className: "".concat(_SecondaryTextModule["default"].secondaryText, " ").concat(_SecondaryTextModule["default"]["font_".concat(fontWeight)], " ").concat(className ? className : '', " ").concat(notAccessible ? _SecondaryTextModule["default"].disable : '')
|
|
112
|
+
}, TextProps), text)), secondaryAccountText && /*#__PURE__*/_react["default"].createElement(_Layout.Box, null, /*#__PURE__*/_react["default"].createElement(_Link["default"], {
|
|
113
|
+
href: secondaryAccountHref,
|
|
114
|
+
onClick: secondaryAccountClick,
|
|
115
|
+
className: _SecondaryTextModule["default"].link
|
|
116
|
+
}, /*#__PURE__*/_react["default"].createElement("div", _extends({
|
|
117
|
+
className: "".concat(_SecondaryTextModule["default"].textStyle, " ").concat(_SecondaryTextModule["default"]["font_".concat(fontWeight)], " ").concat(className ? className : '')
|
|
118
|
+
}, SecondaryTextProps), secondaryAccountText))))));
|
|
123
119
|
}
|
|
124
120
|
}]);
|
|
125
121
|
|
|
@@ -93,30 +93,36 @@ var ContactName = /*#__PURE__*/function (_Component) {
|
|
|
93
93
|
LinkProps = _customProps$LinkProp === void 0 ? {} : _customProps$LinkProp,
|
|
94
94
|
_customProps$TextProp = customProps.TextProps,
|
|
95
95
|
TextProps = _customProps$TextProp === void 0 ? {} : _customProps$TextProp;
|
|
96
|
-
return /*#__PURE__*/_react["default"].createElement(
|
|
97
|
-
|
|
98
|
-
"
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
96
|
+
return /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
|
|
97
|
+
alignBox: "row",
|
|
98
|
+
align: "baseline",
|
|
99
|
+
isCover: false,
|
|
100
|
+
dataId: dataId
|
|
101
|
+
}, isPaidUser && /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
102
|
+
className: _SecondaryTextModule["default"].paidUserIcon,
|
|
102
103
|
title: paidTitle
|
|
103
|
-
}
|
|
104
|
+
}, /*#__PURE__*/_react["default"].createElement(_Icon["default"], {
|
|
105
|
+
name: "ZD-paiduser",
|
|
106
|
+
iconClass: _SecondaryTextModule["default"].icon
|
|
107
|
+
})), /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
108
|
+
flexible: true
|
|
109
|
+
}, isLink ? /*#__PURE__*/_react["default"].createElement(_Link["default"], _extends({
|
|
104
110
|
urlName: urlName,
|
|
105
111
|
href: href,
|
|
106
112
|
urlData: urlData,
|
|
107
113
|
onClick: onClick,
|
|
108
114
|
title: dataTitle,
|
|
109
115
|
dataId: "".concat(dataId, "_link"),
|
|
110
|
-
className:
|
|
116
|
+
className: _SecondaryTextModule["default"].link
|
|
111
117
|
}, LinkProps), /*#__PURE__*/_react["default"].createElement("div", {
|
|
112
118
|
className: "".concat(_SecondaryTextModule["default"].textStyle, " ").concat(_SecondaryTextModule["default"]["font_".concat(fontWeight)], " ").concat(className ? className : '')
|
|
113
119
|
}, text)) : /*#__PURE__*/_react["default"].createElement("div", _extends({
|
|
114
|
-
className: "".concat(_SecondaryTextModule["default"].
|
|
120
|
+
className: "".concat(_SecondaryTextModule["default"].secondaryText, " ").concat(_SecondaryTextModule["default"]["font_".concat(fontWeight)], " ").concat(className ? className : '', " ").concat(notAccessible ? _SecondaryTextModule["default"].disable : ''),
|
|
115
121
|
"data-title": dataTitle
|
|
116
|
-
}, TextProps), text)), sentimentType && /*#__PURE__*/_react["default"].createElement(_SentimentStatus["default"], {
|
|
122
|
+
}, TextProps), text)), sentimentType && /*#__PURE__*/_react["default"].createElement(_Layout.Box, null, /*#__PURE__*/_react["default"].createElement(_SentimentStatus["default"], {
|
|
117
123
|
type: sentimentType,
|
|
118
124
|
dataTitle: sentimentDataTitle
|
|
119
|
-
}));
|
|
125
|
+
})));
|
|
120
126
|
}
|
|
121
127
|
}]);
|
|
122
128
|
|
|
@@ -158,8 +164,7 @@ ContactName.defaultProps = {
|
|
|
158
164
|
dataId: 'contactName',
|
|
159
165
|
fontWeight: 'regular',
|
|
160
166
|
i18nKeys: {},
|
|
161
|
-
customProps: {}
|
|
162
|
-
sentimentType: 'positive'
|
|
167
|
+
customProps: {}
|
|
163
168
|
};
|
|
164
169
|
|
|
165
170
|
if (false) {
|
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
.paidUserIcon {
|
|
2
|
+
vertical-align: middle;
|
|
3
|
+
bottom: var(--zd_size1);
|
|
4
|
+
position: relative;
|
|
5
|
+
font-size: var(--zd_font_size8);
|
|
6
|
+
}[dir=ltr] .paidUserIcon {
|
|
7
|
+
margin-right: var(--zd_size5);
|
|
8
|
+
}[dir=rtl] .paidUserIcon {
|
|
9
|
+
margin-left: var(--zd_size5);
|
|
10
|
+
}
|
|
1
11
|
.icon {
|
|
2
12
|
display: block;
|
|
3
13
|
}
|
|
@@ -57,6 +67,9 @@ display: block
|
|
|
57
67
|
.ticketIdLink:hover, .ticketIdLink:focus {
|
|
58
68
|
color: var(--zdt_secondaryText_blue_hover_text);
|
|
59
69
|
}
|
|
70
|
+
.primaryAccountNameCnt {
|
|
71
|
+
max-width: 100%;
|
|
72
|
+
}
|
|
60
73
|
/* status */
|
|
61
74
|
.font_regular {
|
|
62
75
|
font-family: var(--zd_regular);
|
|
@@ -92,7 +105,7 @@ display: block
|
|
|
92
105
|
composes: inlineBlockMiddle from '../listCommon.module.css';
|
|
93
106
|
}
|
|
94
107
|
.happinessImg {
|
|
95
|
-
width: var(--
|
|
108
|
+
width: var(--zd_size10);
|
|
96
109
|
vertical-align: middle;
|
|
97
110
|
}
|
|
98
111
|
[dir=ltr] .happinessImg {
|
|
@@ -121,31 +134,3 @@ display: block
|
|
|
121
134
|
.black {
|
|
122
135
|
color: var(--zdt_secondaryText_black_text);
|
|
123
136
|
}
|
|
124
|
-
/* Contact Name */
|
|
125
|
-
.contactNameCnt {
|
|
126
|
-
display: inline-grid;
|
|
127
|
-
grid-template-columns: minmax(auto,max-content) 1fr minmax(auto,max-content);
|
|
128
|
-
align-items: baseline;
|
|
129
|
-
}
|
|
130
|
-
.paidUserIcon {
|
|
131
|
-
vertical-align: middle;
|
|
132
|
-
bottom: var(--zd_size1);
|
|
133
|
-
position: relative;
|
|
134
|
-
font-size: var(--zd_font_size8);
|
|
135
|
-
}
|
|
136
|
-
[dir=ltr] .paidUserIcon {
|
|
137
|
-
margin-right: var(--zd_size5);
|
|
138
|
-
}
|
|
139
|
-
[dir=rtl] .paidUserIcon {
|
|
140
|
-
margin-left: var(--zd_size5);
|
|
141
|
-
}
|
|
142
|
-
.gridItem {
|
|
143
|
-
min-width: 0;
|
|
144
|
-
}
|
|
145
|
-
/* Account Name */
|
|
146
|
-
.primaryAccountNameCnt {
|
|
147
|
-
max-width: 100%;
|
|
148
|
-
display: grid;
|
|
149
|
-
grid-template-columns: 1fr minmax(auto,max-content);
|
|
150
|
-
align-items: baseline;
|
|
151
|
-
}
|