Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/chart-fullscreen-dead-class.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/overflow-hardening.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/charts/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/currantui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/currantui/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down