@zohodesk/dot 1.0.0-temp-150 → 1.0.0-temp-151
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 +0 -9
- package/assets/Appearance/dark/mode/dotDarkMode.module.css +1 -1
- package/assets/Appearance/default/mode/dotDefaultMode.module.css +1 -1
- package/assets/Appearance/pureDark/mode/dotPureDarkMode.module.css +1 -1
- package/es/ActionButton/ActionButton.module.css +14 -14
- package/es/AlphabeticList/AlphabeticList.module.css +10 -10
- package/es/Attachment/Attachment.module.css +24 -26
- package/es/AttachmentViewer/AttachmentViewer.module.css +41 -41
- package/es/ChannelIcon/ChannelIcon.module.css +22 -22
- package/es/Drawer/Drawer.module.css +40 -41
- package/es/FormAction/FormAction.module.css +20 -20
- package/es/Hooks/Dragger/useDragger.js +2 -7
- package/es/IconButton/IconButton.module.css +2 -2
- package/es/Image/Image.module.css +0 -1
- package/es/ImportantNotes/ImportantNotes.module.css +5 -5
- package/es/Loader/Loader.module.css +0 -1
- package/es/Message/Message.module.css +9 -9
- package/es/MessageBanner/MessageBanner.module.css +7 -7
- package/es/NewStar/NewStar.module.css +10 -18
- package/es/Separator/Separator.module.css +6 -6
- package/es/TagWithIcon/TagWithIcon.module.css +6 -6
- package/es/ToastMessage/ToastMessage.module.css +23 -23
- package/es/Upload/Upload.module.css +15 -15
- package/es/alert/AlertHeader/AlertHeader.module.css +12 -12
- package/es/alert/AlertLookup/AlertLookup.module.css +6 -6
- package/es/avatar/AvatarClose/AvatarClose.module.css +1 -1
- package/es/avatar/AvatarCollision/AvatarCollision.module.css +7 -7
- package/es/avatar/AvatarStatus/AvatarStatus.module.css +32 -32
- package/es/avatar/AvatarThread/AvatarThread.module.css +24 -24
- package/es/avatar/AvatarUser/AvatarUser.module.css +40 -40
- package/es/avatar/AvatarWithTeam/AvatarWithTeam.module.css +4 -4
- package/es/deprecated/SelectDropdown/SelectDropdown.module.css +11 -11
- package/es/dropdown/ToggleDropDown/ToggleDropDown.module.css +13 -13
- package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +11 -11
- package/es/emptystate/EditionPage/EditionPage.css +13 -13
- package/es/errorstate/EmptyStates.module.css +18 -18
- package/es/errorstate/Inconvenience/Inconvenience.module.css +3 -3
- package/es/errorstate/LinkText/LinkText.module.css +1 -1
- package/es/errorstate/NoRequestFound/NoRequestFound.module.css +1 -1
- package/es/errorstate/PermissionPlay/PermissionPlay.module.css +8 -8
- package/es/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css +1 -1
- package/es/errorstate/UnableToProcess/UnableToProcess.module.css +1 -1
- package/es/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css +1 -1
- package/es/errorstate/WillBack/WillBack.module.css +10 -10
- package/es/form/fields/Fields.module.css +26 -26
- package/es/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +13 -13
- package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css +3 -3
- package/es/form/fields/TextEditor/TextEditor.js +11 -10
- package/es/form/fields/TextEditor/TextEditor.module.css +77 -84
- package/es/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +2 -3
- package/es/form/fields/ValidationMessage/ValidationMessage.module.css +3 -3
- package/es/layout/SetupDetailLayout/SetupDetailLayout.module.css +31 -31
- package/es/layout/SubtabLayout/SubtabLayout.module.css +32 -32
- package/es/list/BluePrintStatus/BluePrintStatus.module.css +3 -3
- package/es/list/Comment/Comment.module.css +4 -4
- package/es/list/Dot/Dot.module.css +3 -3
- package/es/list/DotNew/DotNew.module.css +4 -4
- package/es/list/GridStencils/GridStencils.module.css +24 -24
- package/es/list/Icons/AddNewIcon.js +3 -2
- package/es/list/Icons/CompleteIcon.js +2 -2
- package/es/list/Icons/DeleteIcon.js +4 -3
- package/es/list/Icons/EditIcon.js +5 -3
- package/es/list/Icons/Icons.module.css +2 -2
- package/es/list/Icons/ReadUnreadIcon.js +5 -3
- package/es/list/Icons/SmartIcon.js +5 -3
- package/es/list/ListLayout/ListLayout.module.css +30 -14
- package/es/list/ListStencils/ListStencils.module.css +12 -12
- package/es/list/SecondaryText/SecondaryText.module.css +11 -11
- package/es/list/SentimentStatus/SentimentStatus.module.css +3 -3
- package/es/list/TagNew/TagNew.module.css +4 -4
- package/es/list/Thread/Thread.module.css +7 -7
- package/es/list/UserTime/UserTime.module.css +8 -8
- package/es/list/listCommon.module.css +31 -9
- package/es/list/status/StatusDropdown/StatusDropdown.js +9 -2
- package/es/list/status/StatusDropdown/StatusDropdown.module.css +13 -13
- package/es/list/status/StatusListItem/StatusListItem.module.css +16 -16
- package/es/lookup/EmptyPage/LookupEmptyPage.module.css +3 -3
- package/es/lookup/Lookup/Lookup.module.css +5 -5
- package/es/lookup/Section/LookupSection.module.css +1 -1
- package/es/lookup/header/Close/LookupClose.module.css +3 -3
- package/es/lookup/header/Search/LookupSearch.module.css +14 -14
- package/es/lookup/header/TicketHeader/TicketHeader.module.css +2 -2
- package/es/lookup/header/Title/LookupTitle.module.css +1 -1
- package/es/lookup/header/ViewDropDown/ViewDropDown.module.css +11 -11
- package/es/lookup/header/lookupHeaderCommon.module.css +8 -8
- package/es/lookup/header/lookupHeaderCommonResponsive.module.css +3 -3
- package/es/setup/header/Button/HeaderButton.module.css +2 -2
- package/es/setup/header/Link/HeaderLink.module.css +5 -5
- package/es/setup/header/Search/Search.module.css +8 -8
- package/es/setup/header/Views/Views.module.css +4 -4
- package/es/setup/helptips/Description/HelpTipsDescription.module.css +2 -2
- package/es/setup/helptips/Link/HelpTipsLink.module.css +2 -2
- package/es/setup/helptips/ListGroup/ListGroup.module.css +3 -3
- package/es/setup/helptips/Title/HelpTipsTitle.module.css +1 -1
- package/es/setup/table/TableData/SetupTableData.module.css +6 -6
- package/es/setup/table/TableHead/SetupTableHead.module.css +5 -5
- package/es/setup/table/TableRow/SetupTableRow.module.css +5 -5
- package/es/setup/table/Text/TableText.module.css +2 -2
- package/es/version2/AlertClose/AlertClose.module.css +2 -2
- package/es/version2/GlobalNotification/GlobalNotification.module.css +13 -13
- package/es/version2/errorstate/V2_ErrorStates.module.css +17 -17
- package/es/version2/lookup/AlertHeader/AlertHeaderNew.module.css +13 -13
- package/es/version2/lookup/AlertLookup/AlertLookupNew.module.css +6 -6
- package/es/version2/lookup/alertLookupCommonNew.module.css +5 -5
- package/es/version2/notification/DesktopNotification/DesktopNotification.module.css +14 -14
- package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +23 -23
- package/lib/ActionButton/ActionButton.module.css +14 -14
- package/lib/AlphabeticList/AlphabeticList.js +1 -1
- package/lib/AlphabeticList/AlphabeticList.module.css +10 -10
- package/lib/Attachment/Attachment.module.css +24 -26
- package/lib/AttachmentViewer/AttachmentImage.js +1 -1
- package/lib/AttachmentViewer/AttachmentViewer.module.css +41 -41
- package/lib/ChannelIcon/ChannelIcon.module.css +22 -22
- package/lib/Drawer/Drawer.module.css +40 -41
- package/lib/ExternalLink/ExternalLink.js +1 -1
- package/lib/FormAction/FormAction.module.css +20 -20
- package/lib/Hooks/Dragger/useDragger.js +2 -7
- package/lib/IconButton/IconButton.module.css +2 -2
- package/lib/Image/Image.module.css +0 -1
- package/lib/ImportantNotes/ImportantNotes.module.css +5 -5
- package/lib/Loader/Loader.module.css +0 -1
- package/lib/Message/Message.module.css +9 -9
- package/lib/MessageBanner/MessageBanner.module.css +7 -7
- package/lib/NewStar/NewStar.module.css +10 -18
- package/lib/Separator/Separator.module.css +6 -6
- package/lib/TagWithIcon/TagWithIcon.module.css +6 -6
- package/lib/ToastMessage/ToastMessage.js +2 -1
- package/lib/ToastMessage/ToastMessage.module.css +23 -23
- package/lib/Upload/Upload.module.css +15 -15
- package/lib/alert/AlertHeader/AlertHeader.module.css +12 -12
- package/lib/alert/AlertLookup/AlertLookup.js +1 -1
- package/lib/alert/AlertLookup/AlertLookup.module.css +6 -6
- package/lib/avatar/AvatarClose/AvatarClose.module.css +1 -1
- package/lib/avatar/AvatarCollision/AvatarCollision.module.css +7 -7
- package/lib/avatar/AvatarStatus/AvatarStatus.module.css +32 -32
- package/lib/avatar/AvatarThread/AvatarThread.module.css +24 -24
- package/lib/avatar/AvatarUser/AvatarUser.js +1 -1
- package/lib/avatar/AvatarUser/AvatarUser.module.css +40 -40
- package/lib/avatar/AvatarWithTeam/AvatarWithTeam.module.css +4 -4
- package/lib/deprecated/SelectDropdown/SelectDropdown.module.css +11 -11
- package/lib/dropdown/ToggleDropDown/ToggleDropDown.module.css +13 -13
- package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +11 -11
- package/lib/emptystate/EditionPage/EditionPage.css +13 -13
- package/lib/errorstate/EmptyStates.module.css +18 -18
- package/lib/errorstate/Inconvenience/Inconvenience.module.css +3 -3
- package/lib/errorstate/LinkText/LinkText.module.css +1 -1
- package/lib/errorstate/NoRequestFound/NoRequestFound.module.css +1 -1
- package/lib/errorstate/PermissionPlay/PermissionPlay.module.css +8 -8
- package/lib/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css +1 -1
- package/lib/errorstate/UnableToProcess/UnableToProcess.module.css +1 -1
- package/lib/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css +1 -1
- package/lib/errorstate/WillBack/WillBack.module.css +10 -10
- package/lib/form/fields/CheckBoxField/CheckBoxField.js +1 -1
- package/lib/form/fields/CurrencyField/CurrencyField.js +1 -1
- package/lib/form/fields/DateField/DateField.js +1 -1
- package/lib/form/fields/FieldContainer/FieldContainer.js +1 -1
- package/lib/form/fields/Fields.module.css +26 -26
- package/lib/form/fields/MultiSelectField/MultiSelectField.js +1 -1
- package/lib/form/fields/PhoneField/PhoneField.js +1 -1
- package/lib/form/fields/RadioField/RadioField.js +1 -1
- package/lib/form/fields/SelectField/SelectField.js +1 -1
- package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +13 -13
- package/lib/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +1 -1
- package/lib/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css +3 -3
- package/lib/form/fields/TextBoxField/TextBoxField.js +1 -1
- package/lib/form/fields/TextEditor/TextEditor.js +13 -11
- package/lib/form/fields/TextEditor/TextEditor.module.css +77 -84
- package/lib/form/fields/TextEditorField/TextEditorField.js +1 -1
- package/lib/form/fields/TextEditorWrapper/TextEditorWrapper.js +1 -1
- package/lib/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +2 -3
- package/lib/form/fields/TextareaField/TextareaField.js +1 -1
- package/lib/form/fields/ValidationMessage/ValidationMessage.module.css +3 -3
- package/lib/layout/SetupDetailLayout/SetupDetailLayout.module.css +31 -31
- package/lib/layout/SubtabLayout/SubtabLayout.module.css +32 -32
- package/lib/list/BluePrintStatus/BluePrintStatus.module.css +3 -3
- package/lib/list/Comment/Comment.module.css +4 -4
- package/lib/list/Dot/Dot.module.css +3 -3
- package/lib/list/DotNew/DotNew.module.css +4 -4
- package/lib/list/GridStencils/GridStencils.module.css +24 -24
- package/lib/list/Icons/AddNewIcon.js +3 -2
- package/lib/list/Icons/CompleteIcon.js +2 -2
- package/lib/list/Icons/DeleteIcon.js +4 -3
- package/lib/list/Icons/EditIcon.js +5 -3
- package/lib/list/Icons/Icons.module.css +2 -2
- package/lib/list/Icons/ReadUnreadIcon.js +5 -3
- package/lib/list/Icons/SmartIcon.js +5 -3
- package/lib/list/ListLayout/ListLayout.module.css +30 -14
- package/lib/list/ListStencils/ListStencils.js +1 -1
- package/lib/list/ListStencils/ListStencils.module.css +12 -12
- package/lib/list/SecondaryText/AccountName.js +1 -1
- package/lib/list/SecondaryText/Email.js +1 -1
- package/lib/list/SecondaryText/HappinessRating.js +1 -1
- package/lib/list/SecondaryText/PhoneNumber.js +1 -1
- package/lib/list/SecondaryText/SecondaryText.module.css +11 -11
- package/lib/list/SecondaryText/Website.js +1 -1
- package/lib/list/SecondryPanel/SecondryPanel.js +1 -1
- package/lib/list/SentimentStatus/SentimentStatus.module.css +3 -3
- package/lib/list/TagNew/TagNew.module.css +4 -4
- package/lib/list/Thread/Thread.module.css +7 -7
- package/lib/list/UserTime/UserTime.module.css +8 -8
- package/lib/list/listCommon.module.css +31 -9
- package/lib/list/status/StatusDropdown/StatusDropdown.js +9 -2
- package/lib/list/status/StatusDropdown/StatusDropdown.module.css +13 -13
- package/lib/list/status/StatusListItem/StatusListItem.js +1 -1
- package/lib/list/status/StatusListItem/StatusListItem.module.css +16 -16
- package/lib/lookup/EmptyPage/EmptyPage.js +1 -1
- package/lib/lookup/EmptyPage/LookupEmptyPage.module.css +3 -3
- package/lib/lookup/Lookup/Lookup.js +1 -1
- package/lib/lookup/Lookup/Lookup.module.css +5 -5
- package/lib/lookup/Section/LookupSection.module.css +1 -1
- package/lib/lookup/header/Close/Close.js +1 -1
- package/lib/lookup/header/Close/LookupClose.module.css +3 -3
- package/lib/lookup/header/ModuleHeader/ModuleHeader.js +1 -1
- package/lib/lookup/header/Search/LookupSearch.module.css +14 -14
- package/lib/lookup/header/Search/Search.js +1 -1
- package/lib/lookup/header/TicketHeader/TicketHeader.js +1 -1
- package/lib/lookup/header/TicketHeader/TicketHeader.module.css +2 -2
- package/lib/lookup/header/Title/LookupTitle.module.css +1 -1
- package/lib/lookup/header/Title/Title.js +1 -1
- package/lib/lookup/header/ViewDropDown/ViewDropDown.js +1 -1
- package/lib/lookup/header/ViewDropDown/ViewDropDown.module.css +11 -11
- package/lib/lookup/header/lookupHeaderCommon.module.css +8 -8
- package/lib/lookup/header/lookupHeaderCommonResponsive.module.css +3 -3
- package/lib/setup/header/Button/HeaderButton.module.css +2 -2
- package/lib/setup/header/Link/HeaderLink.module.css +5 -5
- package/lib/setup/header/Search/Search.module.css +8 -8
- package/lib/setup/header/Views/Views.module.css +4 -4
- package/lib/setup/helptips/Description/HelpTipsDescription.module.css +2 -2
- package/lib/setup/helptips/Link/HelpTipsLink.module.css +2 -2
- package/lib/setup/helptips/ListGroup/ListGroup.module.css +3 -3
- package/lib/setup/helptips/Title/HelpTipsTitle.module.css +1 -1
- package/lib/setup/table/TableData/SetupTableData.module.css +6 -6
- package/lib/setup/table/TableHead/SetupTableHead.module.css +5 -5
- package/lib/setup/table/TableRow/SetupTableRow.module.css +5 -5
- package/lib/setup/table/Text/TableText.module.css +2 -2
- package/lib/version2/AlertClose/AlertClose.js +1 -1
- package/lib/version2/AlertClose/AlertClose.module.css +2 -2
- package/lib/version2/GlobalNotification/GlobalNotification.module.css +13 -13
- package/lib/version2/errorstate/V2_ErrorStates.module.css +17 -17
- package/lib/version2/lookup/AlertHeader/AlertHeaderNew.module.css +13 -13
- package/lib/version2/lookup/AlertLookup/AlertLookup.js +1 -1
- package/lib/version2/lookup/AlertLookup/AlertLookupNew.module.css +6 -6
- package/lib/version2/lookup/alertLookupCommonNew.module.css +5 -5
- package/lib/version2/notification/DesktopNotification/DesktopNotification.module.css +14 -14
- package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +23 -23
- package/package.json +9 -23
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
.list {
|
|
2
2
|
color: var(--zdt_statuslistitem_list_text);
|
|
3
|
-
font-size:
|
|
3
|
+
font-size: var(--zd_font_size13);
|
|
4
4
|
position: relative;
|
|
5
5
|
list-style: none;
|
|
6
|
-
min-height:
|
|
6
|
+
min-height: var(--zd_size35);
|
|
7
7
|
cursor: pointer;
|
|
8
8
|
}
|
|
9
9
|
[dir=ltr] .withBorder {
|
|
@@ -13,22 +13,22 @@
|
|
|
13
13
|
border-right: 1px solid var(--zdt_statuslistitem_default_border);
|
|
14
14
|
}
|
|
15
15
|
[dir=ltr] .small {
|
|
16
|
-
padding:
|
|
16
|
+
padding: var(--zd_size7) var(--zd_size3) var(--zd_size7) var(--zd_size5);
|
|
17
17
|
}
|
|
18
18
|
[dir=rtl] .small {
|
|
19
|
-
padding:
|
|
19
|
+
padding: var(--zd_size7) var(--zd_size5) var(--zd_size7) var(--zd_size3);
|
|
20
20
|
}
|
|
21
21
|
.medium {
|
|
22
|
-
padding:
|
|
22
|
+
padding: var(--zd_size7) var(--zd_size20);
|
|
23
23
|
}
|
|
24
24
|
.large {
|
|
25
|
-
height:
|
|
25
|
+
height: var(--zd_size48);
|
|
26
26
|
}
|
|
27
27
|
[dir=ltr] .large {
|
|
28
|
-
padding:
|
|
28
|
+
padding: var(--zd_size10) var(--zd_size3) var(--zd_size10) var(--zd_size25);
|
|
29
29
|
}
|
|
30
30
|
[dir=rtl] .large {
|
|
31
|
-
padding:
|
|
31
|
+
padding: var(--zd_size10) var(--zd_size25) var(--zd_size10) var(--zd_size3);
|
|
32
32
|
}
|
|
33
33
|
.value,.multiLineValue {
|
|
34
34
|
line-height: var(--zd_size20);
|
|
@@ -72,31 +72,31 @@
|
|
|
72
72
|
position: absolute;
|
|
73
73
|
}
|
|
74
74
|
[dir=ltr] .tickIcon {
|
|
75
|
-
right:
|
|
75
|
+
right: var(--zd_size20);
|
|
76
76
|
}
|
|
77
77
|
[dir=rtl] .tickIcon {
|
|
78
|
-
left:
|
|
78
|
+
left: var(--zd_size20);
|
|
79
79
|
}
|
|
80
80
|
.tickIcon > i {
|
|
81
81
|
display: block;
|
|
82
82
|
}
|
|
83
83
|
[dir=ltr] .active.withTick {
|
|
84
|
-
padding-right:
|
|
84
|
+
padding-right: var(--zd_size39);
|
|
85
85
|
}
|
|
86
86
|
[dir=rtl] .active.withTick {
|
|
87
|
-
padding-left:
|
|
87
|
+
padding-left: var(--zd_size39);
|
|
88
88
|
}
|
|
89
89
|
/* Status Type */
|
|
90
90
|
.statusType {
|
|
91
|
-
width:
|
|
92
|
-
height:
|
|
91
|
+
width: var(--zd_size8);
|
|
92
|
+
height: var(--zd_size8);
|
|
93
93
|
border-radius: 50%;
|
|
94
94
|
}
|
|
95
95
|
[dir=ltr] .statusType {
|
|
96
|
-
margin-right:
|
|
96
|
+
margin-right: var(--zd_size13);
|
|
97
97
|
}
|
|
98
98
|
[dir=rtl] .statusType {
|
|
99
|
-
margin-left:
|
|
99
|
+
margin-left: var(--zd_size13);
|
|
100
100
|
}
|
|
101
101
|
.black {
|
|
102
102
|
background-color: var(--zdt_statuslistitem_black_bg);
|
|
@@ -27,7 +27,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
|
|
|
27
27
|
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
28
28
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
29
29
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
30
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
30
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /*** Libraries ***/ /*** CSS ***/
|
|
31
31
|
var EmptyPage = /*#__PURE__*/function (_Component) {
|
|
32
32
|
_inherits(EmptyPage, _Component);
|
|
33
33
|
var _super = _createSuper(EmptyPage);
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
text-align: center;
|
|
3
3
|
}
|
|
4
4
|
.image {
|
|
5
|
-
margin:
|
|
5
|
+
margin: var(--zd_size20) auto;
|
|
6
6
|
}
|
|
7
7
|
.contentDiv {
|
|
8
|
-
font-size:
|
|
8
|
+
font-size: var(--zd_font_size20);
|
|
9
9
|
font-family: var(--zd_semibold);
|
|
10
10
|
composes: ftsmooth from '~@zohodesk/components/lib/common/common.module.css';
|
|
11
|
-
margin-top:
|
|
11
|
+
margin-top: var(--zd_size15);
|
|
12
12
|
}
|
|
@@ -26,7 +26,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
|
|
|
26
26
|
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
27
27
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
28
28
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
29
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
29
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /*** Libraries ***/ /*** Components ***/ /*** CSS ***/
|
|
30
30
|
/*eslint-disable react/forbid-component-props */
|
|
31
31
|
var Lookup = /*#__PURE__*/function (_Component) {
|
|
32
32
|
_inherits(Lookup, _Component);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
.container {
|
|
2
|
-
font-size:
|
|
3
|
-
padding-bottom:
|
|
2
|
+
font-size: var(--zd_font_size16);
|
|
3
|
+
padding-bottom: var(--zd_size10);
|
|
4
4
|
}
|
|
5
5
|
.box {
|
|
6
6
|
position: relative;
|
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
}
|
|
11
11
|
/* Size */
|
|
12
12
|
.smallSize {
|
|
13
|
-
max-width:
|
|
13
|
+
max-width: var(--zd_size470);
|
|
14
14
|
}
|
|
15
15
|
.xmediumSize {
|
|
16
|
-
max-width:
|
|
16
|
+
max-width: var(--zd_size620);
|
|
17
17
|
}
|
|
18
18
|
.mediumSize {
|
|
19
|
-
max-width:
|
|
19
|
+
max-width: var(--zd_size840);
|
|
20
20
|
}
|
|
21
21
|
.largeSize {
|
|
22
22
|
max-width: 70%;
|
|
@@ -23,7 +23,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
|
|
|
23
23
|
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
24
24
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
25
25
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
26
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
26
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /*** Libraries ***/ /*** FontIcons ***/
|
|
27
27
|
var Close = /*#__PURE__*/function (_PureComponent) {
|
|
28
28
|
_inherits(Close, _PureComponent);
|
|
29
29
|
var _super = _createSuper(Close);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
.container {
|
|
2
|
-
width:
|
|
3
|
-
height:
|
|
2
|
+
width: var(--zd_size25);
|
|
3
|
+
height: var(--zd_size25);
|
|
4
4
|
line-height: var(--zd_size25);
|
|
5
5
|
color: var(--zdt_lookupclose_default_text);
|
|
6
6
|
transition: var(--zd_transition2) cubic-bezier(0.4, 1, 0.65, 1);
|
|
7
|
-
font-size:
|
|
7
|
+
font-size: var(--zd_font_size9);
|
|
8
8
|
text-align: center;
|
|
9
9
|
cursor: pointer;
|
|
10
10
|
border-radius: 50%;
|
|
@@ -28,7 +28,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
|
|
|
28
28
|
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
29
29
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
30
30
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
31
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
31
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /*** Libraries ***/ /*** Components ***/ /*** CSS ***/
|
|
32
32
|
/*eslint-disable react/forbid-component-props */
|
|
33
33
|
var ModuleHeader = /*#__PURE__*/function (_PureComponent) {
|
|
34
34
|
_inherits(ModuleHeader, _PureComponent);
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
.searchStyle,
|
|
2
2
|
.boxStyle {
|
|
3
3
|
transition: var(--zd_transition1);
|
|
4
|
-
width:
|
|
5
|
-
height:
|
|
4
|
+
width: var(--zd_size96);
|
|
5
|
+
height: var(--zd_size28);
|
|
6
6
|
position: relative;
|
|
7
7
|
}.searchStyle, .boxStyle {
|
|
8
8
|
background: none;
|
|
9
9
|
}
|
|
10
10
|
.boxStyle {
|
|
11
|
-
width:
|
|
11
|
+
width: var(--zd_size160);
|
|
12
12
|
border-radius: 4px;
|
|
13
13
|
border: 1px solid var(--zdt_lookupsearch_boxstyle_border);
|
|
14
14
|
}
|
|
@@ -16,42 +16,42 @@
|
|
|
16
16
|
border-color: var(--zdt_lookupsearch_boxstyle_hover_border);
|
|
17
17
|
}
|
|
18
18
|
.focusWidth {
|
|
19
|
-
width:
|
|
19
|
+
width: var(--zd_size220);
|
|
20
20
|
}
|
|
21
21
|
.drpSearchBox {
|
|
22
22
|
position: relative;
|
|
23
|
-
height:
|
|
23
|
+
height: var(--zd_size28);
|
|
24
24
|
cursor: pointer;
|
|
25
25
|
}
|
|
26
26
|
.drpSearchBox::after {
|
|
27
27
|
content: '';
|
|
28
28
|
position: absolute;
|
|
29
|
-
top:
|
|
30
|
-
bottom:
|
|
29
|
+
top: var(--zd_size8);
|
|
30
|
+
bottom: var(--zd_size8);
|
|
31
31
|
}
|
|
32
32
|
[dir=ltr] .drpSearchBox::after {
|
|
33
|
-
right: -
|
|
33
|
+
right: calc(var(--zd_size1) * -1);
|
|
34
34
|
border-right: 1px solid var(--zdt_lookupsearch_boxstyle_border);
|
|
35
35
|
}
|
|
36
36
|
[dir=rtl] .drpSearchBox::after {
|
|
37
|
-
left: -
|
|
37
|
+
left: calc(var(--zd_size1) * -1);
|
|
38
38
|
border-left: 1px solid var(--zdt_lookupsearch_boxstyle_border);
|
|
39
39
|
}
|
|
40
40
|
.inputBox, .drpSearchBox {
|
|
41
|
-
padding: 0
|
|
41
|
+
padding: 0 var(--zd_size9);
|
|
42
42
|
}
|
|
43
43
|
[dir=ltr] .searchIconBox {
|
|
44
|
-
padding:
|
|
44
|
+
padding: var(--zd_size4) 0 var(--zd_size4) var(--zd_size9);
|
|
45
45
|
}
|
|
46
46
|
[dir=rtl] .searchIconBox {
|
|
47
|
-
padding:
|
|
47
|
+
padding: var(--zd_size4) var(--zd_size9) var(--zd_size4) 0;
|
|
48
48
|
}
|
|
49
49
|
.active, .boxStyle.active, .lineActive.drpSearchBox::after {
|
|
50
50
|
border-color: var(--zdt_lookupsearch_boxstyle_activer_border);
|
|
51
51
|
}
|
|
52
52
|
[dir=ltr] .iconArrow {
|
|
53
|
-
margin-left:
|
|
53
|
+
margin-left: var(--zd_size5);
|
|
54
54
|
}
|
|
55
55
|
[dir=rtl] .iconArrow {
|
|
56
|
-
margin-right:
|
|
56
|
+
margin-right: var(--zd_size5);
|
|
57
57
|
}
|
|
@@ -30,7 +30,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
|
|
|
30
30
|
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
31
31
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
32
32
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
33
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
33
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /* eslint-disable react/forbid-component-props */ /*** Libraries ***/ /** * Components ** */ /** * Methods ** */ /** * CSS ** */
|
|
34
34
|
var Search = /*#__PURE__*/function (_Component) {
|
|
35
35
|
_inherits(Search, _Component);
|
|
36
36
|
var _super = _createSuper(Search);
|
|
@@ -30,7 +30,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
|
|
|
30
30
|
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
31
31
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
32
32
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
33
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
33
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /*** Libraries ***/ /*** Components ***/ /*** CSS ***/
|
|
34
34
|
/* eslint-disable react/forbid-component-props */
|
|
35
35
|
var TicketHeader = /*#__PURE__*/function (_Component) {
|
|
36
36
|
_inherits(TicketHeader, _Component);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
.dropdown {
|
|
2
|
-
margin: 0
|
|
2
|
+
margin: 0 var(--zd_size20);
|
|
3
3
|
}
|
|
4
4
|
/* Responsive */
|
|
5
5
|
[dir=ltr] .small .searchContainer {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
text-align: right;
|
|
10
10
|
}
|
|
11
11
|
.small .searchContainer input {
|
|
12
|
-
width:
|
|
12
|
+
width: var(--zd_size193);
|
|
13
13
|
border-bottom: 1px solid var(--zdt_lookupticketheader_border);
|
|
14
14
|
}
|
|
15
15
|
.small .innerContainer,
|
|
@@ -23,7 +23,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
|
|
|
23
23
|
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
24
24
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
25
25
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
26
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
26
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /*** Libraries ***/ /*** CSS ***/
|
|
27
27
|
var Title = /*#__PURE__*/function (_PureComponent) {
|
|
28
28
|
_inherits(Title, _PureComponent);
|
|
29
29
|
var _super = _createSuper(Title);
|
|
@@ -31,7 +31,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
|
|
|
31
31
|
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
32
32
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
33
33
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
34
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
34
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /**** Libraries ****/ /**** Components ****/ /**** Icons ****/
|
|
35
35
|
/* eslint-disable react/forbid-component-props */
|
|
36
36
|
/*eslint-disable react/sort-prop-types*/
|
|
37
37
|
var DropDown = /*#__PURE__*/function (_SelectComponent) {
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
.small {
|
|
2
|
-
max-height:
|
|
2
|
+
max-height: var(--zd_size200);
|
|
3
3
|
}
|
|
4
4
|
.medium {
|
|
5
|
-
max-height:
|
|
5
|
+
max-height: var(--zd_size348);
|
|
6
6
|
}
|
|
7
7
|
.large {
|
|
8
|
-
max-height:
|
|
8
|
+
max-height: var(--zd_size400);
|
|
9
9
|
}
|
|
10
10
|
.emptyState {
|
|
11
|
-
font-size:
|
|
11
|
+
font-size: var(--zd_font_size14);
|
|
12
12
|
color: var(--zdt_viewdropdown_empty_text);
|
|
13
13
|
font-family: var(--zd_semibold);
|
|
14
14
|
composes: ftsmooth from '~@zohodesk/components/lib/common/common.module.css';
|
|
15
|
-
padding:
|
|
15
|
+
padding: var(--zd_size12) var(--zd_size15);
|
|
16
16
|
}
|
|
17
17
|
.hide {
|
|
18
18
|
composes: vishidden from '~@zohodesk/components/lib/common/common.module.css';
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
position: relative;
|
|
22
22
|
}
|
|
23
23
|
.listItemContainer {
|
|
24
|
-
padding:
|
|
24
|
+
padding: var(--zd_size10) 0;
|
|
25
25
|
}
|
|
26
26
|
/* Label Style */
|
|
27
27
|
.labelCnt {
|
|
@@ -31,20 +31,20 @@
|
|
|
31
31
|
cursor: pointer;
|
|
32
32
|
}
|
|
33
33
|
.labelText {
|
|
34
|
-
font-size:
|
|
35
|
-
max-width:
|
|
34
|
+
font-size: var(--zd_font_size12);
|
|
35
|
+
max-width: var(--zd_size180);
|
|
36
36
|
composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
|
|
37
37
|
}
|
|
38
38
|
[dir=ltr] .labelText {
|
|
39
|
-
margin-right:
|
|
39
|
+
margin-right: var(--zd_size5);
|
|
40
40
|
}
|
|
41
41
|
[dir=rtl] .labelText {
|
|
42
|
-
margin-left:
|
|
42
|
+
margin-left: var(--zd_size5);
|
|
43
43
|
}
|
|
44
44
|
.labelCnt:hover .arrowIcon {
|
|
45
45
|
color: var(--zdt_viewdropdown_hover_label_text);
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
.loader {
|
|
49
|
-
padding:
|
|
49
|
+
padding: var(--zd_size12) var(--zd_size15);
|
|
50
50
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
.container {
|
|
2
|
-
min-height:
|
|
2
|
+
min-height: var(--zd_size51);
|
|
3
3
|
position: relative;
|
|
4
4
|
}[dir=ltr] .container {
|
|
5
|
-
padding: 0
|
|
5
|
+
padding: 0 var(--zd_size52) 0 var(--zd_size10);
|
|
6
6
|
}[dir=rtl] .container {
|
|
7
|
-
padding: 0
|
|
7
|
+
padding: 0 var(--zd_size10) 0 var(--zd_size52);
|
|
8
8
|
}
|
|
9
9
|
.default {
|
|
10
10
|
background-color: var(--zdt_lookupheader_default_bg);
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
border-bottom: solid 1px var(--zdt_lookupheader_white_border);
|
|
16
16
|
}
|
|
17
17
|
.searchContainer, .title {
|
|
18
|
-
margin: 0
|
|
18
|
+
margin: 0 var(--zd_size20);
|
|
19
19
|
}
|
|
20
20
|
[dir=ltr] .searchContainer {
|
|
21
21
|
text-align: right;
|
|
@@ -29,13 +29,13 @@
|
|
|
29
29
|
composes: middleY from '~@zohodesk/components/lib/common/common.module.css';
|
|
30
30
|
}
|
|
31
31
|
[dir=ltr] .closeContainer {
|
|
32
|
-
right:
|
|
32
|
+
right: var(--zd_size30);
|
|
33
33
|
}
|
|
34
34
|
[dir=rtl] .closeContainer {
|
|
35
|
-
left:
|
|
35
|
+
left: var(--zd_size30);
|
|
36
36
|
}
|
|
37
37
|
.para {
|
|
38
|
-
font-size:
|
|
38
|
+
font-size: var(--zd_font_size12);
|
|
39
39
|
color: var(--zdt_lookupheader_para_text);
|
|
40
|
-
margin: 0
|
|
40
|
+
margin: 0 var(--zd_size20);
|
|
41
41
|
}
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
align-items: flex-start;
|
|
6
6
|
}
|
|
7
7
|
[dir=ltr] .extraSmall {
|
|
8
|
-
padding:
|
|
8
|
+
padding: var(--zd_size12) var(--zd_size45) var(--zd_size12) 0;
|
|
9
9
|
}
|
|
10
10
|
[dir=rtl] .extraSmall {
|
|
11
|
-
padding:
|
|
11
|
+
padding: var(--zd_size12) 0 var(--zd_size12) var(--zd_size45);
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
[dir=ltr] .extraSmall .searchContainer {
|
|
@@ -19,6 +19,6 @@
|
|
|
19
19
|
text-align: right;
|
|
20
20
|
}
|
|
21
21
|
.extraSmall .searchContainer input {
|
|
22
|
-
width:
|
|
22
|
+
width: var(--zd_size193);
|
|
23
23
|
border-bottom: 1px solid var(--zdt_lookupheader_input_border);
|
|
24
24
|
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
.container {
|
|
2
2
|
composes: dInflex alignVertical from '~@zohodesk/components/lib/common/common.module.css';
|
|
3
3
|
color: var(--zdt_headerlink_text);
|
|
4
|
-
font-size:
|
|
4
|
+
font-size: var(--zd_font_size12);
|
|
5
5
|
}[dir=ltr] .container {
|
|
6
|
-
margin-right:
|
|
6
|
+
margin-right: var(--zd_size15);
|
|
7
7
|
}[dir=rtl] .container {
|
|
8
|
-
margin-left:
|
|
8
|
+
margin-left: var(--zd_size15);
|
|
9
9
|
}
|
|
10
10
|
[dir=ltr] .icon {
|
|
11
|
-
margin-right:
|
|
11
|
+
margin-right: var(--zd_size5);
|
|
12
12
|
}
|
|
13
13
|
[dir=rtl] .icon {
|
|
14
|
-
margin-left:
|
|
14
|
+
margin-left: var(--zd_size5);
|
|
15
15
|
}
|
|
16
16
|
.container:hover .text {
|
|
17
17
|
border-bottom: 1px solid var(--zdt_headerlink_hover_text);
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
.container {
|
|
2
2
|
position: relative;
|
|
3
3
|
transition: width var(--zd_transition3);
|
|
4
|
-
width:
|
|
4
|
+
width: var(--zd_size90);
|
|
5
5
|
}[dir=ltr] .container {
|
|
6
|
-
margin-right:
|
|
6
|
+
margin-right: var(--zd_size15);
|
|
7
7
|
}[dir=rtl] .container {
|
|
8
|
-
margin-left:
|
|
8
|
+
margin-left: var(--zd_size15);
|
|
9
9
|
}
|
|
10
10
|
.active {
|
|
11
|
-
width:
|
|
11
|
+
width: var(--zd_size180);
|
|
12
12
|
}
|
|
13
13
|
.active .input, .input:hover {
|
|
14
14
|
border-bottom-color: var(--zdt_search_input_border);
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
color: var(--zdt_search_hover_icon);
|
|
32
32
|
}
|
|
33
33
|
.input {
|
|
34
|
-
height:
|
|
35
|
-
font-size:
|
|
34
|
+
height: var(--zd_size26);
|
|
35
|
+
font-size: var(--zd_font_size13);
|
|
36
36
|
width: 100%;
|
|
37
37
|
letter-spacing: 0.2px;
|
|
38
38
|
transition: all var(--zd_transition3) ease;
|
|
@@ -46,10 +46,10 @@
|
|
|
46
46
|
background: var(--zdt_search_input_bg);
|
|
47
47
|
}
|
|
48
48
|
[dir=ltr] .input {
|
|
49
|
-
padding-right:
|
|
49
|
+
padding-right: var(--zd_size20);
|
|
50
50
|
}
|
|
51
51
|
[dir=rtl] .input {
|
|
52
|
-
padding-left:
|
|
52
|
+
padding-left: var(--zd_size20);
|
|
53
53
|
}
|
|
54
54
|
.input::placeholder {
|
|
55
55
|
color: var(--zdt_search_placeholder_text);
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
.container {
|
|
2
2
|
display: inline-block;
|
|
3
3
|
}[dir=ltr] .container {
|
|
4
|
-
margin-right:
|
|
4
|
+
margin-right: var(--zd_size15);
|
|
5
5
|
}[dir=rtl] .container {
|
|
6
|
-
margin-left:
|
|
6
|
+
margin-left: var(--zd_size15);
|
|
7
7
|
}
|
|
8
8
|
.icon {
|
|
9
9
|
display: inline-block;
|
|
10
10
|
color: var(--zdt_views_icon);
|
|
11
|
-
height:
|
|
12
|
-
width:
|
|
11
|
+
height: var(--zd_size28);
|
|
12
|
+
width: var(--zd_size28);
|
|
13
13
|
line-height: var(--zd_size26);
|
|
14
14
|
text-align: center;
|
|
15
15
|
cursor: pointer;
|
|
@@ -5,14 +5,14 @@
|
|
|
5
5
|
}
|
|
6
6
|
.unOrderData,
|
|
7
7
|
.orderData {
|
|
8
|
-
font-size:
|
|
8
|
+
font-size: var(--zd_font_size14);
|
|
9
9
|
color: var(--zdt_listgroup_text);
|
|
10
10
|
}
|
|
11
11
|
[dir=ltr] .unOrderData, [dir=ltr] .orderData {
|
|
12
|
-
margin:
|
|
12
|
+
margin: var(--zd_size15) 0 var(--zd_size15) var(--zd_size7);
|
|
13
13
|
}
|
|
14
14
|
[dir=rtl] .unOrderData, [dir=rtl] .orderData {
|
|
15
|
-
margin:
|
|
15
|
+
margin: var(--zd_size15) var(--zd_size7) var(--zd_size15) 0;
|
|
16
16
|
}
|
|
17
17
|
.orderData {
|
|
18
18
|
list-style: decimal;
|
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
[dir=ltr] .container {
|
|
2
|
-
padding-left:
|
|
2
|
+
padding-left: var(--zd_size20);
|
|
3
3
|
}[dir=rtl] .container {
|
|
4
|
-
padding-right:
|
|
4
|
+
padding-right: var(--zd_size20);
|
|
5
5
|
}
|
|
6
6
|
.size70 {
|
|
7
|
-
flex-basis:
|
|
7
|
+
flex-basis: var(--zd_size70);
|
|
8
8
|
-webkit-flex-basis: var(--zd_size70);
|
|
9
9
|
-moz-flex-basis: var(--zd_size70);
|
|
10
10
|
-ms-flex-basis: var(--zd_size70);
|
|
11
11
|
}
|
|
12
12
|
.size90 {
|
|
13
|
-
flex-basis:
|
|
13
|
+
flex-basis: var(--zd_size90);
|
|
14
14
|
-webkit-flex-basis: var(--zd_size90);
|
|
15
15
|
-moz-flex-basis: var(--zd_size90);
|
|
16
16
|
-ms-flex-basis: var(--zd_size90);
|
|
17
17
|
}
|
|
18
18
|
.size150 {
|
|
19
|
-
flex-basis:
|
|
19
|
+
flex-basis: var(--zd_size150);
|
|
20
20
|
-webkit-flex-basis: var(--zd_size150);
|
|
21
21
|
-moz-flex-basis: var(--zd_size150);
|
|
22
22
|
-ms-flex-basis: var(--zd_size150);
|
|
23
23
|
}
|
|
24
24
|
.size220 {
|
|
25
|
-
flex-basis:
|
|
25
|
+
flex-basis: var(--zd_size220);
|
|
26
26
|
-webkit-flex-basis: var(--zd_size220);
|
|
27
27
|
-moz-flex-basis: var(--zd_size220);
|
|
28
28
|
-ms-flex-basis: var(--zd_size220);
|