DSH-Arch-Setup/plugins/dsh-ui-tweaks/package.json
Шурупов Илья Викторович ebd1ea84ea Move Zen controls above the conversation
Mount Chat and Zen controls on the conversation root at top-right so they cannot overlap the scroll-to-bottom affordance. Hide the semantic conversation header in Zen mode and keep the exit control independent from composer visibility.
2026-09-14 11:16:56 +03:00

37 lines
767 B
JSON

{
"name": "dsh-ui-tweaks",
"description": "dsh web plugin: cohesive sidebar, header, composer-collapse, and Zen-mode controls for the DSH Web chat interface. Client-only.",
"version": "0.2.1",
"private": true,
"type": "module",
"engines": {
"node": "^22.19.0 || >=24.0.0"
},
"main": "lib/index.js",
"exports": {
".": {
"default": "./lib/index.js"
},
"./client": {
"default": "./lib/client.js"
},
"./package.json": "./package.json"
},
"dsh": {
"engines": {
"dsh": ">=0.1.2-alpha.1"
},
"bundle": {
"patch": "./cordis.patch.yml"
},
"client": {
"inject": [],
"platform": "web"
}
},
"files": [
"lib/**/*.js",
"cordis.patch.yml"
],
"license": "MIT"
}