Skip to content

Commit

Permalink
npm publish (0.0.238)
Browse files Browse the repository at this point in the history
  • Loading branch information
baegofda committed Aug 13, 2024
1 parent c4b9855 commit a01cecd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bbodek-ui",
"version": "0.0.237",
"version": "0.0.238",
"type": "module",
"author": "Bbodek",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/core/components/Label/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { RoundedType } from '@/core/components/Button/ButtonBase/types';
export type SizeType = (typeof SIZE)[keyof typeof SIZE];

export interface LabelProps<T extends ElementType = 'div'>
extends Pick<HTMLAttributes<T>, 'className' | 'onClick'> {
extends Pick<HTMLAttributes<T>, 'className' | 'onClick' | 'title'> {
label: ReactNode;
element?: T;
colorTheme?: ColorThemeType;
Expand Down

0 comments on commit a01cecd

Please sign in to comment.