Skip to content

Commit

Permalink
[refactor] rewrite IdeaPopover to OverlayBox with Tooltip & Popover s…
Browse files Browse the repository at this point in the history
…upporting

[optimize] update Upstream packages
  • Loading branch information
TechQuery committed Jun 8, 2023
1 parent 38341ac commit 0194306
Show file tree
Hide file tree
Showing 7 changed files with 327 additions and 321 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 7
version: 8
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
registry-url: https://registry.npmjs.org
cache: pnpm
- name: Install Dependencies
Expand Down
4 changes: 2 additions & 2 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A **[React][1] advanced components library** based on [TypeScript][2] & [Bootstr
[![NPM](https://nodei.co/npm/idea-react.png?downloads=true&downloadRank=true&stars=true)][7]

- API document: https://idea2app.github.io/Idea-React/
- Preview site: https://idea-react-stevending1st.vercel.app/
- Preview site: https://idea-react.vercel.app/

## Content

Expand Down Expand Up @@ -52,7 +52,7 @@ Table, List & Form components around Data models, have been migrated to https://
```html
<link
rel="stylesheet"
href="https://unpkg.com/[email protected]-alpha3/dist/css/bootstrap.min.css"
href="https://unpkg.com/[email protected]/dist/css/bootstrap.min.css"
/>
<link
rel="stylesheet"
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.22.0",
"@microsoft/api-extractor": "^7.35.0",
"@babel/plugin-proposal-decorators": "^7.22.3",
"@microsoft/api-extractor": "^7.35.1",
"@storybook/addon-console": "^2.0.0",
"@storybook/addon-essentials": "^7.0.18",
"@storybook/addon-interactions": "^7.0.18",
Expand All @@ -58,22 +58,22 @@
"@storybook/react-vite": "^7.0.18",
"@storybook/testing-library": "0.1.0",
"@types/lodash": "^4.14.195",
"@types/node": "^16.18.33",
"@types/node": "^16.18.34",
"@types/prismjs": "^1.26.0",
"@types/react": "^17.0.60",
"@types/react-dom": "^17.0.20",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.41.0",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"less": "^4.1.3",
"lint-staged": "^13.2.2",
"open-cli": "^7.2.0",
"postcss-preset-env": "^8.4.1",
"postcss-preset-env": "^8.4.2",
"prettier": "^2.8.8",
"process": "^0.11.10",
"prop-types": "15.8.1",
Expand All @@ -82,9 +82,9 @@
"rimraf": "^5.0.1",
"storybook": "^7.0.18",
"ts-node": "^10.9.1",
"typedoc": "^0.24.7",
"typedoc": "^0.24.8",
"typedoc-plugin-mdn-links": "^3.0.3",
"typescript": "~5.0.4",
"typescript": "~5.1.3",
"vite": "^4.3.9"
},
"prettier": {
Expand Down
Loading

0 comments on commit 0194306

Please sign in to comment.