@kwirthmagnify/kwirth-common-ai 0.5.7 → 0.5.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/front.js +1 -1
  2. package/package.json +1 -1
package/dist/front.js CHANGED
@@ -104,7 +104,7 @@ const AiConfigLlm = (props) => {
104
104
  setLlms(llms.filter((_, i) => i !== selectedIndex));
105
105
  onNew();
106
106
  };
107
- return (react_1.default.createElement(material_1.Dialog, { open: true, onClose: () => props.onClose(undefined), PaperProps: { sx: { width: '80vw', maxWidth: '800px', height: '55vh' } } },
107
+ return (react_1.default.createElement(material_1.Dialog, { open: true, onClose: () => props.onClose(undefined), PaperProps: { sx: { width: '80vw', maxWidth: '800px', height: '78vh' } } },
108
108
  react_1.default.createElement(material_1.DialogTitle, null, "AI \u2014 LLM config"),
109
109
  react_1.default.createElement(material_1.DialogContent, { style: { display: 'flex', height: '100%' } },
110
110
  react_1.default.createElement(material_1.Box, { sx: { flex: 1, display: 'flex', flexDirection: 'column', boxSizing: 'border-box', maxWidth: '40%' } },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kwirthmagnify/kwirth-common-ai",
3
- "version": "0.5.7",
3
+ "version": "0.5.8",
4
4
  "description": "Shared AI/LLM types and utilities for Kwirth AI plugins",
5
5
  "scripts": {
6
6
  "build": "del .\\dist\\* /s /q 2>nul & tsc"