Skip to content
Open
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
11 changes: 0 additions & 11 deletions .changeset/angular-additional-components.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/pagination-parity.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/react-additional-components.md

This file was deleted.

9 changes: 9 additions & 0 deletions apps/angular-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @surfnet/curve-angular-app

## 0.3.0

### Patch Changes

- Updated dependencies [3c533d0]
- Updated dependencies [aed7d3b]
- @surfnet/curve-angular@0.3.0
- @surfnet/curve-tokens@0.3.0

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/angular-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@surfnet/curve-angular-app",
"version": "0.2.2",
"version": "0.3.0",
"private": true,
"description": "Demo app for testing @surfnet/curve-angular components.",
"type": "module",
Expand Down
9 changes: 9 additions & 0 deletions apps/react-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @surfnet/curve-react-app

## 0.3.0

### Patch Changes

- Updated dependencies [aed7d3b]
- Updated dependencies [3c533d0]
- @surfnet/curve-react@0.3.0
- @surfnet/curve-tokens@0.3.0

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/react-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@surfnet/curve-react-app",
"version": "0.2.2",
"version": "0.3.0",
"private": true,
"description": "Demo app for testing @surfnet/curve-react components in a real Next.js consumer.",
"type": "module",
Expand Down
16 changes: 16 additions & 0 deletions packages/angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @surfnet/curve-angular

## 0.3.0

### Minor Changes

- 3c533d0: Add 36 components to close the gap with the Figma component library: `accordion`, `alert`, `alert-dialog`, `aspect-ratio`, `badge`, `button-group`, `calendar`, `carousel`, `combobox`, `command`, `context-menu`, `date-picker`, `dialog`, `empty`, `hover-card`, `input-otp`, `item`, `kbd`, `native-select`, `navigation-menu`, `pagination`, `popover`, `progress`, `radio-group`, `resizable`, `scroll-area`, `sheet`, `skeleton`, `slider`, `sonner`, `spinner`, `switch`, `tabs`, `toggle`, `toggle-group`, and `tooltip`.

- Every component has a `@surfnet/curve-contracts` entry and a Storybook story covering its full surface. Where a component exposes a styling axis, the input is typed from the contract so a stray `variant`/`size`/`orientation` value fails the type-check.
- `sheet`, `skeleton`, and `tooltip` were already vendored internally (as dependencies of `sidebar`) but not exported — they are now part of the public API.
- The newly vendored components use Phosphor icons instead of Spartan's default Lucide set, to match this package's existing icon convention.
- Bump `@spartan-ng/brain` to `0.0.1-alpha.720` so `navigation-menu` can expose trigger `align` (and match React's Alignment story). Overlay/dialog host bindings that brain removed (`closeDelay`, `restoreFocus`, close `delay`) are dropped from the helm wrappers.
- A few documented gaps remain where Spartan's primitives don't expose an identical surface (e.g. `scroll-area`'s orientation) — noted in the component source rather than papered over.

### Patch Changes

- aed7d3b: Align pagination across frameworks: add React `NumberedPagination`, and bring Previous/Next (`iconOnly`, logical padding, RTL icon flip, configurable `aria-label`) and Ellipsis (`srOnlyText`, decorative icon) in line with Angular.

## 0.2.2

## 0.2.1
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@surfnet/curve-angular",
"version": "0.2.2",
"version": "0.3.0",
"sideEffects": false,
"publishConfig": {
"access": "public"
Expand Down
2 changes: 2 additions & 0 deletions packages/contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @surfnet/curve-contracts

## 0.3.0

## 0.2.2

## 0.2.1
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@surfnet/curve-contracts",
"version": "0.2.2",
"version": "0.3.0",
"private": true,
"type": "module",
"files": [
Expand Down
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @surfnet/curve-react

## 0.3.0

### Minor Changes

- aed7d3b: Align pagination across frameworks: add React `NumberedPagination`, and bring Previous/Next (`iconOnly`, logical padding, RTL icon flip, configurable `aria-label`) and Ellipsis (`srOnlyText`, decorative icon) in line with Angular.
- 3c533d0: Add 36 components to close the gap with the Figma component library: `accordion`, `alert`, `alert-dialog`, `aspect-ratio`, `badge`, `button-group`, `calendar`, `carousel`, `combobox`, `command`, `context-menu`, `date-picker`, `dialog`, `empty`, `hover-card`, `input-otp`, `item`, `kbd`, `native-select`, `navigation-menu`, `pagination`, `popover`, `progress`, `radio-group`, `resizable`, `scroll-area`, `sheet`, `skeleton`, `slider`, `sonner`, `spinner`, `switch`, `tabs`, `toggle`, `toggle-group`, and `tooltip`.

- Every component has a `@surfnet/curve-contracts` entry and a Storybook story covering its full surface. Where a component exposes a styling axis, the prop is typed from the contract so a stray `variant`/`size`/`orientation`/`side` value fails the type-check.
- `date-picker` is hand-composed from `Calendar` + `Popover`, since shadcn ships no registry item for it.
- `chart` and `drawer` are deferred until there is an Angular equivalent, to keep framework parity — see ADR-019 in `docs/decision-log.md`.

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@surfnet/curve-react",
"version": "0.2.2",
"version": "0.3.0",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/storybook-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @surfnet/curve-storybook-config

## 0.3.0

### Patch Changes

- @surfnet/curve-tokens@0.3.0

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@surfnet/curve-storybook-config",
"version": "0.2.2",
"version": "0.3.0",
"private": true,
"type": "module",
"main": "./dist/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @surfnet/curve-tokens

## 0.3.0

## 0.2.2

## 0.2.1
Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@surfnet/curve-tokens",
"version": "0.2.2",
"version": "0.3.0",
"private": true,
"type": "module",
"files": [
Expand Down
2 changes: 2 additions & 0 deletions packages/typescript-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @surfnet/curve-typescript-config

## 0.3.0

## 0.2.2

## 0.2.1
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@surfnet/curve-typescript-config",
"version": "0.2.2",
"version": "0.3.0",
"private": true,
"files": [
"base.json",
Expand Down