@yamada-ui/ripple 1.0.48 → 1.0.49-dev-20241227033735

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -19,12 +19,12 @@ var __copyProps = (to, from, except, desc) => {
19
19
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
20
 
21
21
  // src/index.ts
22
- var src_exports = {};
23
- __export(src_exports, {
22
+ var index_exports = {};
23
+ __export(index_exports, {
24
24
  Ripple: () => Ripple,
25
25
  useRipple: () => useRipple
26
26
  });
27
- module.exports = __toCommonJS(src_exports);
27
+ module.exports = __toCommonJS(index_exports);
28
28
 
29
29
  // src/ripple.tsx
30
30
  var import_motion = require("@yamada-ui/motion");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/ripple",
3
- "version": "1.0.48",
3
+ "version": "1.0.49-dev-20241227033735",
4
4
  "description": "Yamada UI ripple component",
5
5
  "keywords": [],
6
6
  "author": "Hirotomo Yamada <hirotomo.yamada@avap.co.jp>",
@@ -23,9 +23,9 @@
23
23
  "url": "https://github.com/yamada-ui/yamada-ui/issues"
24
24
  },
25
25
  "dependencies": {
26
- "@yamada-ui/core": "1.16.2",
27
- "@yamada-ui/motion": "2.2.12",
28
- "@yamada-ui/utils": "1.6.2"
26
+ "@yamada-ui/core": "1.17.0-dev-20241227033735",
27
+ "@yamada-ui/motion": "2.3.0-dev-20241227033735",
28
+ "@yamada-ui/utils": "1.7.0-dev-20241227033735"
29
29
  },
30
30
  "devDependencies": {
31
31
  "clean-package": "2.2.0",