Skip to content

Commit

Permalink
[add] Share Box component
Browse files Browse the repository at this point in the history
[optimize] update Upstream packages & Storybook ReadMe
  • Loading branch information
TechQuery committed Feb 3, 2024
1 parent edc3ff3 commit dc4e9ba
Show file tree
Hide file tree
Showing 7 changed files with 619 additions and 444 deletions.
5 changes: 3 additions & 2 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ A **[React][1] advanced components library** based on [TypeScript][2] & [Bootstr
13. [Editor HTML](source/EditorHTML.tsx)
14. [Table Spinner](source/TableSpinner.tsx)
15. [Loading](source/Loading.tsx)
16. [Overlay Box](source/OverlayBox.tsx)
17. [Dialog](source/Dialog.tsx)
16. [Share Box](source/ShareBox.tsx)
17. [Overlay Box](source/OverlayBox.tsx)
18. [Dialog](source/Dialog.tsx)

#### Data components

Expand Down
27 changes: 14 additions & 13 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.1",
"version": "2.0.0-rc.2",
"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 @@ -28,6 +28,7 @@
"@swc/helpers": "^0.5.3",
"classnames": "^2.5.1",
"editorjs-html": "^3.4.3",
"html2canvas": "^1.4.1",
"iterable-observer": "^1.0.1",
"lodash": "^4.17.21",
"mobx": ">=6.12.0",
Expand All @@ -52,18 +53,18 @@
"@parcel/transformer-typescript-tsc": "~2.11.0",
"@parcel/transformer-typescript-types": "~2.11.0",
"@storybook/addon-console": "^3.0.0",
"@storybook/addon-essentials": "^7.6.10",
"@storybook/addon-interactions": "^7.6.10",
"@storybook/addon-links": "^7.6.10",
"@storybook/addon-storysource": "^7.6.10",
"@storybook/blocks": "^7.6.10",
"@storybook/react": "^7.6.10",
"@storybook/react-vite": "^7.6.10",
"@storybook/addon-essentials": "^7.6.12",
"@storybook/addon-interactions": "^7.6.12",
"@storybook/addon-links": "^7.6.12",
"@storybook/addon-storysource": "^7.6.12",
"@storybook/blocks": "^7.6.12",
"@storybook/react": "^7.6.12",
"@storybook/react-vite": "^7.6.12",
"@storybook/testing-library": "^0.2.2",
"@types/lodash": "^4.14.202",
"@types/node": "^18.19.10",
"@types/node": "^18.19.14",
"@types/prismjs": "^1.26.3",
"@types/react": "^18.2.48",
"@types/react": "^18.2.52",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
Expand All @@ -72,10 +73,10 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^9.0.7",
"husky": "^9.0.10",
"koapache": "^2.2.2",
"less": "^4.2.0",
"lint-staged": "^15.2.0",
"lint-staged": "^15.2.1",
"parcel": "~2.11.0",
"postcss-preset-env": "^9.3.0",
"prettier": "^3.2.4",
Expand All @@ -84,7 +85,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.5",
"storybook": "^7.6.10",
"storybook": "^7.6.12",
"typedoc": "^0.25.7",
"typedoc-plugin-mdn-links": "^3.1.14",
"typescript": "~5.3.3",
Expand Down
Loading

1 comment on commit dc4e9ba

@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-6q5dobtfn-stevending1st.vercel.app

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

Please sign in to comment.