webs-sdk 0.19.6 → 0.19.7

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.
@@ -722,7 +722,7 @@ function ArtGenerator({ config, styles = exports.DEFAULT_ART_STYLES, examples: e
722
722
  el.style.borderColor = 'transparent';
723
723
  el.style.transform = 'translateY(0)';
724
724
  el.style.boxShadow = 'none';
725
- }, children: [(0, jsx_runtime_1.jsx)("div", { style: { borderRadius: '10px', overflow: 'hidden', margin: '8px 8px 0', lineHeight: 0 }, children: (0, jsx_runtime_1.jsx)("img", { src: item.image, alt: item.title || '', style: { width: '100%', height: '200px', objectFit: 'cover', display: 'block', transition: 'transform 0.18s ease' }, className: "artgen-card-img" }) }), (0, jsx_runtime_1.jsxs)("div", { style: { padding: '8px 10px 10px' }, children: [promptText && ((0, jsx_runtime_1.jsx)("p", { style: { margin: '0 0 7px', fontSize: '11px', color: th.textSecondaryColor, lineHeight: 1.35, overflow: 'hidden', display: '-webkit-box', WebkitLineClamp: 2, WebkitBoxOrient: 'vertical' }, children: promptText })), (0, jsx_runtime_1.jsxs)("button", { onClick: () => {
725
+ }, children: [(0, jsx_runtime_1.jsx)("div", { style: { borderRadius: '10px', overflow: 'hidden', margin: '8px 8px 0', lineHeight: 0 }, children: (0, jsx_runtime_1.jsx)("img", { src: item.image, alt: item.title || '', style: { width: '100%', height: '280px', objectFit: 'cover', display: 'block', transition: 'transform 0.18s ease' }, className: "artgen-card-img" }) }), (0, jsx_runtime_1.jsxs)("div", { style: { padding: '8px 10px 10px' }, children: [promptText && ((0, jsx_runtime_1.jsx)("p", { style: { margin: '0 0 7px', fontSize: '11px', color: th.textSecondaryColor, lineHeight: 1.35, overflow: 'hidden', display: '-webkit-box', WebkitLineClamp: 2, WebkitBoxOrient: 'vertical' }, children: promptText })), (0, jsx_runtime_1.jsxs)("button", { onClick: () => {
726
726
  setPrompt(promptText);
727
727
  setActiveTab('create');
728
728
  setTimeout(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webs-sdk",
3
- "version": "0.19.6",
3
+ "version": "0.19.7",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",