From 0b496371c94f0436202121400a8e30f4bb762210 Mon Sep 17 00:00:00 2001 From: Caner Akdas Date: Wed, 7 Jan 2026 20:30:12 +0300 Subject: [PATCH 1/2] fix: search modal overflow --- package.json | 2 +- src/generators/web/ui/index.css | 15 --------------- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/package.json b/package.json index eb132af2..4c55d7c3 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@clack/prompts": "^0.11.0", "@heroicons/react": "^2.2.0", "@node-core/rehype-shiki": "1.3.0", - "@node-core/ui-components": "1.5.2", + "@node-core/ui-components": "1.5.3", "@orama/orama": "^3.1.18", "@orama/ui": "^1.5.4", "@rollup/plugin-virtual": "^3.0.2", diff --git a/src/generators/web/ui/index.css b/src/generators/web/ui/index.css index b4840412..ac1aa5a4 100644 --- a/src/generators/web/ui/index.css +++ b/src/generators/web/ui/index.css @@ -73,18 +73,3 @@ main { } } } - -#modalContent li > div > a { - max-width: 42rem; - > svg { - flex-shrink: 0; - } - > div { - min-width: 0; - > p { - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - } - } -} From eb7f606767cdd8df9c4d6e2a72e5a0f365600ebd Mon Sep 17 00:00:00 2001 From: Caner Akdas Date: Thu, 8 Jan 2026 09:32:16 +0300 Subject: [PATCH 2/2] chore: bump package --- npm-shrinkwrap.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 6e7bf03a..a7243278 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -10,7 +10,7 @@ "@clack/prompts": "^0.11.0", "@heroicons/react": "^2.2.0", "@node-core/rehype-shiki": "1.3.0", - "@node-core/ui-components": "1.5.2", + "@node-core/ui-components": "1.5.3", "@orama/orama": "^3.1.18", "@orama/ui": "^1.5.4", "@rollup/plugin-virtual": "^3.0.2", @@ -1046,9 +1046,9 @@ } }, "node_modules/@node-core/ui-components": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/@node-core/ui-components/-/ui-components-1.5.2.tgz", - "integrity": "sha512-mTs66659DOzlnveosqVYdy3qgv/iqRn80YYe6A/LdxsRUC0m79gayJscO+KklobdGfB5nra5CM7l0kRUsn9/IQ==", + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/@node-core/ui-components/-/ui-components-1.5.3.tgz", + "integrity": "sha512-ww9cC/RmmonsDOP5eFy/Qzg8ftnOK0AyDl5lsqybeVoVs52++yqL/fBMcFAdssXF1bd04XUCFIil/HhDgL8SSw==", "dependencies": { "@heroicons/react": "^2.2.0", "@orama/ui": "^1.5.4",