Skip to content

Commit

Permalink
feat: re-export FormFieldCombobox component package
Browse files Browse the repository at this point in the history
  • Loading branch information
AliKdhim87 committed Sep 3, 2024
1 parent 8f4354e commit c884c8c
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/light-trees-smell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@utrecht/component-library-react": minor
---

Re-export `FormFieldCombobox` component package
1 change: 1 addition & 0 deletions packages/component-library-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
"@utrecht/figure-css": "workspace:*",
"@utrecht/focus-ring-css": "workspace:*",
"@utrecht/form-field-react": "workspace:*",
"@utrecht/form-field-combobox-react": "workspace:*",
"@utrecht/form-field-description-css": "workspace:*",
"@utrecht/form-field-error-message-css": "workspace:*",
"@utrecht/form-fieldset-css": "workspace:*",
Expand Down
2 changes: 2 additions & 0 deletions packages/component-library-react/src/FormFieldCombobox.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export type { FormFieldComboboxProps } from '@utrecht/form-field-combobox-react';
export { FormFieldCombobox } from '@utrecht/form-field-combobox-react';
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from '@utrecht/form-field-combobox-react/src/css';
2 changes: 2 additions & 0 deletions packages/component-library-react/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ export type { FigureCaptionProps } from './FigureCaption';
export { FigureCaption } from './FigureCaption';
export type { FormFieldProps } from './FormField';
export { FormField } from './FormField';
export type { FormFieldComboboxProps } from './FormFieldCombobox';
export { FormFieldCombobox } from './FormFieldCombobox';
export type { FormFieldDescriptionProps } from './FormFieldDescription';
export { FormFieldDescription } from './FormFieldDescription';
export type { FormFieldErrorMessageProps } from './FormFieldErrorMessage';
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c884c8c

Please sign in to comment.