Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.

Commit

Permalink
@why/ali-react-table v2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cnwhy committed Mar 13, 2023
1 parent ea5ac9d commit 6fd5af4
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 58 deletions.
114 changes: 57 additions & 57 deletions packages/ali-react-table/package.json
Original file line number Diff line number Diff line change
@@ -1,57 +1,57 @@
{
"name": "ali-react-table",
"version": "2.6.1",
"description": "高性能 React 表格组件",
"sideEffects": false,
"module": "dist/ali-react-table.esm.js",
"main": "dist/ali-react-table.js",
"types": "dist/ali-react-table.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/alibaba/ali-react-table.git"
},
"homepage": "https://github.com/alibaba/ali-react-table",
"author": {
"name": "Shi Feichao",
"email": "[email protected]"
},
"scripts": {
"watch": "rollup --config rollup.config.js --watch",
"build": "rimraf dist/ && rollup --config rollup.config.js",
"preversion": "npm run build",
"prepublishOnly": "npm run build"
},
"files": [
"dist",
"pivot"
],
"dependencies": {
"@popperjs/core": "^2.9.1",
"@types/classnames": "^2.2.9",
"classnames": "^2.2.6",
"resize-observer-polyfill": "^1.5.1",
"rxjs": "^6.5.4",
"styled-components": "^3.4.10 || ^5.0.1"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.1"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@babel/preset-typescript": "^7.12.1",
"@rollup/plugin-node-resolve": "^11.2.0",
"@types/jest": "^26.0.15",
"@types/styled-components": "^5.1.9",
"jest": "^26.6.0",
"react": "^16.14.0",
"react-dom": "^16.13.1",
"react-is": "^16.13.0",
"rimraf": "^3.0.2",
"rollup": "^2.3.1",
"rollup-plugin-typescript2": "^0.31.0",
"typescript": "~4.2",
"xlsx": "^0.16.0"
}
}
{
"name": "@why/ali-react-table",
"version": "2.6.1",
"description": "高性能 React 表格组件",
"sideEffects": false,
"module": "dist/ali-react-table.esm.js",
"main": "dist/ali-react-table.js",
"types": "dist/ali-react-table.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/alibaba/ali-react-table.git"
},
"homepage": "https://github.com/alibaba/ali-react-table",
"author": {
"name": "Shi Feichao",
"email": "[email protected]"
},
"scripts": {
"watch": "rollup --config rollup.config.js --watch",
"build": "rimraf dist/ && rollup --config rollup.config.js",
"preversion": "npm run build",
"prepublishOnly": "npm run build"
},
"files": [
"dist",
"pivot"
],
"dependencies": {
"@popperjs/core": "^2.9.1",
"@types/classnames": "^2.2.9",
"classnames": "^2.2.6",
"resize-observer-polyfill": "^1.5.1",
"rxjs": "^6.5.4",
"styled-components": "^3.4.10 || ^5.0.1"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.1"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@babel/preset-typescript": "^7.12.1",
"@rollup/plugin-node-resolve": "^11.2.0",
"@types/jest": "^26.0.15",
"@types/styled-components": "^5.1.9",
"jest": "^26.6.0",
"react": "^16.14.0",
"react-dom": "^16.13.1",
"react-is": "^16.13.0",
"rimraf": "^3.0.2",
"rollup": "^2.3.1",
"rollup-plugin-typescript2": "^0.31.0",
"typescript": "~4.2",
"xlsx": "^0.16.0"
}
}
2 changes: 1 addition & 1 deletion packages/ali-react-table/src/base-table/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import styled, { css } from 'styled-components'

export const LOCK_SHADOW_PADDING = 20

const prefix = 'art-'
const prefix = 'x-ali-'

export const Classes = {
/** BaseTable 表格组件的外层包裹 div */
Expand Down

0 comments on commit 6fd5af4

Please sign in to comment.