Skip to content

Commit 446deca

Browse files
committed
[add] Time & Timeline components
[fix] some Preview detail bugs
1 parent 90e2258 commit 446deca

File tree

12 files changed

+1683
-1502
lines changed

12 files changed

+1683
-1502
lines changed

ReadMe.md

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -23,27 +23,29 @@ A **[React][1] advanced components library** based on [TypeScript][2] & [Bootstr
2323

2424
### Components
2525

26-
1. [Time Distance](source/TimeDistance.tsx)
27-
2. [Icon](source/Icon.tsx)
28-
3. [Avatar](source/Avatar.tsx)
29-
4. [Nameplate](source/Nameplate.tsx)
30-
5. [Type Echo](source/TypeEcho.tsx)
31-
6. [Horizontal Marquee](source/HorizontalMarquee.tsx)
32-
7. [Vertical Marquee](source/VerticalMarquee.tsx)
33-
8. [Click Boundary](source/ClickBoundary.tsx)
34-
9. [Spinner Button](source/SpinnerButton.tsx)
35-
10. [Select](source/Select.tsx)
36-
11. [Month Calendar](source/MonthCalendar.tsx)
37-
12. [Code Block](source/CodeBlock.tsx)
38-
13. [Page Nav](source/PageNav.tsx)
39-
14. [Editor](source/Editor.tsx)
40-
15. [Editor HTML](source/EditorHTML.tsx)
41-
16. [Table Spinner](source/TableSpinner.tsx)
42-
17. [Loading](source/Loading.tsx)
43-
18. [Share Box](source/ShareBox.tsx)
44-
19. [Overlay Box](source/OverlayBox.tsx)
45-
20. [Dialog](source/Dialog.tsx)
46-
21. [User Rank](source/UserRank.tsx)
26+
1. [Time](source/Time.tsx)
27+
2. [Time Distance](source/TimeDistance.tsx)
28+
3. [Timeline](source/Timeline/)
29+
4. [Icon](source/Icon.tsx)
30+
5. [Avatar](source/Avatar.tsx)
31+
6. [Nameplate](source/Nameplate.tsx)
32+
7. [Type Echo](source/TypeEcho.tsx)
33+
8. [Horizontal Marquee](source/HorizontalMarquee/)
34+
9. [Vertical Marquee](source/VerticalMarquee/)
35+
10. [Click Boundary](source/ClickBoundary.tsx)
36+
11. [Spinner Button](source/SpinnerButton.tsx)
37+
12. [Select](source/Select.tsx)
38+
13. [Month Calendar](source/MonthCalendar.tsx)
39+
14. [Code Block](source/CodeBlock.tsx)
40+
15. [Page Nav](source/PageNav.tsx)
41+
16. [Editor](source/Editor.tsx)
42+
17. [Editor HTML](source/EditorHTML.tsx)
43+
18. [Table Spinner](source/TableSpinner.tsx)
44+
19. [Loading](source/Loading.tsx)
45+
20. [Share Box](source/ShareBox.tsx)
46+
21. [Overlay Box](source/OverlayBox.tsx)
47+
22. [Dialog](source/Dialog.tsx)
48+
23. [User Rank](source/UserRank/)
4749

4850
#### Data components
4951

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "idea-react",
3-
"version": "2.0.0-rc.7",
3+
"version": "2.0.0-rc.8",
44
"license": "LGPL-3.0-or-later",
55
"author": "[email protected]",
66
"description": "A React advanced components library based on TypeScript & Bootstrap, built by idea2app remote developers team.",
@@ -45,8 +45,8 @@
4545
"react-dom": ">=16"
4646
},
4747
"devDependencies": {
48-
"@babel/plugin-proposal-decorators": "^7.25.7",
49-
"@babel/preset-typescript": "^7.25.7",
48+
"@babel/plugin-proposal-decorators": "^7.25.9",
49+
"@babel/preset-typescript": "^7.26.0",
5050
"@eslint/compat": "^1.2.1",
5151
"@eslint/js": "^9.13.0",
5252
"@microsoft/api-extractor": "^7.47.11",
@@ -66,22 +66,22 @@
6666
"@storybook/react-vite": "^7.6.20",
6767
"@storybook/testing-library": "^0.2.2",
6868
"@types/lodash": "^4.17.12",
69-
"@types/node": "^20.16.13",
70-
"@types/prismjs": "^1.26.4",
71-
"@types/react": "^18.3.11",
69+
"@types/node": "^20.17.1",
70+
"@types/prismjs": "^1.26.5",
71+
"@types/react": "^18.3.12",
7272
"@types/react-dom": "^18.3.1",
73-
"@vitejs/plugin-react": "^4.3.2",
73+
"@vitejs/plugin-react": "^4.3.3",
7474
"eslint": "^9.13.0",
7575
"eslint-config-prettier": "^9.1.0",
76-
"eslint-plugin-react": "^7.37.1",
76+
"eslint-plugin-react": "^7.37.2",
7777
"eslint-plugin-simple-import-sort": "^12.1.1",
7878
"globals": "^15.11.0",
7979
"husky": "^9.1.6",
8080
"koapache": "^2.2.2",
8181
"less": "^4.2.0",
8282
"lint-staged": "^15.2.10",
8383
"parcel": "~2.12.0",
84-
"postcss-preset-env": "^10.0.7",
84+
"postcss-preset-env": "^10.0.8",
8585
"prettier": "^3.3.3",
8686
"prettier-plugin-css-order": "^2.1.2",
8787
"process": "^0.11.10",
@@ -91,10 +91,10 @@
9191
"rimraf": "^6.0.1",
9292
"storybook": "^7.6.20",
9393
"typedoc": "^0.26.10",
94-
"typedoc-plugin-mdn-links": "^3.3.3",
94+
"typedoc-plugin-mdn-links": "^3.3.4",
9595
"typescript": "~5.6.3",
96-
"typescript-eslint": "^8.10.0",
97-
"vite": "^5.4.9"
96+
"typescript-eslint": "^8.11.0",
97+
"vite": "^5.4.10"
9898
},
9999
"prettier": {
100100
"singleQuote": true,

0 commit comments

Comments
 (0)