Skip to content

Commit

Permalink
[add] Time & Timeline components
Browse files Browse the repository at this point in the history
[fix] some Preview detail bugs
  • Loading branch information
TechQuery committed Oct 26, 2024
1 parent 90e2258 commit 446deca
Show file tree
Hide file tree
Showing 12 changed files with 1,683 additions and 1,502 deletions.
44 changes: 23 additions & 21 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,27 +23,29 @@ A **[React][1] advanced components library** based on [TypeScript][2] & [Bootstr

### Components

1. [Time Distance](source/TimeDistance.tsx)
2. [Icon](source/Icon.tsx)
3. [Avatar](source/Avatar.tsx)
4. [Nameplate](source/Nameplate.tsx)
5. [Type Echo](source/TypeEcho.tsx)
6. [Horizontal Marquee](source/HorizontalMarquee.tsx)
7. [Vertical Marquee](source/VerticalMarquee.tsx)
8. [Click Boundary](source/ClickBoundary.tsx)
9. [Spinner Button](source/SpinnerButton.tsx)
10. [Select](source/Select.tsx)
11. [Month Calendar](source/MonthCalendar.tsx)
12. [Code Block](source/CodeBlock.tsx)
13. [Page Nav](source/PageNav.tsx)
14. [Editor](source/Editor.tsx)
15. [Editor HTML](source/EditorHTML.tsx)
16. [Table Spinner](source/TableSpinner.tsx)
17. [Loading](source/Loading.tsx)
18. [Share Box](source/ShareBox.tsx)
19. [Overlay Box](source/OverlayBox.tsx)
20. [Dialog](source/Dialog.tsx)
21. [User Rank](source/UserRank.tsx)
1. [Time](source/Time.tsx)
2. [Time Distance](source/TimeDistance.tsx)
3. [Timeline](source/Timeline/)
4. [Icon](source/Icon.tsx)
5. [Avatar](source/Avatar.tsx)
6. [Nameplate](source/Nameplate.tsx)
7. [Type Echo](source/TypeEcho.tsx)
8. [Horizontal Marquee](source/HorizontalMarquee/)
9. [Vertical Marquee](source/VerticalMarquee/)
10. [Click Boundary](source/ClickBoundary.tsx)
11. [Spinner Button](source/SpinnerButton.tsx)
12. [Select](source/Select.tsx)
13. [Month Calendar](source/MonthCalendar.tsx)
14. [Code Block](source/CodeBlock.tsx)
15. [Page Nav](source/PageNav.tsx)
16. [Editor](source/Editor.tsx)
17. [Editor HTML](source/EditorHTML.tsx)
18. [Table Spinner](source/TableSpinner.tsx)
19. [Loading](source/Loading.tsx)
20. [Share Box](source/ShareBox.tsx)
21. [Overlay Box](source/OverlayBox.tsx)
22. [Dialog](source/Dialog.tsx)
23. [User Rank](source/UserRank/)

#### Data components

Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "idea-react",
"version": "2.0.0-rc.7",
"version": "2.0.0-rc.8",
"license": "LGPL-3.0-or-later",
"author": "[email protected]",
"description": "A React advanced components library based on TypeScript & Bootstrap, built by idea2app remote developers team.",
Expand Down Expand Up @@ -45,8 +45,8 @@
"react-dom": ">=16"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@babel/plugin-proposal-decorators": "^7.25.9",
"@babel/preset-typescript": "^7.26.0",
"@eslint/compat": "^1.2.1",
"@eslint/js": "^9.13.0",
"@microsoft/api-extractor": "^7.47.11",
Expand All @@ -66,22 +66,22 @@
"@storybook/react-vite": "^7.6.20",
"@storybook/testing-library": "^0.2.2",
"@types/lodash": "^4.17.12",
"@types/node": "^20.16.13",
"@types/prismjs": "^1.26.4",
"@types/react": "^18.3.11",
"@types/node": "^20.17.1",
"@types/prismjs": "^1.26.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^15.11.0",
"husky": "^9.1.6",
"koapache": "^2.2.2",
"less": "^4.2.0",
"lint-staged": "^15.2.10",
"parcel": "~2.12.0",
"postcss-preset-env": "^10.0.7",
"postcss-preset-env": "^10.0.8",
"prettier": "^3.3.3",
"prettier-plugin-css-order": "^2.1.2",
"process": "^0.11.10",
Expand All @@ -91,10 +91,10 @@
"rimraf": "^6.0.1",
"storybook": "^7.6.20",
"typedoc": "^0.26.10",
"typedoc-plugin-mdn-links": "^3.3.3",
"typedoc-plugin-mdn-links": "^3.3.4",
"typescript": "~5.6.3",
"typescript-eslint": "^8.10.0",
"vite": "^5.4.9"
"typescript-eslint": "^8.11.0",
"vite": "^5.4.10"
},
"prettier": {
"singleQuote": true,
Expand Down
Loading

1 comment on commit 446deca

@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-mlohimgji-stevending1sts-projects.vercel.app

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

Please sign in to comment.