@zohodesk/components 1.0.0-temp-666 → 1.0.0-temp-667

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 (261) hide show
  1. package/README.md +3 -0
  2. package/es/AppContainer/AppContainer.js +1 -1
  3. package/es/Avatar/Avatar.js +1 -1
  4. package/es/Avatar/Avatar.module.css +11 -9
  5. package/es/AvatarTeam/AvatarTeam.js +1 -1
  6. package/es/AvatarTeam/AvatarTeam.module.css +21 -7
  7. package/es/Button/Button.module.css +97 -24
  8. package/es/Buttongroup/Buttongroup.module.css +37 -8
  9. package/es/CheckBox/CheckBox.js +1 -1
  10. package/es/CheckBox/CheckBox.module.css +29 -19
  11. package/es/DateTime/DateTime.module.css +39 -12
  12. package/es/DateTime/DateWidget.module.css +9 -5
  13. package/es/DateTime/YearView.module.css +17 -7
  14. package/es/DropBox/DropBox.js +1 -1
  15. package/es/DropBox/DropBox.module.css +47 -11
  16. package/es/DropDown/DropDownHeading.module.css +7 -3
  17. package/es/DropDown/DropDownItem.module.css +32 -6
  18. package/es/ListItem/ListContainer.js +1 -1
  19. package/es/ListItem/ListItem.js +1 -1
  20. package/es/ListItem/ListItem.module.css +69 -33
  21. package/es/ListItem/ListItemWithAvatar.js +1 -1
  22. package/es/ListItem/ListItemWithCheckBox.js +1 -1
  23. package/es/ListItem/ListItemWithIcon.js +1 -1
  24. package/es/ListItem/ListItemWithRadio.js +1 -1
  25. package/es/Modal/Modal.js +1 -1
  26. package/es/MultiSelect/AdvancedMultiSelect.js +1 -1
  27. package/es/MultiSelect/MultiSelect.module.css +28 -11
  28. package/es/MultiSelect/SelectedOptions.js +1 -1
  29. package/es/MultiSelect/SelectedOptions.module.css +8 -2
  30. package/es/MultiSelect/Suggestions.js +1 -1
  31. package/es/PopOver/PopOver.module.css +1 -1
  32. package/es/Popup/Popup.js +1 -1
  33. package/es/Radio/Radio.module.css +18 -10
  34. package/es/Responsive/ResizeComponent.js +15 -82
  35. package/es/Responsive/ResizeObserver.js +2 -6
  36. package/es/Responsive/docs/style.module.css +17 -8
  37. package/es/ResponsiveDropBox/ResponsiveDropBox.js +1 -1
  38. package/es/Ribbon/Ribbon.module.css +93 -28
  39. package/es/RippleEffect/RippleEffect.module.css +37 -44
  40. package/es/Select/Select.js +30 -8
  41. package/es/Select/Select.module.css +12 -2
  42. package/es/Select/docs/Select__default.docs.js +1 -1
  43. package/es/Stencils/Stencils.module.css +21 -3
  44. package/es/Switch/Switch.js +1 -1
  45. package/es/Switch/Switch.module.css +9 -9
  46. package/es/Tab/Tab.js +1 -1
  47. package/es/Tab/Tab.module.css +16 -7
  48. package/es/Tab/TabWrapper.js +1 -1
  49. package/es/Tab/Tabs.js +1 -1
  50. package/es/Tab/Tabs.module.css +42 -8
  51. package/es/Tab/docs/tabdocs.module.css +1 -1
  52. package/es/Tag/Tag.module.css +36 -14
  53. package/es/TextBox/TextBox.js +1 -1
  54. package/es/TextBox/TextBox.module.css +7 -11
  55. package/es/TextBoxIcon/TextBoxIcon.js +1 -1
  56. package/es/TextBoxIcon/TextBoxIcon.module.css +12 -5
  57. package/es/Textarea/Textarea.js +1 -1
  58. package/es/Textarea/Textarea.module.css +6 -7
  59. package/es/Tooltip/Tooltip.module.css +9 -8
  60. package/es/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +1 -1
  61. package/es/beta/FocusRing/FocusRing.module.css +51 -26
  62. package/es/common/animation.module.css +219 -21
  63. package/es/common/basicReset.module.css +2 -12
  64. package/es/common/common.module.css +62 -18
  65. package/es/common/customscroll.module.css +17 -21
  66. package/es/common/docStyle.module.css +79 -32
  67. package/es/common/transition.module.css +50 -10
  68. package/es/deprecated/AdvancedMultiSelect.module.css +22 -8
  69. package/es/semantic/Button/semanticButton.module.css +3 -3
  70. package/lib/Accordion/Accordion.js +2 -2
  71. package/lib/Accordion/AccordionItem.js +2 -2
  72. package/lib/Accordion/docs/Accordion__Demo.docs.js +2 -2
  73. package/lib/Animation/Animation.js +2 -2
  74. package/lib/Animation/docs/Animation__default.docs.js +2 -2
  75. package/lib/Animation/docs/Animation__fadeIn.docs.js +2 -2
  76. package/lib/Animation/docs/Animation__scaleIn.docs.js +2 -2
  77. package/lib/Animation/docs/Animation__skewIn.docs.js +2 -2
  78. package/lib/Animation/docs/Animation__slideDown.docs.js +2 -2
  79. package/lib/Animation/docs/Animation__slideLeft.docs.js +2 -2
  80. package/lib/Animation/docs/Animation__zoomIn.docs.js +2 -2
  81. package/lib/AppContainer/AppContainer.js +11 -4
  82. package/lib/AppContainer/docs/AppContainer__default.docs.js +2 -2
  83. package/lib/Avatar/Avatar.js +3 -3
  84. package/lib/Avatar/docs/Avatar__custom.docs.js +2 -2
  85. package/lib/Avatar/docs/Avatar__default.docs.js +2 -2
  86. package/lib/Avatar/docs/Avatar__palette.docs.js +2 -2
  87. package/lib/Avatar/docs/Avatar__text.docs.js +2 -2
  88. package/lib/AvatarTeam/AvatarTeam.js +3 -3
  89. package/lib/AvatarTeam/docs/AvatarTeam__custom.docs.js +2 -2
  90. package/lib/AvatarTeam/docs/AvatarTeam__default.docs.js +2 -2
  91. package/lib/AvatarTeam/docs/AvatarTeam__palette.docs.js +2 -2
  92. package/lib/AvatarTeam/docs/AvatarTeam__size.docs.js +2 -2
  93. package/lib/Button/Button.js +2 -2
  94. package/lib/Button/docs/Button__custom.docs.js +2 -2
  95. package/lib/Button/docs/Button__default.docs.js +2 -2
  96. package/lib/Buttongroup/Buttongroup.js +2 -2
  97. package/lib/Buttongroup/docs/Buttongroup__custom.docs.js +2 -2
  98. package/lib/Buttongroup/docs/Buttongroup__footer.docs.js +2 -2
  99. package/lib/Buttongroup/docs/Buttongroup__header.docs.js +2 -2
  100. package/lib/Card/Card.js +2 -2
  101. package/lib/Card/docs/Card__Custom.docs.js +2 -2
  102. package/lib/Card/docs/Card__Default.docs.js +2 -2
  103. package/lib/Card/docs/Card__Scroll.docs.js +2 -2
  104. package/lib/CheckBox/CheckBox.js +5 -4
  105. package/lib/CheckBox/CheckBox.module.css +12 -8
  106. package/lib/CheckBox/docs/CheckBox__custom.docs.js +2 -2
  107. package/lib/CheckBox/docs/CheckBox__default.docs.js +2 -2
  108. package/lib/DateTime/CalendarView.js +2 -2
  109. package/lib/DateTime/DateTime.js +50 -22
  110. package/lib/DateTime/DateTime.module.css +1 -1
  111. package/lib/DateTime/DateTimePopupFooter.js +2 -2
  112. package/lib/DateTime/DateTimePopupHeader.js +2 -2
  113. package/lib/DateTime/DateWidget.js +14 -4
  114. package/lib/DateTime/DateWidget.module.css +0 -4
  115. package/lib/DateTime/DaysRow.js +2 -2
  116. package/lib/DateTime/Time.js +2 -2
  117. package/lib/DateTime/YearView.js +2 -2
  118. package/lib/DateTime/YearView.module.css +1 -0
  119. package/lib/DateTime/docs/DateTime__default.docs.js +2 -2
  120. package/lib/DateTime/docs/DateWidget__default.docs.js +2 -2
  121. package/lib/DropBox/DropBox.js +4 -4
  122. package/lib/DropBox/docs/DropBox__custom.docs.js +2 -2
  123. package/lib/DropBox/docs/DropBox__customOrder.docs.js +2 -2
  124. package/lib/DropBox/docs/DropBox__fixedPosition.docs.js +2 -2
  125. package/lib/DropBox/docs/DropBox__position.docs.js +2 -2
  126. package/lib/DropBox/docs/DropBox__size.docs.js +2 -2
  127. package/lib/DropDown/DropDown.js +2 -2
  128. package/lib/DropDown/DropDownHeading.js +2 -2
  129. package/lib/DropDown/DropDownItem.js +2 -2
  130. package/lib/DropDown/DropDownSearch.js +2 -2
  131. package/lib/DropDown/DropDownSeparator.js +2 -2
  132. package/lib/DropDown/docs/DropDownHeading__custom.docs.js +2 -2
  133. package/lib/DropDown/docs/DropDownHeading__default.docs.js +2 -2
  134. package/lib/Label/Label.js +2 -2
  135. package/lib/Label/docs/Label__clipped.docs.js +2 -2
  136. package/lib/Label/docs/Label__custom.docs.js +2 -2
  137. package/lib/Label/docs/Label__palette.docs.js +2 -2
  138. package/lib/Label/docs/Label__size.docs.js +2 -2
  139. package/lib/Label/docs/Label__type.docs.js +2 -2
  140. package/lib/Layout/docs/Layout__Hidden.docs.js +2 -2
  141. package/lib/Layout/docs/Layout__default.docs.js +2 -2
  142. package/lib/Layout/docs/Layout__four_Column.docs.js +2 -2
  143. package/lib/Layout/docs/Layout__three_Column.docs.js +2 -2
  144. package/lib/Layout/docs/Layout__two_Column.docs.js +2 -2
  145. package/lib/LightNightMode/Colors.json +496 -397
  146. package/lib/LightNightMode/docs/AlternativeColors.docs.js +25 -3
  147. package/lib/ListItem/ListContainer.js +8 -5
  148. package/lib/ListItem/ListItem.js +4 -4
  149. package/lib/ListItem/ListItem.module.css +18 -19
  150. package/lib/ListItem/ListItemWithAvatar.js +4 -4
  151. package/lib/ListItem/ListItemWithCheckBox.js +4 -4
  152. package/lib/ListItem/ListItemWithIcon.js +4 -4
  153. package/lib/ListItem/ListItemWithRadio.js +4 -4
  154. package/lib/ListItem/docs/ListItemWithAvatar__custom.docs.js +2 -2
  155. package/lib/ListItem/docs/ListItemWithAvatar__default.docs.js +2 -2
  156. package/lib/ListItem/docs/ListItemWithCheckBox__custom.docs.js +2 -2
  157. package/lib/ListItem/docs/ListItemWithCheckBox__default.docs.js +2 -2
  158. package/lib/ListItem/docs/ListItemWithIcon__custom.docs.js +2 -2
  159. package/lib/ListItem/docs/ListItemWithIcon__default.docs.js +2 -2
  160. package/lib/ListItem/docs/ListItemWithRadio__custom.docs.js +2 -2
  161. package/lib/ListItem/docs/ListItemWithRadio__default.docs.js +2 -2
  162. package/lib/ListItem/docs/ListItem__custom.docs.js +2 -2
  163. package/lib/ListItem/docs/ListItem__default.docs.js +2 -2
  164. package/lib/Modal/Modal.js +3 -3
  165. package/lib/Modal/__docs__/Modal__default.docs.js +2 -2
  166. package/lib/MultiSelect/AdvancedGroupMultiSelect.js +120 -88
  167. package/lib/MultiSelect/AdvancedMultiSelect.js +99 -62
  168. package/lib/MultiSelect/EmptyState.js +2 -2
  169. package/lib/MultiSelect/MultiSelect.js +90 -64
  170. package/lib/MultiSelect/MultiSelect.module.css +15 -2
  171. package/lib/MultiSelect/MultiSelectHeader.js +2 -2
  172. package/lib/MultiSelect/MultiSelectWithAvatar.js +80 -55
  173. package/lib/MultiSelect/SelectedOptions.js +3 -3
  174. package/lib/MultiSelect/Suggestions.js +3 -3
  175. package/lib/MultiSelect/docs/AdvancedGroupMultiSelect__default.docs.js +2 -2
  176. package/lib/MultiSelect/docs/AdvancedMultiSelect__default.docs.js +2 -2
  177. package/lib/MultiSelect/docs/MultiSelectWithAvatar__default.docs.js +2 -2
  178. package/lib/MultiSelect/docs/MultiSelect__default.docs.js +2 -2
  179. package/lib/PopOver/PopOver.js +13 -6
  180. package/lib/PopOver/docs/PopOver__default.docs.js +2 -2
  181. package/lib/Popup/Popup.js +3 -3
  182. package/lib/Popup/__tests__/Popup.spec.js +2 -2
  183. package/lib/Provider/Config.js +3 -1
  184. package/lib/Provider/docs/Provider_Id__Class.docs.js +2 -2
  185. package/lib/Provider/docs/Provider_Zindex__Class.docs.js +2 -2
  186. package/lib/Provider.js +34 -100
  187. package/lib/Radio/Radio.js +2 -2
  188. package/lib/Radio/Radio.module.css +8 -6
  189. package/lib/Radio/docs/Radio__custom.docs.js +2 -2
  190. package/lib/Radio/docs/Radio__default.docs.js +2 -2
  191. package/lib/Responsive/ResizeComponent.js +2 -2
  192. package/lib/Responsive/Responsive.js +2 -2
  193. package/lib/Responsive/docs/Responsive__Custom.docs.js +2 -2
  194. package/lib/Responsive/docs/Responsive__default.docs.js +2 -2
  195. package/lib/Responsive/sizeObservers.js +3 -3
  196. package/lib/ResponsiveDropBox/ResponsiveDropBox.js +130 -0
  197. package/lib/ResponsiveDropBox/ResponsiveDropBox.module.css +6 -0
  198. package/lib/Ribbon/Ribbon.js +2 -2
  199. package/lib/Ribbon/docs/Ribbon__custom.docs.js +2 -2
  200. package/lib/Ribbon/docs/Ribbon__default.docs.js +2 -2
  201. package/lib/RippleEffect/RippleEffect.module.css +37 -15
  202. package/lib/RippleEffect/docs/RippleEffect__default.docs.js +2 -2
  203. package/lib/Select/GroupSelect.js +102 -79
  204. package/lib/Select/Select.js +142 -87
  205. package/lib/Select/Select.module.css +6 -0
  206. package/lib/Select/SelectWithAvatar.js +98 -73
  207. package/lib/Select/SelectWithIcon.js +99 -76
  208. package/lib/Select/docs/GroupSelect__default.docs.js +2 -2
  209. package/lib/Select/docs/SelectWithAvatar__default.docs.js +2 -2
  210. package/lib/Select/docs/SelectWithIcon__default.docs.js +2 -2
  211. package/lib/Select/docs/Select__default.docs.js +3 -3
  212. package/lib/Stencils/Stencils.js +2 -2
  213. package/lib/Stencils/docs/Stencils__custom.docs.js +2 -2
  214. package/lib/Stencils/docs/Stencils__default.docs.js +2 -2
  215. package/lib/Switch/Switch.js +3 -3
  216. package/lib/Switch/Switch.module.css +3 -2
  217. package/lib/Switch/docs/Switch__custom.docs.js +2 -2
  218. package/lib/Switch/docs/Switch__default.docs.js +2 -2
  219. package/lib/Tab/Tab.js +1 -1
  220. package/lib/Tab/TabWrapper.js +1 -1
  221. package/lib/Tab/Tabs.js +70 -47
  222. package/lib/Tab/Tabs.module.css +2 -1
  223. package/lib/Tab/docs/Tab__default.docs.js +2 -2
  224. package/lib/Tag/Tag.js +3 -3
  225. package/lib/Tag/Tag.module.css +6 -2
  226. package/lib/Tag/docs/Tag__custom.docs.js +2 -2
  227. package/lib/Tag/docs/Tag__default.docs.js +2 -2
  228. package/lib/TextBox/TextBox.js +3 -3
  229. package/lib/TextBox/docs/TextBox__custom.docs.js +2 -2
  230. package/lib/TextBox/docs/TextBox__default.docs.js +2 -2
  231. package/lib/TextBox/docs/TextBox__size.docs.js +2 -2
  232. package/lib/TextBox/docs/TextBox__variant.docs.js +2 -2
  233. package/lib/TextBoxIcon/TextBoxIcon.js +3 -3
  234. package/lib/TextBoxIcon/docs/TextBoxIcon__custom.docs.js +2 -2
  235. package/lib/TextBoxIcon/docs/TextBoxIcon__default.docs.js +2 -2
  236. package/lib/Textarea/Textarea.js +3 -3
  237. package/lib/Textarea/docs/Textarea__animated.docs.js +2 -2
  238. package/lib/Textarea/docs/Textarea__custom.docs.js +2 -2
  239. package/lib/Textarea/docs/Textarea__default.docs.js +2 -2
  240. package/lib/Textarea/docs/Textarea__disabled.docs.js +2 -2
  241. package/lib/Tooltip/Tooltip.js +62 -10
  242. package/lib/Tooltip/Tooltip.module.css +6 -1
  243. package/lib/Tooltip/__tests__/Tooltip.spec.js +2 -2
  244. package/lib/Tooltip/docs/Tooltip__default.docs.js +52 -13
  245. package/lib/VelocityAnimation/VelocityAnimation/VelocityAnimation.js +2 -2
  246. package/lib/VelocityAnimation/VelocityAnimation/docs/VelocityAnimation__demo.docs.js +2 -2
  247. package/lib/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +3 -3
  248. package/lib/VelocityAnimation/VelocityAnimationGroup/docs/VelocityAnimationGroup__demo.docs.js +2 -2
  249. package/lib/a11y/FocusScope/docs/FocusScope__default.docs.js +2 -2
  250. package/lib/beta/FocusRing/docs/FocusRing__default.docs.js +2 -2
  251. package/lib/common/docStyle.module.css +6 -2
  252. package/lib/css.js +0 -2
  253. package/lib/{MultiSelect → deprecated}/AdvancedMultiSelect.module.css +1 -1
  254. package/lib/deprecated/PortalLayer/PortalLayer.js +2 -2
  255. package/lib/deprecated/PortalLayer/docs/PortalLayer__default.docs.js +2 -2
  256. package/lib/deprecated/advancedMultiSelectVariableJson.js +82 -0
  257. package/lib/index.js +10 -1
  258. package/lib/semantic/Button/Button.js +2 -2
  259. package/lib/semantic/Button/docs/Button__default.docs.js +2 -2
  260. package/package.json +3 -3
  261. package/es/MultiSelect/AdvancedMultiSelect.module.css +0 -113
package/lib/index.js CHANGED
@@ -154,7 +154,8 @@ var _exportNames = {
154
154
  FocusScope__default: true,
155
155
  FocusRing: true,
156
156
  FocusRing__default: true,
157
- LightNightMode__AlternativeColors: true
157
+ LightNightMode__AlternativeColors: true,
158
+ ResponsiveDropBox: true
158
159
  };
159
160
  Object.defineProperty(exports, "Accordion", {
160
161
  enumerable: true,
@@ -786,6 +787,12 @@ Object.defineProperty(exports, "ReactDOM", {
786
787
  return _reactDom["default"];
787
788
  }
788
789
  });
790
+ Object.defineProperty(exports, "ResponsiveDropBox", {
791
+ enumerable: true,
792
+ get: function get() {
793
+ return _ResponsiveDropBox["default"];
794
+ }
795
+ });
789
796
  Object.defineProperty(exports, "Responsive__Custom", {
790
797
  enumerable: true,
791
798
  get: function get() {
@@ -1409,4 +1416,6 @@ var _FocusRing__default = _interopRequireDefault(require("./beta/FocusRing/docs/
1409
1416
 
1410
1417
  var _AlternativeColors = _interopRequireDefault(require("./LightNightMode/docs/AlternativeColors.docs"));
1411
1418
 
1419
+ var _ResponsiveDropBox = _interopRequireDefault(require("./ResponsiveDropBox/ResponsiveDropBox"));
1420
+
1412
1421
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
@@ -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-temp-666",
3
+ "version": "1.0.0-temp-667",
4
4
  "main": "lib/index.js",
5
5
  "module": "es/index.js",
6
6
  "jsnext:main": "es/index.js",
@@ -37,7 +37,7 @@
37
37
  "devDependencies": {
38
38
  "@zohodesk/docstool": "1.0.0-alpha-2",
39
39
  "@zohodesk/variables": "1.0.0-beta.29",
40
- "@zohodesk/icons": "1.0.0-beta.105",
40
+ "@zohodesk/icons": "1.0.0-beta.109",
41
41
  "@zohodesk/virtualizer": "1.0.3",
42
42
  "velocity-react": "1.4.3",
43
43
  "react-sortable-hoc": "^0.8.3",
@@ -50,7 +50,7 @@
50
50
  "selectn": "1.1.2"
51
51
  },
52
52
  "peerDependencies": {
53
- "@zohodesk/icons": "1.0.0-beta.105",
53
+ "@zohodesk/icons": "1.0.0-beta.109",
54
54
  "@zohodesk/variables": "1.0.0-beta.29",
55
55
  "@zohodesk/svg": "1.0.0-beta.47",
56
56
  "@zohodesk/virtualizer": "1.0.3",
@@ -1,113 +0,0 @@
1
- .wrapper {
2
- position: relative;
3
- }
4
- .disabled,
5
- .readOnly {
6
- cursor: not-allowed;
7
- }
8
- .container {
9
- max-height: var(--zd_size120);
10
- composes: oflowy from '../common/common.module.css';
11
- }
12
- .hasBorder {
13
- border-bottom-style: solid;
14
- border-bottom-width: 1px;
15
- transition: border var(--zd_transition2) linear 0s;
16
- }
17
- .borderColor_transparent {
18
- border-bottom-color: var(--zdt_advancedmultiselect_transparent_border);
19
- }
20
- .effect .borderColor_transparent:hover {
21
- border-bottom-color: var(--zdt_advancedmultiselect_transparent_hover_border);
22
- }
23
- .effect .borderColor_transparent.active {
24
- border-bottom-color: var(--zdt_advancedmultiselect_transparent_active_border);
25
- }
26
- .borderColor_default {
27
- border-bottom-color: var(--zdt_advancedmultiselect_default_border);
28
- }
29
- .effect .borderColor_default:hover {
30
- border-bottom-color: var(--zdt_advancedmultiselect_default_hover_border);
31
- }
32
- .effect .borderColor_default.active {
33
- border-bottom-color: var(--zdt_advancedmultiselect_default_active_border);
34
- }
35
- .borderColor_dark {
36
- border-bottom-color: var(--zdt_advancedmultiselect_dark_border);
37
- }
38
- .effect .borderColor_dark:hover {
39
- border-bottom-color: var(--zdt_advancedmultiselect_dark_hover_border);
40
- }
41
- .effect .borderColor_dark.active {
42
- border-bottom-color: var(--zdt_advancedmultiselect_dark_active_border);
43
- }
44
- .container.medium {
45
- padding: 0 var(--zd_size34) var(--zd_size7) 0;
46
- }
47
- .container.xmedium {
48
- padding: 0 var(--zd_size34) var(--zd_size1) 0;
49
- min-height: var(--zd_size30);
50
- }
51
-
52
- .delete {
53
- position: absolute;
54
- bottom: 0;
55
- right: var(--zd_size15);
56
- padding-bottom: var(--zd_size10);
57
- color: var(--zdt_advancedmultiselect_delete_text);
58
- cursor: pointer;
59
- background-color: var(--zdt_advancedmultiselect_delete_bg);
60
- border: 0;
61
- }
62
-
63
- .delete:hover {
64
- color: var(--zdt_advancedmultiselect_delete_hover_text);
65
- }
66
- .transparentContainer .delete {
67
- opacity: 0;
68
- visibility: hidden;
69
- }
70
- .transparentContainer:hover .delete {
71
- opacity: 1;
72
- visibility: visible;
73
- }
74
-
75
- .box {
76
- background: var(--zdt_advancedmultiselect_box_bg);
77
- }
78
-
79
- .small {
80
- max-height: var(--zd_size200);
81
- }
82
-
83
- .medium {
84
- max-height: var(--zd_size350);
85
- }
86
-
87
- .large {
88
- max-height: var(--zd_size400);
89
- }
90
-
91
- .dropContainer {
92
- display: inline-block;
93
- max-width: 100%;
94
- margin-bottom: var(--zd_size5);
95
- }
96
-
97
- .dropPopup {
98
- font-size: var(--zd_font_size13);
99
- }
100
-
101
- .dropPopup :global .toggleDropIcon {
102
- color: var(--zdt_advancedmultiselect_droppopup_text);
103
- }
104
-
105
- .more {
106
- font-size: var(--zd_font_size14);
107
- color: var(--zdt_advancedmultiselect_more_text);
108
- cursor: pointer;
109
- margin-top: var(--zd_size5);
110
- font-family: inherit;
111
- background-color: var(--zdt_advancedmultiselect_delete_bg);
112
- border: 0;
113
- }