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 Oct 29, 2024
1 parent 940f812 commit 70d3654
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 226 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 @@ -91,6 +91,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/dist/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 @@ -75,6 +75,8 @@ export type { FormFieldProps } from './FormField';
export { FormField } from './FormField';
export type { FormFieldCheckboxProps } from './FormFieldCheckbox';
export { FormFieldCheckbox } from './FormFieldCheckbox';
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
233 changes: 7 additions & 226 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 70d3654

Please sign in to comment.