Skip to content
This repository was archived by the owner on Nov 3, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@intellihr/ui-components",
"description": "A common React components library that is used in our company",
"version": "50.12.0",
"version": "50.13.0",
"main": "./dist/",
"types": "./types/index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/domain/Cards/Card/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ interface ICardBasicProps {
extraContent?: JSX.Element
/** If true, the card is in expand style */
isExpanded?: boolean
/** dropwon sections to show in the cards action button dropdown */
/** dropdown sections to show in the cards action button dropdown */
dropdownSections?: ISectionProps[]
/** callback when user toggle card */
onCardToggle?: () => void
Expand Down
Loading