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

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 (289) hide show
  1. package/README.md +1 -0
  2. package/es/Appearance/dark/mode/darkMode.module.css +355 -392
  3. package/es/Appearance/default/mode/defaultMode.module.css +355 -394
  4. package/es/Avatar/Avatar.js +2 -1
  5. package/es/Avatar/__tests__/Avatar.spec.js +0 -1
  6. package/es/AvatarTeam/__tests__/AvatarTeam.spec.js +0 -1
  7. package/es/Button/__tests__/Button.spec.js +0 -1
  8. package/es/Buttongroup/__test__/Buttongroup.spec.js +0 -1
  9. package/es/DateTime/DateTime.js +6 -3
  10. package/es/DateTime/DateWidget.js +5 -2
  11. package/es/DateTime/DateWidget.module.css +4 -0
  12. package/es/DateTime/YearView.js +6 -5
  13. package/es/DateTime/common.js +9 -2
  14. package/es/DateTime/dateFormatUtils/dateFormat.js +76 -57
  15. package/es/DateTime/dateFormatUtils/index.js +12 -7
  16. package/es/DateTime/dateFormatUtils/timeChange.js +4 -3
  17. package/es/DateTime/dateFormatUtils/yearChange.js +4 -3
  18. package/es/DateTime/validator.js +0 -1
  19. package/es/Label/__tests__/Label.spec.js +0 -2
  20. package/es/Layout/utils.js +2 -1
  21. package/es/ListItem/ListItem.js +0 -2
  22. package/es/ListItem/ListItemWithIcon.js +0 -2
  23. package/es/MultiSelect/AdvancedGroupMultiSelect.js +15 -10
  24. package/es/MultiSelect/AdvancedMultiSelect.js +6 -7
  25. package/es/MultiSelect/AdvancedMultiSelect.module.css +8 -8
  26. package/es/MultiSelect/MultiSelect.js +23 -11
  27. package/es/MultiSelect/MultiSelect.module.css +13 -8
  28. package/es/MultiSelect/MultiSelectWithAvatar.js +3 -6
  29. package/es/MultiSelect/SelectedOptions.js +2 -3
  30. package/es/MultiSelect/docs/AdvancedGroupMultiSelect__default.docs.js +2 -1
  31. package/es/Popup/Popup.js +14 -8
  32. package/es/Popup/viewPort.js +14 -9
  33. package/es/Provider/IdProvider.js +5 -4
  34. package/es/Provider/LibraryContext.js +6 -5
  35. package/es/Provider/NumberGenerator/NumberGenerator.js +17 -15
  36. package/es/Provider/ZindexProvider.js +5 -4
  37. package/es/Radio/Radio.js +2 -1
  38. package/es/Radio/Radio.module.css +2 -2
  39. package/es/Responsive/CustomResponsive.js +11 -8
  40. package/es/Responsive/ResizeComponent.js +3 -1
  41. package/es/Responsive/Responsive.js +12 -9
  42. package/es/Responsive/docs/Responsive__Custom.docs.js +49 -44
  43. package/es/Responsive/docs/Responsive__default.docs.js +77 -74
  44. package/es/Responsive/sizeObservers.js +5 -1
  45. package/es/Ribbon/__tests__/Ribbon.spec.js +0 -1
  46. package/es/RippleEffect/RippleEffect.js +4 -7
  47. package/es/RippleEffect/RippleEffect.module.css +0 -3
  48. package/es/Select/GroupSelect.js +2 -1
  49. package/es/Select/Select.js +16 -1
  50. package/es/Select/Select.module.css +1 -1
  51. package/es/Select/SelectWithAvatar.js +4 -7
  52. package/es/Select/docs/Select__default.docs.js +2 -1
  53. package/es/Stencils/__tests__/Stencils.spec.js +0 -1
  54. package/es/Tab/Tab.js +27 -26
  55. package/es/Tab/TabContent.js +17 -14
  56. package/es/Tab/TabContentWrapper.js +17 -14
  57. package/es/Tab/TabWrapper.js +15 -14
  58. package/es/Tab/Tabs.js +2 -1
  59. package/es/Tab/docs/Tab__default.docs.js +0 -1
  60. package/es/Tag/Tag.js +4 -10
  61. package/es/Tag/Tag.module.css +11 -14
  62. package/es/Tag/docs/Tag__default.docs.js +0 -70
  63. package/es/TextBox/__tests__/TextBox.spec.js +0 -1
  64. package/es/TextBoxIcon/TextBoxIcon.js +1 -1
  65. package/es/TextBoxIcon/TextBoxIcon.module.css +2 -5
  66. package/es/TextBoxIcon/__tests__/TextBoxIcon.spec.js +0 -1
  67. package/es/Textarea/__tests__/Textarea.spec.js +0 -1
  68. package/es/Tooltip/Tooltip.js +0 -1
  69. package/es/a11y/FocusScope/FocusScope.js +10 -4
  70. package/es/beta/FocusRing/FocusRing.js +4 -1
  71. package/es/utils/Common.js +31 -11
  72. package/es/utils/datetime/common.js +6 -3
  73. package/es/utils/dropDownUtils.js +6 -5
  74. package/es/utils/getInitial.js +3 -1
  75. package/lib/Accordion/Accordion.js +3 -3
  76. package/lib/Accordion/AccordionItem.js +3 -3
  77. package/lib/Accordion/docs/Accordion__Demo.docs.js +3 -3
  78. package/lib/Animation/Animation.js +3 -3
  79. package/lib/Animation/docs/Animation__default.docs.js +3 -3
  80. package/lib/Animation/docs/Animation__fadeIn.docs.js +3 -3
  81. package/lib/Animation/docs/Animation__scaleIn.docs.js +3 -3
  82. package/lib/Animation/docs/Animation__skewIn.docs.js +3 -3
  83. package/lib/Animation/docs/Animation__slideDown.docs.js +3 -3
  84. package/lib/Animation/docs/Animation__slideLeft.docs.js +3 -3
  85. package/lib/Animation/docs/Animation__zoomIn.docs.js +3 -3
  86. package/lib/AppContainer/AppContainer.js +3 -3
  87. package/lib/AppContainer/docs/AppContainer__default.docs.js +3 -3
  88. package/lib/Appearance/dark/mode/darkMode.module.css +355 -392
  89. package/lib/Appearance/default/mode/defaultMode.module.css +355 -394
  90. package/lib/Avatar/Avatar.js +3 -3
  91. package/lib/Avatar/docs/Avatar__custom.docs.js +3 -3
  92. package/lib/Avatar/docs/Avatar__default.docs.js +3 -3
  93. package/lib/Avatar/docs/Avatar__palette.docs.js +3 -3
  94. package/lib/Avatar/docs/Avatar__text.docs.js +3 -3
  95. package/lib/AvatarTeam/AvatarTeam.js +3 -3
  96. package/lib/AvatarTeam/docs/AvatarTeam__custom.docs.js +3 -3
  97. package/lib/AvatarTeam/docs/AvatarTeam__default.docs.js +3 -3
  98. package/lib/AvatarTeam/docs/AvatarTeam__palette.docs.js +3 -3
  99. package/lib/AvatarTeam/docs/AvatarTeam__size.docs.js +3 -3
  100. package/lib/Button/Button.js +3 -3
  101. package/lib/Button/docs/Button__custom.docs.js +3 -3
  102. package/lib/Button/docs/Button__default.docs.js +3 -3
  103. package/lib/Buttongroup/Buttongroup.js +3 -3
  104. package/lib/Buttongroup/docs/Buttongroup__custom.docs.js +3 -3
  105. package/lib/Buttongroup/docs/Buttongroup__footer.docs.js +3 -3
  106. package/lib/Buttongroup/docs/Buttongroup__header.docs.js +3 -3
  107. package/lib/Card/Card.js +4 -4
  108. package/lib/Card/__tests__/Card.spec.js +1 -1
  109. package/lib/Card/docs/Card__Custom.docs.js +3 -3
  110. package/lib/Card/docs/Card__Default.docs.js +3 -3
  111. package/lib/Card/docs/Card__Scroll.docs.js +3 -3
  112. package/lib/Card/index.js +7 -7
  113. package/lib/CheckBox/CheckBox.js +3 -3
  114. package/lib/CheckBox/docs/CheckBox__custom.docs.js +3 -3
  115. package/lib/CheckBox/docs/CheckBox__default.docs.js +3 -3
  116. package/lib/DateTime/CalendarView.js +4 -4
  117. package/lib/DateTime/DateTime.js +3 -3
  118. package/lib/DateTime/DateTimePopupFooter.js +3 -3
  119. package/lib/DateTime/DateTimePopupHeader.js +3 -3
  120. package/lib/DateTime/DateWidget.js +3 -3
  121. package/lib/DateTime/DateWidget.module.css +4 -0
  122. package/lib/DateTime/DaysRow.js +3 -3
  123. package/lib/DateTime/Time.js +3 -3
  124. package/lib/DateTime/YearView.js +3 -3
  125. package/lib/DateTime/__tests__/CalendarView.spec.js +1 -1
  126. package/lib/DateTime/__tests__/DateTime.spec.js +1 -1
  127. package/lib/DateTime/constants.js +1 -1
  128. package/lib/DateTime/dateFormatUtils/dateFormat.js +2 -2
  129. package/lib/DateTime/dateFormatUtils/index.js +13 -13
  130. package/lib/DateTime/docs/DateTime__default.docs.js +3 -3
  131. package/lib/DateTime/docs/DateWidget__default.docs.js +3 -3
  132. package/lib/DateTime/objectUtils.js +2 -2
  133. package/lib/DropBox/DropBox.js +3 -3
  134. package/lib/DropBox/docs/DropBox__custom.docs.js +3 -3
  135. package/lib/DropBox/docs/DropBox__customOrder.docs.js +3 -3
  136. package/lib/DropBox/docs/DropBox__fixedPosition.docs.js +3 -3
  137. package/lib/DropBox/docs/DropBox__position.docs.js +3 -3
  138. package/lib/DropBox/docs/DropBox__size.docs.js +3 -3
  139. package/lib/DropDown/DropDown.js +4 -4
  140. package/lib/DropDown/DropDownHeading.js +3 -3
  141. package/lib/DropDown/DropDownItem.js +3 -3
  142. package/lib/DropDown/DropDownSearch.js +3 -3
  143. package/lib/DropDown/DropDownSeparator.js +3 -3
  144. package/lib/DropDown/docs/DropDownHeading__custom.docs.js +3 -3
  145. package/lib/DropDown/docs/DropDownHeading__default.docs.js +3 -3
  146. package/lib/Label/Label.js +3 -3
  147. package/lib/Label/docs/Label__clipped.docs.js +3 -3
  148. package/lib/Label/docs/Label__custom.docs.js +3 -3
  149. package/lib/Label/docs/Label__palette.docs.js +3 -3
  150. package/lib/Label/docs/Label__size.docs.js +3 -3
  151. package/lib/Label/docs/Label__type.docs.js +3 -3
  152. package/lib/Layout/Box.js +1 -1
  153. package/lib/Layout/Container.js +1 -1
  154. package/lib/Layout/docs/Layout__Hidden.docs.js +3 -3
  155. package/lib/Layout/docs/Layout__default.docs.js +3 -3
  156. package/lib/Layout/docs/Layout__four_Column.docs.js +3 -3
  157. package/lib/Layout/docs/Layout__three_Column.docs.js +3 -3
  158. package/lib/Layout/docs/Layout__two_Column.docs.js +3 -3
  159. package/lib/Layout/index.js +4 -4
  160. package/lib/Layout/utils.js +2 -2
  161. package/lib/LightNightMode/docs/AlternativeColors.docs.js +3 -3
  162. package/lib/ListItem/ListItem.js +3 -3
  163. package/lib/ListItem/ListItemWithAvatar.js +3 -3
  164. package/lib/ListItem/ListItemWithCheckBox.js +3 -3
  165. package/lib/ListItem/ListItemWithIcon.js +3 -3
  166. package/lib/ListItem/ListItemWithRadio.js +3 -3
  167. package/lib/ListItem/docs/ListItemWithAvatar__custom.docs.js +3 -3
  168. package/lib/ListItem/docs/ListItemWithAvatar__default.docs.js +3 -3
  169. package/lib/ListItem/docs/ListItemWithCheckBox__custom.docs.js +3 -3
  170. package/lib/ListItem/docs/ListItemWithCheckBox__default.docs.js +3 -3
  171. package/lib/ListItem/docs/ListItemWithIcon__custom.docs.js +3 -3
  172. package/lib/ListItem/docs/ListItemWithIcon__default.docs.js +3 -3
  173. package/lib/ListItem/docs/ListItemWithRadio__custom.docs.js +3 -3
  174. package/lib/ListItem/docs/ListItemWithRadio__default.docs.js +3 -3
  175. package/lib/ListItem/docs/ListItem__custom.docs.js +3 -3
  176. package/lib/ListItem/docs/ListItem__default.docs.js +3 -3
  177. package/lib/Modal/Modal.js +3 -3
  178. package/lib/Modal/__docs__/Modal__default.docs.js +3 -3
  179. package/lib/MultiSelect/AdvancedGroupMultiSelect.js +7 -10
  180. package/lib/MultiSelect/AdvancedMultiSelect.js +6 -9
  181. package/lib/MultiSelect/AdvancedMultiSelect.module.css +8 -8
  182. package/lib/MultiSelect/EmptyState.js +3 -3
  183. package/lib/MultiSelect/MultiSelect.js +14 -11
  184. package/lib/MultiSelect/MultiSelect.module.css +13 -8
  185. package/lib/MultiSelect/MultiSelectHeader.js +3 -3
  186. package/lib/MultiSelect/MultiSelectWithAvatar.js +6 -9
  187. package/lib/MultiSelect/SelectedOptions.js +5 -6
  188. package/lib/MultiSelect/Suggestions.js +5 -5
  189. package/lib/MultiSelect/docs/AdvancedGroupMultiSelect__default.docs.js +3 -3
  190. package/lib/MultiSelect/docs/AdvancedMultiSelect__default.docs.js +3 -3
  191. package/lib/MultiSelect/docs/MultiSelectWithAvatar__default.docs.js +3 -3
  192. package/lib/MultiSelect/docs/MultiSelect__default.docs.js +3 -3
  193. package/lib/PopOver/PopOver.js +4 -4
  194. package/lib/PopOver/docs/PopOver__default.docs.js +3 -3
  195. package/lib/Popup/Popup.js +3 -3
  196. package/lib/Popup/__tests__/Popup.spec.js +3 -3
  197. package/lib/Provider/IdProvider.js +3 -3
  198. package/lib/Provider/LibraryContext.js +3 -3
  199. package/lib/Provider/NumberGenerator/NumberGenerator.js +2 -2
  200. package/lib/Provider/ZindexProvider.js +1 -1
  201. package/lib/Provider/docs/Provider_Id__Class.docs.js +3 -3
  202. package/lib/Provider/docs/Provider_Zindex__Class.docs.js +3 -3
  203. package/lib/Provider.js +3 -3
  204. package/lib/Radio/Radio.js +6 -4
  205. package/lib/Radio/Radio.module.css +2 -2
  206. package/lib/Radio/docs/Radio__custom.docs.js +3 -3
  207. package/lib/Radio/docs/Radio__default.docs.js +3 -3
  208. package/lib/Responsive/CustomResponsive.js +4 -4
  209. package/lib/Responsive/RefWrapper.js +1 -1
  210. package/lib/Responsive/ResizeComponent.js +3 -3
  211. package/lib/Responsive/ResizeObserver.js +1 -1
  212. package/lib/Responsive/Responsive.js +6 -5
  213. package/lib/Responsive/docs/Responsive__Custom.docs.js +3 -3
  214. package/lib/Responsive/docs/Responsive__default.docs.js +3 -3
  215. package/lib/Responsive/sizeObservers.js +6 -5
  216. package/lib/Responsive/utils/index.js +3 -2
  217. package/lib/Responsive/utils/shallowCompare.js +1 -1
  218. package/lib/Ribbon/Ribbon.js +3 -3
  219. package/lib/Ribbon/docs/Ribbon__custom.docs.js +3 -3
  220. package/lib/Ribbon/docs/Ribbon__default.docs.js +3 -3
  221. package/lib/RippleEffect/RippleEffect.js +4 -7
  222. package/lib/RippleEffect/RippleEffect.module.css +0 -3
  223. package/lib/RippleEffect/docs/RippleEffect__default.docs.js +3 -3
  224. package/lib/Select/GroupSelect.js +3 -3
  225. package/lib/Select/Select.js +19 -5
  226. package/lib/Select/Select.module.css +1 -1
  227. package/lib/Select/SelectWithAvatar.js +7 -10
  228. package/lib/Select/SelectWithIcon.js +3 -3
  229. package/lib/Select/docs/GroupSelect__default.docs.js +3 -3
  230. package/lib/Select/docs/SelectWithAvatar__default.docs.js +3 -3
  231. package/lib/Select/docs/SelectWithIcon__default.docs.js +3 -3
  232. package/lib/Select/docs/Select__default.docs.js +3 -3
  233. package/lib/Stencils/Stencils.js +3 -3
  234. package/lib/Stencils/docs/Stencils__custom.docs.js +3 -3
  235. package/lib/Stencils/docs/Stencils__default.docs.js +3 -3
  236. package/lib/Switch/Switch.js +3 -3
  237. package/lib/Switch/docs/Switch__custom.docs.js +3 -3
  238. package/lib/Switch/docs/Switch__default.docs.js +3 -3
  239. package/lib/Tab/Tab.js +1 -1
  240. package/lib/Tab/TabWrapper.js +1 -1
  241. package/lib/Tab/Tabs.js +3 -3
  242. package/lib/Tab/docs/Tab__default.docs.js +3 -3
  243. package/lib/Tab/index.js +10 -10
  244. package/lib/Tag/Tag.js +7 -13
  245. package/lib/Tag/Tag.module.css +11 -14
  246. package/lib/Tag/docs/Tag__custom.docs.js +3 -3
  247. package/lib/Tag/docs/Tag__default.docs.js +3 -73
  248. package/lib/TextBox/TextBox.js +3 -3
  249. package/lib/TextBox/docs/TextBox__custom.docs.js +3 -3
  250. package/lib/TextBox/docs/TextBox__default.docs.js +3 -3
  251. package/lib/TextBox/docs/TextBox__size.docs.js +3 -3
  252. package/lib/TextBox/docs/TextBox__variant.docs.js +3 -3
  253. package/lib/TextBoxIcon/TextBoxIcon.js +4 -4
  254. package/lib/TextBoxIcon/TextBoxIcon.module.css +2 -5
  255. package/lib/TextBoxIcon/docs/TextBoxIcon__custom.docs.js +3 -3
  256. package/lib/TextBoxIcon/docs/TextBoxIcon__default.docs.js +3 -3
  257. package/lib/Textarea/Textarea.js +3 -3
  258. package/lib/Textarea/docs/Textarea__animated.docs.js +3 -3
  259. package/lib/Textarea/docs/Textarea__custom.docs.js +3 -3
  260. package/lib/Textarea/docs/Textarea__default.docs.js +3 -3
  261. package/lib/Textarea/docs/Textarea__disabled.docs.js +3 -3
  262. package/lib/Tooltip/Tooltip.js +3 -3
  263. package/lib/Tooltip/__tests__/Tooltip.spec.js +3 -3
  264. package/lib/Tooltip/docs/Tooltip__default.docs.js +3 -3
  265. package/lib/VelocityAnimation/VelocityAnimation/VelocityAnimation.js +3 -3
  266. package/lib/VelocityAnimation/VelocityAnimation/docs/VelocityAnimation__demo.docs.js +3 -3
  267. package/lib/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +3 -3
  268. package/lib/VelocityAnimation/VelocityAnimationGroup/docs/VelocityAnimationGroup__demo.docs.js +3 -3
  269. package/lib/a11y/FocusScope/FocusScope.js +2 -2
  270. package/lib/a11y/FocusScope/docs/FocusScope__default.docs.js +3 -3
  271. package/lib/beta/FocusRing/FocusRing.js +3 -3
  272. package/lib/beta/FocusRing/docs/FocusRing__default.docs.js +3 -3
  273. package/lib/deprecated/PortalLayer/PortalLayer.js +3 -3
  274. package/lib/deprecated/PortalLayer/docs/PortalLayer__default.docs.js +3 -3
  275. package/lib/index.js +310 -310
  276. package/lib/semantic/Button/Button.js +3 -3
  277. package/lib/semantic/Button/docs/Button__default.docs.js +3 -3
  278. package/lib/utils/Common.js +20 -16
  279. package/lib/utils/datetime/common.js +10 -10
  280. package/lib/utils/dropDownUtils.js +2 -2
  281. package/lib/utils/shallowEqual.js +1 -1
  282. package/package.json +2 -2
  283. package/preprocess/componentAppearanceColors.js +65 -0
  284. package/preprocess/componentThemeColors.js +1 -1
  285. package/preprocess/ctaThemeColors.js +1 -1
  286. package/preprocess/index.js +2 -1
  287. package/preprocess/json/componentAppearanceVariableJson.js +1515 -0
  288. /package/preprocess/json/{componentVariableJson.js → componentThemeVariableJson.js} +0 -0
  289. /package/preprocess/json/{ctaVariableJson.js → ctaThemeVariableJson.js} +0 -0
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
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); }
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); }
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); return Constructor; }
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; }
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"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); 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"); } Object.defineProperty(subClass, "prototype", { value: Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }), writable: false }); 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"; 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); }
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); }
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); return Constructor; }
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; }
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"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); 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"); } Object.defineProperty(subClass, "prototype", { value: Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }), writable: false }); 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"; 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); }
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); }
4
4
 
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
@@ -15,6 +15,8 @@ var _Label = _interopRequireDefault(require("../Label/Label"));
15
15
 
16
16
  var _Layout = require("../Layout");
17
17
 
18
+ var _CssProvider = _interopRequireDefault(require("../Provider/CssProvider"));
19
+
18
20
  var _RadioModule = _interopRequireDefault(require("./Radio.module.css"));
19
21
 
20
22
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
@@ -23,9 +25,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
23
25
 
24
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); } }
25
27
 
26
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
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; }
27
29
 
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); }
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); }
29
31
 
30
32
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
31
33
 
@@ -90,7 +92,7 @@ var Radio = /*#__PURE__*/function (_React$Component) {
90
92
  customRadio = _customClass$customRa2 === void 0 ? '' : _customClass$customRa2,
91
93
  _customClass$customLa = customClass.customLabel,
92
94
  customLabel = _customClass$customLa === void 0 ? '' : _customClass$customLa;
93
- var accessMode = isReadOnly ? _RadioModule["default"].readonly : disabled ? _RadioModule["default"].disabled : _RadioModule["default"].pointer;
95
+ var accessMode = isReadOnly ? _RadioModule["default"].readonly : disabled ? (0, _CssProvider["default"])('isDisabled') : _RadioModule["default"].pointer;
94
96
  var toolTip = disabled ? disabledTitle : title ? title : null;
95
97
  var ariaHidden = a11y.ariaHidden,
96
98
  _a11y$role = a11y.role,
@@ -18,8 +18,8 @@
18
18
  .pointer {
19
19
  cursor: pointer;
20
20
  }
21
- .readonly, .disabled {
22
- cursor: not-allowed;
21
+ .readonly {
22
+ cursor: default;
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"; 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); }
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); }
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); return Constructor; }
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; }
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"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); 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"); } Object.defineProperty(subClass, "prototype", { value: Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }), writable: false }); 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"; 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); }
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); }
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); return Constructor; }
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; }
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"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); 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"); } Object.defineProperty(subClass, "prototype", { value: Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }), writable: false }); 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"; 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); }
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); }
4
4
 
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
7
7
  });
8
+ exports.ResponsiveReceiver = ResponsiveReceiver;
8
9
  exports.ResponsiveSender = ResponsiveSender;
9
10
  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); if (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); 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 = 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; }
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; }
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"; 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); }
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); }
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"; 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); }
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); }
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); return Constructor; }
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; }
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"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); 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"); } Object.defineProperty(subClass, "prototype", { value: Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }), writable: false }); 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); return Constructor; }
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; }
13
13
 
14
14
  var hasResizeObserver = !!window.ResizeObserver;
15
15
  var mutationObserverOptions = {
@@ -1,13 +1,14 @@
1
1
  "use strict";
2
2
 
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); }
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); }
4
4
 
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
7
7
  });
8
- exports.useResponsiveReceiver = useResponsiveReceiver;
8
+ exports.ResponsiveContext = void 0;
9
9
  exports.ResponsiveReceiver = ResponsiveReceiver;
10
- exports.ResponsiveSender = exports.ResponsiveContext = void 0;
10
+ exports.ResponsiveSender = void 0;
11
+ exports.useResponsiveReceiver = useResponsiveReceiver;
11
12
 
12
13
  var _react = _interopRequireWildcard(require("react"));
13
14
 
@@ -43,9 +44,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
43
44
 
44
45
  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); } }
45
46
 
46
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
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; }
47
48
 
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); }
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); }
49
50
 
50
51
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
51
52
 
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
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); }
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); }
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); return Constructor; }
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; }
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"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); 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"); } Object.defineProperty(subClass, "prototype", { value: Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }), writable: false }); 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"; 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); }
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); }
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); return Constructor; }
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; }
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"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); 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"); } Object.defineProperty(subClass, "prototype", { value: Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }), writable: false }); 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,18 +1,19 @@
1
1
  "use strict";
2
2
 
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); }
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); }
4
4
 
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
7
7
  });
8
+ exports.Subscribale = void 0;
8
9
  exports.isBreackPointMatched = isBreackPointMatched;
9
- exports.windowResizeObserver = exports.Subscribale = exports.isTouchDevice = void 0;
10
+ exports.windowResizeObserver = exports.isTouchDevice = void 0;
10
11
 
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); }
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); }
12
13
 
13
14
  function _superPropBase(object, property) { while (!Object.prototype.hasOwnProperty.call(object, property)) { object = _getPrototypeOf(object); if (object === null) break; } return object; }
14
15
 
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); }
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); }
16
17
 
17
18
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
18
19
 
@@ -30,7 +31,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
30
31
 
31
32
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
32
33
 
33
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
34
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
34
35
 
35
36
  var breakPointKeys = {
36
37
  minHeight: true,
@@ -3,9 +3,10 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.getBreakPointValue = getBreakPointValue;
6
+ exports.breakPoints = void 0;
7
7
  exports.defaultMatcher = defaultMatcher;
8
- exports.sortedBreackPointKey = exports.breakPoints = void 0;
8
+ exports.getBreakPointValue = getBreakPointValue;
9
+ exports.sortedBreackPointKey = void 0;
9
10
 
10
11
  var _getHTMLFontSize = require("../../utils/getHTMLFontSize");
11
12
 
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports["default"] = shallowCompare;
7
7
 
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); }
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); }
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"; 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); }
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); }
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); return Constructor; }
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; }
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"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); 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"); } Object.defineProperty(subClass, "prototype", { value: Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }), writable: false }); 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"; 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); }
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); }
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); return Constructor; }
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; }
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"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); 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"); } Object.defineProperty(subClass, "prototype", { value: Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }), writable: false }); 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"; 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); }
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); }
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); return Constructor; }
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; }
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"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); 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"); } Object.defineProperty(subClass, "prototype", { value: Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }), writable: false }); 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
 
@@ -22,9 +22,8 @@ function RippleEffect(props) {
22
22
  palette = props.palette,
23
23
  hoverType = props.hoverType,
24
24
  isNeedEffect = props.isNeedEffect,
25
- needBorder = props.needBorder,
26
- isCopyTextEnabled = props.isCopyTextEnabled;
27
- var className = isNeedEffect ? "".concat(_RippleEffectModule["default"].effect, " ").concat(_RippleEffectModule["default"][palette], " ").concat(needBorder ? _RippleEffectModule["default"].border : '', " ").concat(_RippleEffectModule["default"]["".concat(hoverType, "Hover")] ? _RippleEffectModule["default"]["".concat(hoverType, "Hover")] : '', " ").concat(isActive && !isDisabled ? _RippleEffectModule["default"].active : '', " ").concat(isDisabled ? '' : _RippleEffectModule["default"].hoverEffect, " ").concat(isCopyTextEnabled ? _RippleEffectModule["default"].notAllowed : isDisabled ? (0, _CssProvider["default"])('isDisabled') : '') : '';
25
+ needBorder = props.needBorder;
26
+ var className = isNeedEffect ? "".concat(_RippleEffectModule["default"].effect, " ").concat(_RippleEffectModule["default"][palette], " ").concat(needBorder ? _RippleEffectModule["default"].border : '', " ").concat(_RippleEffectModule["default"]["".concat(hoverType, "Hover")] ? _RippleEffectModule["default"]["".concat(hoverType, "Hover")] : '', " ").concat(isActive && !isDisabled ? _RippleEffectModule["default"].active : '', " ").concat(isDisabled ? '' : _RippleEffectModule["default"].hoverEffect, " ").concat(isDisabled ? (0, _CssProvider["default"])('isDisabled') : '') : '';
28
27
 
29
28
  var child = _react["default"].Children.only(children);
30
29
 
@@ -39,8 +38,7 @@ RippleEffect.defaultProps = {
39
38
  isNeedEffect: true,
40
39
  needBorder: true,
41
40
  hoverType: 'default',
42
- palette: 'default',
43
- isCopyTextEnabled: false
41
+ palette: 'default'
44
42
  };
45
43
  RippleEffect.propTypes = {
46
44
  children: _propTypes["default"].node,
@@ -49,8 +47,7 @@ RippleEffect.propTypes = {
49
47
  isDisabled: _propTypes["default"].bool,
50
48
  isNeedEffect: _propTypes["default"].bool,
51
49
  needBorder: _propTypes["default"].bool,
52
- palette: _propTypes["default"].oneOf(['default', 'primary', 'primaryLight', 'primaryFilled', 'primaryDark', 'green', 'danger']),
53
- isCopyTextEnabled: _propTypes["default"].bool
50
+ palette: _propTypes["default"].oneOf(['default', 'primary', 'primaryLight', 'primaryFilled', 'primaryDark', 'green', 'danger'])
54
51
  };
55
52
 
56
53
  if (false) {
@@ -65,6 +65,3 @@
65
65
  .hoverEffect:hover.primaryDark.bgHover, .hoverEffect:focus.primaryDark.bgHover {
66
66
  background-color: var(--zdt_rippleeffect_primary_dark_bg);
67
67
  }
68
- .notAllowed {
69
- cursor: not-allowed;
70
- }
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
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); }
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); }
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); return Constructor; }
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; }
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"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); 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"); } Object.defineProperty(subClass, "prototype", { value: Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }), writable: false }); 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"; 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); }
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); }
4
4
 
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
@@ -61,9 +61,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
61
61
 
62
62
  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); } }
63
63
 
64
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
64
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
65
65
 
66
- 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); }
66
+ 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); }
67
67
 
68
68
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
69
69
 
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
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); }
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); }
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); return Constructor; }
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; }
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"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); 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"); } Object.defineProperty(subClass, "prototype", { value: Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }), writable: false }); 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
 
@@ -386,6 +386,20 @@ var SelectComponent = /*#__PURE__*/function (_Component) {
386
386
  this.valueInput && this.valueInput.focus({
387
387
  preventScroll: true
388
388
  }); //this.handlePopupClose(e);
389
+ } else if (keyCode === 9) {
390
+ var _option = options[hoverIndex];
391
+
392
+ var _ref2 = _option || {},
393
+ _id = _ref2.id;
394
+
395
+ if (isPopupOpen && !(0, _Common.getIsEmptyValue)(_id)) {
396
+ onChange && onChange(_id, optionsNormalize[_id]);
397
+ needCloseOnSelect && this.handlePopupClose(e);
398
+ }
399
+
400
+ if (!isPopupOpen && isPopupOpenOnEnter) {
401
+ this.togglePopup(e);
402
+ }
389
403
  }
390
404
  }
391
405
  }, {
@@ -611,8 +625,8 @@ var SelectComponent = /*#__PURE__*/function (_Component) {
611
625
  var changeValue = function changeValue() {
612
626
  var optionDetails = _this6.autoSelectSuggestions[_this6.autoSelectIndex];
613
627
 
614
- var _ref2 = optionDetails || {},
615
- id = _ref2.id;
628
+ var _ref3 = optionDetails || {},
629
+ id = _ref3.id;
616
630
 
617
631
  if (!(0, _Common.getIsEmptyValue)(id)) {
618
632
  _this6.handleChange(id);