@mirror-physics/fractal-ui 0.2.0-next.45 → 0.2.0-next.46

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.
package/dist/index.cjs CHANGED
@@ -1659,20 +1659,15 @@ function ConversationGhost({
1659
1659
  role: "status",
1660
1660
  ...props,
1661
1661
  children: [
1662
- /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("div", { "aria-hidden": "true", className: "fractal-ghost-conversation__message fractal-ghost-conversation__message--assistant", children: [
1663
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(GhostLine, { width: "92%" }),
1664
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(GhostLine, { width: "78%" }),
1665
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(GhostLine, { width: "58%" })
1666
- ] }),
1667
1662
  /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("div", { "aria-hidden": "true", className: "fractal-ghost-conversation__message fractal-ghost-conversation__message--user", children: /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("div", { className: "fractal-ghost-conversation__bubble", children: [
1668
1663
  /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(GhostLine, { width: "100%" }),
1669
1664
  /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(GhostLine, { width: "86%" }),
1670
1665
  /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(GhostLine, { width: "64%" })
1671
1666
  ] }) }),
1672
1667
  /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("div", { "aria-hidden": "true", className: "fractal-ghost-conversation__message fractal-ghost-conversation__message--assistant", children: [
1673
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(GhostLine, { width: "84%" }),
1674
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(GhostLine, { width: "96%" }),
1675
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(GhostLine, { width: "46%" })
1668
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(GhostLine, { width: "92%" }),
1669
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(GhostLine, { width: "78%" }),
1670
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(GhostLine, { width: "58%" })
1676
1671
  ] })
1677
1672
  ]
1678
1673
  }