@zohodesk/components 1.0.0-alpha-241 → 1.0.0-alpha-244

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 (218) hide show
  1. package/README.md +13 -0
  2. package/assets/Appearance/dark/mode/darkMode.module.css +5 -18
  3. package/assets/Appearance/default/mode/defaultMode.module.css +4 -17
  4. package/assets/Appearance/pureDark/mode/pureDarkMode.module.css +5 -18
  5. package/es/AppContainer/AppContainer.js +1 -1
  6. package/es/Avatar/Avatar.js +1 -1
  7. package/es/AvatarTeam/AvatarTeam.js +1 -1
  8. package/es/CheckBox/CheckBox.js +1 -1
  9. package/es/DateTime/DateTime.js +4 -2
  10. package/es/DateTime/DateTime.module.css +1 -1
  11. package/es/DateTime/DateWidget.js +4 -2
  12. package/es/DateTime/YearView.module.css +1 -0
  13. package/es/DropBox/DropBox.js +1 -1
  14. package/es/ListItem/ListContainer.js +1 -1
  15. package/es/ListItem/ListItem.js +1 -1
  16. package/es/ListItem/ListItemWithAvatar.js +1 -1
  17. package/es/ListItem/ListItemWithCheckBox.js +1 -1
  18. package/es/ListItem/ListItemWithIcon.js +1 -1
  19. package/es/ListItem/ListItemWithRadio.js +1 -1
  20. package/es/Modal/Modal.js +1 -1
  21. package/es/MultiSelect/AdvancedGroupMultiSelect.js +14 -7
  22. package/es/MultiSelect/AdvancedMultiSelect.js +20 -8
  23. package/es/MultiSelect/MultiSelect.module.css +9 -1
  24. package/es/MultiSelect/SelectedOptions.js +1 -1
  25. package/es/MultiSelect/Suggestions.js +1 -1
  26. package/es/Popup/Popup.js +1 -1
  27. package/es/ResponsiveDropBox/ResponsiveDropBox.js +1 -1
  28. package/es/Select/Select.js +1 -1
  29. package/es/Switch/Switch.js +1 -1
  30. package/es/Tab/Tab.js +1 -1
  31. package/es/Tab/TabWrapper.js +1 -1
  32. package/es/Tab/Tabs.js +1 -1
  33. package/es/Tag/Tag.js +1 -1
  34. package/es/Tag/Tag.module.css +6 -2
  35. package/es/TextBox/TextBox.js +1 -1
  36. package/es/TextBoxIcon/TextBoxIcon.js +1 -1
  37. package/es/Textarea/Textarea.js +1 -1
  38. package/es/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +1 -1
  39. package/es/css.js +0 -1
  40. package/es/{MultiSelect → deprecated}/AdvancedMultiSelect.module.css +1 -1
  41. package/es/deprecated/advancedMultiSelectVariableJson.js +80 -0
  42. package/lib/Accordion/Accordion.js +2 -2
  43. package/lib/Accordion/AccordionItem.js +2 -2
  44. package/lib/Accordion/docs/Accordion__Demo.docs.js +2 -2
  45. package/lib/Animation/Animation.js +2 -2
  46. package/lib/Animation/docs/Animation__default.docs.js +2 -2
  47. package/lib/Animation/docs/Animation__fadeIn.docs.js +2 -2
  48. package/lib/Animation/docs/Animation__scaleIn.docs.js +2 -2
  49. package/lib/Animation/docs/Animation__skewIn.docs.js +2 -2
  50. package/lib/Animation/docs/Animation__slideDown.docs.js +2 -2
  51. package/lib/Animation/docs/Animation__slideLeft.docs.js +2 -2
  52. package/lib/Animation/docs/Animation__zoomIn.docs.js +2 -2
  53. package/lib/AppContainer/AppContainer.js +3 -3
  54. package/lib/AppContainer/docs/AppContainer__default.docs.js +2 -2
  55. package/lib/Avatar/Avatar.js +3 -3
  56. package/lib/Avatar/docs/Avatar__custom.docs.js +2 -2
  57. package/lib/Avatar/docs/Avatar__default.docs.js +2 -2
  58. package/lib/Avatar/docs/Avatar__palette.docs.js +2 -2
  59. package/lib/Avatar/docs/Avatar__text.docs.js +2 -2
  60. package/lib/AvatarTeam/AvatarTeam.js +3 -3
  61. package/lib/AvatarTeam/docs/AvatarTeam__custom.docs.js +2 -2
  62. package/lib/AvatarTeam/docs/AvatarTeam__default.docs.js +2 -2
  63. package/lib/AvatarTeam/docs/AvatarTeam__palette.docs.js +2 -2
  64. package/lib/AvatarTeam/docs/AvatarTeam__size.docs.js +2 -2
  65. package/lib/Button/Button.js +2 -2
  66. package/lib/Button/docs/Button__custom.docs.js +2 -2
  67. package/lib/Button/docs/Button__default.docs.js +2 -2
  68. package/lib/Buttongroup/Buttongroup.js +2 -2
  69. package/lib/Buttongroup/docs/Buttongroup__custom.docs.js +2 -2
  70. package/lib/Buttongroup/docs/Buttongroup__footer.docs.js +2 -2
  71. package/lib/Buttongroup/docs/Buttongroup__header.docs.js +2 -2
  72. package/lib/Card/Card.js +2 -2
  73. package/lib/Card/docs/Card__Custom.docs.js +2 -2
  74. package/lib/Card/docs/Card__Default.docs.js +2 -2
  75. package/lib/Card/docs/Card__Scroll.docs.js +2 -2
  76. package/lib/CheckBox/CheckBox.js +3 -3
  77. package/lib/CheckBox/docs/CheckBox__custom.docs.js +2 -2
  78. package/lib/CheckBox/docs/CheckBox__default.docs.js +2 -2
  79. package/lib/DateTime/CalendarView.js +2 -2
  80. package/lib/DateTime/DateTime.js +6 -4
  81. package/lib/DateTime/DateTime.module.css +1 -1
  82. package/lib/DateTime/DateTimePopupFooter.js +2 -2
  83. package/lib/DateTime/DateTimePopupHeader.js +2 -2
  84. package/lib/DateTime/DateWidget.js +6 -4
  85. package/lib/DateTime/DaysRow.js +2 -2
  86. package/lib/DateTime/Time.js +2 -2
  87. package/lib/DateTime/YearView.js +2 -2
  88. package/lib/DateTime/YearView.module.css +1 -0
  89. package/lib/DateTime/docs/DateTime__default.docs.js +2 -2
  90. package/lib/DateTime/docs/DateWidget__default.docs.js +2 -2
  91. package/lib/DropBox/DropBox.js +3 -3
  92. package/lib/DropBox/docs/DropBox__custom.docs.js +2 -2
  93. package/lib/DropBox/docs/DropBox__customOrder.docs.js +2 -2
  94. package/lib/DropBox/docs/DropBox__fixedPosition.docs.js +2 -2
  95. package/lib/DropBox/docs/DropBox__position.docs.js +2 -2
  96. package/lib/DropBox/docs/DropBox__size.docs.js +2 -2
  97. package/lib/DropDown/DropDown.js +2 -2
  98. package/lib/DropDown/DropDownHeading.js +2 -2
  99. package/lib/DropDown/DropDownItem.js +2 -2
  100. package/lib/DropDown/DropDownSearch.js +2 -2
  101. package/lib/DropDown/DropDownSeparator.js +2 -2
  102. package/lib/DropDown/docs/DropDownHeading__custom.docs.js +2 -2
  103. package/lib/DropDown/docs/DropDownHeading__default.docs.js +2 -2
  104. package/lib/Label/Label.js +2 -2
  105. package/lib/Label/docs/Label__clipped.docs.js +2 -2
  106. package/lib/Label/docs/Label__custom.docs.js +2 -2
  107. package/lib/Label/docs/Label__palette.docs.js +2 -2
  108. package/lib/Label/docs/Label__size.docs.js +2 -2
  109. package/lib/Label/docs/Label__type.docs.js +2 -2
  110. package/lib/Layout/docs/Layout__Hidden.docs.js +2 -2
  111. package/lib/Layout/docs/Layout__default.docs.js +2 -2
  112. package/lib/Layout/docs/Layout__four_Column.docs.js +2 -2
  113. package/lib/Layout/docs/Layout__three_Column.docs.js +2 -2
  114. package/lib/Layout/docs/Layout__two_Column.docs.js +2 -2
  115. package/lib/LightNightMode/docs/AlternativeColors.docs.js +2 -2
  116. package/lib/ListItem/ListContainer.js +1 -1
  117. package/lib/ListItem/ListItem.js +3 -3
  118. package/lib/ListItem/ListItemWithAvatar.js +3 -3
  119. package/lib/ListItem/ListItemWithCheckBox.js +3 -3
  120. package/lib/ListItem/ListItemWithIcon.js +3 -3
  121. package/lib/ListItem/ListItemWithRadio.js +3 -3
  122. package/lib/ListItem/docs/ListItemWithAvatar__custom.docs.js +2 -2
  123. package/lib/ListItem/docs/ListItemWithAvatar__default.docs.js +2 -2
  124. package/lib/ListItem/docs/ListItemWithCheckBox__custom.docs.js +2 -2
  125. package/lib/ListItem/docs/ListItemWithCheckBox__default.docs.js +2 -2
  126. package/lib/ListItem/docs/ListItemWithIcon__custom.docs.js +2 -2
  127. package/lib/ListItem/docs/ListItemWithIcon__default.docs.js +2 -2
  128. package/lib/ListItem/docs/ListItemWithRadio__custom.docs.js +2 -2
  129. package/lib/ListItem/docs/ListItemWithRadio__default.docs.js +2 -2
  130. package/lib/ListItem/docs/ListItem__custom.docs.js +2 -2
  131. package/lib/ListItem/docs/ListItem__default.docs.js +2 -2
  132. package/lib/Modal/Modal.js +3 -3
  133. package/lib/Modal/__docs__/Modal__default.docs.js +2 -2
  134. package/lib/MultiSelect/AdvancedGroupMultiSelect.js +15 -9
  135. package/lib/MultiSelect/AdvancedMultiSelect.js +26 -15
  136. package/lib/MultiSelect/EmptyState.js +2 -2
  137. package/lib/MultiSelect/MultiSelect.js +2 -2
  138. package/lib/MultiSelect/MultiSelect.module.css +9 -1
  139. package/lib/MultiSelect/MultiSelectHeader.js +2 -2
  140. package/lib/MultiSelect/MultiSelectWithAvatar.js +2 -2
  141. package/lib/MultiSelect/SelectedOptions.js +3 -3
  142. package/lib/MultiSelect/Suggestions.js +3 -3
  143. package/lib/MultiSelect/docs/AdvancedGroupMultiSelect__default.docs.js +2 -2
  144. package/lib/MultiSelect/docs/AdvancedMultiSelect__default.docs.js +2 -2
  145. package/lib/MultiSelect/docs/MultiSelectWithAvatar__default.docs.js +2 -2
  146. package/lib/MultiSelect/docs/MultiSelect__default.docs.js +2 -2
  147. package/lib/PopOver/PopOver.js +2 -2
  148. package/lib/PopOver/docs/PopOver__default.docs.js +2 -2
  149. package/lib/Popup/Popup.js +3 -3
  150. package/lib/Popup/__tests__/Popup.spec.js +2 -2
  151. package/lib/Provider/docs/Provider_Id__Class.docs.js +2 -2
  152. package/lib/Provider/docs/Provider_Zindex__Class.docs.js +2 -2
  153. package/lib/Provider.js +2 -2
  154. package/lib/Radio/Radio.js +2 -2
  155. package/lib/Radio/docs/Radio__custom.docs.js +2 -2
  156. package/lib/Radio/docs/Radio__default.docs.js +2 -2
  157. package/lib/Responsive/ResizeComponent.js +2 -2
  158. package/lib/Responsive/Responsive.js +2 -2
  159. package/lib/Responsive/docs/Responsive__Custom.docs.js +2 -2
  160. package/lib/Responsive/docs/Responsive__default.docs.js +2 -2
  161. package/lib/Responsive/sizeObservers.js +3 -3
  162. package/lib/ResponsiveDropBox/ResponsiveDropBox.js +3 -3
  163. package/lib/Ribbon/Ribbon.js +2 -2
  164. package/lib/Ribbon/docs/Ribbon__custom.docs.js +2 -2
  165. package/lib/Ribbon/docs/Ribbon__default.docs.js +2 -2
  166. package/lib/RippleEffect/docs/RippleEffect__default.docs.js +2 -2
  167. package/lib/Select/GroupSelect.js +2 -2
  168. package/lib/Select/Select.js +3 -3
  169. package/lib/Select/SelectWithAvatar.js +2 -2
  170. package/lib/Select/SelectWithIcon.js +2 -2
  171. package/lib/Select/docs/GroupSelect__default.docs.js +2 -2
  172. package/lib/Select/docs/SelectWithAvatar__default.docs.js +2 -2
  173. package/lib/Select/docs/SelectWithIcon__default.docs.js +2 -2
  174. package/lib/Select/docs/Select__default.docs.js +2 -2
  175. package/lib/Stencils/Stencils.js +2 -2
  176. package/lib/Stencils/docs/Stencils__custom.docs.js +2 -2
  177. package/lib/Stencils/docs/Stencils__default.docs.js +2 -2
  178. package/lib/Switch/Switch.js +3 -3
  179. package/lib/Switch/docs/Switch__custom.docs.js +2 -2
  180. package/lib/Switch/docs/Switch__default.docs.js +2 -2
  181. package/lib/Tab/Tab.js +1 -1
  182. package/lib/Tab/TabWrapper.js +1 -1
  183. package/lib/Tab/Tabs.js +3 -3
  184. package/lib/Tab/docs/Tab__default.docs.js +2 -2
  185. package/lib/Tag/Tag.js +3 -3
  186. package/lib/Tag/Tag.module.css +6 -2
  187. package/lib/Tag/docs/Tag__custom.docs.js +2 -2
  188. package/lib/Tag/docs/Tag__default.docs.js +2 -2
  189. package/lib/TextBox/TextBox.js +3 -3
  190. package/lib/TextBox/docs/TextBox__custom.docs.js +2 -2
  191. package/lib/TextBox/docs/TextBox__default.docs.js +2 -2
  192. package/lib/TextBox/docs/TextBox__size.docs.js +2 -2
  193. package/lib/TextBox/docs/TextBox__variant.docs.js +2 -2
  194. package/lib/TextBoxIcon/TextBoxIcon.js +3 -3
  195. package/lib/TextBoxIcon/docs/TextBoxIcon__custom.docs.js +2 -2
  196. package/lib/TextBoxIcon/docs/TextBoxIcon__default.docs.js +2 -2
  197. package/lib/Textarea/Textarea.js +3 -3
  198. package/lib/Textarea/docs/Textarea__animated.docs.js +2 -2
  199. package/lib/Textarea/docs/Textarea__custom.docs.js +2 -2
  200. package/lib/Textarea/docs/Textarea__default.docs.js +2 -2
  201. package/lib/Textarea/docs/Textarea__disabled.docs.js +2 -2
  202. package/lib/Tooltip/Tooltip.js +2 -2
  203. package/lib/Tooltip/__tests__/Tooltip.spec.js +2 -2
  204. package/lib/Tooltip/docs/Tooltip__default.docs.js +2 -2
  205. package/lib/VelocityAnimation/VelocityAnimation/VelocityAnimation.js +2 -2
  206. package/lib/VelocityAnimation/VelocityAnimation/docs/VelocityAnimation__demo.docs.js +2 -2
  207. package/lib/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +3 -3
  208. package/lib/VelocityAnimation/VelocityAnimationGroup/docs/VelocityAnimationGroup__demo.docs.js +2 -2
  209. package/lib/a11y/FocusScope/docs/FocusScope__default.docs.js +2 -2
  210. package/lib/beta/FocusRing/docs/FocusRing__default.docs.js +2 -2
  211. package/lib/css.js +0 -2
  212. package/lib/{MultiSelect → deprecated}/AdvancedMultiSelect.module.css +1 -1
  213. package/lib/deprecated/PortalLayer/PortalLayer.js +2 -2
  214. package/lib/deprecated/PortalLayer/docs/PortalLayer__default.docs.js +2 -2
  215. package/lib/deprecated/advancedMultiSelectVariableJson.js +82 -0
  216. package/lib/semantic/Button/Button.js +2 -2
  217. package/lib/semantic/Button/docs/Button__default.docs.js +2 -2
  218. package/package.json +1 -1
@@ -0,0 +1,82 @@
1
+ "use strict";
2
+
3
+ var componentAppearanceVariables = [{
4
+ "comment": "advanced multiselect",
5
+ "data": {
6
+ "zdt_advancedmultiselect_default_border": {
7
+ 'light': ['var(--dot_inputLine)'],
8
+ 'dark': ['var(--dot_inputLine)'],
9
+ 'pureDark': ['var(--dot_inputLine)']
10
+ },
11
+ "zdt_advancedmultiselect_transparent_border": {
12
+ 'light': ['var(--dot_mirror)'],
13
+ 'dark': ['var(--dot_mirror)'],
14
+ 'pureDark': ['var(--dot_mirror)']
15
+ },
16
+ "zdt_advancedmultiselect_dark_border": {
17
+ 'light': ['var(--dot_mulledwine)'],
18
+ 'dark': ['var(--dot_mulledwine)'],
19
+ 'pureDark': ['var(--dot_mulledwine)']
20
+ },
21
+ "zdt_advancedmultiselect_default_hover_border": {
22
+ 'light': ['var(--dot_inputLineHover)'],
23
+ 'dark': ['var(--dot_inputLineHover)'],
24
+ 'pureDark': ['var(--dot_inputLineHover)']
25
+ },
26
+ "zdt_advancedmultiselect_transparent_hover_border": {
27
+ 'light': ['var(--dot_inputLineHover)'],
28
+ 'dark': ['var(--dot_inputLineHover)'],
29
+ 'pureDark': ['var(--dot_inputLineHover)']
30
+ },
31
+ "zdt_advancedmultiselect_dark_hover_border": {
32
+ 'light': ['var(--dot_stardust)'],
33
+ 'dark': ['var(--dot_stardust)'],
34
+ 'pureDark': ['var(--dot_stardust)']
35
+ },
36
+ "zdt_advancedmultiselect_default_active_border": {
37
+ 'light': ['var(--dot_inputLineFocus)'],
38
+ 'dark': ['var(--dot_inputLineFocus)'],
39
+ 'pureDark': ['var(--dot_inputLineFocus)']
40
+ },
41
+ "zdt_advancedmultiselect_transparent_active_border": {
42
+ 'light': ['var(--dot_inputLineFocus)'],
43
+ 'dark': ['var(--dot_inputLineFocus)'],
44
+ 'pureDark': ['var(--dot_inputLineFocus)']
45
+ },
46
+ "zdt_advancedmultiselect_dark_active_border": {
47
+ 'light': ['var(--dot_stardust)'],
48
+ 'dark': ['var(--dot_stardust)'],
49
+ 'pureDark': ['var(--dot_stardust)']
50
+ },
51
+ "zdt_advancedmultiselect_delete_text": {
52
+ 'light': ['var(--dot_shuttleGrey)'],
53
+ 'dark': ['var(--dot_cadetblue)'],
54
+ 'pureDark': ['#999']
55
+ },
56
+ "zdt_advancedmultiselect_delete_hover_text": {
57
+ 'light': ['var(--dot_black)'],
58
+ 'dark': ['var(--dot_platinum)'],
59
+ 'pureDark': ['var(--dot_platinum)']
60
+ },
61
+ "zdt_advancedmultiselect_delete_bg": {
62
+ 'light': ['var(--dot_mirror)'],
63
+ 'dark': ['var(--dot_mirror)'],
64
+ 'pureDark': ['var(--dot_mirror)']
65
+ },
66
+ "zdt_advancedmultiselect_box_bg": {
67
+ 'light': ['var(--dot_white)'],
68
+ 'dark': ['var(--dot_ebonyclay)'],
69
+ 'pureDark': ['#212121']
70
+ },
71
+ "zdt_advancedmultiselect_droppopup_text": {
72
+ 'light': ['var(--dot_slateGrey)'],
73
+ 'dark': ['var(--dot_oslogrey)'],
74
+ 'pureDark': ['var(--dot_oslogrey)']
75
+ },
76
+ "zdt_advancedmultiselect_more_text": {
77
+ 'light': ['var(--zdt_cta_primary_text)'],
78
+ 'dark': ['var(--zdt_cta_primary_text)'],
79
+ 'pureDark': ['var(--zdt_cta_primary_text)']
80
+ }
81
+ }
82
+ }];
@@ -23,7 +23,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
23
23
 
24
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 } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
25
25
 
26
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
26
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
27
27
 
28
28
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
29
29
 
@@ -33,7 +33,7 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new Referen
33
33
 
34
34
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
35
35
 
36
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
36
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
37
37
 
38
38
  var Button = /*#__PURE__*/function (_React$Component) {
39
39
  _inherits(Button, _React$Component);
@@ -23,7 +23,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
23
23
 
24
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 } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
25
25
 
26
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
26
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
27
27
 
28
28
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
29
29
 
@@ -33,7 +33,7 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new Referen
33
33
 
34
34
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
35
35
 
36
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
36
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
37
37
 
38
38
  var Button__default = /*#__PURE__*/function (_React$Component) {
39
39
  _inherits(Button__default, _React$Component);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/components",
3
- "version": "1.0.0-alpha-241",
3
+ "version": "1.0.0-alpha-244",
4
4
  "main": "lib/index.js",
5
5
  "module": "es/index.js",
6
6
  "jsnext:main": "es/index.js",