Skip to content

Commit

Permalink
new prop disableTimelinePoint to disable timeline points (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuignoto authored Sep 19, 2023
1 parent 4185a72 commit 042ddb8
Show file tree
Hide file tree
Showing 7 changed files with 1,004 additions and 946 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ Below are the available configuration options for the component:
| uniqueId | | Used with `noUniqueId` to set a custom unique id for the wrapper. |
| useReadMore | true | Enables or disables the "read more" button. Available if text content on the card is taller than the card itself. |
| verticalBreakPoint | 768px | Sets the pixel count below which the timeline will switch to `VERTICAL` mode. |
| disableTimelinePoint | false | Disables the timeline point in both `HORIZONTAL` and `VERTICAL` mode. |

### Mode

Expand Down Expand Up @@ -669,7 +670,7 @@ Huge thanks to [BrowserStack](https://www.browserstack.com/) for the Open Source

Distributed under the MIT license. See `LICENSE` for more information.

Prabhu Murthy – [@prabhumurthy2](https://twitter.com/prabhumurthy2)[email protected]
Prabhu Murthy – [@prabhumurthy2](https://twitter.com/prabhumurthy2)<[email protected]>
[https://github.com/prabhuignoto](https://github.com/prabhuignoto)

<a href="https://www.buymeacoffee.com/prabhuignoto" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-red.png" alt="Buy Me A Coffee" height="41" width="174" ></a>
Expand All @@ -680,10 +681,6 @@ Prabhu Murthy – [@prabhumurthy2](https://twitter.com/prabhumurthy2) – prabhu

<!-- Markdown link & img dfn's -->

[react]: https://reactjs.org
[typescript]: https://typescriptlang.org
[emotion]: https://emotion.sh/

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@babel/core": "^7.22.19",
"@babel/core": "^7.22.20",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-runtime": "^7.22.15",
"@babel/plugin-transform-typescript": "^7.22.15",
"@babel/preset-env": "^7.22.15",
"@babel/preset-env": "^7.22.20",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@emotion/babel-plugin": "^11.11.0",
Expand All @@ -70,20 +70,20 @@
"@rollup/plugin-terser": "^0.4.3",
"@size-limit/preset-big-lib": "^9.0.0",
"@stylelint/postcss-css-in-js": "^0.38.0",
"@testing-library/dom": "^9.3.1",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.5",
"@types/node": "^20.6.2",
"@types/react": "^18.2.21",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.27",
"@types/testing-library__jest-dom": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@vitejs/plugin-react": "^4.0.4",
"@vitest/coverage-v8": "^0.34.4",
"autoprefixer": "^10.4.15",
Expand All @@ -102,8 +102,8 @@
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"lint-staged": "^14.0.1",
"postcss": "^8.4.29",
"postcss-preset-env": "^9.1.3",
"postcss": "^8.4.30",
"postcss-preset-env": "^9.1.4",
"postcss-syntax": "^0.36.2",
"prettier": "^3.0.3",
"pretty-quick": "^3.1.3",
Expand All @@ -123,7 +123,7 @@
"sass": "^1.67.0",
"semver": "^7.5.4",
"size-limit": "^9.0.0",
"snyk": "^1.1220.0",
"snyk": "^1.1223.0",
"start-server-and-test": "^2.0.0",
"stylelint": "^15.10.3",
"stylelint-config-recommended": "^13.0.0",
Expand Down
Loading

1 comment on commit 042ddb8

@vercel
Copy link

@vercel vercel bot commented on 042ddb8 Sep 19, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.