@e-burgos/tucu-ui 2.7.0 → 2.7.1

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.
package/index.mjs CHANGED
@@ -284,15 +284,15 @@ import { LazyComponentSection as Qn } from "./docs-kit/components/lazy-component
284
284
  import { getComponentNames as qn, getComponentProps as Jn, propsRegistry as Xn, searchComponents as Zn } from "./docs-kit/generated/props-metadata.mjs";
285
285
  import { ACCESSIBILITY_DOCS_URL as oi, BLOCKCHAIN_DOCS_URL as ri, DESIGN_SYSTEM_DOCS_URL as ei, DOCUMENTATION_URL as ti, FORM_SYSTEM_DOCS_URL as ai, GITHUB_URL as mi, HOOKS_UTILITIES_DOCS_URL as pi, ICONS_SYSTEM_DOCS_URL as fi, INTRODUCTION_DOCS_URL as xi, LAYOUT_SYSTEM_DOCS_URL as ni, NPM_PACKAGE_URL as ii, TAILWIND_UTILITIES_DOCS_URL as ci, THEMING_DOCS_URL as li } from "./docs-kit/utils/constants.mjs";
286
286
  import { useBreakpoint as di } from "./hooks/use-breakpoint.mjs";
287
- import { default as Si } from "react-use/lib/useClickAway";
288
- import { default as Ii } from "react-use/lib/useCopyToClipboard";
287
+ import { useClickAway as Si } from "./hooks/use-click-away.mjs";
288
+ import { useCopyToClipboard as Ii } from "./hooks/use-copy-to-clipboard.mjs";
289
289
  import { useElementSize as gi } from "./hooks/use-element-size.mjs";
290
290
  import { useEventListener as Li, useIsomorphicLayoutEffect as Pi } from "./hooks/use-event-listener.mjs";
291
291
  import { useGridSwitcher as Mi } from "./hooks/use-grid-switcher.mjs";
292
292
  import { useIsMobile as bi } from "./hooks/use-is-mobile.mjs";
293
293
  import { useIsMounted as ki } from "./hooks/use-is-mounted.mjs";
294
294
  import { useLockBodyScroll as Ri } from "./hooks/use-lock-body-scroll.mjs";
295
- import { default as wi } from "react-use/lib/useMeasure";
295
+ import { useMeasure as wi } from "./hooks/use-measure.mjs";
296
296
  import { useScrollableSlider as _i } from "./hooks/use-scrollable-slider.mjs";
297
297
  import { useToastStore as Ui } from "./hooks/use-toast-store.mjs";
298
298
  import { useWindowScroll as vi } from "./hooks/use-window-scroll.mjs";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@e-burgos/tucu-ui",
3
3
  "description": "Tucu UI Library",
4
- "version": "2.7.0",
4
+ "version": "2.7.1",
5
5
  "main": "./index.js",
6
6
  "module": "./index.mjs",
7
7
  "types": "./index.d.ts",