Skip to content

Commit

Permalink
[add] Page Nav component
Browse files Browse the repository at this point in the history
[optimize] update Avatar props &
Upstream packages
  • Loading branch information
TechQuery committed Jul 28, 2023
1 parent ac3cb84 commit 6192219
Show file tree
Hide file tree
Showing 11 changed files with 3,423 additions and 2,976 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
version: 8
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: https://registry.npmjs.org
cache: pnpm
- name: Install Dependencies
Expand Down
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.eslintrc.json
/*.ts
vite.config.ts
.parcel-cache/
docs/
preview/
api-extractor.json
Expand Down
19 changes: 10 additions & 9 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@ A **[React][1] advanced components library** based on [TypeScript][2] & [Bootstr
7. [Spinner Button](source/SpinnerButton.tsx)
8. [Select](source/Select.tsx)
9. [Code Block](source/CodeBlock.tsx)
10. [Editor](source/Editor.tsx)
11. [Editor HTML](source/EditorHTML.tsx)
12. [Open Map](source/OpenMap/index.tsx)
13. [Table Spinner](source/TableSpinner.tsx)
14. [Loading](source/Loading.tsx)
15. [Overlay Box](source/OverlayBox.tsx)
16. [Dialog](source/Dialog.tsx)
10. [Page Nav](source/PageNav.tsx)
11. [Editor](source/Editor.tsx)
12. [Editor HTML](source/EditorHTML.tsx)
13. [Open Map](source/OpenMap/index.tsx)
14. [Table Spinner](source/TableSpinner.tsx)
15. [Loading](source/Loading.tsx)
16. [Overlay Box](source/OverlayBox.tsx)
17. [Dialog](source/Dialog.tsx)

#### Data components

Expand All @@ -52,11 +53,11 @@ Table, List & Form components around Data models, have been migrated to https://
```html
<link
rel="stylesheet"
href="https://unpkg.com/bootstrap@5.3.0/dist/css/bootstrap.min.css"
href="https://unpkg.com/bootstrap@5.3.1/dist/css/bootstrap.min.css"
/>
<link
rel="stylesheet"
href="https://unpkg.com/bootstrap-icons@1.10.4/font/bootstrap-icons.css"
href="https://unpkg.com/bootstrap-icons@1.10.5/font/bootstrap-icons.css"
/>
<link
rel="stylesheet"
Expand Down
3 changes: 3 additions & 0 deletions api-extractor.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
},
"ae-forgotten-export": {
"logLevel": "none"
},
"ae-wrong-input-file-type": {
"logLevel": "none"
}
}
}
Expand Down
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "idea-react",
"version": "1.0.0-rc.3",
"version": "1.0.0-rc.7",
"license": "LGPL-2.1",
"author": "shiy2008@gmail.com",
"description": "A React advanced components library based on TypeScript & Bootstrap, built by idea2app remote developers team.",
Expand All @@ -23,74 +23,74 @@
"main": "dist/index.js",
"module": "dist/index.esm.js",
"dependencies": {
"@editorjs/editorjs": "^2.27.0",
"@editorjs/editorjs": "^2.27.2",
"@editorjs/paragraph": "^2.9.0",
"@swc/helpers": "^0.4.14",
"@types/leaflet": "^1.9.3",
"classnames": "^2.3.2",
"editorjs-html": "^3.4.2",
"editorjs-html": "^3.4.3",
"iterable-observer": "^1.0.0",
"koajax": "^0.8.4",
"leaflet": "^1.9.4",
"lodash": "^4.17.21",
"mobx": "^5.15.7",
"mobx-react": "^6.3.1",
"prismjs": "^1.29.0",
"react-bootstrap": "^2.7.4",
"react-bootstrap": "^2.8.0",
"react-editor-js": "^2.1.0",
"react-element-to-jsx-string": "^15.0.0",
"react-leaflet": "^3.2.5",
"web-utility": "^4.0.0"
"web-utility": "^4.0.1"
},
"peerDependencies": {
"react": ">=16",
"react-dom": ">=16"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.22.5",
"@microsoft/api-extractor": "^7.35.2",
"@babel/plugin-proposal-decorators": "^7.22.7",
"@microsoft/api-extractor": "^7.36.3",
"@parcel/packager-ts": "~2.8.3",
"@parcel/transformer-typescript-types": "~2.8.3",
"@storybook/addon-console": "^2.0.0",
"@storybook/addon-essentials": "^7.0.20",
"@storybook/addon-interactions": "^7.0.20",
"@storybook/addon-links": "^7.0.20",
"@storybook/addon-storysource": "^7.0.20",
"@storybook/blocks": "^7.0.20",
"@storybook/react": "^7.0.20",
"@storybook/react-vite": "^7.0.20",
"@storybook/testing-library": "0.1.0",
"@types/lodash": "^4.14.195",
"@types/node": "^16.18.34",
"@storybook/addon-essentials": "^7.1.1",
"@storybook/addon-interactions": "^7.1.1",
"@storybook/addon-links": "^7.0.26",
"@storybook/addon-storysource": "^7.1.1",
"@storybook/blocks": "^7.1.1",
"@storybook/react": "^7.0.26",
"@storybook/react-vite": "^7.0.26",
"@storybook/testing-library": "0.2.0",
"@types/lodash": "^4.14.196",
"@types/node": "^18.17.1",
"@types/prismjs": "^1.26.0",
"@types/react": "^17.0.60",
"@types/react": "^17.0.62",
"@types/react-dom": "^17.0.20",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.42.0",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@vitejs/plugin-react": "^4.0.3",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"less": "^4.1.3",
"lint-staged": "^13.2.2",
"lint-staged": "^13.2.3",
"open-cli": "^7.2.0",
"parcel": "~2.8.3",
"postcss-preset-env": "^8.4.2",
"prettier": "^2.8.8",
"postcss-preset-env": "^9.1.0",
"prettier": "^3.0.0",
"process": "^0.11.10",
"prop-types": "15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rimraf": "^5.0.1",
"storybook": "^7.0.20",
"storybook": "^7.1.1",
"ts-node": "^10.9.1",
"typedoc": "^0.24.8",
"typedoc-plugin-mdn-links": "^3.0.3",
"typescript": "~5.1.3",
"vite": "^4.3.9"
"typescript": "~5.1.6",
"vite": "^4.4.7"
},
"prettier": {
"singleQuote": true,
Expand Down
Loading

1 comment on commit 6192219

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for idea-react ready!

✅ Preview
https://idea-react-op7fk98m5-stevending1st.vercel.app

Built with commit 6192219.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.