@seeqdev/qomponents 0.0.59 → 0.0.60

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.
Binary file
Binary file
@@ -37,6 +37,4 @@ export interface ToolbarButtonProps {
37
37
  isActive?: boolean;
38
38
  /** called when popup is hidden */
39
39
  onHide?: () => void;
40
- /** set to display arrow or not */
41
- hasArrow?: boolean;
42
40
  }
package/dist/index.d.ts CHANGED
@@ -9,8 +9,6 @@ import Select from './Select';
9
9
  import Modal from './Modal';
10
10
  import Tabs from './Tabs';
11
11
  import Accordion from './Accordion';
12
- import ButtonWithPopover from './ButtonWithPopover';
13
- import ButtonWithDropdown from './ButtonWithDropdown';
14
12
  export { Tabs };
15
13
  export { Button };
16
14
  export { ToolbarButton };
@@ -23,5 +21,3 @@ export { Select };
23
21
  export { QTip };
24
22
  export { Modal };
25
23
  export { Accordion };
26
- export { ButtonWithPopover };
27
- export { ButtonWithDropdown };