@particle-network/ui-react 0.4.0-beta.25 → 0.4.0-beta.27

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.
@@ -138,7 +138,6 @@ const UXThemeSwitchModal = ({ isOpen, onClose, onOpenChange, ...props })=>{
138
138
  }),
139
139
  /*#__PURE__*/ jsx(UXCopy, {
140
140
  copyText: example.url,
141
- toastText: example.url,
142
141
  children: /*#__PURE__*/ jsx(UXButton, {
143
142
  isIconOnly: true,
144
143
  size: "sm",
@@ -26,7 +26,8 @@ const ExtendedTooltip = extendVariants(Tooltip, {
26
26
  size: 'md',
27
27
  shadow: 'md',
28
28
  backdrop: 'transparent',
29
- delay: 300
29
+ delay: 300,
30
+ closeDelay: 200
30
31
  }
31
32
  });
32
33
  const tooltip_extend = ExtendedTooltip;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@particle-network/ui-react",
3
- "version": "0.4.0-beta.25",
3
+ "version": "0.4.0-beta.27",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {