Skip to content

Commit

Permalink
fix: cursor disappeared on click
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed Sep 19, 2024
1 parent cc4142e commit 0bfa921
Show file tree
Hide file tree
Showing 6 changed files with 1,524 additions and 4,520 deletions.
45 changes: 26 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
},
"author": "hemengke1997",
"files": [
"CHANGELOG.md",
"dist"
"dist/"
],
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand All @@ -31,7 +30,15 @@
"require": "./dist/index.cjs",
"import": "./dist/index.js"
},
"./style.css": "./dist/style.css"
"./style.css": "./dist/style.css",
"./*": "./*"
},
"typesVersions": {
"*": {
"*": [
"./*"
]
}
},
"sideEffects": [
"*.css"
Expand All @@ -44,7 +51,7 @@
"test:ui": "vitest --ui",
"prepare": "simple-git-hooks",
"commitlint": "commitlint -e",
"lint": "tsc --noEmit && eslint .",
"lint": "tsc --noEmit && eslint . --fix",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"bump": "bumpp package.json -c --no-push -t --all -x \"npm run changelog\""
},
Expand All @@ -53,45 +60,45 @@
"react-dom": ">=16.8.0"
},
"dependencies": {
"lodash.debounce": "^4.0.8",
"react-resizable": "^3.0.5"
},
"devDependencies": {
"@commitlint/cli": "^19.4.0",
"@commitlint/cli": "^19.5.0",
"@minko-fe/commitlint-config": "^2.1.2",
"@minko-fe/eslint-config": "^4.0.0",
"@minko-fe/eslint-config": "^4.0.2",
"@minko-fe/prettier-config": "^2.2.3",
"@minko-fe/tsconfig": "^2.1.1",
"@testing-library/dom": "^8.20.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.5.2",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^22.5.2",
"@types/react": "^18.3.5",
"@types/node": "^22.5.5",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@types/react-resizable": "^3.0.8",
"@vitest/ui": "^2.0.5",
"antd": "^5.20.4",
"@vitest/ui": "^2.1.1",
"antd": "^5.20.6",
"autoprefixer": "^10.4.20",
"bumpp": "^9.5.2",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.9.1",
"eslint": "^9.10.0",
"jsdom": "^21.1.2",
"postcss": "^8.4.43",
"lodash.debounce": "^4.0.8",
"postcss": "^8.4.47",
"postcss-import": "^16.1.0",
"postcss-nested": "^6.2.0",
"postcss-simple-vars": "^7.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^6.0.1",
"simple-git-hooks": "^2.11.1",
"terser": "^5.31.6",
"tsup": "^8.2.4",
"tsup-plugin-bundleless": "^0.4.0",
"typescript": "^5.5.4",
"vite": "^5.4.2",
"vitest": "^2.0.5"
"terser": "^5.33.0",
"tsup": "^8.3.0",
"tsup-plugin-bundleless": "^1.0.1",
"typescript": "^5.6.2",
"vite": "^5.4.6",
"vitest": "^2.1.1"
},
"simple-git-hooks": {
"commit-msg": "npm run commitlint",
Expand Down
26 changes: 13 additions & 13 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,31 @@
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^5.4.0",
"@ant-design/pro-components": "^2.7.15",
"@ant-design/icons": "^5.5.1",
"@ant-design/pro-components": "^2.7.19",
"ahooks": "^3.8.1",
"antd": "^5.20.3",
"antd": "^5.20.6",
"lodash-es": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.26.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.2",
"umi-request": "^1.4.0",
"use-antd-resizable-header": "workspace:*",
"vite-config-preset": "^1.1.0"
},
"devDependencies": {
"@minko-fe/postcss-config": "^1.0.1",
"@minko-fe/tsconfig": "^2.1.1",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.3.4",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-legacy": "^5.4.2",
"@vitejs/plugin-react": "^4.3.1",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"vite": "^5.4.2",
"vite-plugin-remix-flat-routes": "^2.6.1"
"postcss": "^8.4.47",
"postcss-config-preset": "^1.0.0",
"tailwindcss": "^3.4.12",
"typescript": "^5.6.2",
"vite": "^5.4.6",
"vite-plugin-remix-flat-routes": "^3.5.4"
}
}
2 changes: 1 addition & 1 deletion playground/postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { definePlugins } from '@minko-fe/postcss-config'
import { definePlugins } from 'postcss-config-preset'

export default {
plugins: definePlugins(),
Expand Down
Loading

0 comments on commit 0bfa921

Please sign in to comment.