@gendive/chatllm 0.17.9 → 0.17.10

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.
@@ -5415,21 +5415,24 @@ var ChatInput = ({
5415
5415
  ]
5416
5416
  }
5417
5417
  ),
5418
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { style: { textAlign: "center", marginTop: "10px" }, children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
5419
- "button",
5418
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
5419
+ "p",
5420
5420
  {
5421
5421
  onClick: onDisclaimerClick,
5422
+ role: onDisclaimerClick ? "button" : void 0,
5423
+ tabIndex: onDisclaimerClick ? 0 : void 0,
5422
5424
  style: {
5423
- background: "none",
5424
- border: "none",
5425
+ textAlign: "center",
5426
+ marginTop: "10px",
5427
+ marginBottom: 0,
5425
5428
  cursor: onDisclaimerClick ? "pointer" : "default",
5426
5429
  fontSize: "12px",
5427
- color: "var(--chatllm-text-muted, #94a3b8)",
5428
- padding: "2px 8px"
5430
+ color: "#94a3b8",
5431
+ lineHeight: 1.4
5429
5432
  },
5430
5433
  children: "AI\uB294 \uC2E4\uC218\uB97C \uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4."
5431
5434
  }
5432
- ) })
5435
+ )
5433
5436
  ]
5434
5437
  }
5435
5438
  )