@996-design/996-happy-work-theme 2.0.0 → 2.0.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.
@@ -1,4 +1,4 @@
1
- import type { GlobalToken } from '@996-design/996-antd';
1
+ import type { GlobalToken } from '@996-design/996-components';
2
2
  import * as React from 'react';
3
3
  interface DotEffectProps {
4
4
  target: HTMLElement;
@@ -1,4 +1,4 @@
1
- import type { GlobalToken } from '@996-design/996-antd';
1
+ import type { GlobalToken } from '@996-design/996-components';
2
2
  export declare const TARGET_ATTR = "data-happy-wave-target";
3
3
  declare const useStyle: (prefixCls: string, hashId: string, token: GlobalToken) => void;
4
4
  export default useStyle;
@@ -1,4 +1,4 @@
1
- import { ConfigProvider } from '@996-design/996-antd';
1
+ import { ConfigProvider } from '@996-design/996-components';
2
2
  import useEvent from "@rc-component/util/es/hooks/useEvent";
3
3
  import * as React from 'react';
4
4
  import DotEffect from "./DotEffect";
@@ -1,4 +1,4 @@
1
- import type { GlobalToken } from '@996-design/996-antd';
1
+ import type { GlobalToken } from '@996-design/996-components';
2
2
  import * as React from 'react';
3
3
  interface DotEffectProps {
4
4
  target: HTMLElement;
@@ -1,4 +1,4 @@
1
- import type { GlobalToken } from '@996-design/996-antd';
1
+ import type { GlobalToken } from '@996-design/996-components';
2
2
  export declare const TARGET_ATTR = "data-happy-wave-target";
3
3
  declare const useStyle: (prefixCls: string, hashId: string, token: GlobalToken) => void;
4
4
  export default useStyle;
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  value: true
7
7
  });
8
8
  exports.default = void 0;
9
- var _antd = require("@996-design/996-antd");
9
+ var _antd = require("@996-design/996-components");
10
10
  var _useEvent = _interopRequireDefault(require("@rc-component/util/lib/hooks/useEvent"));
11
11
  var React = _interopRequireWildcard(require("react"));
12
12
  var _DotEffect = _interopRequireDefault(require("./DotEffect"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@996-design/996-happy-work-theme",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "private": false,
5
5
  "description": "Expressive interaction theme for 996 Design",
6
6
  "keywords": [
@@ -29,7 +29,7 @@
29
29
  "peerDependencies": {
30
30
  "react": ">=18.0.0",
31
31
  "react-dom": ">=18.0.0",
32
- "@996-design/996-antd": "6.5.1"
32
+ "@996-design/996-components": "6.5.1"
33
33
  },
34
34
  "engines": {
35
35
  "node": ">=8.x"