@crediblemark/build 0.25.15 → 0.25.16

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.
@@ -3468,7 +3468,7 @@ var HeaderInner = ({
3468
3468
  const data = appStore.getState().state.data;
3469
3469
  onPublish && onPublish(data);
3470
3470
  },
3471
- icon: /* @__PURE__ */ jsx23(Zap, { size: 14, fill: "currentColor" }),
3471
+ icon: /* @__PURE__ */ jsx23(Zap, { size: 12 }),
3472
3472
  children: "Publish"
3473
3473
  }
3474
3474
  ) })
@@ -3688,7 +3688,7 @@ var HeaderInner = ({
3688
3688
  const data = appStore.getState().state.data;
3689
3689
  onPublish && onPublish(data);
3690
3690
  },
3691
- icon: /* @__PURE__ */ jsx23(Zap, { size: 14, fill: "currentColor" }),
3691
+ icon: /* @__PURE__ */ jsx23(Zap, { size: 12 }),
3692
3692
  children: "Publish"
3693
3693
  }
3694
3694
  ) })
package/dist/index.js CHANGED
@@ -14655,7 +14655,7 @@ var HeaderInner = ({
14655
14655
  const data = appStore.getState().state.data;
14656
14656
  onPublish && onPublish(data);
14657
14657
  },
14658
- icon: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Zap, { size: 14, fill: "currentColor" }),
14658
+ icon: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Zap, { size: 12 }),
14659
14659
  children: "Publish"
14660
14660
  }
14661
14661
  ) })
@@ -14875,7 +14875,7 @@ var HeaderInner = ({
14875
14875
  const data = appStore.getState().state.data;
14876
14876
  onPublish && onPublish(data);
14877
14877
  },
14878
- icon: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Zap, { size: 14, fill: "currentColor" }),
14878
+ icon: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Zap, { size: 12 }),
14879
14879
  children: "Publish"
14880
14880
  }
14881
14881
  ) })
package/dist/index.mjs CHANGED
@@ -10,7 +10,7 @@ import {
10
10
  overrideKeys,
11
11
  useCredBuild,
12
12
  useGetCredBuild
13
- } from "./chunk-CKELXGDW.mjs";
13
+ } from "./chunk-OC6E7VJM.mjs";
14
14
  import {
15
15
  ColorPickerField,
16
16
  Drawer,
@@ -14655,7 +14655,7 @@ var HeaderInner = ({
14655
14655
  const data = appStore.getState().state.data;
14656
14656
  onPublish && onPublish(data);
14657
14657
  },
14658
- icon: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Zap, { size: 14, fill: "currentColor" }),
14658
+ icon: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Zap, { size: 12 }),
14659
14659
  children: "Publish"
14660
14660
  }
14661
14661
  ) })
@@ -14875,7 +14875,7 @@ var HeaderInner = ({
14875
14875
  const data = appStore.getState().state.data;
14876
14876
  onPublish && onPublish(data);
14877
14877
  },
14878
- icon: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Zap, { size: 14, fill: "currentColor" }),
14878
+ icon: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Zap, { size: 12 }),
14879
14879
  children: "Publish"
14880
14880
  }
14881
14881
  ) })
@@ -10,7 +10,7 @@ import {
10
10
  overrideKeys,
11
11
  useCredBuild,
12
12
  useGetCredBuild
13
- } from "./chunk-CKELXGDW.mjs";
13
+ } from "./chunk-OC6E7VJM.mjs";
14
14
  import {
15
15
  ColorPickerField,
16
16
  Drawer,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crediblemark/build",
3
- "version": "0.25.15",
3
+ "version": "0.25.16",
4
4
  "description": "The open-source visual editor for React",
5
5
  "author": "Rasyiqi Crediblemark",
6
6
  "repository": {