earthnut 0.0.3 → 0.0.4

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.
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { BackgroundRipplesProps } from 'customHooks/useRipples/types';
2
+ import { BackgroundRipplesProps } from '../../customHooks/useRipples/types';
3
3
  import { RippleEle } from './types';
4
4
  /**
5
5
  *
@@ -1,4 +1,4 @@
1
- import { RipplesOptions } from 'customHooks';
1
+ import { RipplesOptions } from '../../customHooks';
2
2
  export type RippleEle = {
3
3
  /** 切换当前的状态 */
4
4
  toggleState(): void;
@@ -1,4 +1,4 @@
1
- import { BackgroundRipplesProps, Ripples } from 'customHooks';
1
+ import { BackgroundRipplesProps, Ripples } from '../../customHooks';
2
2
  /**
3
3
  * 更新参数数据
4
4
  */
@@ -1,4 +1,4 @@
1
1
  import { Ripples } from '../../ripplesClass';
2
- import { DrawImage } from 'customHooks/useRipples/rippersData/fadeData';
2
+ import { DrawImage } from '../../rippersData/fadeData';
3
3
  /** 绑定图片 */
4
4
  export declare function bindImage(this: Ripples, textImageSource: DrawImage): void;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "type": "module",
11
11
  "name": "earthnut",
12
- "version": "0.0.3",
12
+ "version": "0.0.4",
13
13
  "description": "earthnut 的 react ui",
14
14
  "overrides": {
15
15
  "css-loader": "6.11.0"