Skip to content

Commit

Permalink
✨ new(selector): resolved test cases issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
creador-dev committed Oct 16, 2023
1 parent 5ffe124 commit 626c65b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
"name": "Govind Kumar",
"email": "[email protected]",
"url": "https://govind.js.org/"
},
{
"name": "Pawan Kumar",
"email": "[email protected]",
"url": "https://creador.dev/"
}
],
"publishConfig": {
Expand Down
3 changes: 2 additions & 1 deletion packages/components/selector/src/selector.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ interface SelectorProps
/** Event handler for removing the Selector */
onRemove?(name: string, value: string | number): void
/** Specifiy the color of the tag */
tagColor:
tagColor?:
| "default"
| "blue"
| "yellow"
Expand All @@ -58,6 +58,7 @@ interface SelectorOptionProps
| "title"
| "description"
| "imageUrl"
| "isPro"
| "isChecked"
| "alignment"
| "variation"
Expand Down

0 comments on commit 626c65b

Please sign in to comment.