@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,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
@@ -23,9 +23,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
23
23
 
24
24
  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); } }
25
25
 
26
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
26
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
27
27
 
28
- 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); }
28
+ 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); }
29
29
 
30
30
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
31
31
 
@@ -8,13 +8,8 @@
8
8
  color: var(--zdt_importantnotes_title_text);
9
9
  }
10
10
  .icon {
11
- color: var(--zdt_importantnotes_icon);
12
- font-size: 0;
13
11
  margin-top: var(--zd_size1);
14
- }
15
- [dir=ltr] .icon {
16
12
  margin-right: var(--zd_size5);
17
- }
18
- [dir=rtl] .icon {
19
- margin-left: var(--zd_size5);
13
+ color: var(--zdt_importantnotes_icon);
14
+ font-size: 0;
20
15
  }
package/lib/Link/Link.js CHANGED
@@ -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
@@ -23,9 +23,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
23
23
 
24
24
  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); } }
25
25
 
26
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
26
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
27
27
 
28
- 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); }
28
+ 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); }
29
29
 
30
30
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
31
31
 
@@ -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
@@ -19,9 +19,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
19
19
 
20
20
  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); } }
21
21
 
22
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
22
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
23
23
 
24
- 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); }
24
+ 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); }
25
25
 
26
26
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
27
27
 
@@ -1,33 +1,21 @@
1
1
  .ajaxLoader {
2
2
  position: absolute;
3
3
  top: 0;
4
- }[dir=ltr] .ajaxLoader {
5
4
  left: 0;
6
5
  right: 0;
7
- }[dir=rtl] .ajaxLoader {
8
- right: 0;
9
- left: 0;
10
6
  }
11
7
  .loader {
12
- width: 100%;
13
- height: 3px;
14
8
  background-image: var(--zdt_loader_gradient_bg);
9
+ width: 100%;
15
10
  background-size: 200% auto;
16
- }
17
- [dir=ltr] .loader {
18
11
  background-position: 0 100%;
19
- animation: loading-ltr 3s infinite;
20
- animation-fill-mode: forwards;
21
- animation-timing-function: linear;
22
- }
23
- [dir=rtl] .loader {
24
- background-position: 100% 100%;
25
- animation: loading-rtl 3s infinite;
12
+ animation: loading 3s infinite;
26
13
  animation-fill-mode: forwards;
27
14
  animation-timing-function: linear;
15
+ height: 3px;
28
16
  }
29
17
 
30
- @keyframes loading-ltr {
18
+ @keyframes loading {
31
19
  0% {
32
20
  background-position: 0 0;
33
21
  }
@@ -35,12 +23,3 @@
35
23
  background-position: -200% 0;
36
24
  }
37
25
  }
38
-
39
- @keyframes loading-rtl {
40
- 0% {
41
- background-position: 100% 0;
42
- }
43
- 100% {
44
- background-position: 300% 0;
45
- }
46
- }
@@ -1,12 +1,12 @@
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
7
7
  });
8
- exports.MessageNew = MessageNew;
9
8
  exports.MessageUI = MessageUI;
9
+ exports.MessageNew = MessageNew;
10
10
  exports["default"] = void 0;
11
11
 
12
12
  var _react = _interopRequireDefault(require("react"));
@@ -27,9 +27,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
27
27
 
28
28
  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); } }
29
29
 
30
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
30
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
31
31
 
32
- 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); }
32
+ 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); }
33
33
 
34
34
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
35
35
 
@@ -3,31 +3,20 @@
3
3
  top: 0;
4
4
  z-index: 1000;
5
5
  /*Hook for editor alert*/
6
- pointer-events: none;
7
- text-align: center;
8
- }[dir=ltr] .message {
9
6
  right: 0;
7
+ text-align: center;
10
8
  left: 0;
11
- }[dir=rtl] .message {
12
- left: 0;
13
- right: 0;
9
+ pointer-events: none;
14
10
  }
15
11
 
16
12
  .container {
17
- position: relative;
18
- display: inline-block;
19
- pointer-events: initial;
13
+ padding: var(--zd_size13) var(--zd_size10) var(--zd_size13) var(--zd_size50);
20
14
  box-shadow: 0 0 19px 1px var(--zdt_message_default_box_shadow);
21
15
  border-radius: 0 0 5px 5px;
16
+ position: relative;
22
17
  background: var(--zdt_message_default_bg);
23
- }
24
-
25
- [dir=ltr] .container {
26
- padding: var(--zd_size13) var(--zd_size10) var(--zd_size13) var(--zd_size50);
27
- }
28
-
29
- [dir=rtl] .container {
30
- padding: var(--zd_size13) var(--zd_size50) var(--zd_size13) var(--zd_size10);
18
+ display: inline-block;
19
+ pointer-events: initial;
31
20
  }
32
21
 
33
22
  .text {
@@ -36,32 +25,17 @@
36
25
  word-break: break-word;
37
26
  font-size: var(--zd_font_size14);
38
27
  vertical-align: middle;
39
- }
40
-
41
- [dir=ltr] .text {
42
28
  text-align: left;
43
29
  }
44
30
 
45
- [dir=rtl] .text {
46
- text-align: right;
47
- }
48
-
49
31
  .icon {
50
32
  position: absolute;
33
+ left: 0;
51
34
  top: 0;
52
35
  width: var(--zd_size40);
53
36
  display: inline-block;
54
- height: 100%;
55
- }
56
-
57
- [dir=ltr] .icon {
58
- left: 0;
59
37
  border-bottom-left-radius: 5px;
60
- }
61
-
62
- [dir=rtl] .icon {
63
- right: 0;
64
- border-bottom-right-radius: 5px;
38
+ height: 100%;
65
39
  }
66
40
 
67
41
  .success {
@@ -89,15 +63,8 @@
89
63
  .close {
90
64
  color: var(--zdt_message_close_text);
91
65
  font-size: var(--zd_font_size16);
66
+ cursor: pointer;
92
67
  display: inline-block;
93
68
  vertical-align: middle;
94
- cursor: pointer;
95
- }
96
-
97
- [dir=ltr] .close {
98
69
  margin-left: var(--zd_size10);
99
- }
100
-
101
- [dir=rtl] .close {
102
- margin-right: var(--zd_size10);
103
70
  }
@@ -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
@@ -25,9 +25,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
25
25
 
26
26
  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); } }
27
27
 
28
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
28
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
29
29
 
30
- 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); }
30
+ 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); }
31
31
 
32
32
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
33
33
 
@@ -1,28 +1,20 @@
1
+ .type_primary {
2
+ }
1
3
  .type_secondary {
2
4
  max-width: var(--zd_size468);
3
5
  border-radius: 3px;
4
6
  margin: 0 auto;
5
7
  }
6
8
  .message {
7
- color: var(--zdt_messagebanner_text);
8
- composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
9
9
  padding: var(--zd_size10) 0;
10
- }
11
- [dir=ltr] .message {
10
+ color: var(--zdt_messagebanner_text);
12
11
  margin-left: var(--zd_size10);
13
- }
14
- [dir=rtl] .message {
15
- margin-right: var(--zd_size10);
12
+ composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
16
13
  }
17
14
  .link {
18
15
  color: var(--zdt_messagebanner_link_text);
19
- }
20
- [dir=ltr] .link {
21
16
  margin-left: var(--zd_size5);
22
17
  }
23
- [dir=rtl] .link {
24
- margin-right: var(--zd_size5);
25
- }
26
18
  .message,.link{font-size: var(--zd_font_size14);}
27
19
  .close {
28
20
  color: var(--zdt_messagebanner_close_text);
@@ -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
@@ -23,9 +23,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
23
23
 
24
24
  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); } }
25
25
 
26
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
26
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
27
27
 
28
- 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); }
28
+ 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); }
29
29
 
30
30
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
31
31
 
@@ -5,53 +5,26 @@
5
5
  width: var(--zd_size21);
6
6
  }
7
7
  .topLeft {
8
- top: 0;
9
- }
10
- [dir=ltr] .topLeft {
11
8
  transform: translate(-45%, -45%);
12
9
  left: 0;
13
- }
14
- [dir=rtl] .topLeft {
15
- transform: translate(45%, -45%);
16
- right: 0;
17
- }
18
- .topRight {
19
10
  top: 0;
20
11
  }
21
- [dir=ltr] .topRight {
12
+ .topRight {
22
13
  transform: translate(45%, -45%);
23
14
  right: 0;
24
- }
25
- [dir=rtl] .topRight {
26
- transform: translate(-45%, -45%);
27
- left: 0;
15
+ top: 0;
28
16
  }
29
17
  .bottomLeft {
30
- bottom: 0;
31
- }
32
- [dir=ltr] .bottomLeft {
33
18
  transform: translate(-45%, 45%);
34
19
  left: 0;
35
- }
36
- [dir=rtl] .bottomLeft {
37
- transform: translate(45%, 45%);
38
- right: 0;
39
- }
40
- .bottomRight {
41
20
  bottom: 0;
42
21
  }
43
- [dir=ltr] .bottomRight {
22
+ .bottomRight {
44
23
  transform: translate(45%, 45%);
45
24
  right: 0;
25
+ bottom: 0;
46
26
  }
47
- [dir=rtl] .bottomRight {
48
- transform: translate(-45%, 45%);
49
- left: 0;
50
- }
51
- [dir=ltr] .stars {
52
- animation: twinkle var(--zd_transition4) infinite, star-scale var(--zd_transition10) infinite;
53
- }
54
- [dir=rtl] .stars {
27
+ .stars {
55
28
  animation: twinkle var(--zd_transition4) infinite, star-scale var(--zd_transition10) infinite;
56
29
  }
57
30
  .green::before {
@@ -68,20 +41,10 @@
68
41
  }
69
42
  .starTwo {
70
43
  composes: stars;
71
- }
72
- [dir=ltr] .starTwo {
73
- animation-delay: 0.5s;
74
- }
75
- [dir=rtl] .starTwo {
76
44
  animation-delay: 0.5s;
77
45
  }
78
46
  .starThree {
79
47
  composes: stars;
80
- }
81
- [dir=ltr] .starThree {
82
- animation-delay: 1s;
83
- }
84
- [dir=rtl] .starThree {
85
48
  animation-delay: 1s;
86
49
  }
87
50
 
@@ -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
@@ -21,9 +21,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
21
21
 
22
22
  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); } }
23
23
 
24
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
24
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
25
25
 
26
- 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); }
26
+ 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); }
27
27
 
28
28
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
29
29
 
package/lib/Provider.js CHANGED
@@ -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
@@ -21,73 +21,73 @@ var _datetimejs = _interopRequireDefault(require("@zohodesk/datetimejs"));
21
21
 
22
22
  var _i18n2 = _interopRequireDefault(require("./i18n"));
23
23
 
24
- require("@zohodesk/components/assets/Appearance/default/themes/blue/blueDefaultCTATheme.module.css");
24
+ require("@zohodesk/components/lib/Appearance/default/themes/blue/blueDefaultCTATheme.module.css");
25
25
 
26
- require("@zohodesk/components/assets/Appearance/default/themes/green/greenDefaultCTATheme.module.css");
26
+ require("@zohodesk/components/lib/Appearance/default/themes/green/greenDefaultCTATheme.module.css");
27
27
 
28
- require("@zohodesk/components/assets/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css");
28
+ require("@zohodesk/components/lib/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css");
29
29
 
30
- require("@zohodesk/components/assets/Appearance/default/themes/red/redDefaultCTATheme.module.css");
30
+ require("@zohodesk/components/lib/Appearance/default/themes/red/redDefaultCTATheme.module.css");
31
31
 
32
- require("@zohodesk/components/assets/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css");
32
+ require("@zohodesk/components/lib/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css");
33
33
 
34
- require("@zohodesk/components/assets/Appearance/default/themes/blue/blueDefaultComponentTheme.module.css");
34
+ require("@zohodesk/components/lib/Appearance/default/themes/blue/blueDefaultComponentTheme.module.css");
35
35
 
36
- require("@zohodesk/components/assets/Appearance/default/themes/green/greenDefaultComponentTheme.module.css");
36
+ require("@zohodesk/components/lib/Appearance/default/themes/green/greenDefaultComponentTheme.module.css");
37
37
 
38
- require("@zohodesk/components/assets/Appearance/default/themes/orange/orangeDefaultComponentTheme.module.css");
38
+ require("@zohodesk/components/lib/Appearance/default/themes/orange/orangeDefaultComponentTheme.module.css");
39
39
 
40
- require("@zohodesk/components/assets/Appearance/default/themes/red/redDefaultComponentTheme.module.css");
40
+ require("@zohodesk/components/lib/Appearance/default/themes/red/redDefaultComponentTheme.module.css");
41
41
 
42
- require("@zohodesk/components/assets/Appearance/default/themes/yellow/yellowDefaultComponentTheme.module.css");
42
+ require("@zohodesk/components/lib/Appearance/default/themes/yellow/yellowDefaultComponentTheme.module.css");
43
43
 
44
- require("@zohodesk/components/assets/Appearance/default/mode/defaultMode.module.css");
44
+ require("@zohodesk/components/lib/Appearance/default/mode/defaultMode.module.css");
45
45
 
46
- require("@zohodesk/components/assets/Appearance/dark/themes/blue/blueDarkCTATheme.module.css");
46
+ require("@zohodesk/components/lib/Appearance/dark/themes/blue/blueDarkCTATheme.module.css");
47
47
 
48
- require("@zohodesk/components/assets/Appearance/dark/themes/green/greenDarkCTATheme.module.css");
48
+ require("@zohodesk/components/lib/Appearance/dark/themes/green/greenDarkCTATheme.module.css");
49
49
 
50
- require("@zohodesk/components/assets/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css");
50
+ require("@zohodesk/components/lib/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css");
51
51
 
52
- require("@zohodesk/components/assets/Appearance/dark/themes/red/redDarkCTATheme.module.css");
52
+ require("@zohodesk/components/lib/Appearance/dark/themes/red/redDarkCTATheme.module.css");
53
53
 
54
- require("@zohodesk/components/assets/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css");
54
+ require("@zohodesk/components/lib/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css");
55
55
 
56
- require("@zohodesk/components/assets/Appearance/dark/themes/blue/blueDarkComponentTheme.module.css");
56
+ require("@zohodesk/components/lib/Appearance/dark/themes/blue/blueDarkComponentTheme.module.css");
57
57
 
58
- require("@zohodesk/components/assets/Appearance/dark/themes/green/greenDarkComponentTheme.module.css");
58
+ require("@zohodesk/components/lib/Appearance/dark/themes/green/greenDarkComponentTheme.module.css");
59
59
 
60
- require("@zohodesk/components/assets/Appearance/dark/themes/orange/orangeDarkComponentTheme.module.css");
60
+ require("@zohodesk/components/lib/Appearance/dark/themes/orange/orangeDarkComponentTheme.module.css");
61
61
 
62
- require("@zohodesk/components/assets/Appearance/dark/themes/red/redDarkComponentTheme.module.css");
62
+ require("@zohodesk/components/lib/Appearance/dark/themes/red/redDarkComponentTheme.module.css");
63
63
 
64
- require("@zohodesk/components/assets/Appearance/dark/themes/yellow/yellowDarkComponentTheme.module.css");
64
+ require("@zohodesk/components/lib/Appearance/dark/themes/yellow/yellowDarkComponentTheme.module.css");
65
65
 
66
- require("@zohodesk/components/assets/Appearance/dark/mode/darkMode.module.css");
66
+ require("@zohodesk/components/lib/Appearance/dark/mode/darkMode.module.css");
67
67
 
68
- require("@zohodesk/svg/assets/Appearance/default/themes/blue/blueDefaultCTATheme.module.css");
68
+ require("@zohodesk/svg/lib/svg/Appearance/default/themes/blue/blueDefaultCTATheme.module.css");
69
69
 
70
- require("@zohodesk/svg/assets/Appearance/default/themes/green/greenDefaultCTATheme.module.css");
70
+ require("@zohodesk/svg/lib/svg/Appearance/default/themes/green/greenDefaultCTATheme.module.css");
71
71
 
72
- require("@zohodesk/svg/assets/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css");
72
+ require("@zohodesk/svg/lib/svg/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css");
73
73
 
74
- require("@zohodesk/svg/assets/Appearance/default/themes/red/redDefaultCTATheme.module.css");
74
+ require("@zohodesk/svg/lib/svg/Appearance/default/themes/red/redDefaultCTATheme.module.css");
75
75
 
76
- require("@zohodesk/svg/assets/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css");
76
+ require("@zohodesk/svg/lib/svg/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css");
77
77
 
78
- require("@zohodesk/svg/assets/Appearance/default/mode/defaultEmptyStates.module.css");
78
+ require("@zohodesk/svg/lib/svg/Appearance/default/mode/defaultEmptyStates.module.css");
79
79
 
80
- require("@zohodesk/svg/assets/Appearance/dark/themes/blue/blueDarkCTATheme.module.css");
80
+ require("@zohodesk/svg/lib/svg/Appearance/dark/themes/blue/blueDarkCTATheme.module.css");
81
81
 
82
- require("@zohodesk/svg/assets/Appearance/dark/themes/green/greenDarkCTATheme.module.css");
82
+ require("@zohodesk/svg/lib/svg/Appearance/dark/themes/green/greenDarkCTATheme.module.css");
83
83
 
84
- require("@zohodesk/svg/assets/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css");
84
+ require("@zohodesk/svg/lib/svg/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css");
85
85
 
86
- require("@zohodesk/svg/assets/Appearance/dark/themes/red/redDarkCTATheme.module.css");
86
+ require("@zohodesk/svg/lib/svg/Appearance/dark/themes/red/redDarkCTATheme.module.css");
87
87
 
88
- require("@zohodesk/svg/assets/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css");
88
+ require("@zohodesk/svg/lib/svg/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css");
89
89
 
90
- require("@zohodesk/svg/assets/Appearance/dark/mode/darkEmptyStates.module.css");
90
+ require("@zohodesk/svg/lib/svg/Appearance/dark/mode/darkEmptyStates.module.css");
91
91
 
92
92
  var _IdProvider = require("@zohodesk/components/lib/Provider/IdProvider");
93
93
 
@@ -95,29 +95,29 @@ var _ZindexProvider = require("@zohodesk/components/lib/Provider/ZindexProvider"
95
95
 
96
96
  var _Switch = _interopRequireDefault(require("@zohodesk/components/lib/Switch/Switch"));
97
97
 
98
- require("../assets/Appearance/default/themes/blue/blueDefaultDotTheme.module.css");
98
+ require("./Appearance/default/themes/blue/blueDefaultDotTheme.module.css");
99
99
 
100
- require("../assets/Appearance/default/themes/green/greenDefaultDotTheme.module.css");
100
+ require("./Appearance/default/themes/green/greenDefaultDotTheme.module.css");
101
101
 
102
- require("../assets/Appearance/default/themes/orange/orangeDefaultDotTheme.module.css");
102
+ require("./Appearance/default/themes/orange/orangeDefaultDotTheme.module.css");
103
103
 
104
- require("../assets/Appearance/default/themes/red/redDefaultDotTheme.module.css");
104
+ require("./Appearance/default/themes/red/redDefaultDotTheme.module.css");
105
105
 
106
- require("../assets/Appearance/default/themes/yellow/yellowDefaultDotTheme.module.css");
106
+ require("./Appearance/default/themes/yellow/yellowDefaultDotTheme.module.css");
107
107
 
108
- require("../assets/Appearance/default/mode/dotDefaultMode.module.css");
108
+ require("./Appearance/default/mode/dotDefaultMode.module.css");
109
109
 
110
- require("../assets/Appearance/dark/themes/blue/blueDarkDotTheme.module.css");
110
+ require("./Appearance/dark/themes/blue/blueDarkDotTheme.module.css");
111
111
 
112
- require("../assets/Appearance/dark/themes/green/greenDarkDotTheme.module.css");
112
+ require("./Appearance/dark/themes/green/greenDarkDotTheme.module.css");
113
113
 
114
- require("../assets/Appearance/dark/themes/orange/orangeDarkDotTheme.module.css");
114
+ require("./Appearance/dark/themes/orange/orangeDarkDotTheme.module.css");
115
115
 
116
- require("../assets/Appearance/dark/themes/red/redDarkDotTheme.module.css");
116
+ require("./Appearance/dark/themes/red/redDarkDotTheme.module.css");
117
117
 
118
- require("../assets/Appearance/dark/themes/yellow/yellowDarkDotTheme.module.css");
118
+ require("./Appearance/dark/themes/yellow/yellowDarkDotTheme.module.css");
119
119
 
120
- require("../assets/Appearance/dark/mode/dotDarkMode.module.css");
120
+ require("./Appearance/dark/mode/dotDarkMode.module.css");
121
121
 
122
122
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
123
123
 
@@ -125,9 +125,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
125
125
 
126
126
  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); } }
127
127
 
128
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
128
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
129
129
 
130
- 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); }
130
+ 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); }
131
131
 
132
132
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
133
133
 
@@ -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