@wavv/ui 2.3.17 → 2.3.18

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.
@@ -56,7 +56,7 @@ const PanelContainer = styled(DisclosurePanel, {
56
56
  opacity: 0
57
57
  },
58
58
  '&[aria-hidden="false"]': {
59
- padding: defaultPadding ? '4px 16px' : void 0
59
+ padding: defaultPadding ? '8px 16px' : void 0
60
60
  }
61
61
  }));
62
62
  Panel.displayName = 'Accordion.Panel';
@@ -14,7 +14,7 @@ const Focusable = ({ children, ref, ...props })=>{
14
14
  });
15
15
  };
16
16
  const Trigger = styled.span({
17
- display: 'grid'
17
+ display: 'inline-flex'
18
18
  });
19
19
  const components_Focusable = Focusable;
20
20
  export { components_Focusable as default };
@@ -33,6 +33,7 @@ const Tooltip_Tooltip = ({ trigger, triggerProps, children, content, position, o
33
33
  textColor: color,
34
34
  className: className,
35
35
  triggerRef: triggerRef,
36
+ "data-react-aria-top-layer": true,
36
37
  children: [
37
38
  /*#__PURE__*/ jsx(OverlayArrow, {
38
39
  children: /*#__PURE__*/ jsx("svg", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavv/ui",
3
- "version": "2.3.17",
3
+ "version": "2.3.18",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {