fix(ui): inherit the theme collision fixes from plugin-kit 0.1.3
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:
@@ -12,13 +12,13 @@
|
|||||||
"name": "@rom-manager/contract",
|
"name": "@rom-manager/contract",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@punktfunk/plugin-kit": "^0.1.1",
|
"@punktfunk/plugin-kit": "^0.1.3",
|
||||||
"@types/bun": "^1.3.0",
|
"@types/bun": "^1.3.0",
|
||||||
"effect": "4.0.0-beta.99",
|
"effect": "4.0.0-beta.99",
|
||||||
"typescript": "^5.9.3",
|
"typescript": "^5.9.3",
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@punktfunk/plugin-kit": "^0.1.1",
|
"@punktfunk/plugin-kit": "^0.1.3",
|
||||||
"effect": "^4.0.0-beta.99",
|
"effect": "^4.0.0-beta.99",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@punktfunk/host": "^0.1.2",
|
"@punktfunk/host": "^0.1.2",
|
||||||
"@punktfunk/plugin-kit": "^0.1.1",
|
"@punktfunk/plugin-kit": "^0.1.3",
|
||||||
"effect": "^4.0.0-beta.99",
|
"effect": "^4.0.0-beta.99",
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
@@ -44,7 +44,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@effect/atom-react": "4.0.0-beta.99",
|
"@effect/atom-react": "4.0.0-beta.99",
|
||||||
"@fontsource-variable/geist": "^5.2.9",
|
"@fontsource-variable/geist": "^5.2.9",
|
||||||
"@punktfunk/plugin-kit": "^0.1.1",
|
"@punktfunk/plugin-kit": "^0.1.3",
|
||||||
"@unom/app-ui": "^0.2.0",
|
"@unom/app-ui": "^0.2.0",
|
||||||
"@unom/style": "^0.4.4",
|
"@unom/style": "^0.4.4",
|
||||||
"@unom/ui": "^0.9.1",
|
"@unom/ui": "^0.9.1",
|
||||||
@@ -492,7 +492,7 @@
|
|||||||
|
|
||||||
"@punktfunk/host": ["@punktfunk/host@0.1.2", "https://git.unom.io/api/packages/unom/npm/%40punktfunk%2Fhost/-/0.1.2/host-0.1.2.tgz", { "optionalDependencies": { "undici": "^7.0.0" }, "peerDependencies": { "effect": "^4.0.0-beta.98" }, "bin": { "punktfunk-scripting": "dist/runner-cli.js" } }, "sha512-mZXIocLWAeXXl3nU5YmVJp1rp74ZXhphTI67nWnqkqXZTxUsNHE9GG5BQvclI0TCjnVn+bx95zi/3w0kTIMKzw=="],
|
"@punktfunk/host": ["@punktfunk/host@0.1.2", "https://git.unom.io/api/packages/unom/npm/%40punktfunk%2Fhost/-/0.1.2/host-0.1.2.tgz", { "optionalDependencies": { "undici": "^7.0.0" }, "peerDependencies": { "effect": "^4.0.0-beta.98" }, "bin": { "punktfunk-scripting": "dist/runner-cli.js" } }, "sha512-mZXIocLWAeXXl3nU5YmVJp1rp74ZXhphTI67nWnqkqXZTxUsNHE9GG5BQvclI0TCjnVn+bx95zi/3w0kTIMKzw=="],
|
||||||
|
|
||||||
"@punktfunk/plugin-kit": ["@punktfunk/plugin-kit@0.1.1", "https://git.unom.io/api/packages/unom/npm/%40punktfunk%2Fplugin-kit/-/0.1.1/plugin-kit-0.1.1.tgz", { "peerDependencies": { "@punktfunk/host": "^0.1.2", "effect": "^4.0.0-beta.98", "react": "^19.2.0" }, "optionalPeers": ["react"] }, "sha512-lOAV5KeZos3TPukwsXWBw2gmo5HRnqmMGu+iPQeBj97cz/vboI9FRQzCAih7Ie7eXlF3OOZ3ivq6UWWnqUsqHA=="],
|
"@punktfunk/plugin-kit": ["@punktfunk/plugin-kit@0.1.3", "https://git.unom.io/api/packages/unom/npm/%40punktfunk%2Fplugin-kit/-/0.1.3/plugin-kit-0.1.3.tgz", { "peerDependencies": { "@punktfunk/host": "^0.1.2", "effect": "^4.0.0-beta.98", "react": "^19.2.0" }, "optionalPeers": ["react"] }, "sha512-01Y+xeWlAD/9uauAA+P95GqAhCd+3ypnPfrikIe2eggE0qad2daR4geC9H2qRGJX9oaiZ9wLrhDMMiVG2rCJdA=="],
|
||||||
|
|
||||||
"@punktfunk/plugin-rom-manager": ["@punktfunk/plugin-rom-manager@workspace:plugin"],
|
"@punktfunk/plugin-rom-manager": ["@punktfunk/plugin-rom-manager@workspace:plugin"],
|
||||||
|
|
||||||
|
|||||||
@@ -14,11 +14,11 @@
|
|||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"effect": "^4.0.0-beta.99",
|
"effect": "^4.0.0-beta.99",
|
||||||
"@punktfunk/plugin-kit": "^0.1.1"
|
"@punktfunk/plugin-kit": "^0.1.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"effect": "4.0.0-beta.99",
|
"effect": "4.0.0-beta.99",
|
||||||
"@punktfunk/plugin-kit": "^0.1.1",
|
"@punktfunk/plugin-kit": "^0.1.3",
|
||||||
"typescript": "^5.9.3",
|
"typescript": "^5.9.3",
|
||||||
"@types/bun": "^1.3.0"
|
"@types/bun": "^1.3.0"
|
||||||
}
|
}
|
||||||
|
|||||||
+5
-1
@@ -2,7 +2,11 @@
|
|||||||
"name": "rom-manager-workspace",
|
"name": "rom-manager-workspace",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"workspaces": ["contract", "plugin", "ui"],
|
"workspaces": [
|
||||||
|
"contract",
|
||||||
|
"plugin",
|
||||||
|
"ui"
|
||||||
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"typecheck": "cd contract && bun run typecheck && cd ../plugin && bun run typecheck && cd ../ui && bun run typecheck",
|
"typecheck": "cd contract && bun run typecheck && cd ../plugin && bun run typecheck && cd ../ui && bun run typecheck",
|
||||||
"test": "cd plugin && bun test",
|
"test": "cd plugin && bun test",
|
||||||
|
|||||||
+1
-1
@@ -42,7 +42,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@punktfunk/host": "^0.1.2",
|
"@punktfunk/host": "^0.1.2",
|
||||||
"@punktfunk/plugin-kit": "^0.1.1",
|
"@punktfunk/plugin-kit": "^0.1.3",
|
||||||
"effect": "^4.0.0-beta.99"
|
"effect": "^4.0.0-beta.99"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
+1
-1
@@ -15,7 +15,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@effect/atom-react": "4.0.0-beta.99",
|
"@effect/atom-react": "4.0.0-beta.99",
|
||||||
"@fontsource-variable/geist": "^5.2.9",
|
"@fontsource-variable/geist": "^5.2.9",
|
||||||
"@punktfunk/plugin-kit": "^0.1.1",
|
"@punktfunk/plugin-kit": "^0.1.3",
|
||||||
"@unom/app-ui": "^0.2.0",
|
"@unom/app-ui": "^0.2.0",
|
||||||
"@unom/style": "^0.4.4",
|
"@unom/style": "^0.4.4",
|
||||||
"@unom/ui": "^0.9.1",
|
"@unom/ui": "^0.9.1",
|
||||||
|
|||||||
@@ -17,11 +17,3 @@
|
|||||||
body {
|
body {
|
||||||
@apply bg-background font-sans text-foreground antialiased;
|
@apply bg-background font-sans text-foreground antialiased;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* @unom/ui uses `text-secondary` as muted TEXT (EmptyState captions, badge text);
|
|
||||||
* the console palette maps --secondary to a dark SURFACE, which renders that text
|
|
||||||
* unreadable on dark. Re-point the text utility at the muted foreground until the
|
|
||||||
* console/theme unification resolves the vocabulary collision upstream. */
|
|
||||||
.text-secondary {
|
|
||||||
color: var(--muted-foreground);
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user