@zykj2024/much-library 1.1.2-beta.2 → 1.1.2-beta.3

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,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ThemeConfig } from 'antd/es/config-provider/context';
2
3
  import { IMcThemeProviderProps } from './provider';
3
4
  type McThemeConfigType = ThemeConfig & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zykj2024/much-library",
3
- "version": "1.1.2-beta.2",
3
+ "version": "1.1.2-beta.3",
4
4
  "description": "react library",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",
@@ -12,6 +12,7 @@
12
12
  "build": "father build",
13
13
  "build:watch": "father dev",
14
14
  "dev": "dumi dev",
15
+ "dev-build-all": "pnpm -r --parallel run dev & dumi dev",
15
16
  "docs-dev:publish": "cross-env DOCS_ENV=dev sh ./bash/deploy.sh dev",
16
17
  "docs:build": "dumi build",
17
18
  "docs:publish": "sh ./bash/deploy.sh",
@@ -21,7 +22,8 @@
21
22
  "lint:es": "eslint \"{src,test}/**/*.{js,jsx,ts,tsx}\"",
22
23
  "prepare": "husky install && dumi setup",
23
24
  "prepublishOnly": "father doctor && npm run build",
24
- "publish": "npm publish && npm run docs:publish",
25
+ "publish": "npm publish",
26
+ "publish-dev": "npm publish --tag beta",
25
27
  "start": "npm run dev"
26
28
  },
27
29
  "commitlint": {
@@ -50,7 +52,8 @@
50
52
  "@babel/runtime": "^7.25.6",
51
53
  "@dnd-kit/core": "^6.1.0",
52
54
  "@dnd-kit/sortable": "^8.0.0",
53
- "@zykj2024/much-hooks": "^1.0.0",
55
+ "@makotot/ghostui": "^2.0.0",
56
+ "@zykj2024/much-hooks": "workspace:*",
54
57
  "antd": "^5.16.2",
55
58
  "antd-style": "^3.6.2",
56
59
  "cross-env": "^7.0.3",