@mxmweb/rtext 1.2.13 → 1.2.14

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 (3) hide show
  1. package/index.js +8 -10
  2. package/package.json +1 -1
  3. package/stats.html +1 -1
package/index.js CHANGED
@@ -13531,16 +13531,14 @@ const lv = pt("Download", [
13531
13531
  * This source code is licensed under the ISC license.
13532
13532
  * See the LICENSE file in the root directory of this source tree.
13533
13533
  */
13534
- const cv = pt("FileSymlink", [
13535
- ["path", { d: "m10 18 3-3-3-3", key: "18f6ys" }],
13534
+ const cv = pt("FileSearch", [
13536
13535
  ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }],
13537
13536
  [
13538
13537
  "path",
13539
- {
13540
- d: "M4 11V4a2 2 0 0 1 2-2h9l5 5v13a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h7",
13541
- key: "50q2rw"
13542
- }
13543
- ]
13538
+ { d: "M4.268 21a2 2 0 0 0 1.727 1H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3", key: "ms7g94" }
13539
+ ],
13540
+ ["path", { d: "m9 18-1.5-1.5", key: "1j6qii" }],
13541
+ ["circle", { cx: "5", cy: "14", r: "3", key: "ufru5t" }]
13544
13542
  ]);
13545
13543
  /**
13546
13544
  * @license lucide-react v0.456.0 - ISC
@@ -13718,7 +13716,6 @@ const yv = Je.div`
13718
13716
  border-radius: 50%;
13719
13717
  width: 2rem;
13720
13718
  height: 2rem;
13721
-
13722
13719
  flex-shrink: 0;
13723
13720
  display: flex;
13724
13721
  align-items: center;
@@ -13740,6 +13737,7 @@ const yv = Je.div`
13740
13737
  overflow: hidden;
13741
13738
  max-width: ${(e) => e.$isUser ? "fit-content" : "100%"};
13742
13739
  margin-left: ${(e) => e.$isUser ? "auto" : "0"};
13740
+ margin-right: ${(e) => e.$isUser ? "40px" : "0"};
13743
13741
  padding: 0.25rem 1.8rem;
13744
13742
  .message-text {
13745
13743
  width: 100%;
@@ -14981,8 +14979,8 @@ const yv = Je.div`
14981
14979
  children: [
14982
14980
  /* @__PURE__ */ b.jsx(cv, { size: 16 }),
14983
14981
  /* @__PURE__ */ b.jsxs("span", { children: [
14984
- "\u5F15\u7528\u6EAF\u6E90",
14985
- De ? ` (${De})` : ""
14982
+ "\u77E5\u8BC6\u6EAF\u6E90",
14983
+ De ? `${De} >` : ""
14986
14984
  ] }),
14987
14985
  /* @__PURE__ */ b.jsx(sv, { size: 16 })
14988
14986
  ]
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "style": "assets/style.css",
6
6
  "types": "lib_enter.d.ts",
7
7
  "private": false,
8
- "version": "1.2.13",
8
+ "version": "1.2.14",
9
9
  "author": "hanfeng_Zhang",
10
10
  "type": "module",
11
11
  "scripts": {