Skip to content
Closed
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
38 changes: 23 additions & 15 deletions apps/chuzz/frontend/bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions apps/chuzz/frontend/local-ui/bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"**/*"
],
"peerDependencies": {
"@pathscale/ui": "^2.5.0",
"solid-js": "^1.9.5",
"solid-layouts": "^0.1.3"
"@pathscale/ui": "^2.11.9",
"solid-js": ">=2.0.0-rc.0",
"solid-layouts": "^0.2.1"
},
"solidLayouts": "./layouts.manifest.json"
}
6 changes: 3 additions & 3 deletions apps/chuzz/frontend/local-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"**/*.css"
],
"peerDependencies": {
"@pathscale/ui": "^2.5.0",
"solid-js": "^1.9.5",
"solid-layouts": "^0.1.3"
"@pathscale/ui": "^2.11.9",
"solid-js": ">=2.0.0-rc.0",
"solid-layouts": "^0.2.1"
}
}
12 changes: 7 additions & 5 deletions apps/chuzz/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,25 +29,27 @@
"dependencies": {
"@chuzz/ui": "workspace:*",
"@iconify/tailwind4": "^1.0.6",
"@pathscale/ui": "2.7.4",
"@solidjs/web": "2.0.0-rc.0",
"@pathscale/ui": "^2.11.10",
"@solidjs/web": "2.0.0-rc.4",
"@tauri-apps/api": "^2.1.1",
"clsx": "^2.1.1",
"popmotion": "^11.0.5",
"solid-js": "2.0.0-rc.0",
"solid-js": "2.0.0-rc.4",
"solid-layouts": "^0.2.1",
"tailwind-merge": "^3.6.0"
},
"devDependencies": {
"@biomejs/biome": "^2.4.15",
"@iconify-json/lucide": "^1.2.127",
"@iconify-json/mdi": "^1.2.3",
"@rsbuild/core": "^1.3.20",
"@rsbuild/plugin-babel": "^1.0.5",
"@rsbuild/plugin-solid": "^1.0.5",
"@solidjs/testing-library": "1.0.0-beta.2",
"@tailwindcss/postcss": "^4.1.7",
"@testing-library/jest-dom": "^7.0.0",
"@types/node": "^22.15.17",
"babel-preset-solid": "2.0.0-rc.0",
"babel-preset-solid": "^2.0.0-rc.2",
"fork-ts-checker-webpack-plugin": "^9.1.0",
"jsdom": "^30.0.0",
"rsbuild-plugin-solid-layouts": "^0.2.1",
Expand All @@ -58,6 +60,6 @@
"vitest": "^4.1.10"
},
"overrides": {
"babel-preset-solid": "2.0.0-rc.0"
"babel-preset-solid": "^2.0.0-rc.2"
}
}
6 changes: 3 additions & 3 deletions apps/chuzz/frontend/src/styles/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -598,9 +598,9 @@
}

/*
* `@theme` emits the app-specific variables outside the DaisyUI theme layer.
* Keep their light counterparts outside that layer too, or the unlayered dark
* values win the cascade even when the root carries `data-color-mode=light`.
* `@theme` emits the app-specific variables outside the theme layer. Keep their
* light counterparts outside that layer too, or the unlayered dark values win
* the cascade even when the root carries `data-color-mode=light`.
*/
[data-theme="24x-dark"][data-color-mode="light"] {
/* Tailwind's `white/N` utilities are translucent interface surfaces in this app. */
Expand Down
Loading