diff --git a/.changeset/chart-fullscreen-dead-class.md b/.changeset/chart-fullscreen-dead-class.md deleted file mode 100644 index e28bc43..0000000 --- a/.changeset/chart-fullscreen-dead-class.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nhic/currantui-charts": patch ---- - -Remove a dead grid-rows utility from the fullscreen chart dialog — DialogContent's internal layout is flex-column, so the class no longer applied; fullscreen sizing is unchanged. diff --git a/.changeset/overflow-hardening.md b/.changeset/overflow-hardening.md deleted file mode 100644 index da9513a..0000000 --- a/.changeset/overflow-hardening.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nhic/currantui": minor ---- - -Overflow hardening: DialogContent gains a size prop (sm–xl, full) with a viewport-capped height and a new DialogBody scroll region so footers stay clickable — its internal layout is now flex-column, so grid utilities passed via className no longer apply; Textarea gains size presets that cap auto-growth and scroll past the cap; PopoverContent (and combobox, toggletip, and contextual help built on it) and DropdownMenuSubContent cap to the available viewport height and scroll; the react-aria date-picker popovers scroll within their measured max-height instead of clipping; SheetContent caps top/bottom sheets and the new SheetBody scrolls between pinned header and footer. Defaults preserve current dimensions; className overrides win. diff --git a/packages/charts/CHANGELOG.md b/packages/charts/CHANGELOG.md index d49a176..9f41eff 100644 --- a/packages/charts/CHANGELOG.md +++ b/packages/charts/CHANGELOG.md @@ -1,5 +1,11 @@ # @nhic/currantui-charts +## 1.2.1 + +### Patch Changes + +- 0e67591: Remove a dead grid-rows utility from the fullscreen chart dialog — DialogContent's internal layout is flex-column, so the class no longer applied; fullscreen sizing is unchanged. + ## 1.2.0 ### Minor Changes diff --git a/packages/charts/package.json b/packages/charts/package.json index 74b5a37..8debcdb 100644 --- a/packages/charts/package.json +++ b/packages/charts/package.json @@ -1,6 +1,6 @@ { "name": "@nhic/currantui-charts", - "version": "1.2.0", + "version": "1.2.1", "description": "CurrantUI Charts — data visualization components for the National Health Intelligence Center (NHIC) design system, built on Apache ECharts.", "type": "module", "license": "Apache-2.0", diff --git a/packages/currantui/CHANGELOG.md b/packages/currantui/CHANGELOG.md index db07467..ae10296 100644 --- a/packages/currantui/CHANGELOG.md +++ b/packages/currantui/CHANGELOG.md @@ -1,5 +1,11 @@ # @nhic/currantui +## 0.9.0 + +### Minor Changes + +- 0e67591: Overflow hardening: DialogContent gains a size prop (sm–xl, full) with a viewport-capped height and a new DialogBody scroll region so footers stay clickable — its internal layout is now flex-column, so grid utilities passed via className no longer apply; Textarea gains size presets that cap auto-growth and scroll past the cap; PopoverContent (and combobox, toggletip, and contextual help built on it) and DropdownMenuSubContent cap to the available viewport height and scroll; the react-aria date-picker popovers scroll within their measured max-height instead of clipping; SheetContent caps top/bottom sheets and the new SheetBody scrolls between pinned header and footer. Defaults preserve current dimensions; className overrides win. + ## 0.8.0 ### Minor Changes diff --git a/packages/currantui/package.json b/packages/currantui/package.json index 325734b..8715d63 100644 --- a/packages/currantui/package.json +++ b/packages/currantui/package.json @@ -1,6 +1,6 @@ { "name": "@nhic/currantui", - "version": "0.8.0", + "version": "0.9.0", "description": "CurrantUI — the National Health Intelligence Center (NHIC) React design system: shadcn/ui + Radix primitives with Tailwind v4 tokens.", "type": "module", "license": "Apache-2.0",