@zohodesk/dot 1.0.0-beta.208 → 1.0.0-beta.210

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 (348) hide show
  1. package/README.md +9 -0
  2. package/es/ActionButton/ActionButton.js +10 -6
  3. package/es/ActionButton/ActionButton.module.css +10 -25
  4. package/es/AlphabeticList/AlphabeticList.module.css +4 -7
  5. package/{assets → es}/Appearance/dark/mode/dotDarkMode.module.css +1 -1
  6. package/{assets → es}/Appearance/dark/themes/blue/blueDarkDotTheme.module.css +1 -1
  7. package/{assets → es}/Appearance/dark/themes/green/greenDarkDotTheme.module.css +0 -0
  8. package/{assets → es}/Appearance/dark/themes/orange/orangeDarkDotTheme.module.css +1 -1
  9. package/{assets → es}/Appearance/dark/themes/red/redDarkDotTheme.module.css +0 -0
  10. package/{assets → es}/Appearance/dark/themes/yellow/yellowDarkDotTheme.module.css +0 -0
  11. package/{assets → es}/Appearance/default/mode/dotDefaultMode.module.css +1 -1
  12. package/{assets → es}/Appearance/default/themes/blue/blueDefaultDotTheme.module.css +0 -0
  13. package/{assets → es}/Appearance/default/themes/green/greenDefaultDotTheme.module.css +1 -1
  14. package/{assets → es}/Appearance/default/themes/orange/orangeDefaultDotTheme.module.css +0 -0
  15. package/{assets → es}/Appearance/default/themes/red/redDefaultDotTheme.module.css +0 -0
  16. package/{assets → es}/Appearance/default/themes/yellow/yellowDefaultDotTheme.module.css +0 -0
  17. package/es/Attachment/Attachment.module.css +9 -20
  18. package/es/ChannelIcon/ChannelIcon.module.css +21 -30
  19. package/es/Drawer/Drawer.module.css +11 -59
  20. package/es/FlipCard/FlipCard.module.css +5 -14
  21. package/es/FormAction/FormAction.module.css +9 -34
  22. package/es/FreezeLayer/FreezeLayer.module.css +2 -6
  23. package/es/IconButton/IconButton.module.css +1 -1
  24. package/es/ImportantNotes/ImportantNotes.module.css +2 -7
  25. package/es/Link/Link.js +1 -1
  26. package/es/Loader/Loader.module.css +4 -25
  27. package/es/Message/Message.module.css +9 -42
  28. package/es/MessageBanner/MessageBanner.module.css +4 -12
  29. package/es/NewStar/NewStar.module.css +5 -42
  30. package/es/ToastMessage/ToastMessage.module.css +25 -96
  31. package/es/Upload/Upload.module.css +8 -27
  32. package/es/alert/AlertHeader/AlertHeader.module.css +3 -21
  33. package/es/alert/AlertLookup/AlertLookup.js +8 -4
  34. package/es/alert/AlertLookup/AlertLookup.module.css +2 -6
  35. package/es/avatar/AvatarClose/AvatarClose.module.css +3 -9
  36. package/es/avatar/AvatarCollision/AvatarCollision.module.css +4 -18
  37. package/es/avatar/AvatarIcon/AvatarIcon.module.css +4 -3
  38. package/es/avatar/AvatarStatus/AvatarStatus.module.css +9 -59
  39. package/es/avatar/AvatarThread/AvatarThread.module.css +5 -55
  40. package/es/avatar/AvatarUser/AvatarUser.module.css +10 -81
  41. package/es/avatar/AvatarWithTeam/AvatarWithTeam.module.css +3 -10
  42. package/es/deprecated/SelectDropdown/SelectDropdown.module.css +3 -11
  43. package/es/deprecated/Theme/dotDarkTheme.module.css +532 -0
  44. package/es/deprecated/Theme/dotDefaultTheme.module.css +532 -0
  45. package/es/deprecated/Theme/palette/darkPalette.module.css +40 -0
  46. package/es/deprecated/Theme/palette/defaultPalette.module.css +40 -0
  47. package/es/dropdown/ToggleDropDown/ToggleDropDown.module.css +6 -19
  48. package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +4 -12
  49. package/es/emptystate/EditionPage/EditionPage.css +3 -9
  50. package/es/errorstate/EmptyStates.module.css +10 -13
  51. package/es/errorstate/Inconvenience/Inconvenience.module.css +0 -3
  52. package/es/errorstate/LinkText/LinkText.module.css +1 -1
  53. package/es/errorstate/PermissionPlay/PermissionPlay.module.css +2 -2
  54. package/es/errorstate/WillBack/WillBack.module.css +3 -1
  55. package/es/form/fields/Fields.module.css +14 -49
  56. package/es/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +7 -19
  57. package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css +1 -4
  58. package/es/form/fields/TextEditor/TextEditor.js +7 -4
  59. package/es/form/fields/TextEditor/TextEditor.module.css +73 -144
  60. package/es/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +2 -13
  61. package/es/form/fields/ValidationMessage/ValidationMessage.module.css +4 -9
  62. package/es/layout/SetupDetailLayout/SetupDetailLayout.module.css +16 -52
  63. package/es/layout/SubtabLayout/SubtabLayout.module.css +29 -55
  64. package/es/list/BluePrintStatus/BluePrintStatus.module.css +1 -4
  65. package/es/list/Comment/Comment.module.css +0 -5
  66. package/es/list/DotNew/DotNew.module.css +3 -3
  67. package/es/list/GridStencils/GridStencils.module.css +16 -70
  68. package/es/list/Icons/Icons.module.css +1 -1
  69. package/es/list/ListLayout/ListLayout.module.css +14 -22
  70. package/es/list/ListStencils/ListStencils.module.css +6 -11
  71. package/es/list/SecondaryText/SecondaryText.module.css +3 -13
  72. package/es/list/SentimentStatus/SentimentStatus.module.css +1 -4
  73. package/es/list/TagNew/TagNew.module.css +7 -14
  74. package/es/list/Thread/Thread.module.css +1 -13
  75. package/es/list/UserTime/UserTime.module.css +0 -6
  76. package/es/list/listCommon.module.css +1 -9
  77. package/es/list/status/StatusDropdown/StatusDropdown.module.css +6 -19
  78. package/es/list/status/StatusListItem/StatusListItem.module.css +15 -38
  79. package/es/lookup/Lookup/Lookup.module.css +2 -2
  80. package/es/lookup/Section/LookupSection.module.css +2 -2
  81. package/es/lookup/header/Close/LookupClose.module.css +4 -4
  82. package/es/lookup/header/Search/LookupSearch.module.css +12 -21
  83. package/es/lookup/header/TicketHeader/TicketHeader.module.css +2 -5
  84. package/es/lookup/header/ViewDropDown/ViewDropDown.module.css +3 -8
  85. package/es/lookup/header/lookupHeaderCommon.module.css +6 -16
  86. package/es/lookup/header/lookupHeaderCommonResponsive.module.css +3 -12
  87. package/es/setup/header/Button/HeaderButton.module.css +1 -3
  88. package/es/setup/header/Link/HeaderLink.module.css +1 -7
  89. package/es/setup/header/Search/Search.module.css +8 -19
  90. package/es/setup/header/Views/Views.module.css +5 -15
  91. package/es/setup/helptips/Link/HelpTipsLink.module.css +0 -1
  92. package/es/setup/helptips/ListGroup/ListGroup.module.css +1 -6
  93. package/es/setup/table/TableData/SetupTableData.module.css +3 -11
  94. package/es/setup/table/TableHead/SetupTableHead.module.css +0 -4
  95. package/es/setup/table/TableRow/SetupTableRow.module.css +2 -6
  96. package/es/version2/AlertClose/AlertClose.module.css +1 -1
  97. package/es/version2/GlobalNotification/GlobalNotification.module.css +9 -44
  98. package/es/version2/lookup/AlertHeader/AlertHeaderNew.module.css +2 -25
  99. package/es/version2/lookup/AlertLookup/AlertLookup.js +8 -4
  100. package/es/version2/lookup/AlertLookup/AlertLookupNew.module.css +3 -7
  101. package/es/version2/lookup/alertLookupCommonNew.module.css +1 -8
  102. package/es/version2/notification/DesktopNotification/DesktopNotification.module.css +10 -26
  103. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +10 -47
  104. package/lib/ActionButton/ActionButton.js +3 -3
  105. package/lib/ActionButton/ActionButton.module.css +9 -25
  106. package/lib/AlphabeticList/AlphabeticList.js +3 -3
  107. package/lib/AlphabeticList/AlphabeticList.module.css +4 -7
  108. package/lib/Appearance/dark/mode/dotDarkMode.module.css +536 -0
  109. package/lib/Appearance/dark/themes/blue/blueDarkDotTheme.module.css +10 -0
  110. package/lib/Appearance/dark/themes/green/greenDarkDotTheme.module.css +10 -0
  111. package/lib/Appearance/dark/themes/orange/orangeDarkDotTheme.module.css +10 -0
  112. package/lib/Appearance/dark/themes/red/redDarkDotTheme.module.css +10 -0
  113. package/lib/Appearance/dark/themes/yellow/yellowDarkDotTheme.module.css +10 -0
  114. package/lib/Appearance/default/mode/dotDefaultMode.module.css +536 -0
  115. package/lib/Appearance/default/themes/blue/blueDefaultDotTheme.module.css +10 -0
  116. package/lib/Appearance/default/themes/green/greenDefaultDotTheme.module.css +10 -0
  117. package/lib/Appearance/default/themes/orange/orangeDefaultDotTheme.module.css +10 -0
  118. package/lib/Appearance/default/themes/red/redDefaultDotTheme.module.css +10 -0
  119. package/lib/Appearance/default/themes/yellow/yellowDefaultDotTheme.module.css +10 -0
  120. package/lib/Attachment/Attachment.js +3 -3
  121. package/lib/Attachment/Attachment.module.css +9 -20
  122. package/lib/ChannelIcon/ChannelIcon.js +3 -3
  123. package/lib/ChannelIcon/ChannelIcon.module.css +21 -30
  124. package/lib/Drawer/Drawer.js +4 -4
  125. package/lib/Drawer/Drawer.module.css +11 -59
  126. package/lib/ExternalLink/ExternalLink.js +3 -3
  127. package/lib/FlipCard/FlipCard.js +3 -3
  128. package/lib/FlipCard/FlipCard.module.css +5 -14
  129. package/lib/FormAction/FormAction.js +4 -4
  130. package/lib/FormAction/FormAction.module.css +9 -34
  131. package/lib/FreezeLayer/FreezeLayer.js +3 -3
  132. package/lib/FreezeLayer/FreezeLayer.module.css +2 -6
  133. package/lib/IconButton/IconButton.js +3 -3
  134. package/lib/IconButton/IconButton.module.css +1 -1
  135. package/lib/Image/Image.js +3 -3
  136. package/lib/ImportantNotes/ImportantNotes.js +3 -3
  137. package/lib/ImportantNotes/ImportantNotes.module.css +2 -7
  138. package/lib/Link/Link.js +3 -3
  139. package/lib/Loader/Loader.js +3 -3
  140. package/lib/Loader/Loader.module.css +4 -25
  141. package/lib/Message/Message.js +4 -4
  142. package/lib/Message/Message.module.css +9 -42
  143. package/lib/MessageBanner/MessageBanner.js +3 -3
  144. package/lib/MessageBanner/MessageBanner.module.css +4 -12
  145. package/lib/NewStar/NewStar.js +3 -3
  146. package/lib/NewStar/NewStar.module.css +5 -42
  147. package/lib/PlusIcon/PlusIcon.js +3 -3
  148. package/lib/Provider.js +49 -49
  149. package/lib/ToastMessage/ToastMessage.js +1 -1
  150. package/lib/ToastMessage/ToastMessage.module.css +25 -96
  151. package/lib/Upload/Upload.js +3 -3
  152. package/lib/Upload/Upload.module.css +8 -27
  153. package/lib/actions/AutoClose.js +1 -1
  154. package/lib/alert/AlertHeader/AlertHeader.js +3 -3
  155. package/lib/alert/AlertHeader/AlertHeader.module.css +3 -21
  156. package/lib/alert/AlertLookup/AlertLookup.js +3 -3
  157. package/lib/alert/AlertLookup/AlertLookup.module.css +2 -6
  158. package/lib/avatar/AvatarClose/AvatarClose.js +3 -3
  159. package/lib/avatar/AvatarClose/AvatarClose.module.css +3 -9
  160. package/lib/avatar/AvatarCollision/AvatarCollision.js +3 -3
  161. package/lib/avatar/AvatarCollision/AvatarCollision.module.css +4 -18
  162. package/lib/avatar/AvatarIcon/AvatarIcon.js +3 -3
  163. package/lib/avatar/AvatarIcon/AvatarIcon.module.css +4 -3
  164. package/lib/avatar/AvatarStatus/AvatarStatus.js +3 -3
  165. package/lib/avatar/AvatarStatus/AvatarStatus.module.css +9 -59
  166. package/lib/avatar/AvatarThread/AvatarThread.js +3 -3
  167. package/lib/avatar/AvatarThread/AvatarThread.module.css +5 -55
  168. package/lib/avatar/AvatarUser/AvatarUser.js +3 -3
  169. package/lib/avatar/AvatarUser/AvatarUser.module.css +10 -81
  170. package/lib/avatar/AvatarWithTeam/AvatarWithTeam.js +3 -3
  171. package/lib/avatar/AvatarWithTeam/AvatarWithTeam.module.css +3 -10
  172. package/lib/deprecated/SelectDropdown/SelectDropdown.js +3 -3
  173. package/lib/deprecated/SelectDropdown/SelectDropdown.module.css +9 -17
  174. package/lib/dropdown/ToggleDropDown/ToggleDropDown.js +3 -3
  175. package/lib/dropdown/ToggleDropDown/ToggleDropDown.module.css +6 -19
  176. package/lib/emptystate/CommonEmptyState/CommonEmptyState.js +3 -3
  177. package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +4 -12
  178. package/lib/emptystate/EditionPage/EditionPage.css +3 -9
  179. package/lib/emptystate/EditionPage/EditionPage.js +3 -3
  180. package/lib/errorstate/EmptyStates.module.css +10 -13
  181. package/lib/errorstate/Inconvenience/Inconvenience.js +3 -3
  182. package/lib/errorstate/Inconvenience/Inconvenience.module.css +0 -3
  183. package/lib/errorstate/LinkText/LinkText.js +3 -3
  184. package/lib/errorstate/LinkText/LinkText.module.css +1 -1
  185. package/lib/errorstate/NoRequestFound/NoRequestFound.js +3 -3
  186. package/lib/errorstate/PermissionPlay/PermissionPlay.js +3 -3
  187. package/lib/errorstate/PermissionPlay/PermissionPlay.module.css +2 -2
  188. package/lib/errorstate/RequestUrlNotFound/RequestUrlNotFound.js +3 -3
  189. package/lib/errorstate/UnableToProcess/UnableToProcess.js +3 -3
  190. package/lib/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +3 -3
  191. package/lib/errorstate/WillBack/WillBack.js +3 -3
  192. package/lib/errorstate/WillBack/WillBack.module.css +3 -1
  193. package/lib/form/fields/CheckBoxField/CheckBoxField.js +4 -4
  194. package/lib/form/fields/CurrencyField/CurrencyField.js +5 -5
  195. package/lib/form/fields/DateField/DateField.js +5 -5
  196. package/lib/form/fields/Fields.module.css +16 -54
  197. package/lib/form/fields/MultiSelectField/MultiSelectField.js +5 -5
  198. package/lib/form/fields/PhoneField/PhoneField.js +3 -3
  199. package/lib/form/fields/RadioField/RadioField.js +5 -5
  200. package/lib/form/fields/SelectField/SelectField.js +5 -5
  201. package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.js +7 -8
  202. package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +7 -19
  203. package/lib/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +3 -3
  204. package/lib/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css +1 -4
  205. package/lib/form/fields/TextBoxField/TextBoxField.js +5 -5
  206. package/lib/form/fields/TextEditor/TextEditor.js +4 -4
  207. package/lib/form/fields/TextEditor/TextEditor.module.css +71 -143
  208. package/lib/form/fields/TextEditorField/TextEditorField.js +5 -5
  209. package/lib/form/fields/TextEditorWrapper/TextEditorWrapper.js +4 -4
  210. package/lib/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +2 -13
  211. package/lib/form/fields/TextareaField/TextareaField.js +5 -5
  212. package/lib/form/fields/ValidationMessage/ValidationMessage.js +3 -3
  213. package/lib/form/fields/ValidationMessage/ValidationMessage.module.css +4 -9
  214. package/lib/form/layout/Field/Field.js +3 -3
  215. package/lib/form/layout/Section/Section.js +3 -3
  216. package/lib/index.js +4 -4
  217. package/lib/layout/SetupDetailLayout/SetupDetailLayout.js +4 -4
  218. package/lib/layout/SetupDetailLayout/SetupDetailLayout.module.css +16 -52
  219. package/lib/layout/SetupDetailLayout/index.js +7 -7
  220. package/lib/layout/SubtabLayout/SubtabLayout.js +4 -4
  221. package/lib/layout/SubtabLayout/SubtabLayout.module.css +29 -55
  222. package/lib/layout/SubtabLayout/index.js +9 -9
  223. package/lib/list/AvatarFlip/AvatarFlip.js +3 -3
  224. package/lib/list/BluePrintStatus/BluePrintStatus.js +3 -3
  225. package/lib/list/BluePrintStatus/BluePrintStatus.module.css +3 -6
  226. package/lib/list/Comment/Comment.js +3 -3
  227. package/lib/list/Comment/Comment.module.css +0 -5
  228. package/lib/list/DepartmentDropDown/DepartmentDropDown.js +3 -3
  229. package/lib/list/Dot/Dot.js +3 -3
  230. package/lib/list/DotNew/DotNew.js +3 -3
  231. package/lib/list/DotNew/DotNew.module.css +6 -6
  232. package/lib/list/GridStencils/GridStencils.js +3 -3
  233. package/lib/list/GridStencils/GridStencils.module.css +16 -70
  234. package/lib/list/Icons/AddNewIcon.js +3 -3
  235. package/lib/list/Icons/CompleteIcon.js +3 -3
  236. package/lib/list/Icons/DeleteIcon.js +3 -3
  237. package/lib/list/Icons/EditIcon.js +3 -3
  238. package/lib/list/Icons/FloatingIcons.js +3 -3
  239. package/lib/list/Icons/Icons.module.css +1 -1
  240. package/lib/list/Icons/ReadUnreadIcon.js +3 -3
  241. package/lib/list/Icons/SmartIcon.js +3 -3
  242. package/lib/list/ListLayout/ListLayout.js +4 -4
  243. package/lib/list/ListLayout/ListLayout.module.css +14 -22
  244. package/lib/list/ListStencils/ListStencils.js +3 -3
  245. package/lib/list/ListStencils/ListStencils.module.css +6 -11
  246. package/lib/list/SecondaryText/AccountName.js +3 -3
  247. package/lib/list/SecondaryText/ContactName.js +3 -3
  248. package/lib/list/SecondaryText/DepartmentText.js +3 -3
  249. package/lib/list/SecondaryText/Email.js +3 -3
  250. package/lib/list/SecondaryText/HappinessRating.js +3 -3
  251. package/lib/list/SecondaryText/PhoneNumber.js +3 -3
  252. package/lib/list/SecondaryText/PriorityText.js +3 -3
  253. package/lib/list/SecondaryText/SecondaryText.js +3 -3
  254. package/lib/list/SecondaryText/SecondaryText.module.css +3 -13
  255. package/lib/list/SecondaryText/StatusText.js +3 -3
  256. package/lib/list/SecondaryText/TicketId.js +3 -3
  257. package/lib/list/SecondaryText/Website.js +3 -3
  258. package/lib/list/SecondaryText/index.js +22 -22
  259. package/lib/list/SecondryPanel/SecondryPanel.js +4 -4
  260. package/lib/list/SentimentStatus/SentimentStatus.js +3 -3
  261. package/lib/list/SentimentStatus/SentimentStatus.module.css +1 -4
  262. package/lib/list/Subject/Subject.js +3 -3
  263. package/lib/list/TagNew/TagNew.js +3 -3
  264. package/lib/list/TagNew/TagNew.module.css +7 -14
  265. package/lib/list/Thread/Thread.js +3 -3
  266. package/lib/list/Thread/Thread.module.css +1 -13
  267. package/lib/list/UserTime/UserTime.js +3 -3
  268. package/lib/list/UserTime/UserTime.module.css +0 -6
  269. package/lib/list/listCommon.module.css +1 -9
  270. package/lib/list/status/StatusDropdown/StatusDropdown.js +3 -3
  271. package/lib/list/status/StatusDropdown/StatusDropdown.module.css +6 -19
  272. package/lib/list/status/StatusListItem/StatusListItem.js +3 -3
  273. package/lib/list/status/StatusListItem/StatusListItem.module.css +15 -38
  274. package/lib/lookup/EmptyPage/EmptyPage.js +3 -3
  275. package/lib/lookup/Lookup/Lookup.js +3 -3
  276. package/lib/lookup/Lookup/Lookup.module.css +2 -2
  277. package/lib/lookup/Section/LookupSection.module.css +2 -2
  278. package/lib/lookup/Section/Section.js +3 -3
  279. package/lib/lookup/header/Close/Close.js +3 -3
  280. package/lib/lookup/header/Close/LookupClose.module.css +4 -4
  281. package/lib/lookup/header/ModuleHeader/ModuleHeader.js +3 -3
  282. package/lib/lookup/header/Search/LookupSearch.module.css +12 -21
  283. package/lib/lookup/header/Search/Search.js +3 -3
  284. package/lib/lookup/header/TicketHeader/TicketHeader.js +4 -6
  285. package/lib/lookup/header/TicketHeader/TicketHeader.module.css +3 -7
  286. package/lib/lookup/header/Title/Title.js +3 -3
  287. package/lib/lookup/header/ViewDropDown/ViewDropDown.js +3 -3
  288. package/lib/lookup/header/ViewDropDown/ViewDropDown.module.css +4 -8
  289. package/lib/lookup/header/lookupHeaderCommon.module.css +6 -16
  290. package/lib/lookup/header/lookupHeaderCommonResponsive.module.css +3 -12
  291. package/lib/setup/header/Button/Button.js +3 -3
  292. package/lib/setup/header/Button/HeaderButton.module.css +1 -3
  293. package/lib/setup/header/Link/HeaderLink.module.css +1 -7
  294. package/lib/setup/header/Link/Link.js +3 -3
  295. package/lib/setup/header/Search/Search.js +3 -3
  296. package/lib/setup/header/Search/Search.module.css +8 -19
  297. package/lib/setup/header/Views/Views.js +3 -3
  298. package/lib/setup/header/Views/Views.module.css +5 -15
  299. package/lib/setup/helptips/Description/Description.js +3 -3
  300. package/lib/setup/helptips/Link/HelpTipsLink.module.css +0 -1
  301. package/lib/setup/helptips/Link/Link.js +3 -3
  302. package/lib/setup/helptips/ListGroup/ListGroup.js +3 -3
  303. package/lib/setup/helptips/ListGroup/ListGroup.module.css +1 -6
  304. package/lib/setup/helptips/Title/Title.js +3 -3
  305. package/lib/setup/table/Table/Table.js +3 -3
  306. package/lib/setup/table/TableBody/TableBody.js +3 -3
  307. package/lib/setup/table/TableData/SetupTableData.module.css +3 -11
  308. package/lib/setup/table/TableData/TableData.js +3 -3
  309. package/lib/setup/table/TableHead/SetupTableHead.module.css +0 -4
  310. package/lib/setup/table/TableHead/TableHead.js +3 -3
  311. package/lib/setup/table/TableRow/SetupTableRow.module.css +2 -6
  312. package/lib/setup/table/TableRow/TableRow.js +3 -3
  313. package/lib/setup/table/Text/Text.js +3 -3
  314. package/lib/svg/PlusIcon.js +3 -3
  315. package/lib/svg/SnippetIcon.js +3 -3
  316. package/lib/svg/TemplateIcon.js +3 -3
  317. package/lib/utils/ChannelIconMapping.js +1 -1
  318. package/lib/utils/General.js +4 -4
  319. package/lib/utils/KeyboardApi.js +1 -3
  320. package/lib/utils/editorUtils.js +6 -6
  321. package/lib/version2/AlertClose/AlertClose.js +3 -3
  322. package/lib/version2/AlertClose/AlertClose.module.css +1 -1
  323. package/lib/version2/GlobalNotification/GlobalNotification.js +10 -22
  324. package/lib/version2/GlobalNotification/GlobalNotification.module.css +9 -44
  325. package/lib/version2/alertIcons/AlarmAlertIcon.js +3 -3
  326. package/lib/version2/alertIcons/AlertIcons.js +3 -3
  327. package/lib/version2/alertIcons/DangerAlertIcon.js +3 -3
  328. package/lib/version2/alertIcons/ErrorAlertIcon.js +3 -3
  329. package/lib/version2/alertIcons/InfoAlertIcon.js +3 -3
  330. package/lib/version2/alertIcons/NotificationAlertIcon.js +3 -3
  331. package/lib/version2/alertIcons/SuccessAlertIcon.js +3 -3
  332. package/lib/version2/alertIcons/WarningAlertIcon.js +3 -3
  333. package/lib/version2/errorstate/Inconvenience/Inconvenience.js +3 -3
  334. package/lib/version2/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +3 -3
  335. package/lib/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +3 -3
  336. package/lib/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +3 -3
  337. package/lib/version2/errorstate/UrlNotFound/UrlNotFound.js +3 -3
  338. package/lib/version2/errorstate/WillBeRightBack/WillBeRightBack.js +3 -3
  339. package/lib/version2/lookup/AlertHeader/AlertHeader.js +3 -3
  340. package/lib/version2/lookup/AlertHeader/AlertHeaderNew.module.css +2 -25
  341. package/lib/version2/lookup/AlertLookup/AlertLookup.js +3 -3
  342. package/lib/version2/lookup/AlertLookup/AlertLookupNew.module.css +3 -7
  343. package/lib/version2/lookup/alertLookupCommonNew.module.css +1 -8
  344. package/lib/version2/notification/DesktopNotification/DesktopNotification.js +6 -14
  345. package/lib/version2/notification/DesktopNotification/DesktopNotification.module.css +14 -29
  346. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +3 -3
  347. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +10 -47
  348. package/package.json +1 -1
@@ -1,7 +1,5 @@
1
- [dir=ltr] .container {
1
+ .container {
2
2
  padding-left: var(--zd_size20);
3
- }[dir=rtl] .container {
4
- padding-right: var(--zd_size20);
5
3
  }
6
4
  .size70 {
7
5
  flex-basis: var(--zd_size70);
@@ -30,15 +28,9 @@
30
28
  .center {
31
29
  text-align: center;
32
30
  }
33
- [dir=ltr] .left {
31
+ .left {
34
32
  text-align: left;
35
33
  }
36
- [dir=rtl] .left {
34
+ .right {
37
35
  text-align: right;
38
36
  }
39
- [dir=ltr] .right {
40
- text-align: right;
41
- }
42
- [dir=rtl] .right {
43
- text-align: left;
44
- }
@@ -1,11 +1,7 @@
1
1
  .container {
2
2
  border-bottom: 1px solid var(--zdt_setuptablehead_border);
3
- }[dir=ltr] .container {
4
3
  padding-right: var(--zd_size40);
5
4
  padding-left: var(--zd_size40);
6
- }[dir=rtl] .container {
7
- padding-left: var(--zd_size40);
8
- padding-right: var(--zd_size40);
9
5
  }
10
6
  .subContainer {
11
7
  height: var(--zd_size40);
@@ -1,13 +1,9 @@
1
1
  .container {
2
2
  position: relative;
3
- height: var(--zd_size52);
4
- border-bottom: 1px solid var(--zdt_setuptablerow_border);
5
- }[dir=ltr] .container {
6
3
  margin-right: var(--zd_size40);
7
4
  margin-left: var(--zd_size40);
8
- }[dir=rtl] .container {
9
- margin-left: var(--zd_size40);
10
- margin-right: var(--zd_size40);
5
+ border-bottom: 1px solid var(--zdt_setuptablerow_border);
6
+ height: var(--zd_size52);
11
7
  }
12
8
  .container:hover {
13
9
  background-color: var( --zdt_setuptablerow_hover_bg);
@@ -1,9 +1,9 @@
1
1
  .close {
2
2
  width: var(--zd_size25);
3
3
  height: var(--zd_size25);
4
- color: var(--zdt_commonalert_close_icon);
5
4
  border-radius: var(--zd_size4);
6
5
  cursor: pointer;
6
+ color: var(--zdt_commonalert_close_icon);
7
7
  }
8
8
 
9
9
  .closeIcon {
@@ -11,38 +11,25 @@
11
11
  top: 0;
12
12
  z-index: 1000;
13
13
  /*Hook for editor alert*/
14
- pointer-events: none;
15
- text-align: center;
16
- }
17
- [dir=ltr] .message {
18
14
  right: 0;
15
+ text-align: center;
19
16
  left: 0;
20
- }
21
- [dir=rtl] .message {
22
- left: 0;
23
- right: 0;
17
+ pointer-events: none;
24
18
  }
25
19
 
26
20
  .container {
21
+ padding: var(--zd_size18) var(--zd_size70) var(--zd_size19) var(--zd_size75);
27
22
  position: relative;
28
23
  pointer-events: initial;
29
- color: var(--globalnotification_text_color);
30
- max-width: var(--zd_size490);
31
- composes: wbreak from '~@zohodesk/components/lib/common/common.module.css';
32
24
  box-shadow: 0 4px 20px var(--globalnotification_box_shadow);
33
25
  border-radius: 0 0 var(--zd_size10) var(--zd_size10);
34
26
  background-color: var(--globalnotification_bg_color);
35
27
  border-style: solid;
36
28
  border-color: var(--commonalert_border_color);
37
29
  border-width: 2px 1px 1px 1px;
38
- }
39
-
40
- [dir=ltr] .container {
41
- padding: var(--zd_size18) var(--zd_size70) var(--zd_size19) var(--zd_size75);
42
- }
43
-
44
- [dir=rtl] .container {
45
- padding: var(--zd_size18) var(--zd_size75) var(--zd_size19) var(--zd_size70);
30
+ color: var(--globalnotification_text_color);
31
+ max-width: var(--zd_size490);
32
+ composes: wbreak from '~@zohodesk/components/lib/common/common.module.css';
46
33
  }
47
34
 
48
35
  .icon {
@@ -51,15 +38,8 @@
51
38
  position: absolute;
52
39
  top: 0;
53
40
  bottom: 0;
54
- margin: auto 0;
55
- }
56
-
57
- [dir=ltr] .icon {
58
41
  left: var(--zd_size18);
59
- }
60
-
61
- [dir=rtl] .icon {
62
- right: var(--zd_size18);
42
+ margin: auto 0;
63
43
  }
64
44
 
65
45
  .success {
@@ -96,30 +76,15 @@
96
76
  font-size: var(--zd_font_size14);
97
77
  font-family: var(--zd_semibold);
98
78
  composes: ftsmooth from '~@zohodesk/components/lib/common/common.module.css';
99
- line-height: var(--zd_size20);
100
- }
101
-
102
- [dir=ltr] .text {
103
79
  text-align: left;
104
- }
105
-
106
- [dir=rtl] .text {
107
- text-align: right;
80
+ line-height: var(--zd_size20);
108
81
  }
109
82
 
110
83
  .close {
111
84
  position: absolute;
112
85
  top: 0;
113
86
  bottom: 0;
114
- height: var(--zd_size25);
115
- }
116
-
117
- [dir=ltr] .close {
118
87
  right: var(--zd_size12);
119
88
  margin: auto 0 auto var(--zd_size25);
120
- }
121
-
122
- [dir=rtl] .close {
123
- left: var(--zd_size12);
124
- margin: auto var(--zd_size25) auto 0;
89
+ height: var(--zd_size25);
125
90
  }
@@ -11,13 +11,8 @@
11
11
  }
12
12
  .headerLayout {
13
13
  min-height: var(--zd_size54);
14
- }
15
- [dir=ltr] .headerLayout {
16
14
  padding: var(--zd_size15) var(--zd_size45) 0 var(--zd_size20);
17
15
  }
18
- [dir=rtl] .headerLayout {
19
- padding: var(--zd_size15) var(--zd_size20) 0 var(--zd_size45);
20
- }
21
16
 
22
17
  .success {
23
18
  --commonalert_border_color: var(--zdt_commonalert_success_border);
@@ -39,14 +34,10 @@
39
34
  --commonalert_border_color: var(--zdt_commonalert_warning_border);
40
35
  }
41
36
 
42
- [dir=ltr] .extraSmall {
37
+ .extraSmall {
43
38
  padding: var(--zd_size12) var(--zd_size45) var(--zd_size12) var(--zd_size16);
44
39
  }
45
40
 
46
- [dir=rtl] .extraSmall {
47
- padding: var(--zd_size12) var(--zd_size16) var(--zd_size12) var(--zd_size45);
48
- }
49
-
50
41
  .iconContainer {
51
42
  height: var(--zd_size51);
52
43
  width: var(--zd_size51);
@@ -54,6 +45,7 @@
54
45
 
55
46
  .title {
56
47
  color: var(--zdt_alertlookupnew_text);
48
+ margin: 0 var(--zd_size5) 0 var(--zd_size10);
57
49
  font-size: var(--zd_font_size18);
58
50
  line-height: var(--zd_size22);
59
51
  font-family: var(--zd_bold);
@@ -61,14 +53,6 @@
61
53
  vertical-align: middle;
62
54
  }
63
55
 
64
- [dir=ltr] .title {
65
- margin: 0 var(--zd_size5) 0 var(--zd_size10);
66
- }
67
-
68
- [dir=rtl] .title {
69
- margin: 0 var(--zd_size10) 0 var(--zd_size5);
70
- }
71
-
72
56
  .iconStyle {
73
57
  display: block;
74
58
  }
@@ -76,12 +60,5 @@
76
60
  .close {
77
61
  position: absolute;
78
62
  top: var(--zd_size12);
79
- }
80
-
81
- [dir=ltr] .close {
82
63
  right: var(--zd_size12);
83
- }
84
-
85
- [dir=rtl] .close {
86
- left: var(--zd_size12);
87
64
  }
@@ -62,12 +62,14 @@ export default class AlertLookup extends Component {
62
62
  let {
63
63
  onSubmitClick,
64
64
  onCancelClick,
65
- isActive
65
+ isActive,
66
+ onEsc,
67
+ onClose
66
68
  } = this.props;
67
69
 
68
70
  if (e.keyCode === 27 && isActive) {
69
71
  e && e.preventDefault && e.preventDefault();
70
- onCancelClick && onCancelClick(e);
72
+ onEsc == 'close' ? onClose && onClose(e) : onCancelClick && onCancelClick(e);
71
73
  } else if (e.keyCode === 13 && isActive) {
72
74
  e && e.preventDefault && e.preventDefault();
73
75
  onSubmitClick && onSubmitClick(e);
@@ -227,7 +229,8 @@ AlertLookup.propTypes = {
227
229
  align: PropTypes.oneOf(['top', 'vertical']),
228
230
  childAnimationName: PropTypes.oneOf(['expand', 'flyDown']),
229
231
  isHtmlContent: PropTypes.bool,
230
- scroll: PropTypes.oneOf(['horizontal', 'vertical', 'both'])
232
+ scroll: PropTypes.oneOf(['horizontal', 'vertical', 'both']),
233
+ onEsc: PropTypes.oneOf(['close', 'cancel'])
231
234
  };
232
235
  AlertLookup.defaultProps = {
233
236
  isActive: false,
@@ -239,7 +242,8 @@ AlertLookup.defaultProps = {
239
242
  align: 'top',
240
243
  childAnimationName: 'flyDown',
241
244
  isHtmlContent: false,
242
- scroll: ''
245
+ scroll: '',
246
+ onEsc: 'cancel'
243
247
  };
244
248
 
245
249
  if (false) {
@@ -3,21 +3,17 @@
3
3
  }
4
4
 
5
5
  .innerSection {
6
+ padding: var(--zd_size17) var(--zd_size30) var(--zd_size30);
6
7
  color: var(--zdt_alertlookupnew_text);
7
8
  font-size: var(--zd_font_size14);
8
9
  line-height: var(--zd_size18);
9
10
  composes: wbreak from '~@zohodesk/components/lib/common/common.module.css';
10
- padding: var(--zd_size17) var(--zd_size30) var(--zd_size30);
11
11
  }
12
12
 
13
- [dir=ltr] .buttonGap {
13
+ .buttonGap {
14
14
  margin: 0 0 0 var(--zd_size12);
15
15
  }
16
16
 
17
- [dir=rtl] .buttonGap {
18
- margin: 0 var(--zd_size12) 0 0;
19
- }
20
-
21
17
  .confirmMsgText {
22
18
  margin-top: var(--zd_size20);
23
19
  }
@@ -27,8 +23,8 @@
27
23
  }
28
24
 
29
25
  .footer {
30
- overflow: hidden;
31
26
  border-radius: 0 0 var(--zd_size10) var(--zd_size10);
27
+ overflow: hidden;
32
28
  }
33
29
  .horizontalScroll, .verticalScroll, .bothScroll {
34
30
  height: 100%;
@@ -2,16 +2,9 @@
2
2
 
3
3
  .noteContainer {
4
4
  padding: var(--zd_size4) var(--zd_size30) 0;
5
- }
6
-
7
- [dir=ltr] .noteContainer {
8
5
  border-left: solid 1px var(--zdt_alertlookup_border);
9
6
  }
10
7
 
11
- [dir=rtl] .noteContainer {
12
- border-right: solid 1px var(--zdt_alertlookup_border);
13
- }
14
-
15
8
  .noteTitle {
16
9
  font-size: var(--zd_font_size13);
17
10
  font-family: var(--zd_semibold);
@@ -27,7 +20,7 @@
27
20
  font-size: var(--zd_font_size12);
28
21
  /* line-height: var(--zd_size14); */
29
22
  color: var(--zdt_alertlookuop_text);
23
+ margin-bottom: var(--zd_size15);
30
24
  list-style-type: disc;
31
25
  line-height: initial;
32
- margin-bottom: var(--zd_size15);
33
26
  }
@@ -1,22 +1,17 @@
1
1
  .parentElement {
2
- position: relative;
3
2
  margin-bottom: var(--zd_size7);
3
+ position: relative;
4
4
  }
5
5
  .container {
6
+ background-color: var(--zdt_desktopnotification_bg);
6
7
  color: var(--zdt_desktopnotification_text);
7
8
  transition: all var(--zd_transition4);
8
9
  position: relative;
10
+ transform-origin: right center;
9
11
  max-height: 100%;
10
- pointer-events: auto;
11
- background-color: var(--zdt_desktopnotification_bg);
12
12
  box-shadow: 0 4px 20px var(--zdt_desktopnotification_box_shadow);
13
13
  border-radius: 0 0 var(--zd_size10) var(--zd_size10);
14
- }
15
- [dir=ltr] .container {
16
- transform-origin: right center;
17
- }
18
- [dir=rtl] .container {
19
- transform-origin: left center;
14
+ pointer-events: auto;
20
15
  }
21
16
  .globalNotify {
22
17
  max-width: var(--zd_size490);
@@ -32,17 +27,11 @@
32
27
  /* Animation Style */
33
28
  .closeAnimation {
34
29
  max-height: 0;
35
- transition: all var(--zd_transition3) 0.4s;
36
30
  margin-bottom: 0;
31
+ transition: all var(--zd_transition3) 0.4s;
37
32
  }
38
33
  .animation {
39
34
  composes: modeForward from '~@zohodesk/components/lib/common/animation.module.css';
40
- }
41
- [dir=ltr] .animation {
42
- animation-duration: var(--zd_transition4);
43
- -webkit-animation-duration: var(--zd_transition4);
44
- }
45
- [dir=rtl] .animation {
46
35
  animation-duration: var(--zd_transition4);
47
36
  -webkit-animation-duration: var(--zd_transition4);
48
37
  }
@@ -51,8 +40,8 @@
51
40
  composes: animation;
52
41
  }
53
42
  .leftnoanimate {
54
- opacity: 1;
55
43
  transform: translateX(0) scale(1);
44
+ opacity: 1;
56
45
  }
57
46
  .rightanimate {
58
47
  composes: slideRight from '~@zohodesk/components/lib/common/animation.module.css';
@@ -61,20 +50,15 @@
61
50
  }
62
51
  /* Container Style */
63
52
  .message {
53
+ padding: var(--zd_size10) var(--zd_size20) var(--zd_size10) var(--zd_size76);
54
+ border-top: 1px solid var(--zd_smoke1);
55
+ cursor: pointer;
64
56
  position: relative;
65
57
  color: var(--zd_smoke18);
66
58
  font-size: var(--zd_font_size11);
67
59
  composes: dotted textCap from '~@zohodesk/components/lib/common/common.module.css';
68
60
  height: var(--zd_size33);
69
61
  transition: padding var(--zd_transition3), height var(--zd_transition3);
70
- border-top: 1px solid var(--zd_smoke1);
71
- cursor: pointer;
72
- }
73
- [dir=ltr] .message {
74
- padding: var(--zd_size10) var(--zd_size20) var(--zd_size10) var(--zd_size76);
75
- }
76
- [dir=rtl] .message {
77
- padding: var(--zd_size10) var(--zd_size76) var(--zd_size10) var(--zd_size20);
78
62
  }
79
63
  .message:hover {
80
64
  background: var(--zd_alabaster);
@@ -101,6 +85,6 @@
101
85
  margin-top: var(--zd_size20);
102
86
  }
103
87
  .footer {
104
- overflow: hidden;
105
88
  border-radius: 0 0 var(--zd_size10) var(--zd_size10);
89
+ overflow: hidden;
106
90
  }
@@ -5,27 +5,20 @@
5
5
  composes: varClass;
6
6
  min-height: var(--zd_size54);
7
7
  position: relative;
8
- color: var(--zdt_desktopnotification_text);
9
8
  background-color: var(--alert_lookup_bg_color);
10
9
  border-style: solid;
11
10
  border-color: var(--commonalert_border_color);
12
11
  border-width: 2px 0 0 0;
12
+ color: var(--zdt_desktopnotification_text);
13
13
  }
14
14
 
15
15
  .title {
16
+ margin: 0 var(--zd_size5) 0 var(--zd_size10);
16
17
  font-size: var(--zd_font_size18);
17
18
  line-height: var(--zd_size22);
18
19
  font-family: var(--zd_bold);
19
20
  composes: ftsmooth wbreak from '~@zohodesk/components/lib/common/common.module.css';
20
21
  }
21
-
22
- [dir=ltr] .title {
23
- margin: 0 var(--zd_size5) 0 var(--zd_size10);
24
- }
25
-
26
- [dir=rtl] .title {
27
- margin: 0 var(--zd_size10) 0 var(--zd_size5);
28
- }
29
22
 
30
23
  .infoText {
31
24
  font-size: var(--zd_font_size14);
@@ -57,11 +50,8 @@
57
50
 
58
51
 
59
52
  /* Primary Header */
60
- [dir=ltr] .primary {
61
- padding: var(--zd_size15) var(--zd_size45) 0 var(--zd_size20);
62
- }
63
- [dir=rtl] .primary {
64
- padding: var(--zd_size15) var(--zd_size20) 0 var(--zd_size45);
53
+ .primary {
54
+ padding: var(--zd_size15) var(--zd_size45) 0 var(--zd_size20);
65
55
  }
66
56
 
67
57
  .primary .iconContainer {
@@ -76,26 +66,14 @@
76
66
  .primary .close {
77
67
  position: absolute;
78
68
  top: var(--zd_size12);
79
- }
80
-
81
- [dir=ltr] .primary .close {
82
- right: var(--zd_size12);
83
- }
84
-
85
- [dir=rtl] .primary .close {
86
- left: var(--zd_size12);
69
+ right: var(--zd_size12);
87
70
  }
88
71
 
89
72
  /* Secondary Header */
90
73
  .secondary {
91
- composes: wbreak from '~@zohodesk/components/lib/common/common.module.css';
74
+ padding: var(--zd_size18) var(--zd_size70) var(--zd_size19) var(--zd_size75);
92
75
  border-radius: 0 0 var(--zd_size10) var(--zd_size10);
93
- }
94
- [dir=ltr] .secondary {
95
- padding: var(--zd_size18) var(--zd_size70) var(--zd_size19) var(--zd_size75);
96
- }
97
- [dir=rtl] .secondary {
98
- padding: var(--zd_size18) var(--zd_size75) var(--zd_size19) var(--zd_size70);
76
+ composes: wbreak from '~@zohodesk/components/lib/common/common.module.css';
99
77
  }
100
78
 
101
79
  .secondary .infoText {
@@ -108,30 +86,15 @@
108
86
  position: absolute;
109
87
  top: 0;
110
88
  bottom: 0;
89
+ left: var(--zd_size18);
111
90
  margin: auto 0;
112
91
  }
113
92
 
114
- [dir=ltr] .secondary .iconContainer {
115
- left: var(--zd_size18);
116
- }
117
-
118
- [dir=rtl] .secondary .iconContainer {
119
- right: var(--zd_size18);
120
- }
121
-
122
93
  .secondary .close {
123
94
  position: absolute;
124
95
  top: 0;
125
96
  bottom: 0;
97
+ right: var(--zd_size12);
98
+ margin: auto 0 auto var(--zd_size25);
126
99
  height: var(--zd_size25);
127
- }
128
-
129
- [dir=ltr] .secondary .close {
130
- right: var(--zd_size12);
131
- margin: auto 0 auto var(--zd_size25);
132
- }
133
-
134
- [dir=rtl] .secondary .close {
135
- left: var(--zd_size12);
136
- margin: auto var(--zd_size25) auto 0;
137
100
  }
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
3
+ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
4
4
 
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
@@ -31,9 +31,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
31
31
 
32
32
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
33
33
 
34
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
34
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
35
35
 
36
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } Object.defineProperty(subClass, "prototype", { value: Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }), writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
36
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
37
37
 
38
38
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
39
39
 
@@ -21,12 +21,9 @@
21
21
  .primaryBtn, .primaryArw {
22
22
  border: 1px solid var(--buttonBorder);
23
23
  }
24
- [dir=ltr] .primaryBtn {
24
+ .primaryBtn {
25
25
  border-right: none;
26
26
  }
27
- [dir=rtl] .primaryBtn {
28
- border-left: none;
29
- }
30
27
  .contentBox,
31
28
  .arrowWrapper {
32
29
  transition: width var(--zd_transition3), padding var(--zd_transition3), background-color var(--zd_transition2), border-color var(--zd_transition2);
@@ -34,12 +31,9 @@
34
31
  .clickable {
35
32
  cursor: pointer;
36
33
  }
37
- [dir=ltr] .contentBoxBdr {
34
+ .contentBoxBdr {
38
35
  border-radius: var(--zd_size4) 0 0 var(--zd_size4);
39
36
  }
40
- [dir=rtl] .contentBoxBdr {
41
- border-radius: 0 var(--zd_size4) var(--zd_size4) 0;
42
- }
43
37
  .contentBoxBdrRds {
44
38
  border-radius: var(--zd_size4);
45
39
  }
@@ -59,7 +53,8 @@
59
53
  .small_btnBox {
60
54
  padding: 0 var(--zd_size8);
61
55
  }
62
- .medium_btnBox, .large_btnBox {
56
+ .medium_btnBox,
57
+ .large_btnBox {
63
58
  padding: 0 var(--zd_size10);
64
59
  }
65
60
  .txt {
@@ -82,20 +77,12 @@
82
77
  }
83
78
  .arrowWrapper {
84
79
  position: relative;
85
- composes: offSelection from '~@zohodesk/components/lib/common/common.module.css';
86
- cursor: pointer;
87
- }
88
- [dir=ltr] .arrowWrapper {
89
80
  border-radius: 0 var(--zd_size4) var(--zd_size4) 0;
81
+ cursor: pointer;
82
+ composes: offSelection from '~@zohodesk/components/lib/common/common.module.css';
90
83
  }
91
- [dir=rtl] .arrowWrapper {
92
- border-radius: var(--zd_size4) 0 0 var(--zd_size4);
93
- }
94
- [dir=ltr] .primaryFilledArw {
95
- border-left: 1px solid var(--buttonSeparatorBorder);
96
- }
97
- [dir=rtl] .primaryFilledArw {
98
- border-right: 1px solid var(--buttonSeparatorBorder);
84
+ .primaryFilledArw {
85
+ border-left: 1px solid var(--buttonSeparatorBorder);
99
86
  }
100
87
  .small_arrowBox {
101
88
  width: var(--zd_size20);
@@ -128,9 +115,6 @@
128
115
  .iconClr {
129
116
  color: var(--buttonText);
130
117
  }
131
- [dir=ltr] .iconMrgn {
118
+ .iconMrgn {
132
119
  margin-right: var(--zd_size6);
133
120
  }
134
- [dir=rtl] .iconMrgn {
135
- margin-left: var(--zd_size6);
136
- }
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
3
+ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
4
4
 
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
@@ -33,9 +33,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
33
33
 
34
34
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
35
35
 
36
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
36
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
37
37
 
38
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } Object.defineProperty(subClass, "prototype", { value: Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }), writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
38
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
39
39
 
40
40
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
41
41
 
@@ -7,19 +7,16 @@
7
7
  composes: varClass;
8
8
  composes: h100 from '~@zohodesk/components/lib/common/common.module.css';
9
9
  list-style: none;
10
- pointer-events: initial;
11
10
  margin: 0;
12
11
  padding: 0;
12
+ pointer-events: initial;
13
13
  }
14
14
  .column .title {
15
15
  margin-bottom: var(--zd_size3);
16
16
  }
17
- [dir=ltr] .row .title {
17
+ .row .title {
18
18
  margin-right: var(--zd_size3);
19
19
  }
20
- [dir=rtl] .row .title {
21
- margin-left: var(--zd_size3);
22
- }
23
20
  .row .letter {
24
21
  padding: 0 var(--zd_size3);
25
22
  }
@@ -32,10 +29,10 @@
32
29
  }
33
30
  .list {
34
31
  font-size: var(--zd_font_size11);
35
- flex-basis: var(--zd_size12);
36
- color: var(--textColor);
37
32
  text-align: center;
33
+ flex-basis: var(--zd_size12);
38
34
  cursor: pointer;
35
+ color: var(--textColor);
39
36
  }
40
37
  .title {
41
38
  flex-basis: var(--zd_size15);