@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
  var _react = _interopRequireDefault(require("react"));
6
6
 
@@ -16,9 +16,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
16
16
 
17
17
  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); } }
18
18
 
19
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
19
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
20
20
 
21
- 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); }
21
+ 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); }
22
22
 
23
23
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
24
24
 
@@ -3,11 +3,11 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.Provider = void 0;
7
- exports.getUniqueId = getUniqueId;
8
- exports.removeGlobalIdPrefix = removeGlobalIdPrefix;
9
6
  exports.setGlobalIdPrefix = setGlobalIdPrefix;
7
+ exports.removeGlobalIdPrefix = removeGlobalIdPrefix;
10
8
  exports.useUniqueId = useUniqueId;
9
+ exports.getUniqueId = getUniqueId;
10
+ exports.Provider = void 0;
11
11
 
12
12
  var _NumberGenerator = require("./NumberGenerator/NumberGenerator");
13
13
 
@@ -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 _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
21
21
 
22
22
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
23
23
 
24
- 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; }
24
+ 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; }
25
25
 
26
- 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; }
26
+ 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; }
27
27
 
28
28
  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; }
29
29
 
@@ -1,14 +1,14 @@
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
8
  exports.addGlobalId = addGlobalId;
9
9
  exports.decreaseGlobalIds = decreaseGlobalIds;
10
- exports.getNumberGenerators = getNumberGenerators;
11
10
  exports.useNumberGenerator = useNumberGenerator;
11
+ exports.getNumberGenerators = getNumberGenerators;
12
12
 
13
13
  var _react = _interopRequireWildcard(require("react"));
14
14
 
@@ -3,10 +3,10 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.getZIndex = getZIndex;
7
6
  exports.removeGlobalZIndexPrefix = removeGlobalZIndexPrefix;
8
7
  exports.setInitialZIndex = setInitialZIndex;
9
8
  exports.useZIndex = useZIndex;
9
+ exports.getZIndex = getZIndex;
10
10
 
11
11
  var _NumberGenerator = require("./NumberGenerator/NumberGenerator");
12
12
 
@@ -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
@@ -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
 
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
@@ -69,9 +69,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
69
69
 
70
70
  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); } }
71
71
 
72
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
72
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
73
73
 
74
- 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); }
74
+ 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); }
75
75
 
76
76
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
77
77
 
@@ -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
@@ -15,8 +15,6 @@ var _Label = _interopRequireDefault(require("../Label/Label"));
15
15
 
16
16
  var _Layout = require("../Layout");
17
17
 
18
- var _CssProvider = _interopRequireDefault(require("../Provider/CssProvider"));
19
-
20
18
  var _RadioModule = _interopRequireDefault(require("./Radio.module.css"));
21
19
 
22
20
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
@@ -25,9 +23,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
25
23
 
26
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); } }
27
25
 
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; }
26
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
29
27
 
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); }
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); }
31
29
 
32
30
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
33
31
 
@@ -92,7 +90,7 @@ var Radio = /*#__PURE__*/function (_React$Component) {
92
90
  customRadio = _customClass$customRa2 === void 0 ? '' : _customClass$customRa2,
93
91
  _customClass$customLa = customClass.customLabel,
94
92
  customLabel = _customClass$customLa === void 0 ? '' : _customClass$customLa;
95
- var accessMode = isReadOnly ? _RadioModule["default"].readonly : disabled ? (0, _CssProvider["default"])('isDisabled') : _RadioModule["default"].pointer;
93
+ var accessMode = isReadOnly ? _RadioModule["default"].readonly : disabled ? _RadioModule["default"].disabled : _RadioModule["default"].pointer;
96
94
  var toolTip = disabled ? disabledTitle : title ? title : null;
97
95
  var ariaHidden = a11y.ariaHidden,
98
96
  _a11y$role = a11y.role,
@@ -18,8 +18,8 @@
18
18
  .pointer {
19
19
  cursor: pointer;
20
20
  }
21
- .readonly {
22
- cursor: default;
21
+ .readonly, .disabled {
22
+ cursor: not-allowed;
23
23
  }
24
24
  .radio {
25
25
  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
@@ -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,13 +1,13 @@
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.ResponsiveReceiver = ResponsiveReceiver;
9
8
  exports.ResponsiveSender = ResponsiveSender;
10
9
  exports.useResponsiveReceiver = useResponsiveReceiver;
10
+ exports.ResponsiveReceiver = ResponsiveReceiver;
11
11
 
12
12
  var _react = _interopRequireWildcard(require("react"));
13
13
 
@@ -41,9 +41,9 @@ function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Sy
41
41
 
42
42
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
43
43
 
44
- 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; }
44
+ 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; }
45
45
 
46
- 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; }
46
+ 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; }
47
47
 
48
48
  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; }
49
49
 
@@ -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
@@ -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
 
@@ -9,7 +9,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
9
9
 
10
10
  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); } }
11
11
 
12
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
12
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
13
13
 
14
14
  var hasResizeObserver = !!window.ResizeObserver;
15
15
  var mutationObserverOptions = {
@@ -1,14 +1,13 @@
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.ResponsiveContext = void 0;
9
- exports.ResponsiveReceiver = ResponsiveReceiver;
10
- exports.ResponsiveSender = void 0;
11
8
  exports.useResponsiveReceiver = useResponsiveReceiver;
9
+ exports.ResponsiveReceiver = ResponsiveReceiver;
10
+ exports.ResponsiveSender = exports.ResponsiveContext = void 0;
12
11
 
13
12
  var _react = _interopRequireWildcard(require("react"));
14
13
 
@@ -44,9 +43,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
44
43
 
45
44
  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); } }
46
45
 
47
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
46
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
48
47
 
49
- 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); }
48
+ 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); }
50
49
 
51
50
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
52
51
 
@@ -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,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,19 +1,18 @@
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.Subscribale = void 0;
9
8
  exports.isBreackPointMatched = isBreackPointMatched;
10
- exports.windowResizeObserver = exports.isTouchDevice = void 0;
9
+ exports.windowResizeObserver = exports.Subscribale = exports.isTouchDevice = void 0;
11
10
 
12
- function _get() { if (typeof Reflect !== "undefined" && Reflect.get) { _get = Reflect.get; } else { _get = function _get(target, property, receiver) { var base = _superPropBase(target, property); if (!base) return; var desc = Object.getOwnPropertyDescriptor(base, property); if (desc.get) { return desc.get.call(arguments.length < 3 ? target : receiver); } return desc.value; }; } return _get.apply(this, arguments); }
11
+ function _get(target, property, receiver) { if (typeof Reflect !== "undefined" && Reflect.get) { _get = Reflect.get; } else { _get = function _get(target, property, receiver) { var base = _superPropBase(target, property); if (!base) return; var desc = Object.getOwnPropertyDescriptor(base, property); if (desc.get) { return desc.get.call(receiver); } return desc.value; }; } return _get(target, property, receiver || target); }
13
12
 
14
13
  function _superPropBase(object, property) { while (!Object.prototype.hasOwnProperty.call(object, property)) { object = _getPrototypeOf(object); if (object === null) break; } return object; }
15
14
 
16
- 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); }
15
+ 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); }
17
16
 
18
17
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
19
18
 
@@ -31,7 +30,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
31
30
 
32
31
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
33
32
 
34
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
33
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
35
34
 
36
35
  var breakPointKeys = {
37
36
  minHeight: true,
@@ -3,10 +3,9 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.breakPoints = void 0;
7
- exports.defaultMatcher = defaultMatcher;
8
6
  exports.getBreakPointValue = getBreakPointValue;
9
- exports.sortedBreackPointKey = void 0;
7
+ exports.defaultMatcher = defaultMatcher;
8
+ exports.sortedBreackPointKey = exports.breakPoints = void 0;
10
9
 
11
10
  var _getHTMLFontSize = require("../../utils/getHTMLFontSize");
12
11
 
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports["default"] = shallowCompare;
7
7
 
8
- 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); }
8
+ 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); }
9
9
 
10
10
  function isSame(a, b) {
11
11
  return a === b;
@@ -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
@@ -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
@@ -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