@fileverse-dev/ddoc 3.3.8-searchreplace-2 → 3.3.8-searchreplace-3
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.es.js +8 -8
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -192384,21 +192384,21 @@ const OYe = ({ editor: e }) => {
|
|
|
192384
192384
|
/* @__PURE__ */ x.jsx(
|
|
192385
192385
|
Nt,
|
|
192386
192386
|
{
|
|
192387
|
-
variant: "
|
|
192387
|
+
variant: "secondary",
|
|
192388
192388
|
size: "sm",
|
|
192389
|
-
className: "min-w-0",
|
|
192390
|
-
onClick:
|
|
192391
|
-
children: "Replace"
|
|
192389
|
+
className: "min-w-0 text-body-sm-bold",
|
|
192390
|
+
onClick: F,
|
|
192391
|
+
children: "Replace All"
|
|
192392
192392
|
}
|
|
192393
192393
|
),
|
|
192394
192394
|
/* @__PURE__ */ x.jsx(
|
|
192395
192395
|
Nt,
|
|
192396
192396
|
{
|
|
192397
|
-
variant: "
|
|
192397
|
+
variant: "default",
|
|
192398
192398
|
size: "sm",
|
|
192399
|
-
className: "min-w-0",
|
|
192400
|
-
onClick:
|
|
192401
|
-
children: "Replace
|
|
192399
|
+
className: "min-w-0 text-body-sm-bold",
|
|
192400
|
+
onClick: y,
|
|
192401
|
+
children: "Replace"
|
|
192402
192402
|
}
|
|
192403
192403
|
)
|
|
192404
192404
|
] })
|