@zohodesk/components 1.0.0-temp-42 → 1.0.0-temp-43

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 +3 -0
  2. package/es/Animation/docs/Animation__default.docs.js +2 -2
  3. package/es/Animation/docs/Animation__fadeIn.docs.js +2 -2
  4. package/es/Animation/docs/Animation__scaleIn.docs.js +2 -2
  5. package/es/Animation/docs/Animation__skewIn.docs.js +2 -2
  6. package/es/Animation/docs/Animation__slideDown.docs.js +2 -2
  7. package/es/Animation/docs/Animation__slideLeft.docs.js +2 -2
  8. package/es/Animation/docs/Animation__zoomIn.docs.js +2 -2
  9. package/es/Appearance/dark/mode/darkMode.module.css +69 -69
  10. package/es/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +2 -2
  11. package/es/Appearance/dark/themes/blue/blueDarkComponentTheme.module.css +2 -2
  12. package/es/Appearance/dark/themes/green/greenDarkCTATheme.module.css +1 -1
  13. package/es/Appearance/dark/themes/green/greenDarkComponentTheme.module.css +2 -2
  14. package/es/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +1 -1
  15. package/es/Appearance/dark/themes/orange/orangeDarkComponentTheme.module.css +2 -2
  16. package/es/Appearance/dark/themes/red/redDarkCTATheme.module.css +1 -1
  17. package/es/Appearance/dark/themes/red/redDarkComponentTheme.module.css +2 -2
  18. package/es/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +1 -1
  19. package/es/Appearance/dark/themes/yellow/yellowDarkComponentTheme.module.css +2 -2
  20. package/es/Appearance/default/mode/defaultMode.module.css +158 -158
  21. package/es/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +28 -28
  22. package/es/Appearance/default/themes/blue/blueDefaultComponentTheme.module.css +5 -5
  23. package/es/Appearance/default/themes/green/greenDefaultCTATheme.module.css +1 -1
  24. package/es/Appearance/default/themes/green/greenDefaultComponentTheme.module.css +4 -4
  25. package/es/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +1 -1
  26. package/es/Appearance/default/themes/orange/orangeDefaultComponentTheme.module.css +4 -4
  27. package/es/Appearance/default/themes/red/redDefaultCTATheme.module.css +1 -1
  28. package/es/Appearance/default/themes/red/redDefaultComponentTheme.module.css +4 -4
  29. package/es/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +1 -1
  30. package/es/Appearance/default/themes/yellow/yellowDefaultComponentTheme.module.css +4 -4
  31. package/es/Avatar/Avatar.js +1 -2
  32. package/es/Avatar/__tests__/Avatar.spec.js +1 -0
  33. package/es/AvatarTeam/__tests__/AvatarTeam.spec.js +1 -0
  34. package/es/AvatarTeam/docs/AvatarTeam__palette.docs.js +1 -1
  35. package/es/Button/__tests__/Button.spec.js +1 -0
  36. package/es/Buttongroup/__test__/Buttongroup.spec.js +1 -0
  37. package/es/Card/Card.module.css +3 -3
  38. package/es/Card/docs/Card__Default.docs.js +4 -4
  39. package/es/Card/docs/Card__Scroll.docs.js +4 -4
  40. package/es/DateTime/DateTime.js +3 -6
  41. package/es/DateTime/DateWidget.js +2 -5
  42. package/es/DateTime/DateWidget.module.css +0 -4
  43. package/es/DateTime/YearView.js +5 -6
  44. package/es/DateTime/common.js +2 -9
  45. package/es/DateTime/dateFormatUtils/dateFormat.js +57 -76
  46. package/es/DateTime/dateFormatUtils/index.js +7 -12
  47. package/es/DateTime/dateFormatUtils/timeChange.js +3 -4
  48. package/es/DateTime/dateFormatUtils/yearChange.js +3 -4
  49. package/es/DateTime/validator.js +1 -0
  50. package/es/Label/__tests__/Label.spec.js +2 -0
  51. package/es/Layout/docs/Layout__Hidden.docs.js +1 -1
  52. package/es/Layout/docs/Layout__four_Column.docs.js +1 -1
  53. package/es/Layout/docs/Layout__three_Column.docs.js +1 -1
  54. package/es/Layout/utils.js +1 -2
  55. package/es/ListItem/ListItem.js +2 -0
  56. package/es/ListItem/ListItemWithIcon.js +2 -0
  57. package/es/MultiSelect/AdvancedGroupMultiSelect.js +10 -15
  58. package/es/MultiSelect/AdvancedMultiSelect.js +7 -6
  59. package/es/MultiSelect/AdvancedMultiSelect.module.css +8 -8
  60. package/es/MultiSelect/MultiSelect.js +10 -15
  61. package/es/MultiSelect/MultiSelect.module.css +8 -13
  62. package/es/MultiSelect/MultiSelectWithAvatar.js +6 -3
  63. package/es/MultiSelect/SelectedOptions.js +3 -2
  64. package/es/MultiSelect/docs/AdvancedGroupMultiSelect__default.docs.js +1 -2
  65. package/es/PopOver/PopOver.module.css +1 -1
  66. package/es/Popup/Popup.js +8 -14
  67. package/es/Popup/viewPort.js +9 -14
  68. package/es/Provider/IdProvider.js +4 -5
  69. package/es/Provider/LibraryContext.js +5 -6
  70. package/es/Provider/NumberGenerator/NumberGenerator.js +15 -17
  71. package/es/Provider/ZindexProvider.js +4 -5
  72. package/es/Radio/Radio.js +1 -2
  73. package/es/Radio/Radio.module.css +2 -2
  74. package/es/Responsive/CustomResponsive.js +8 -11
  75. package/es/Responsive/ResizeComponent.js +1 -3
  76. package/es/Responsive/Responsive.js +9 -12
  77. package/es/Responsive/docs/Responsive__Custom.docs.js +44 -49
  78. package/es/Responsive/docs/Responsive__default.docs.js +74 -77
  79. package/es/Responsive/sizeObservers.js +1 -5
  80. package/es/Ribbon/__tests__/Ribbon.spec.js +1 -0
  81. package/es/RippleEffect/RippleEffect.js +7 -4
  82. package/es/RippleEffect/RippleEffect.module.css +3 -0
  83. package/es/RippleEffect/docs/RippleEffect__default.docs.js +8 -8
  84. package/es/Select/GroupSelect.js +1 -2
  85. package/es/Select/Select.js +1 -2
  86. package/es/Select/Select.module.css +1 -1
  87. package/es/Select/SelectWithAvatar.js +7 -4
  88. package/es/Select/docs/Select__default.docs.js +1 -2
  89. package/es/Stencils/__tests__/Stencils.spec.js +1 -0
  90. package/es/Tab/Tab.js +26 -27
  91. package/es/Tab/TabContent.js +14 -17
  92. package/es/Tab/TabContentWrapper.js +14 -17
  93. package/es/Tab/TabWrapper.js +14 -15
  94. package/es/Tab/Tabs.js +1 -2
  95. package/es/Tab/docs/Tab__default.docs.js +1 -0
  96. package/es/Tag/Tag.js +10 -4
  97. package/es/Tag/Tag.module.css +14 -11
  98. package/es/Tag/docs/Tag__default.docs.js +70 -0
  99. package/es/TextBox/__tests__/TextBox.spec.js +1 -0
  100. package/es/TextBoxIcon/TextBoxIcon.js +1 -1
  101. package/es/TextBoxIcon/TextBoxIcon.module.css +5 -2
  102. package/es/TextBoxIcon/__tests__/TextBoxIcon.spec.js +1 -0
  103. package/es/Textarea/__tests__/Textarea.spec.js +1 -0
  104. package/es/Tooltip/Tooltip.js +1 -0
  105. package/es/VelocityAnimation/VelocityAnimation/docs/VelocityAnimation__demo.docs.js +2 -2
  106. package/es/VelocityAnimation/VelocityAnimationGroup/docs/VelocityAnimationGroup__demo.docs.js +2 -2
  107. package/es/a11y/FocusScope/FocusScope.js +4 -10
  108. package/es/beta/FocusRing/FocusRing.js +1 -4
  109. package/es/common/docStyle.module.css +9 -9
  110. package/es/utils/Common.js +11 -31
  111. package/es/utils/datetime/common.js +3 -6
  112. package/es/utils/dropDownUtils.js +5 -6
  113. package/es/utils/getInitial.js +1 -3
  114. package/lib/Accordion/Accordion.js +3 -3
  115. package/lib/Accordion/AccordionItem.js +3 -3
  116. package/lib/Accordion/docs/Accordion__Demo.docs.js +3 -3
  117. package/lib/Animation/Animation.js +3 -3
  118. package/lib/Animation/docs/Animation__default.docs.js +5 -5
  119. package/lib/Animation/docs/Animation__fadeIn.docs.js +5 -5
  120. package/lib/Animation/docs/Animation__scaleIn.docs.js +5 -5
  121. package/lib/Animation/docs/Animation__skewIn.docs.js +5 -5
  122. package/lib/Animation/docs/Animation__slideDown.docs.js +5 -5
  123. package/lib/Animation/docs/Animation__slideLeft.docs.js +5 -5
  124. package/lib/Animation/docs/Animation__zoomIn.docs.js +5 -5
  125. package/lib/AppContainer/AppContainer.js +3 -3
  126. package/lib/AppContainer/docs/AppContainer__default.docs.js +3 -3
  127. package/lib/Appearance/dark/mode/darkMode.module.css +69 -69
  128. package/lib/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +2 -2
  129. package/lib/Appearance/dark/themes/blue/blueDarkComponentTheme.module.css +2 -2
  130. package/lib/Appearance/dark/themes/green/greenDarkCTATheme.module.css +1 -1
  131. package/lib/Appearance/dark/themes/green/greenDarkComponentTheme.module.css +2 -2
  132. package/lib/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +1 -1
  133. package/lib/Appearance/dark/themes/orange/orangeDarkComponentTheme.module.css +2 -2
  134. package/lib/Appearance/dark/themes/red/redDarkCTATheme.module.css +1 -1
  135. package/lib/Appearance/dark/themes/red/redDarkComponentTheme.module.css +2 -2
  136. package/lib/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +1 -1
  137. package/lib/Appearance/dark/themes/yellow/yellowDarkComponentTheme.module.css +2 -2
  138. package/lib/Appearance/default/mode/defaultMode.module.css +158 -158
  139. package/lib/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +28 -28
  140. package/lib/Appearance/default/themes/blue/blueDefaultComponentTheme.module.css +5 -5
  141. package/lib/Appearance/default/themes/green/greenDefaultCTATheme.module.css +1 -1
  142. package/lib/Appearance/default/themes/green/greenDefaultComponentTheme.module.css +4 -4
  143. package/lib/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +1 -1
  144. package/lib/Appearance/default/themes/orange/orangeDefaultComponentTheme.module.css +4 -4
  145. package/lib/Appearance/default/themes/red/redDefaultCTATheme.module.css +1 -1
  146. package/lib/Appearance/default/themes/red/redDefaultComponentTheme.module.css +4 -4
  147. package/lib/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +1 -1
  148. package/lib/Appearance/default/themes/yellow/yellowDefaultComponentTheme.module.css +4 -4
  149. package/lib/Avatar/Avatar.js +3 -3
  150. package/lib/Avatar/docs/Avatar__custom.docs.js +3 -3
  151. package/lib/Avatar/docs/Avatar__default.docs.js +3 -3
  152. package/lib/Avatar/docs/Avatar__palette.docs.js +3 -3
  153. package/lib/Avatar/docs/Avatar__text.docs.js +3 -3
  154. package/lib/AvatarTeam/AvatarTeam.js +3 -3
  155. package/lib/AvatarTeam/docs/AvatarTeam__custom.docs.js +3 -3
  156. package/lib/AvatarTeam/docs/AvatarTeam__default.docs.js +3 -3
  157. package/lib/AvatarTeam/docs/AvatarTeam__palette.docs.js +4 -4
  158. package/lib/AvatarTeam/docs/AvatarTeam__size.docs.js +3 -3
  159. package/lib/Button/Button.js +3 -3
  160. package/lib/Button/docs/Button__custom.docs.js +3 -3
  161. package/lib/Button/docs/Button__default.docs.js +3 -3
  162. package/lib/Buttongroup/Buttongroup.js +3 -3
  163. package/lib/Buttongroup/docs/Buttongroup__custom.docs.js +3 -3
  164. package/lib/Buttongroup/docs/Buttongroup__footer.docs.js +3 -3
  165. package/lib/Buttongroup/docs/Buttongroup__header.docs.js +3 -3
  166. package/lib/Card/Card.js +4 -4
  167. package/lib/Card/Card.module.css +3 -3
  168. package/lib/Card/__tests__/Card.spec.js +1 -1
  169. package/lib/Card/docs/Card__Custom.docs.js +3 -3
  170. package/lib/Card/docs/Card__Default.docs.js +7 -7
  171. package/lib/Card/docs/Card__Scroll.docs.js +7 -7
  172. package/lib/Card/index.js +7 -7
  173. package/lib/CheckBox/CheckBox.js +3 -3
  174. package/lib/CheckBox/docs/CheckBox__custom.docs.js +3 -3
  175. package/lib/CheckBox/docs/CheckBox__default.docs.js +3 -3
  176. package/lib/DateTime/CalendarView.js +4 -4
  177. package/lib/DateTime/DateTime.js +3 -3
  178. package/lib/DateTime/DateTimePopupFooter.js +3 -3
  179. package/lib/DateTime/DateTimePopupHeader.js +3 -3
  180. package/lib/DateTime/DateWidget.js +3 -3
  181. package/lib/DateTime/DateWidget.module.css +0 -4
  182. package/lib/DateTime/DaysRow.js +3 -3
  183. package/lib/DateTime/Time.js +3 -3
  184. package/lib/DateTime/YearView.js +3 -3
  185. package/lib/DateTime/__tests__/CalendarView.spec.js +1 -1
  186. package/lib/DateTime/__tests__/DateTime.spec.js +1 -1
  187. package/lib/DateTime/constants.js +1 -1
  188. package/lib/DateTime/dateFormatUtils/dateFormat.js +2 -2
  189. package/lib/DateTime/dateFormatUtils/index.js +13 -13
  190. package/lib/DateTime/docs/DateTime__default.docs.js +3 -3
  191. package/lib/DateTime/docs/DateWidget__default.docs.js +3 -3
  192. package/lib/DateTime/objectUtils.js +2 -2
  193. package/lib/DropBox/DropBox.js +3 -3
  194. package/lib/DropBox/docs/DropBox__custom.docs.js +3 -3
  195. package/lib/DropBox/docs/DropBox__customOrder.docs.js +3 -3
  196. package/lib/DropBox/docs/DropBox__fixedPosition.docs.js +3 -3
  197. package/lib/DropBox/docs/DropBox__position.docs.js +3 -3
  198. package/lib/DropBox/docs/DropBox__size.docs.js +3 -3
  199. package/lib/DropDown/DropDown.js +4 -4
  200. package/lib/DropDown/DropDownHeading.js +3 -3
  201. package/lib/DropDown/DropDownItem.js +3 -3
  202. package/lib/DropDown/DropDownSearch.js +3 -3
  203. package/lib/DropDown/DropDownSeparator.js +3 -3
  204. package/lib/DropDown/docs/DropDownHeading__custom.docs.js +3 -3
  205. package/lib/DropDown/docs/DropDownHeading__default.docs.js +3 -3
  206. package/lib/Label/Label.js +3 -3
  207. package/lib/Label/docs/Label__clipped.docs.js +3 -3
  208. package/lib/Label/docs/Label__custom.docs.js +3 -3
  209. package/lib/Label/docs/Label__palette.docs.js +3 -3
  210. package/lib/Label/docs/Label__size.docs.js +3 -3
  211. package/lib/Label/docs/Label__type.docs.js +3 -3
  212. package/lib/Layout/Box.js +1 -1
  213. package/lib/Layout/Container.js +1 -1
  214. package/lib/Layout/docs/Layout__Hidden.docs.js +4 -4
  215. package/lib/Layout/docs/Layout__default.docs.js +3 -3
  216. package/lib/Layout/docs/Layout__four_Column.docs.js +4 -4
  217. package/lib/Layout/docs/Layout__three_Column.docs.js +4 -4
  218. package/lib/Layout/docs/Layout__two_Column.docs.js +3 -3
  219. package/lib/Layout/index.js +4 -4
  220. package/lib/Layout/utils.js +2 -2
  221. package/lib/LightNightMode/docs/AlternativeColors.docs.js +3 -3
  222. package/lib/ListItem/ListItem.js +3 -3
  223. package/lib/ListItem/ListItemWithAvatar.js +3 -3
  224. package/lib/ListItem/ListItemWithCheckBox.js +3 -3
  225. package/lib/ListItem/ListItemWithIcon.js +3 -3
  226. package/lib/ListItem/ListItemWithRadio.js +3 -3
  227. package/lib/ListItem/docs/ListItemWithAvatar__custom.docs.js +3 -3
  228. package/lib/ListItem/docs/ListItemWithAvatar__default.docs.js +3 -3
  229. package/lib/ListItem/docs/ListItemWithCheckBox__custom.docs.js +3 -3
  230. package/lib/ListItem/docs/ListItemWithCheckBox__default.docs.js +3 -3
  231. package/lib/ListItem/docs/ListItemWithIcon__custom.docs.js +3 -3
  232. package/lib/ListItem/docs/ListItemWithIcon__default.docs.js +3 -3
  233. package/lib/ListItem/docs/ListItemWithRadio__custom.docs.js +3 -3
  234. package/lib/ListItem/docs/ListItemWithRadio__default.docs.js +3 -3
  235. package/lib/ListItem/docs/ListItem__custom.docs.js +3 -3
  236. package/lib/ListItem/docs/ListItem__default.docs.js +3 -3
  237. package/lib/Modal/Modal.js +3 -3
  238. package/lib/Modal/__docs__/Modal__default.docs.js +3 -3
  239. package/lib/MultiSelect/AdvancedGroupMultiSelect.js +10 -7
  240. package/lib/MultiSelect/AdvancedMultiSelect.js +9 -6
  241. package/lib/MultiSelect/AdvancedMultiSelect.module.css +8 -8
  242. package/lib/MultiSelect/EmptyState.js +3 -3
  243. package/lib/MultiSelect/MultiSelect.js +10 -7
  244. package/lib/MultiSelect/MultiSelect.module.css +8 -13
  245. package/lib/MultiSelect/MultiSelectHeader.js +3 -3
  246. package/lib/MultiSelect/MultiSelectWithAvatar.js +9 -6
  247. package/lib/MultiSelect/SelectedOptions.js +6 -5
  248. package/lib/MultiSelect/Suggestions.js +5 -5
  249. package/lib/MultiSelect/docs/AdvancedGroupMultiSelect__default.docs.js +3 -3
  250. package/lib/MultiSelect/docs/AdvancedMultiSelect__default.docs.js +3 -3
  251. package/lib/MultiSelect/docs/MultiSelectWithAvatar__default.docs.js +3 -3
  252. package/lib/MultiSelect/docs/MultiSelect__default.docs.js +3 -3
  253. package/lib/PopOver/PopOver.js +4 -4
  254. package/lib/PopOver/PopOver.module.css +1 -1
  255. package/lib/PopOver/docs/PopOver__default.docs.js +3 -3
  256. package/lib/Popup/Popup.js +3 -3
  257. package/lib/Popup/__tests__/Popup.spec.js +3 -3
  258. package/lib/Provider/IdProvider.js +3 -3
  259. package/lib/Provider/LibraryContext.js +3 -3
  260. package/lib/Provider/NumberGenerator/NumberGenerator.js +2 -2
  261. package/lib/Provider/ZindexProvider.js +1 -1
  262. package/lib/Provider/docs/Provider_Id__Class.docs.js +3 -3
  263. package/lib/Provider/docs/Provider_Zindex__Class.docs.js +3 -3
  264. package/lib/Provider.js +3 -3
  265. package/lib/Radio/Radio.js +4 -6
  266. package/lib/Radio/Radio.module.css +2 -2
  267. package/lib/Radio/docs/Radio__custom.docs.js +3 -3
  268. package/lib/Radio/docs/Radio__default.docs.js +3 -3
  269. package/lib/Responsive/CustomResponsive.js +4 -4
  270. package/lib/Responsive/RefWrapper.js +1 -1
  271. package/lib/Responsive/ResizeComponent.js +3 -3
  272. package/lib/Responsive/ResizeObserver.js +1 -1
  273. package/lib/Responsive/Responsive.js +5 -6
  274. package/lib/Responsive/docs/Responsive__Custom.docs.js +3 -3
  275. package/lib/Responsive/docs/Responsive__default.docs.js +3 -3
  276. package/lib/Responsive/sizeObservers.js +5 -6
  277. package/lib/Responsive/utils/index.js +2 -3
  278. package/lib/Responsive/utils/shallowCompare.js +1 -1
  279. package/lib/Ribbon/Ribbon.js +3 -3
  280. package/lib/Ribbon/docs/Ribbon__custom.docs.js +3 -3
  281. package/lib/Ribbon/docs/Ribbon__default.docs.js +3 -3
  282. package/lib/RippleEffect/RippleEffect.js +7 -4
  283. package/lib/RippleEffect/RippleEffect.module.css +3 -0
  284. package/lib/RippleEffect/docs/RippleEffect__default.docs.js +11 -11
  285. package/lib/Select/GroupSelect.js +3 -3
  286. package/lib/Select/Select.js +3 -3
  287. package/lib/Select/Select.module.css +1 -1
  288. package/lib/Select/SelectWithAvatar.js +10 -7
  289. package/lib/Select/SelectWithIcon.js +3 -3
  290. package/lib/Select/docs/GroupSelect__default.docs.js +3 -3
  291. package/lib/Select/docs/SelectWithAvatar__default.docs.js +3 -3
  292. package/lib/Select/docs/SelectWithIcon__default.docs.js +3 -3
  293. package/lib/Select/docs/Select__default.docs.js +3 -3
  294. package/lib/Stencils/Stencils.js +3 -3
  295. package/lib/Stencils/docs/Stencils__custom.docs.js +3 -3
  296. package/lib/Stencils/docs/Stencils__default.docs.js +3 -3
  297. package/lib/Switch/Switch.js +3 -3
  298. package/lib/Switch/docs/Switch__custom.docs.js +3 -3
  299. package/lib/Switch/docs/Switch__default.docs.js +3 -3
  300. package/lib/Tab/Tab.js +1 -1
  301. package/lib/Tab/TabWrapper.js +1 -1
  302. package/lib/Tab/Tabs.js +3 -3
  303. package/lib/Tab/docs/Tab__default.docs.js +3 -3
  304. package/lib/Tab/index.js +10 -10
  305. package/lib/Tag/Tag.js +13 -7
  306. package/lib/Tag/Tag.module.css +14 -11
  307. package/lib/Tag/docs/Tag__custom.docs.js +3 -3
  308. package/lib/Tag/docs/Tag__default.docs.js +73 -3
  309. package/lib/TextBox/TextBox.js +3 -3
  310. package/lib/TextBox/docs/TextBox__custom.docs.js +3 -3
  311. package/lib/TextBox/docs/TextBox__default.docs.js +3 -3
  312. package/lib/TextBox/docs/TextBox__size.docs.js +3 -3
  313. package/lib/TextBox/docs/TextBox__variant.docs.js +3 -3
  314. package/lib/TextBoxIcon/TextBoxIcon.js +4 -4
  315. package/lib/TextBoxIcon/TextBoxIcon.module.css +5 -2
  316. package/lib/TextBoxIcon/docs/TextBoxIcon__custom.docs.js +3 -3
  317. package/lib/TextBoxIcon/docs/TextBoxIcon__default.docs.js +3 -3
  318. package/lib/Textarea/Textarea.js +3 -3
  319. package/lib/Textarea/docs/Textarea__animated.docs.js +3 -3
  320. package/lib/Textarea/docs/Textarea__custom.docs.js +3 -3
  321. package/lib/Textarea/docs/Textarea__default.docs.js +3 -3
  322. package/lib/Textarea/docs/Textarea__disabled.docs.js +3 -3
  323. package/lib/Tooltip/Tooltip.js +3 -3
  324. package/lib/Tooltip/__tests__/Tooltip.spec.js +3 -3
  325. package/lib/Tooltip/docs/Tooltip__default.docs.js +3 -3
  326. package/lib/VelocityAnimation/VelocityAnimation/VelocityAnimation.js +3 -3
  327. package/lib/VelocityAnimation/VelocityAnimation/docs/VelocityAnimation__demo.docs.js +5 -5
  328. package/lib/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +3 -3
  329. package/lib/VelocityAnimation/VelocityAnimationGroup/docs/VelocityAnimationGroup__demo.docs.js +5 -5
  330. package/lib/a11y/FocusScope/FocusScope.js +2 -2
  331. package/lib/a11y/FocusScope/docs/FocusScope__default.docs.js +3 -3
  332. package/lib/beta/FocusRing/FocusRing.js +3 -3
  333. package/lib/beta/FocusRing/docs/FocusRing__default.docs.js +3 -3
  334. package/lib/common/docStyle.module.css +9 -9
  335. package/lib/deprecated/PortalLayer/PortalLayer.js +3 -3
  336. package/lib/deprecated/PortalLayer/docs/PortalLayer__default.docs.js +3 -3
  337. package/lib/index.js +308 -308
  338. package/lib/semantic/Button/Button.js +3 -3
  339. package/lib/semantic/Button/docs/Button__default.docs.js +3 -3
  340. package/lib/utils/Common.js +16 -20
  341. package/lib/utils/datetime/common.js +10 -10
  342. package/lib/utils/dropDownUtils.js +2 -2
  343. package/lib/utils/shallowEqual.js +1 -1
  344. package/package.json +5 -5
  345. package/preprocess/componentAppearanceColors.js +1 -1
  346. package/preprocess/json/componentAppearanceVariableJson.js +230 -230
  347. package/preprocess/json/componentThemeVariableJson.js +33 -33
  348. package/preprocess/json/ctaThemeVariableJson.js +38 -38
@@ -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
@@ -65,9 +65,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
65
65
 
66
66
  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); } }
67
67
 
68
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
68
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
69
69
 
70
- 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); }
70
+ 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); }
71
71
 
72
72
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
73
73
 
@@ -411,7 +411,8 @@ var AdvancedMultiSelectComponent = /*#__PURE__*/function (_MultiSelectComponent)
411
411
  borderColor = _this$props5.borderColor,
412
412
  isBoxPaddingNeed = _this$props5.isBoxPaddingNeed,
413
413
  getFooter = _this$props5.getFooter,
414
- customProps = _this$props5.customProps;
414
+ customProps = _this$props5.customProps,
415
+ needEffect = _this$props5.needEffect;
415
416
  var _customProps$Suggesti = customProps.SuggestionsProps,
416
417
  SuggestionsProps = _customProps$Suggesti === void 0 ? {} : _customProps$Suggesti,
417
418
  _customProps$DropBoxP = customProps.DropBoxProps,
@@ -441,7 +442,7 @@ var AdvancedMultiSelectComponent = /*#__PURE__*/function (_MultiSelectComponent)
441
442
  var setAriaId = this.getNextAriaId();
442
443
  var ariaErrorId = this.getNextAriaId();
443
444
  return /*#__PURE__*/_react["default"].createElement("div", {
444
- className: "".concat(_AdvancedMultiSelectModule["default"].wrapper, " ").concat(isDisabled ? _AdvancedMultiSelectModule["default"].disabled : '', " ").concat(borderColor === 'transparent' ? _AdvancedMultiSelectModule["default"].transparentContainer : ''),
445
+ className: "".concat(_AdvancedMultiSelectModule["default"].wrapper, " ").concat(isDisabled ? _AdvancedMultiSelectModule["default"].disabled : '', " ").concat(borderColor === 'transparent' ? _AdvancedMultiSelectModule["default"].transparentContainer : '', " ").concat(needEffect && !(isDisabled || isReadOnly) ? _AdvancedMultiSelectModule["default"].effect : ''),
445
446
  "data-id": dataIdMultiSelectComp,
446
447
  "data-title": isDisabled ? title : '',
447
448
  onClick: this.handleInputFocus
@@ -588,6 +589,7 @@ AdvancedMultiSelectComponent.propTypes = {
588
589
  //For grouping multiSelect
589
590
  getPublicMethods: _propTypes["default"].func,
590
591
  optionType: _propTypes["default"].oneOf(['default', 'avatar', 'icon']),
592
+ needEffect: _propTypes["default"].bool,
591
593
  animationStyle: _propTypes["default"].string,
592
594
  defaultDropBoxPosition: _propTypes["default"].oneOf(['bottom', 'top', 'left', 'right']),
593
595
  dropBoxSize: _propTypes["default"].oneOf(['small', 'medium', 'large']),
@@ -662,7 +664,8 @@ AdvancedMultiSelectComponent.defaultProps = {
662
664
  borderColor: 'default',
663
665
  isBoxPaddingNeed: true,
664
666
  isSearchClearOnSelect: true,
665
- customProps: {}
667
+ customProps: {},
668
+ needEffect: true
666
669
  };
667
670
  AdvancedMultiSelectComponent.displayName = 'AdvancedMultiSelect';
668
671
  var AdvancedMultiSelect = (0, _Popup["default"])(AdvancedMultiSelectComponent);
@@ -1,8 +1,8 @@
1
1
  .wrapper {
2
2
  position: relative;
3
3
  }
4
- .disabled {
5
- composes: disabled from '../common/common.module.css';
4
+ .disabled, .readOnly {
5
+ cursor: not-allowed;
6
6
  }
7
7
  .container {
8
8
  max-height: var(--zd_size120);
@@ -16,28 +16,28 @@
16
16
  .borderColor_transparent {
17
17
  border-bottom-color: var(--zdt_advancedmultiselect_transparent_border);
18
18
  }
19
- .borderColor_transparent:hover {
19
+ .effect .borderColor_transparent:hover {
20
20
  border-bottom-color: var(--zdt_advancedmultiselect_transparent_hover_border);
21
21
  }
22
- .borderColor_transparent.active {
22
+ .effect .borderColor_transparent.active {
23
23
  border-bottom-color: var(--zdt_advancedmultiselect_transparent_active_border);
24
24
  }
25
25
  .borderColor_default {
26
26
  border-bottom-color: var(--zdt_advancedmultiselect_default_border);
27
27
  }
28
- .borderColor_default:hover {
28
+ .effect .borderColor_default:hover {
29
29
  border-bottom-color: var(--zdt_advancedmultiselect_default_hover_border);
30
30
  }
31
- .borderColor_default.active {
31
+ .effect .borderColor_default.active {
32
32
  border-bottom-color: var(--zdt_advancedmultiselect_default_active_border);
33
33
  }
34
34
  .borderColor_dark {
35
35
  border-bottom-color: var(--zdt_advancedmultiselect_dark_border);
36
36
  }
37
- .borderColor_dark:hover {
37
+ .effect .borderColor_dark:hover {
38
38
  border-bottom-color: var(--zdt_advancedmultiselect_dark_hover_border);
39
39
  }
40
- .borderColor_dark.active {
40
+ .effect .borderColor_dark.active {
41
41
  border-bottom-color: var(--zdt_advancedmultiselect_dark_active_border);
42
42
  }
43
43
  [dir=ltr] .container.medium {
@@ -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,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
@@ -71,9 +71,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
71
71
 
72
72
  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); } }
73
73
 
74
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
74
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
75
75
 
76
- 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); }
76
+ 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); }
77
77
 
78
78
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
79
79
 
@@ -942,7 +942,8 @@ var MultiSelectComponent = /*#__PURE__*/function (_React$Component) {
942
942
  a11y = _this$props13.a11y,
943
943
  children = _this$props13.children,
944
944
  customChildrenClass = _this$props13.customChildrenClass,
945
- getFooter = _this$props13.getFooter;
945
+ getFooter = _this$props13.getFooter,
946
+ needEffect = _this$props13.needEffect;
946
947
  var _i18nKeys = i18nKeys,
947
948
  _i18nKeys$clearText = _i18nKeys.clearText,
948
949
  clearText = _i18nKeys$clearText === void 0 ? 'Clear all' : _i18nKeys$clearText,
@@ -968,7 +969,7 @@ var MultiSelectComponent = /*#__PURE__*/function (_React$Component) {
968
969
  var ariaErrorId = this.getNextAriaId();
969
970
  var isShowClearIcon = !isReadOnly && !isDisabled && !disableAction && selectedOptions.length > 1;
970
971
  return /*#__PURE__*/_react["default"].createElement("div", {
971
- className: "".concat(_MultiSelectModule["default"].wrapper, " ").concat(isDisabled ? _MultiSelectModule["default"].disabled : '', " ").concat(isReadOnly ? _MultiSelectModule["default"].readOnly : '', " ").concat(disableAction ? (0, _CssProvider["default"])('isBlock') : '', " ").concat(borderColor === 'transparent' ? _MultiSelectModule["default"].transparentContainer : ''),
972
+ className: "".concat(_MultiSelectModule["default"].wrapper, " ").concat(isDisabled ? _MultiSelectModule["default"].disabled : '', " ").concat(isReadOnly ? _MultiSelectModule["default"].readOnly : '', " ").concat(disableAction ? (0, _CssProvider["default"])('isBlock') : '', " ").concat(borderColor === 'transparent' ? _MultiSelectModule["default"].transparentContainer : '', " ").concat(needEffect && !(isDisabled || isReadOnly) ? _MultiSelectModule["default"].effect : ''),
972
973
  "data-id": "".concat(isDisabled ? "".concat(dataId, "_disabled") : isReadOnly ? "".concat(dataId, "_readOnly") : dataId),
973
974
  "data-title": isDisabled ? title : '',
974
975
  onClick: this.handleInputFocus
@@ -1175,7 +1176,8 @@ MultiSelectComponent.propTypes = {
1175
1176
  children: _propTypes["default"].node,
1176
1177
  customChildrenClass: _propTypes["default"].string,
1177
1178
  disabledOptions: _propTypes["default"].arrayOf(_propTypes["default"].string),
1178
- getFooter: _propTypes["default"].func
1179
+ getFooter: _propTypes["default"].func,
1180
+ needEffect: _propTypes["default"].bool
1179
1181
  };
1180
1182
  MultiSelectComponent.defaultProps = {
1181
1183
  animationStyle: 'bounce',
@@ -1205,7 +1207,8 @@ MultiSelectComponent.defaultProps = {
1205
1207
  a11y: {},
1206
1208
  textBoxClass: '',
1207
1209
  palette: 'default',
1208
- isSearchClearOnSelect: true
1210
+ isSearchClearOnSelect: true,
1211
+ needEffect: true
1209
1212
  };
1210
1213
 
1211
1214
  if (false) {
@@ -2,14 +2,9 @@
2
2
  position: relative;
3
3
  }
4
4
 
5
- .disabled {
6
- composes: disabled from '../common/common.module.css';
5
+ .disabled, .readOnly {
6
+ cursor: not-allowed;
7
7
  }
8
-
9
- .readOnly {
10
- composes: readonly from '../common/common.module.css';
11
- }
12
-
13
8
  .container {
14
9
  max-height: var(--zd_size120);
15
10
  composes: oflowy from '../common/common.module.css';
@@ -22,28 +17,28 @@
22
17
  .borderColor_transparent {
23
18
  border-bottom-color: var(--zdt_multiselect_transparent_border);
24
19
  }
25
- .borderColor_transparent:hover {
20
+ .effect .borderColor_transparent:hover {
26
21
  border-bottom-color: var(--zdt_multiselect_transparent_hover_border);
27
22
  }
28
- .borderColor_transparent.active {
23
+ .effect .borderColor_transparent.active {
29
24
  border-bottom-color: var(--zdt_multiselect_transparent_active_border);
30
25
  }
31
26
  .borderColor_default {
32
27
  border-bottom-color: var(--zdt_multiselect_default_border);
33
28
  }
34
- .borderColor_default:hover {
29
+ .effect .borderColor_default:hover {
35
30
  border-bottom-color: var(--zdt_multiselect_default_hover_border);
36
31
  }
37
- .borderColor_default.active {
32
+ .effect .borderColor_default.active {
38
33
  border-bottom-color: var(--zdt_multiselect_default_active_border);
39
34
  }
40
35
  .borderColor_dark {
41
36
  border-bottom-color: var(--zdt_multiselect_dark_border);
42
37
  }
43
- .borderColor_dark:hover {
38
+ .effect .borderColor_dark:hover {
44
39
  border-bottom-color: var(--zdt_multiselect_dark_hover_border);
45
40
  }
46
- .borderColor_dark.active {
41
+ .effect .borderColor_dark.active {
47
42
  border-bottom-color: var(--zdt_multiselect_dark_active_border);
48
43
  }
49
44
 
@@ -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
 
@@ -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
@@ -49,9 +49,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
49
49
 
50
50
  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); } }
51
51
 
52
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
52
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
53
53
 
54
- 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); }
54
+ 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); }
55
55
 
56
56
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
57
57
 
@@ -140,7 +140,8 @@ var MultiSelectWithAvatarComponent = /*#__PURE__*/function (_MultiSelectComponen
140
140
  a11y = _this$props.a11y,
141
141
  children = _this$props.children,
142
142
  customChildrenClass = _this$props.customChildrenClass,
143
- isBoxPaddingNeed = _this$props.isBoxPaddingNeed;
143
+ isBoxPaddingNeed = _this$props.isBoxPaddingNeed,
144
+ needEffect = _this$props.needEffect;
144
145
  var _i18nKeys = i18nKeys,
145
146
  _i18nKeys$clearText = _i18nKeys.clearText,
146
147
  clearText = _i18nKeys$clearText === void 0 ? 'Clear all' : _i18nKeys$clearText;
@@ -165,7 +166,7 @@ var MultiSelectWithAvatarComponent = /*#__PURE__*/function (_MultiSelectComponen
165
166
  var popUpState = !isReadOnly && !isDisabled && !disableAction && isPopupOpen;
166
167
  var isShowClearIcon = !isReadOnly && !isDisabled && !disableAction && selectedOptions.length > 1;
167
168
  return /*#__PURE__*/_react["default"].createElement("div", {
168
- className: " ".concat(_MultiSelectModule["default"].wrapper, " ").concat(isDisabled ? _MultiSelectModule["default"].disabled : '', " ").concat(isReadOnly ? _MultiSelectModule["default"].readOnly : '', " ").concat(disableAction ? (0, _CssProvider["default"])('isBlock') : '', " ").concat(borderColor === 'transparent' ? _MultiSelectModule["default"].transparentContainer : ''),
169
+ className: " ".concat(_MultiSelectModule["default"].wrapper, " ").concat(isDisabled ? _MultiSelectModule["default"].disabled : '', " ").concat(isReadOnly ? _MultiSelectModule["default"].readOnly : '', " ").concat(disableAction ? (0, _CssProvider["default"])('isBlock') : '', " ").concat(borderColor === 'transparent' ? _MultiSelectModule["default"].transparentContainer : '', " ").concat(needEffect && !(isDisabled || isReadOnly) ? _MultiSelectModule["default"].effect : ''),
169
170
  "data-id": "".concat(isDisabled ? "".concat(dataId, "_disabled") : isReadOnly ? "".concat(dataId, "_readOnly") : dataId),
170
171
  "data-title": isDisabled ? title : '',
171
172
  onClick: this.handleInputFocus
@@ -339,6 +340,7 @@ MultiSelectWithAvatarComponent.propTypes = {
339
340
  palette: _propTypes["default"].oneOf(['default', 'dark']),
340
341
  htmlId: _propTypes["default"].string,
341
342
  isBoxPaddingNeed: _propTypes["default"].bool,
343
+ needEffect: _propTypes["default"].bool,
342
344
 
343
345
  /**** Popup props ****/
344
346
  isPopupOpen: _propTypes["default"].bool,
@@ -388,7 +390,8 @@ MultiSelectWithAvatarComponent.defaultProps = {
388
390
  a11y: {},
389
391
  palette: 'default',
390
392
  isBoxPaddingNeed: true,
391
- isSearchClearOnSelect: true
393
+ isSearchClearOnSelect: true,
394
+ needEffect: true
392
395
  };
393
396
  MultiSelectWithAvatarComponent.displayName = 'MultiSelectWithAvatar';
394
397
  var MultiSelectWithAvatar = (0, _Popup["default"])(MultiSelectWithAvatarComponent);
@@ -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
 
@@ -76,13 +76,14 @@ var SelectedOptions = /*#__PURE__*/function (_React$PureComponent) {
76
76
  isDisabled = option.isDisabled;
77
77
  var commonProps = {
78
78
  disabled: isDisabled,
79
- onRemove: isDisabled ? null : onRemove,
79
+ onRemove: isDisabled || isReadOnly ? null : onRemove,
80
80
  text: value,
81
81
  palette: isDarkPalette,
82
82
  onSelectTag: isReadOnly ? null : onSelect,
83
83
  getRef: getRef,
84
84
  initial: value,
85
- id: id
85
+ id: id,
86
+ isReadOnly: isReadOnly
86
87
  };
87
88
 
88
89
  if (optionType === 'avatar') {
@@ -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 _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "d
23
23
 
24
24
  function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
25
25
 
26
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
26
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
27
27
 
28
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
28
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
29
29
 
30
30
  function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
31
31
 
@@ -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
 
@@ -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
@@ -17,9 +17,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
17
17
 
18
18
  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); } }
19
19
 
20
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
20
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
21
21
 
22
- 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); }
22
+ 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); }
23
23
 
24
24
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
25
25
 
@@ -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
 
@@ -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
@@ -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
 
@@ -1,11 +1,11 @@
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["default"] = exports.PopOverTarget = exports.PopOverContainer = void 0;
8
+ exports.PopOverContainer = exports.PopOverTarget = exports["default"] = void 0;
9
9
 
10
10
  var _react = _interopRequireDefault(require("react"));
11
11
 
@@ -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
  .popup {
2
2
  position: relative;
3
- background-color: var(--dot_bg_white);
3
+ background-color: var(--dot_white);
4
4
  }
5
5
  .target {
6
6
  composes: offSelection from '../common/common.module.css';
@@ -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
@@ -41,9 +41,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
41
41
 
42
42
  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); } }
43
43
 
44
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
44
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
45
45
 
46
- 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); }
46
+ 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); }
47
47
 
48
48
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
49
49