@yamada-ui/scroll-area 0.3.17 → 0.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.
@@ -8,13 +8,7 @@ import {
8
8
  useComponentStyle
9
9
  } from "@yamada-ui/core";
10
10
  import { cx, handlerAll, merge } from "@yamada-ui/utils";
11
- import {
12
- useCallback,
13
- useEffect,
14
- useMemo,
15
- useRef,
16
- useState
17
- } from "react";
11
+ import { useCallback, useEffect, useMemo, useRef, useState } from "react";
18
12
  import { jsx } from "react/jsx-runtime";
19
13
  var neverStyles = {
20
14
  scrollbarWidth: "none",
package/dist/index.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  "use client"
2
2
  import {
3
3
  ScrollArea
4
- } from "./chunk-4T7SMDPO.mjs";
4
+ } from "./chunk-WMLMTTAK.mjs";
5
5
  export {
6
6
  ScrollArea
7
7
  };
@@ -1,7 +1,7 @@
1
1
  "use client"
2
2
  import {
3
3
  ScrollArea
4
- } from "./chunk-4T7SMDPO.mjs";
4
+ } from "./chunk-WMLMTTAK.mjs";
5
5
  export {
6
6
  ScrollArea
7
7
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/scroll-area",
3
- "version": "0.3.17",
3
+ "version": "0.3.18",
4
4
  "description": "Yamada UI scroll area component",
5
5
  "keywords": [
6
6
  "yamada",
@@ -35,7 +35,7 @@
35
35
  "url": "https://github.com/hirotomoyamada/yamada-ui/issues"
36
36
  },
37
37
  "dependencies": {
38
- "@yamada-ui/core": "0.12.6",
38
+ "@yamada-ui/core": "0.12.7",
39
39
  "@yamada-ui/utils": "0.3.3"
40
40
  },
41
41
  "devDependencies": {