@ai-matrx/design-system 0.14.0 → 0.14.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.14.1
4
+
5
+ Automatic changed-only republish (docs/metadata drift since the last tag — see
6
+ `git diff npm/design-system/v0.14.0..npm/design-system/v0.14.1 -- apps/shared/design-system`).
7
+ No source changes intended and no consumer action required.
8
+
3
9
  ## 0.14.0 — 2026-09-10
4
10
 
5
11
  ### `ArchivedDisclosure` — the card-list half of the ONE archive control
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-matrx/design-system",
3
- "version": "0.14.0",
3
+ "version": "0.14.1",
4
4
  "description": "AI Matrx semantic React primitives shared across Vite, Next.js, desktop, and customer-built applications.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -66,7 +66,7 @@
66
66
  "react-resizable-panels": "^4.12.0",
67
67
  "tailwind-merge": "^3.0.0",
68
68
  "vaul": "^1.1.2",
69
- "@ai-matrx/kit": "0.9.0"
69
+ "@ai-matrx/kit": "latest"
70
70
  },
71
71
  "peerDependencies": {
72
72
  "react": ">=18.0.0",
@@ -108,4 +108,4 @@
108
108
  "test": "vitest run",
109
109
  "verify:tarball": "node ./scripts/verify-tarball.mjs"
110
110
  }
111
- }
111
+ }