Skip to content

Commit

Permalink
chore: fix build error and export miss when refacto flowbite.id
Browse files Browse the repository at this point in the history
  • Loading branch information
MGREMY committed Jan 8, 2025
1 parent 3ad4089 commit 7e00291
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions libs/flowbite-angular/badge/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
export {
BadgeComponent,
FLOWBITE_BADGE_COLOR_DEFAULT_VALUE,
FLOWBITE_BADGE_HAS_BORDER_DEFAULT_VALUE,
FLOWBITE_BADGE_IS_DISMISSABLE_DEFAULT_VALUE,
FLOWBITE_BADGE_ON_DISMISS_DEFAULT_VALUE,
FLOWBITE_BADGE_STANDARD_THEME_CONFIG_DEFAULT_VALUE,
FLOWBITE_BADGE_CUSTOM_STYLE_DEFAULT_VALUE,
FLOWBITE_BADGE_IS_ICON_ONLY_DEFAULT_VALUE,
FLOWBITE_BADGE_IS_PILL_DEFAULT_VALUE,
Expand Down
3 changes: 1 addition & 2 deletions libs/flowbite-angular/common/type-definitions/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ export {
allFalseStandardThemeInput,
allTrueStandardThemeInput,
} from './flowbite.standard-theme-input';
export type { Guid } from './flowbite.id';
export { generateId } from './flowbite.id';
export { Guid, generateId } from './flowbite.id';
export * from './colors';

0 comments on commit 7e00291

Please sign in to comment.