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
6 changes: 6 additions & 0 deletions .changeset/quiet-moose-sit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@baselayer/components": patch
"@baselayer/web": patch
---

update RAC + tw
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"fast-glob": "^3.3.2",
"ts-morph": "^26.0.0",
"tsx": "^4.20.3",
"tw-animate-css": "^1.3.4",
"tw-animate-css": "^1.3.6",
"typescript": "catalog:"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import type { ComponentRegistry, ComponentRegistryEntry } from '@baselayer/registry';

const registry: ComponentRegistry = {
"version": "2.0.1",
"version": "2.0.2",
"components": [
{
"id": "accordion",
Expand Down
1,843 changes: 921 additions & 922 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ packages:

# Define a catalog of version ranges.
catalog:
react-aria-components: 1.10.1
tailwind-variants: 1.0.0
react-aria-components: 1.11.0
tailwind-variants: 2.1.0
typescript: ^5.8.3
"@types/node": ^24.0.3
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/react-dom": "^19.1.6",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.10",
"tw-animate-css": "^1.3.4",
"tw-animate-css": "^1.3.6",
"typescript": "catalog:"
}
}
6 changes: 3 additions & 3 deletions web/public/build-info.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"git": "bec659a95abada1ce8912dd0ce21ef282322153a",
"builtAt": "2025-07-10T00:25:12.440Z",
"registrySHA256": "77a3bebabd24e10d"
"git": "455dfae9315cace10ef764d089c2778f634aae15",
"builtAt": "2025-08-08T01:49:22.799Z",
"registrySHA256": "1590188dcc793bbd"
}
2 changes: 1 addition & 1 deletion web/public/registry.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.1",
"version": "2.0.2",
"components": [
{
"id": "accordion",
Expand Down