@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.
package/es/DotEffect/index.d.ts
CHANGED
package/es/DotEffect/style.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { GlobalToken } from '@996-design/996-
|
|
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;
|
package/es/HappyProvider.js
CHANGED
package/lib/DotEffect/index.d.ts
CHANGED
package/lib/DotEffect/style.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { GlobalToken } from '@996-design/996-
|
|
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;
|
package/lib/HappyProvider.js
CHANGED
|
@@ -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-
|
|
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.
|
|
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-
|
|
32
|
+
"@996-design/996-components": "6.5.1"
|
|
33
33
|
},
|
|
34
34
|
"engines": {
|
|
35
35
|
"node": ">=8.x"
|