fix(ui): inherit the theme collision fixes from plugin-kit 0.1.3
CI / publish (push) Failing after 22s
CI / build (push) Successful in 35s

The text-secondary re-point moved into the kit's theme.css (every plugin hits
it), joined there by the card-ring softening the console does in its own Card
wrapper. The SPA's stylesheet is back to imports only.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-20 19:50:00 +02:00
parent e9a4d3a996
commit 838cdc4339
6 changed files with 14 additions and 18 deletions
+2 -2
View File
@@ -14,11 +14,11 @@
},
"peerDependencies": {
"effect": "^4.0.0-beta.99",
"@punktfunk/plugin-kit": "^0.1.1"
"@punktfunk/plugin-kit": "^0.1.3"
},
"devDependencies": {
"effect": "4.0.0-beta.99",
"@punktfunk/plugin-kit": "^0.1.1",
"@punktfunk/plugin-kit": "^0.1.3",
"typescript": "^5.9.3",
"@types/bun": "^1.3.0"
}