Skip to content

Commit

Permalink
Merge pull request #161 from fictoan/option-card-improvements
Browse files Browse the repository at this point in the history
v1.11.9-alpha-4
  • Loading branch information
sujan-s authored Dec 31, 2024
2 parents 0637f03 + 1529245 commit 52e7339
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fictoan-react",
"version": "1.11.9-alpha.3",
"version": "1.11.9-alpha.4",
"private": false,
"description": "A full-featured, designer-friendly, yet performant framework with plain-English props and focus on rapid iteration.",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export { ProgressBar, type ProgressBarProps, type ProgressBarMetaProps } from ".
export { Row, type RowProps } from "./Row";

// OPTION CARD =========================================================================================================
export { OptionCard, OptionCardsGroup, type OptionCardProps } from "./OptionCard";
export { OptionCard, OptionCardsGroup, type OptionCardProps, type OptionCardsGroupRef } from "./OptionCard";
export { useOptionCard, useOptionCardsGroup } from "./OptionCard";

// SIDEBAR + CONTENT WRAPPER ===========================================================================================
Expand Down
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export {
} from "./components/Notification";

// OPTION CARD =========================================================================================================
export { OptionCard, OptionCardsGroup, type OptionCardProps } from "./components/OptionCard";
export { OptionCard, OptionCardsGroup, type OptionCardProps, type OptionCardsGroupRef } from "./components/OptionCard";
export { useOptionCard, useOptionCardsGroup } from "./components/OptionCard";

// PAGINATION ==========================================================================================================
Expand Down

0 comments on commit 52e7339

Please sign in to comment.