You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DataTable: Swap the package-level README over to hs-uix / hs-uix/datatable (was still referencing the legacy hubspot-datatable standalone name), and document onEditStart / onEditCancel, the labels i18n object, filterInlineLimit, showSearch / showSelectionBar, and the renderSelectionBar / renderEmptyState / renderLoadingState / renderErrorState override hooks. Column Definition gains sortOrder, sortComparator, and column-level footer; label is correctly typed as ReactNode; truncate accepts a bare number. GroupBy.label return type corrected to ReactNode.
FormBuilder: Swap the package-level README over to hs-uix / hs-uix/form (was still referencing @hs-uix/form), and document maxColumns, showReadOnlyAlert, showInlineAlerts, renderReadOnlyAlert, renderFieldError, defaultCurrency, and the full set of CRM-association field props (objectTypeId, associationLabels, filters, sort).
Common Components: Document the HS_TAG_* style constants alongside the existing HS_FONT_FAMILY / HS_TEXT_COLOR / etc. tokens.
Bug Fixes
Types: Add missing formatCurrencyCompact and deriveCardFieldsFromColumns declarations to utils.d.ts — the runtime exports were already shipping but TypeScript consumers couldn't import them without @ts-ignore.