@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.
Files changed (2) hide show
  1. package/dist/index.es.js +8 -8
  2. 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: "default",
192387
+ variant: "secondary",
192388
192388
  size: "sm",
192389
- className: "min-w-0",
192390
- onClick: y,
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: "secondary",
192397
+ variant: "default",
192398
192398
  size: "sm",
192399
- className: "min-w-0",
192400
- onClick: F,
192401
- children: "Replace All"
192399
+ className: "min-w-0 text-body-sm-bold",
192400
+ onClick: y,
192401
+ children: "Replace"
192402
192402
  }
192403
192403
  )
192404
192404
  ] })
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fileverse-dev/ddoc",
3
3
  "private": false,
4
4
  "description": "DDoc",
5
- "version": "3.3.8-searchreplace-2",
5
+ "version": "3.3.8-searchreplace-3",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {