ire-preview 3.1.4 → 3.1.6

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/lib.es.js +1 -1
  2. package/package.json +1 -1
package/dist/lib.es.js CHANGED
@@ -274,7 +274,7 @@ const useGlobalStore = /* @__PURE__ */ defineStore("global", () => {
274
274
  },
275
275
  () => {
276
276
  const Qe = Be("path_color"), ei = Be("path_hover_color"), Je = Be("reserved_color"), Ze = Be("sold_color"), ti = Be("stroke_color"), ii = Be("primary_color"), oi = Be("stroke_width"), ni = Be("border_radius");
277
- Qe && (Re.path = Qe.toString()), ei && (Re.path_hover = ei.toString()), Je && (Re.reserved = Je.toString()), Ze && (Re.sold = Ze.toString()), ti && (Re.stroke_color = ti.toString()), ti && (Re.stroke_color = ti.toString()), ii && (Re.primary_color = ii.toString()), Re.stroke_width = Number(oi) || 0, Re.border_radius = Number(ni) || 0;
277
+ Qe && (Re.path = Qe.toString()), ei && (Re.path_hover = ei.toString()), Je && (Re.reserved = Je.toString()), Ze && (Re.sold = Ze.toString()), ti && (Re.stroke_color = ti.toString()), ti && (Re.stroke_color = ti.toString()), ii && (Re.primary_color = ii.toString()), Re.stroke_width = Number(oi) || 1, Re.border_radius = Number(ni) || 0;
278
278
  },
279
279
  { deep: !0 }
280
280
  ), {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ire-preview",
3
- "version": "3.1.4",
3
+ "version": "3.1.6",
4
4
  "type": "module",
5
5
  "emitDeclarationOnly": true,
6
6
  "declaration": true,