@zohodesk/dot 1.0.0-temp-151 → 1.0.0-temp-152

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.
Files changed (217) hide show
  1. package/README.md +18 -0
  2. package/assets/Appearance/dark/mode/dotDarkMode.module.css +1 -1
  3. package/assets/Appearance/default/mode/dotDefaultMode.module.css +1 -1
  4. package/assets/Appearance/pureDark/mode/dotPureDarkMode.module.css +1 -1
  5. package/es/ActionButton/ActionButton.module.css +14 -14
  6. package/es/AlphabeticList/AlphabeticList.module.css +10 -10
  7. package/es/Attachment/Attachment.module.css +26 -24
  8. package/es/AttachmentViewer/AttachmentViewer.module.css +41 -41
  9. package/es/ChannelIcon/ChannelIcon.module.css +22 -22
  10. package/es/Drawer/Drawer.module.css +41 -40
  11. package/es/FormAction/FormAction.module.css +20 -20
  12. package/es/FreezeLayer/FreezeLayer.js +5 -13
  13. package/es/Hooks/Dragger/useDragger.js +7 -2
  14. package/es/IconButton/IconButton.module.css +2 -2
  15. package/es/Image/Image.module.css +1 -0
  16. package/es/ImportantNotes/ImportantNotes.module.css +5 -5
  17. package/es/Loader/Loader.module.css +1 -0
  18. package/es/Message/Message.module.css +9 -9
  19. package/es/MessageBanner/MessageBanner.module.css +7 -7
  20. package/es/NewStar/NewStar.module.css +18 -10
  21. package/es/Separator/Separator.module.css +6 -6
  22. package/es/TagWithIcon/TagWithIcon.module.css +6 -6
  23. package/es/ToastMessage/ToastMessage.module.css +23 -23
  24. package/es/Upload/Upload.module.css +15 -15
  25. package/es/alert/AlertHeader/AlertHeader.module.css +12 -12
  26. package/es/alert/AlertLookup/AlertLookup.module.css +6 -6
  27. package/es/avatar/AvatarClose/AvatarClose.module.css +1 -1
  28. package/es/avatar/AvatarCollision/AvatarCollision.module.css +7 -7
  29. package/es/avatar/AvatarStatus/AvatarStatus.module.css +32 -32
  30. package/es/avatar/AvatarThread/AvatarThread.module.css +24 -24
  31. package/es/avatar/AvatarUser/AvatarUser.module.css +40 -40
  32. package/es/avatar/AvatarWithTeam/AvatarWithTeam.module.css +4 -4
  33. package/es/deprecated/SelectDropdown/SelectDropdown.module.css +11 -11
  34. package/es/dropdown/ToggleDropDown/ToggleDropDown.module.css +13 -13
  35. package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +11 -11
  36. package/es/emptystate/EditionPage/EditionPage.css +13 -13
  37. package/es/errorstate/EmptyStates.module.css +18 -18
  38. package/es/errorstate/Inconvenience/Inconvenience.module.css +3 -3
  39. package/es/errorstate/LinkText/LinkText.module.css +1 -1
  40. package/es/errorstate/NoRequestFound/NoRequestFound.module.css +1 -1
  41. package/es/errorstate/PermissionPlay/PermissionPlay.module.css +8 -8
  42. package/es/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css +1 -1
  43. package/es/errorstate/UnableToProcess/UnableToProcess.module.css +1 -1
  44. package/es/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css +1 -1
  45. package/es/errorstate/WillBack/WillBack.module.css +10 -10
  46. package/es/form/fields/Fields.module.css +26 -26
  47. package/es/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +13 -13
  48. package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css +3 -3
  49. package/es/form/fields/TextEditor/TextEditor.js +10 -11
  50. package/es/form/fields/TextEditor/TextEditor.module.css +84 -77
  51. package/es/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +3 -2
  52. package/es/form/fields/ValidationMessage/ValidationMessage.module.css +3 -3
  53. package/es/layout/SetupDetailLayout/SetupDetailLayout.js +18 -3
  54. package/es/layout/SetupDetailLayout/SetupDetailLayout.module.css +31 -31
  55. package/es/layout/SetupDetailLayout/props/defaultProps.js +4 -2
  56. package/es/layout/SetupDetailLayout/props/propTypes.js +10 -2
  57. package/es/layout/SubtabLayout/SubtabLayout.module.css +32 -32
  58. package/es/list/BluePrintStatus/BluePrintStatus.module.css +3 -3
  59. package/es/list/Comment/Comment.module.css +4 -4
  60. package/es/list/Dot/Dot.module.css +3 -3
  61. package/es/list/DotNew/DotNew.module.css +4 -4
  62. package/es/list/GridStencils/GridStencils.module.css +24 -24
  63. package/es/list/Icons/AddNewIcon.js +2 -3
  64. package/es/list/Icons/CompleteIcon.js +2 -2
  65. package/es/list/Icons/DeleteIcon.js +3 -4
  66. package/es/list/Icons/EditIcon.js +3 -5
  67. package/es/list/Icons/Icons.module.css +2 -2
  68. package/es/list/Icons/ReadUnreadIcon.js +3 -5
  69. package/es/list/Icons/SmartIcon.js +3 -5
  70. package/es/list/ListLayout/ListLayout.module.css +14 -30
  71. package/es/list/ListStencils/ListStencils.module.css +12 -12
  72. package/es/list/SecondaryText/SecondaryText.module.css +11 -11
  73. package/es/list/SentimentStatus/SentimentStatus.module.css +3 -3
  74. package/es/list/TagNew/TagNew.module.css +4 -4
  75. package/es/list/Thread/Thread.module.css +7 -7
  76. package/es/list/UserTime/UserTime.module.css +8 -8
  77. package/es/list/listCommon.module.css +9 -31
  78. package/es/list/status/StatusDropdown/StatusDropdown.js +2 -9
  79. package/es/list/status/StatusDropdown/StatusDropdown.module.css +13 -13
  80. package/es/list/status/StatusListItem/StatusListItem.module.css +16 -16
  81. package/es/lookup/EmptyPage/LookupEmptyPage.module.css +3 -3
  82. package/es/lookup/Lookup/Lookup.module.css +5 -5
  83. package/es/lookup/Section/LookupSection.module.css +1 -1
  84. package/es/lookup/header/Close/LookupClose.module.css +3 -3
  85. package/es/lookup/header/Search/LookupSearch.module.css +14 -14
  86. package/es/lookup/header/TicketHeader/TicketHeader.module.css +2 -2
  87. package/es/lookup/header/Title/LookupTitle.module.css +1 -1
  88. package/es/lookup/header/ViewDropDown/ViewDropDown.module.css +11 -11
  89. package/es/lookup/header/lookupHeaderCommon.module.css +8 -8
  90. package/es/lookup/header/lookupHeaderCommonResponsive.module.css +3 -3
  91. package/es/setup/header/Button/HeaderButton.module.css +2 -2
  92. package/es/setup/header/Link/HeaderLink.module.css +5 -5
  93. package/es/setup/header/Search/Search.module.css +8 -8
  94. package/es/setup/header/Views/Views.module.css +4 -4
  95. package/es/setup/helptips/Description/HelpTipsDescription.module.css +2 -2
  96. package/es/setup/helptips/Link/HelpTipsLink.module.css +2 -2
  97. package/es/setup/helptips/ListGroup/ListGroup.module.css +3 -3
  98. package/es/setup/helptips/Title/HelpTipsTitle.module.css +1 -1
  99. package/es/setup/table/TableData/SetupTableData.module.css +6 -6
  100. package/es/setup/table/TableHead/SetupTableHead.module.css +5 -5
  101. package/es/setup/table/TableRow/SetupTableRow.module.css +5 -5
  102. package/es/setup/table/Text/TableText.module.css +2 -2
  103. package/es/version2/AlertClose/AlertClose.module.css +2 -2
  104. package/es/version2/GlobalNotification/GlobalNotification.module.css +13 -13
  105. package/es/version2/errorstate/V2_ErrorStates.module.css +17 -17
  106. package/es/version2/lookup/AlertHeader/AlertHeaderNew.module.css +13 -13
  107. package/es/version2/lookup/AlertLookup/AlertLookupNew.module.css +6 -6
  108. package/es/version2/lookup/alertLookupCommonNew.module.css +5 -5
  109. package/es/version2/notification/DesktopNotification/DesktopNotification.module.css +14 -14
  110. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +23 -23
  111. package/lib/ActionButton/ActionButton.module.css +14 -14
  112. package/lib/AlphabeticList/AlphabeticList.module.css +10 -10
  113. package/lib/Attachment/Attachment.module.css +26 -24
  114. package/lib/AttachmentViewer/AttachmentViewer.module.css +41 -41
  115. package/lib/ChannelIcon/ChannelIcon.module.css +22 -22
  116. package/lib/Drawer/Drawer.module.css +41 -40
  117. package/lib/FormAction/FormAction.module.css +20 -20
  118. package/lib/FreezeLayer/FreezeLayer.js +5 -13
  119. package/lib/Hooks/Dragger/useDragger.js +7 -2
  120. package/lib/IconButton/IconButton.module.css +2 -2
  121. package/lib/Image/Image.module.css +1 -0
  122. package/lib/ImportantNotes/ImportantNotes.module.css +5 -5
  123. package/lib/Loader/Loader.module.css +1 -0
  124. package/lib/Message/Message.module.css +9 -9
  125. package/lib/MessageBanner/MessageBanner.module.css +7 -7
  126. package/lib/NewStar/NewStar.module.css +18 -10
  127. package/lib/Separator/Separator.module.css +6 -6
  128. package/lib/TagWithIcon/TagWithIcon.module.css +6 -6
  129. package/lib/ToastMessage/ToastMessage.module.css +23 -23
  130. package/lib/Upload/Upload.module.css +15 -15
  131. package/lib/alert/AlertHeader/AlertHeader.module.css +12 -12
  132. package/lib/alert/AlertLookup/AlertLookup.module.css +6 -6
  133. package/lib/avatar/AvatarClose/AvatarClose.module.css +1 -1
  134. package/lib/avatar/AvatarCollision/AvatarCollision.module.css +7 -7
  135. package/lib/avatar/AvatarStatus/AvatarStatus.module.css +32 -32
  136. package/lib/avatar/AvatarThread/AvatarThread.module.css +24 -24
  137. package/lib/avatar/AvatarUser/AvatarUser.module.css +40 -40
  138. package/lib/avatar/AvatarWithTeam/AvatarWithTeam.module.css +4 -4
  139. package/lib/deprecated/SelectDropdown/SelectDropdown.module.css +11 -11
  140. package/lib/dropdown/ToggleDropDown/ToggleDropDown.module.css +13 -13
  141. package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +11 -11
  142. package/lib/emptystate/EditionPage/EditionPage.css +13 -13
  143. package/lib/errorstate/EmptyStates.module.css +18 -18
  144. package/lib/errorstate/Inconvenience/Inconvenience.module.css +3 -3
  145. package/lib/errorstate/LinkText/LinkText.module.css +1 -1
  146. package/lib/errorstate/NoRequestFound/NoRequestFound.module.css +1 -1
  147. package/lib/errorstate/PermissionPlay/PermissionPlay.module.css +8 -8
  148. package/lib/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css +1 -1
  149. package/lib/errorstate/UnableToProcess/UnableToProcess.module.css +1 -1
  150. package/lib/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css +1 -1
  151. package/lib/errorstate/WillBack/WillBack.module.css +10 -10
  152. package/lib/form/fields/Fields.module.css +26 -26
  153. package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +13 -13
  154. package/lib/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css +3 -3
  155. package/lib/form/fields/TextEditor/TextEditor.js +10 -11
  156. package/lib/form/fields/TextEditor/TextEditor.module.css +84 -77
  157. package/lib/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +3 -2
  158. package/lib/form/fields/ValidationMessage/ValidationMessage.module.css +3 -3
  159. package/lib/layout/SetupDetailLayout/SetupDetailLayout.js +18 -3
  160. package/lib/layout/SetupDetailLayout/SetupDetailLayout.module.css +31 -31
  161. package/lib/layout/SetupDetailLayout/props/defaultProps.js +4 -2
  162. package/lib/layout/SetupDetailLayout/props/propTypes.js +10 -2
  163. package/lib/layout/SubtabLayout/SubtabLayout.module.css +32 -32
  164. package/lib/list/BluePrintStatus/BluePrintStatus.module.css +3 -3
  165. package/lib/list/Comment/Comment.module.css +4 -4
  166. package/lib/list/Dot/Dot.module.css +3 -3
  167. package/lib/list/DotNew/DotNew.module.css +4 -4
  168. package/lib/list/GridStencils/GridStencils.module.css +24 -24
  169. package/lib/list/Icons/AddNewIcon.js +2 -3
  170. package/lib/list/Icons/CompleteIcon.js +2 -2
  171. package/lib/list/Icons/DeleteIcon.js +3 -4
  172. package/lib/list/Icons/EditIcon.js +3 -5
  173. package/lib/list/Icons/Icons.module.css +2 -2
  174. package/lib/list/Icons/ReadUnreadIcon.js +3 -5
  175. package/lib/list/Icons/SmartIcon.js +3 -5
  176. package/lib/list/ListLayout/ListLayout.module.css +14 -30
  177. package/lib/list/ListStencils/ListStencils.module.css +12 -12
  178. package/lib/list/SecondaryText/SecondaryText.module.css +11 -11
  179. package/lib/list/SentimentStatus/SentimentStatus.module.css +3 -3
  180. package/lib/list/TagNew/TagNew.module.css +4 -4
  181. package/lib/list/Thread/Thread.module.css +7 -7
  182. package/lib/list/UserTime/UserTime.module.css +8 -8
  183. package/lib/list/listCommon.module.css +9 -31
  184. package/lib/list/status/StatusDropdown/StatusDropdown.js +2 -9
  185. package/lib/list/status/StatusDropdown/StatusDropdown.module.css +13 -13
  186. package/lib/list/status/StatusListItem/StatusListItem.module.css +16 -16
  187. package/lib/lookup/EmptyPage/LookupEmptyPage.module.css +3 -3
  188. package/lib/lookup/Lookup/Lookup.module.css +5 -5
  189. package/lib/lookup/Section/LookupSection.module.css +1 -1
  190. package/lib/lookup/header/Close/LookupClose.module.css +3 -3
  191. package/lib/lookup/header/Search/LookupSearch.module.css +14 -14
  192. package/lib/lookup/header/TicketHeader/TicketHeader.module.css +2 -2
  193. package/lib/lookup/header/Title/LookupTitle.module.css +1 -1
  194. package/lib/lookup/header/ViewDropDown/ViewDropDown.module.css +11 -11
  195. package/lib/lookup/header/lookupHeaderCommon.module.css +8 -8
  196. package/lib/lookup/header/lookupHeaderCommonResponsive.module.css +3 -3
  197. package/lib/setup/header/Button/HeaderButton.module.css +2 -2
  198. package/lib/setup/header/Link/HeaderLink.module.css +5 -5
  199. package/lib/setup/header/Search/Search.module.css +8 -8
  200. package/lib/setup/header/Views/Views.module.css +4 -4
  201. package/lib/setup/helptips/Description/HelpTipsDescription.module.css +2 -2
  202. package/lib/setup/helptips/Link/HelpTipsLink.module.css +2 -2
  203. package/lib/setup/helptips/ListGroup/ListGroup.module.css +3 -3
  204. package/lib/setup/helptips/Title/HelpTipsTitle.module.css +1 -1
  205. package/lib/setup/table/TableData/SetupTableData.module.css +6 -6
  206. package/lib/setup/table/TableHead/SetupTableHead.module.css +5 -5
  207. package/lib/setup/table/TableRow/SetupTableRow.module.css +5 -5
  208. package/lib/setup/table/Text/TableText.module.css +2 -2
  209. package/lib/version2/AlertClose/AlertClose.module.css +2 -2
  210. package/lib/version2/GlobalNotification/GlobalNotification.module.css +13 -13
  211. package/lib/version2/errorstate/V2_ErrorStates.module.css +17 -17
  212. package/lib/version2/lookup/AlertHeader/AlertHeaderNew.module.css +13 -13
  213. package/lib/version2/lookup/AlertLookup/AlertLookupNew.module.css +6 -6
  214. package/lib/version2/lookup/alertLookupCommonNew.module.css +5 -5
  215. package/lib/version2/notification/DesktopNotification/DesktopNotification.module.css +14 -14
  216. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +23 -23
  217. package/package.json +23 -9
@@ -2,7 +2,6 @@ import React from 'react';
2
2
  import { AddNewIcon_propTypes } from './props/propTypes';
3
3
  import { Icon } from '@zohodesk/icons';
4
4
  import style from './Icons.module.css';
5
- import btnStyle from '@zohodesk/components/lib/semantic/Button/semanticButton.module.css';
6
5
  export default class AddNewIcon extends React.Component {
7
6
  render() {
8
7
  let {
@@ -12,9 +11,9 @@ export default class AddNewIcon extends React.Component {
12
11
  iconClass,
13
12
  className
14
13
  } = this.props;
15
- return /*#__PURE__*/React.createElement("button", {
14
+ return /*#__PURE__*/React.createElement("span", {
16
15
  onClick: onClick,
17
- className: `${style.iconStyle} ${style.blueHover} ${className ? className : ''} ${btnStyle.buttonReset}`,
16
+ className: `${style.iconStyle} ${style.blueHover} ${className ? className : ''}`,
18
17
  "data-id": dataId,
19
18
  "data-title": dataTitle
20
19
  }, /*#__PURE__*/React.createElement(Icon, {
@@ -12,9 +12,9 @@ export default class CompleteIcon extends React.Component {
12
12
  className,
13
13
  iconSize
14
14
  } = this.props;
15
- return /*#__PURE__*/React.createElement("button", {
15
+ return /*#__PURE__*/React.createElement("span", {
16
16
  onClick: onClick,
17
- className: `${style.iconStyle} ${style.blueHover} ${className ? className : ''} ${btnStyle.buttonReset}`,
17
+ className: `${style.iconStyle} ${style.blueHover} ${className ? className : ''}`,
18
18
  "data-id": dataId,
19
19
  "data-title": dataTitle
20
20
  }, /*#__PURE__*/React.createElement(Icon, {
@@ -2,7 +2,6 @@ import React from 'react';
2
2
  import { DeleteComponent_propTypes } from './props/propTypes';
3
3
  import style from './Icons.module.css';
4
4
  import { Icon } from '@zohodesk/icons';
5
- import btnStyle from '@zohodesk/components/lib/semantic/Button/semanticButton.module.css';
6
5
  export default class DeleteComponent extends React.Component {
7
6
  render() {
8
7
  let {
@@ -13,12 +12,12 @@ export default class DeleteComponent extends React.Component {
13
12
  iconSize,
14
13
  className
15
14
  } = this.props;
16
- return /*#__PURE__*/React.createElement("button", {
15
+ return /*#__PURE__*/React.createElement("span", {
17
16
  onClick: onClick,
18
- className: `${style.iconStyle} ${style.redHover} ${className ? className : ''} ${btnStyle.buttonReset}`,
17
+ className: `${style.iconStyle} ${style.redHover} ${className ? className : ''}`,
19
18
  "data-id": dataId,
20
19
  "data-title": dataTitle,
21
- "aria-label": dataTitle
20
+ tabIndex: 0
22
21
  }, /*#__PURE__*/React.createElement(Icon, {
23
22
  name: "ZD-GN-delete",
24
23
  iconClass: iconClass ? iconClass : '',
@@ -2,7 +2,6 @@ import React from 'react';
2
2
  import { EditIcon_propTypes } from './props/propTypes';
3
3
  import style from './Icons.module.css';
4
4
  import { Icon } from '@zohodesk/icons';
5
- import btnStyle from '@zohodesk/components/lib/semantic/Button/semanticButton.module.css';
6
5
  export default class EditIcon extends React.Component {
7
6
  render() {
8
7
  let {
@@ -13,12 +12,11 @@ export default class EditIcon extends React.Component {
13
12
  iconSize,
14
13
  className
15
14
  } = this.props;
16
- return /*#__PURE__*/React.createElement("button", {
15
+ return /*#__PURE__*/React.createElement("span", {
17
16
  onClick: onClick,
18
- className: `${style.iconStyle} ${style.blueHover} ${className ? className : ''} ${btnStyle.buttonReset}`,
17
+ className: `${style.iconStyle} ${style.blueHover} ${className ? className : ''}`,
19
18
  "data-id": dataId,
20
- "data-title": dataTitle,
21
- "aria-label": dataTitle
19
+ "data-title": dataTitle
22
20
  }, /*#__PURE__*/React.createElement(Icon, {
23
21
  name: "ZD-GN-edit",
24
22
  iconClass: iconClass ? iconClass : '',
@@ -4,8 +4,8 @@
4
4
  }
5
5
  .iconStyle {
6
6
  color: var(--zdt_icons_default);
7
- width: var(--zd_size33);
8
- padding: 0 var(--zd_size8);
7
+ width: 33px;
8
+ padding: 0 8px;
9
9
  cursor: pointer;
10
10
  }
11
11
  .blueHover:hover {
@@ -3,7 +3,6 @@ import { ReadUnreadIcon_defaultProps } from './props/defaultProps';
3
3
  import { ReadUnreadIcon_propTypes } from './props/propTypes';
4
4
  import { Icon } from '@zohodesk/icons';
5
5
  import style from './Icons.module.css';
6
- import btnStyle from '@zohodesk/components/lib/semantic/Button/semanticButton.module.css';
7
6
  export default class ReadUnreadIcon extends React.Component {
8
7
  render() {
9
8
  let {
@@ -16,12 +15,11 @@ export default class ReadUnreadIcon extends React.Component {
16
15
  isRead,
17
16
  iconSize
18
17
  } = this.props;
19
- return /*#__PURE__*/React.createElement("button", {
18
+ return /*#__PURE__*/React.createElement("span", {
20
19
  onClick: onClick,
21
- className: `${style.iconStyle} ${style.blueHover} ${className ? className : ''} ${btnStyle.buttonReset}`,
20
+ className: `${style.iconStyle} ${style.blueHover} ${className ? className : ''}`,
22
21
  "data-id": dataId,
23
- "data-title": dataTitle,
24
- "aria-label": dataTitle
22
+ "data-title": dataTitle
25
23
  }, /*#__PURE__*/React.createElement(Icon, {
26
24
  name: isRead ? 'ZD-GN-read' : 'ZD-GN-unread',
27
25
  size: iconSize,
@@ -2,7 +2,6 @@ import React, { Component } from 'react';
2
2
  import { SmartIcon_propTypes } from './props/propTypes';
3
3
  import style from './Icons.module.css';
4
4
  import { Icon } from '@zohodesk/icons';
5
- import btnStyle from '@zohodesk/components/lib/semantic/Button/semanticButton.module.css';
6
5
  export default class SmartIcon extends Component {
7
6
  render() {
8
7
  let {
@@ -12,12 +11,11 @@ export default class SmartIcon extends Component {
12
11
  iconClass,
13
12
  className
14
13
  } = this.props;
15
- return /*#__PURE__*/React.createElement("button", {
14
+ return /*#__PURE__*/React.createElement("span", {
16
15
  onClick: onClick,
17
- className: `${style.iconStyle} ${style.blueHover} ${className ? className : ''} ${btnStyle.buttonReset}`,
16
+ className: `${style.iconStyle} ${style.blueHover} ${className ? className : ''}`,
18
17
  "data-id": dataId,
19
- "data-title": dataTitle,
20
- "aria-label": dataTitle
18
+ "data-title": dataTitle
21
19
  }, /*#__PURE__*/React.createElement(Icon, {
22
20
  name: "ZD-TK-peek",
23
21
  iconClass: iconClass ? iconClass : ''
@@ -1,74 +1,58 @@
1
1
  .varClass {
2
2
  --listBorder: var(--zdt_listLayout_border)
3
3
  }
4
-
5
4
  .container {
6
5
  position: relative;
7
6
  composes: varClass;
8
7
  }
9
-
10
- .listHover:hover, .hoveredStyle, .listHover:focus-within, .hoveredStyle:focus-within {
8
+ .listHover:hover, .hoveredStyle{
11
9
  background-color: var(--zdt_listLayout_hover_bg);
12
10
  }
13
-
14
11
  .active, .active:hover {
15
12
  background-color: var(--zdt_listLayout_active_bg);
16
13
  }
17
-
18
- .cursorPointer {
14
+ .cursorPointer{
19
15
  cursor: pointer
20
16
  }
21
-
22
17
  /* View */
23
18
  .classic .innerContainer {
24
- min-height: var(--zd_size70);
25
- padding: var(--zd_size13) 0;
19
+ min-height: 70px;
20
+ padding: 13px 0;
26
21
  }
27
-
28
22
  .compact .innerContainer {
29
- min-height: var(--zd_size41);
30
- padding: var(--zd_size5) 0;
23
+ min-height: 41px;
24
+ padding: 5px 0;
31
25
  }
32
-
33
26
  .superCompact .innerContainer {
34
- min-height: var(--zd_size35);
35
- padding: var(--zd_size2) 0;
27
+ min-height: 35px;
28
+ padding: 2px 0;
36
29
  }
37
-
38
30
  .compact .innerContainer, .classic .innerContainer, .superCompact .innerContainer {
39
31
  border-bottom: 1px dotted var(--listBorder);
40
32
  }
41
-
42
33
  [dir=ltr] .compact, [dir=ltr] .classic, [dir=ltr] .superCompact {
43
34
  border-left: var(--zd_size2) solid transparent;
44
35
  }
45
-
46
36
  [dir=rtl] .compact, [dir=rtl] .classic, [dir=rtl] .superCompact {
47
37
  border-right: var(--zd_size2) solid transparent;
48
38
  }
49
-
50
- [dir=ltr] .keyboardActive, [dir=ltr] .active {
39
+ [dir=ltr] .keyboardActive, [dir=ltr] .active{
51
40
  border-top-left-radius: var(--zd_size5);
52
41
  border-bottom-left-radius: var(--zd_size5);
53
42
  }
54
-
55
- [dir=rtl] .keyboardActive, [dir=rtl] .active {
43
+ [dir=rtl] .keyboardActive, [dir=rtl] .active{
56
44
  border-top-right-radius: var(--zd_size5);
57
45
  border-bottom-right-radius: var(--zd_size5);
58
46
  }
59
-
60
- [dir=ltr] .keyboardActive {
47
+ [dir=ltr] .keyboardActive{
61
48
  border-left-color: var(--zdt_listLayout_keyboard_active_border);
62
49
  }
63
-
64
- [dir=rtl] .keyboardActive {
50
+ [dir=rtl] .keyboardActive{
65
51
  border-right-color: var(--zdt_listLayout_keyboard_active_border);
66
52
  }
67
-
68
- [dir=ltr] .active {
53
+ [dir=ltr] .active{
69
54
  border-left-color: var(--zdt_listLayout_active_border);
70
55
  }
71
-
72
- [dir=rtl] .active {
56
+ [dir=rtl] .active{
73
57
  border-right-color: var(--zdt_listLayout_active_border);
74
58
  }
@@ -1,7 +1,7 @@
1
1
  .container {
2
2
  position: relative;
3
3
  width: 100%;
4
- padding: 0 var(--zd_size30);
4
+ padding: 0 30px;
5
5
  }
6
6
  .innerContainer {
7
7
  composes: dflex alignVertical from '~@zohodesk/components/lib/common/common.module.css';
@@ -11,10 +11,10 @@
11
11
  composes: dflex from '~@zohodesk/components/lib/common/common.module.css';
12
12
  }
13
13
  [dir=ltr] .avatar {
14
- margin-right: var(--zd_size25);
14
+ margin-right: 25px;
15
15
  }
16
16
  [dir=rtl] .avatar {
17
- margin-left: var(--zd_size25);
17
+ margin-left: 25px;
18
18
  }
19
19
  .detailsColumn {
20
20
  min-height: 0;
@@ -31,25 +31,25 @@
31
31
  flex-basis: 50%;
32
32
  }
33
33
  .classic .secondaryRow {
34
- margin-top: var(--zd_size10);
34
+ margin-top: 10px;
35
35
  }
36
36
  [dir=ltr] .compact .secondaryRow, [dir=ltr] .superCompact .secondaryRow {
37
- margin-left: var(--zd_size30);
37
+ margin-left: 30px;
38
38
  }
39
39
  [dir=rtl] .compact .secondaryRow, [dir=rtl] .superCompact .secondaryRow {
40
- margin-right: var(--zd_size30);
40
+ margin-right: 30px;
41
41
  }
42
42
  .classic .innerContainer {
43
- height: var(--zd_size70);
44
- padding: var(--zd_size13) 0;
43
+ height: 70px;
44
+ padding: 13px 0;
45
45
  }
46
46
  .compact .innerContainer {
47
- height: var(--zd_size41);
48
- padding: var(--zd_size5) 0;
47
+ height: 41px;
48
+ padding: 5px 0;
49
49
  }
50
50
  .superCompact .innerContainer {
51
- height: var(--zd_size35);
52
- padding: var(--zd_size2) 0;
51
+ height: 35px;
52
+ padding: 2px 0;
53
53
  }
54
54
  .classic .detailsInnerColumn {
55
55
  -webkit-box-orient: vertical;
@@ -1,12 +1,12 @@
1
1
  .paidUserIcon {
2
2
  vertical-align: middle;
3
- bottom: var(--zd_size1);
3
+ bottom: 1px;
4
4
  position: relative;
5
- font-size: var(--zd_font_size8);
5
+ font-size: 8px;
6
6
  }[dir=ltr] .paidUserIcon {
7
- margin-right: var(--zd_size5);
7
+ margin-right: 5px;
8
8
  }[dir=rtl] .paidUserIcon {
9
- margin-left: var(--zd_size5);
9
+ margin-left: 5px;
10
10
  }
11
11
  .icon {
12
12
  display: block;
@@ -35,12 +35,12 @@ display: block
35
35
  }
36
36
  .textStyle,
37
37
  .secondaryText {
38
- font-size: var(--zd_font_size12);
38
+ font-size: 12px;
39
39
  }
40
40
  .ticketId,
41
41
  .phoneNumber,
42
42
  .ratingText {
43
- font-size: var(--zd_font_size12);
43
+ font-size: 12px;
44
44
  }
45
45
  .textStyle,
46
46
  .secondaryText,
@@ -91,11 +91,11 @@ display: block
91
91
  }
92
92
 
93
93
  .priorityText {
94
- font-size: var(--zd_font_size12);
94
+ font-size: 12px;
95
95
  max-width: 100%;
96
96
  }
97
97
  .departmentText {
98
- font-size: var(--zd_font_size12);
98
+ font-size: 12px;
99
99
  color: var(--zdt_secondaryText_secondaryText_text);
100
100
  max-width: 100%;
101
101
  composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
@@ -105,14 +105,14 @@ display: block
105
105
  composes: inlineBlockMiddle from '../listCommon.module.css';
106
106
  }
107
107
  .happinessImg {
108
- width: var(--zd_size13);
108
+ width: 13px;
109
109
  vertical-align: middle;
110
110
  }
111
111
  [dir=ltr] .happinessImg {
112
- margin: 0 var(--zd_size4) 0 0;
112
+ margin: 0 4px 0 0;
113
113
  }
114
114
  [dir=rtl] .happinessImg {
115
- margin: 0 0 0 var(--zd_size4);
115
+ margin: 0 0 0 4px;
116
116
  }
117
117
 
118
118
  /* colors */
@@ -1,10 +1,10 @@
1
1
  .container {
2
2
  vertical-align: middle;
3
- font-size: var(--zd_font_size10);
3
+ font-size: 10px;
4
4
  }[dir=ltr] .container {
5
- margin: 0 0 0 var(--zd_size5);
5
+ margin: 0 0 0 5px;
6
6
  }[dir=rtl] .container {
7
- margin: 0 var(--zd_size5) 0 0;
7
+ margin: 0 5px 0 0;
8
8
  }
9
9
 
10
10
  .sentimentIcon {
@@ -1,7 +1,7 @@
1
1
  .tagStyle {
2
- min-width: var(--zd_size70);
3
- height: var(--zd_size28);
4
- font-size: var(--zd_font_size13);
2
+ min-width: 70px;
3
+ height: 28px;
4
+ font-size: 13px;
5
5
  color: var(--zdt_tagnew_default_text);
6
6
  composes: inlineFlex from '../listCommon.module.css';
7
7
  composes: alignHorizontal from '~@zohodesk/components/lib/common/common.module.css';
@@ -11,7 +11,7 @@
11
11
  border-radius: var(--zd_size14);
12
12
  background-color: var(--zdt_tagnew_default_bg);
13
13
  box-shadow: var(--zd_bs_tagnew_shadow);
14
- padding: 0 var(--zd_size15);
14
+ padding: 0 15px;
15
15
  transform: scale(0);
16
16
  cursor: pointer;
17
17
  }
@@ -11,33 +11,33 @@
11
11
  --icon_color: var(--zdt_thread_hover_iconText);
12
12
  }
13
13
  .count {
14
- font-size: var(--zd_font_size9);
14
+ font-size: 9px;
15
15
  }
16
16
  .align_left .count {
17
17
  position: absolute;
18
18
  line-height: normal;
19
- top: var(--zd_size3);
19
+ top: 3px;
20
20
  }
21
21
  [dir=ltr] .align_left .count {
22
22
  text-align: left;
23
- left: var(--zd_size8);
23
+ left: 8px;
24
24
  }
25
25
  [dir=rtl] .align_left .count {
26
26
  text-align: right;
27
- right: var(--zd_size8);
27
+ right: 8px;
28
28
  }
29
29
  .align_right {
30
30
  composes: dInflex alignFend from '~@zohodesk/components/lib/common/common.module.css';
31
31
  }
32
32
  .align_right .count {
33
33
  position: relative;
34
- bottom: var(--zd_size2);
34
+ bottom: 2px;
35
35
  }
36
36
  [dir=ltr] .align_right .count {
37
- right: var(--zd_size5);
37
+ right: 5px;
38
38
  float: right;
39
39
  }
40
40
  [dir=rtl] .align_right .count {
41
- left: var(--zd_size5);
41
+ left: 5px;
42
42
  float: left;
43
43
  }
@@ -8,13 +8,13 @@
8
8
  composes: varClass;
9
9
  }
10
10
  .f8 {
11
- font-size: var(--zd_font_size8);
11
+ font-size: 8px;
12
12
  }
13
13
  .f9 {
14
- font-size: var(--zd_font_size9);
14
+ font-size: 9px;
15
15
  }
16
16
  .f10 {
17
- font-size: var(--zd_font_size10);
17
+ font-size: 10px;
18
18
  }
19
19
  .closedTime span:last-child:before,
20
20
  .completedTask span:first-child:before {
@@ -24,7 +24,7 @@
24
24
  color: var(--zdt_usertime_icon_green);
25
25
  }
26
26
  .textStyle {
27
- font-size: var(--zd_font_size12);
27
+ font-size: 12px;
28
28
  color: var(--text_color);
29
29
  display: block;
30
30
  composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
@@ -33,12 +33,12 @@
33
33
  display: block;
34
34
  }
35
35
  [dir=ltr] .iconStyle {
36
- margin-right: var(--zd_size3);
37
- margin-left: var(--zd_size1);
36
+ margin-right: 3px;
37
+ margin-left: 1px;
38
38
  }
39
39
  [dir=rtl] .iconStyle {
40
- margin-left: var(--zd_size3);
41
- margin-right: var(--zd_size1);
40
+ margin-left: 3px;
41
+ margin-right: 1px;
42
42
  }
43
43
  /* colors */
44
44
  .iconColor {
@@ -2,81 +2,59 @@
2
2
  display: inline-block;
3
3
  vertical-align: middle;
4
4
  }
5
-
6
5
  .inlineFlex {
7
6
  composes: dInflex alignVertical from '~@zohodesk/components/lib/common/common.module.css';
8
7
  }
9
-
10
8
  [dir=ltr] .avatarMargin {
11
- margin-right: var(--zd_size25);
9
+ margin-right: 25px;
12
10
  }
13
-
14
11
  [dir=rtl] .avatarMargin {
15
- margin-left: var(--zd_size25);
12
+ margin-left: 25px;
16
13
  }
17
-
18
14
  .subject {
19
15
  composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
20
- font-size: var(--zd_font_size16);
16
+ font-size: 16px;
21
17
  }
22
-
23
18
  .secondaryPanel {
24
19
  line-height: var(--zd_size18);
25
20
  composes: dflex alignVertical flexwrap from '~@zohodesk/components/lib/common/common.module.css';
26
21
  }
27
-
28
22
  .statusColumn {
29
23
  composes: inlineBlockMiddle;
30
24
  }
31
-
32
25
  [dir=ltr] .statusColumn {
33
26
  text-align: right;
34
27
  }
35
-
36
28
  [dir=rtl] .statusColumn {
37
29
  text-align: left;
38
30
  }
39
-
40
31
  .classic .floatingIconContainer {
41
32
  display: none;
42
33
  }
43
-
44
34
  .compact .floatingIconContainer,
45
35
  .superCompact .floatingIconContainer,
46
36
  .listContainer:hover .classic .floatingIconContainer,
47
- .hoveredStyle .classic .floatingIconContainer,
48
- .compact:focus-within .floatingIconContainer,
49
- .superCompact:focus-within .floatingIconContainer,
50
- .listContainer:focus-within .classic .floatingIconContainer,
51
- .hoveredStyle .classic:focus-within .floatingIconContainer {
37
+ .hoveredStyle .classic .floatingIconContainer {
52
38
  display: inline-flex;
53
39
  align-items: center;
54
40
  }
55
-
56
41
  .compact .floatingIconContainer,
57
42
  .superCompact .floatingIconContainer {
58
43
  opacity: 0;
59
44
  visibility: hidden;
60
45
  }
61
-
62
46
  .floatingIcons {
63
- font-size: var(--zd_font_size15);
47
+ font-size: 15px;
64
48
  }
65
-
66
- .listContainer,
67
- .listLayoutContainer {
49
+ .listContainer, .listLayoutContainer {
68
50
  position: relative;
69
51
  transition: var(--zd_transition3) all ease;
70
52
  }
71
-
72
53
  .listContainer:hover .compact .floatingIconContainer,
73
54
  .listContainer:hover .superCompact .floatingIconContainer,
74
55
  .hoveredStyle .compact .floatingIconContainer,
75
- .hoveredStyle .superCompact .floatingIconContainer,
76
- .listContainer:focus-within .compact .floatingIconContainer,
77
- .listContainer:focus-within .superCompact .floatingIconContainer,
78
- .hoveredStyle .compact:focus-within .floatingIconContainer,
79
- .hoveredStyle .superCompact:focus-within .floatingIconContainer {
56
+ .hoveredStyle .superCompact .floatingIconContainer
57
+ {
80
58
  opacity: 1;
81
59
  visibility: visible;
82
- }
60
+ }
@@ -276,13 +276,8 @@ export class StatusDropdown extends React.Component {
276
276
  statusColor,
277
277
  needExternalPopupState = false,
278
278
  isPopupActive = false,
279
- needMultiLineText,
280
- a11y = {}
279
+ needMultiLineText
281
280
  } = this.props;
282
- const {
283
- tabIndex = 0,
284
- ariaLabelledby
285
- } = a11y;
286
281
  let isPopupOpen = needExternalPopupState ? isPopupActive && isOpen : isOpen;
287
282
  let {
288
283
  searchString
@@ -305,9 +300,7 @@ export class StatusDropdown extends React.Component {
305
300
  onClick: removeClose,
306
301
  disabled: isDisabled || isReadOnly ? true : false,
307
302
  "aria-haspopup": true,
308
- "aria-expanded": isPopupOpen && isEditable ? true : false,
309
- tabIndex: tabIndex,
310
- "aria-labelledby": ariaLabelledby
303
+ "aria-expanded": isPopupOpen && isEditable ? true : false
311
304
  }, isEditable ? /*#__PURE__*/React.createElement("div", {
312
305
  className: style.hiddenInput
313
306
  }, /*#__PURE__*/React.createElement(TextBox, {
@@ -5,20 +5,20 @@
5
5
  position: relative;
6
6
  }
7
7
  .maxHgt {
8
- max-height: var(--zd_size265);
9
- padding: var(--zd_size10) 0;
8
+ max-height: 265px;
9
+ padding: 10px 0;
10
10
  }
11
11
  .responsivemaxHgt{
12
- padding: var(--zd_size10) 0 0;
12
+ padding: 10px 0 0;
13
13
  }
14
14
  .title {
15
- padding-top: var(--zd_size6);
15
+ padding-top: 6px;
16
16
  }
17
17
  [dir=ltr] .default_arrow, [dir=ltr] .overlay_arrow {
18
- padding: 0 0 0 var(--zd_size5);
18
+ padding: 0 0 0 5px;
19
19
  }
20
20
  [dir=rtl] .default_arrow, [dir=rtl] .overlay_arrow {
21
- padding: 0 var(--zd_size5) 0 0;
21
+ padding: 0 5px 0 0;
22
22
  }
23
23
  .overlay_arrow {
24
24
  position: absolute;
@@ -43,10 +43,10 @@
43
43
  composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
44
44
  }
45
45
  .search {
46
- padding: var(--zd_size6) var(--zd_size20) 0;
46
+ padding: 6px 20px 0;
47
47
  }
48
48
  .svgWrapper {
49
- padding-bottom: var(--zd_size25);
49
+ padding-bottom: 25px;
50
50
  }
51
51
  .readOnly {
52
52
  cursor: no-drop;
@@ -64,22 +64,22 @@
64
64
  text-align: right;
65
65
  }
66
66
  [dir=ltr] .iconBox {
67
- margin-right: var(--zd_size4);
67
+ margin-right: 4px;
68
68
  }
69
69
  [dir=rtl] .iconBox {
70
- margin-left: var(--zd_size4);
70
+ margin-left: 4px;
71
71
  }
72
72
  .iconBox > i {
73
73
  display: block;
74
74
  }
75
75
  .loader {
76
- width: var(--zd_size40);
76
+ width: 40px;
77
77
  margin: 0 auto;
78
78
  }
79
79
  .seperatedLine {
80
- height: var(--zd_size1);
80
+ height: 1px;
81
81
  border-bottom: 1px solid var(--zdt_statusdropdown_line_border);
82
- margin: var(--zd_size9) 0 var(--zd_size10);
82
+ margin: 9px 0 10px;
83
83
  }
84
84
  .hiddenInput {
85
85
  width: 0;