ire-preview 2.0.9 → 2.1.0

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 +2 -1
package/dist/lib.es.js CHANGED
@@ -1067,7 +1067,7 @@ const Close = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render]]
1067
1067
  PREVIEW_RESERVED_COLOR: ((t = getMeta("reserved_color")) == null ? void 0 : t.meta_value) || "rgba(255, 247, 89, 0.53)",
1068
1068
  PREVIEW_SOLD_COLOR: ((o = getMeta("sold_color")) == null ? void 0 : o.meta_value) || "rgba(219, 64, 64, 0.45)",
1069
1069
  PREVIEW_STROKE_COLOR: ((c = getMeta("stroke_color")) == null ? void 0 : c.meta_value) || "rgba(0, 0, 0, 1)",
1070
- PREVIEW_STROKE_WIDTH: +((v = getMeta("stroke_width")) == null ? void 0 : v.meta_value) || 0
1070
+ PREVIEW_STROKE_WIDTH: +((v = getMeta("stroke_width")) == null ? void 0 : v.meta_value) || 1
1071
1071
  }), colors = reactive({
1072
1072
  path: (m = constants.value) == null ? void 0 : m.PREVIEW_PATH_COLOR,
1073
1073
  path_hover: (y = constants.value) == null ? void 0 : y.PREVIEW_PATH_HOVER_COLOR,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ire-preview",
3
- "version": "2.0.9",
3
+ "version": "2.1.0",
4
4
  "type": "module",
5
5
  "emitDeclarationOnly": true,
6
6
  "declaration": true,
@@ -29,6 +29,7 @@
29
29
  "type-check": "vue-tsc --build --force"
30
30
  },
31
31
  "dependencies": {
32
+ "ire-preview": "^2.0.9",
32
33
  "vite-plugin-dts": "^4.3.0",
33
34
  "vue": "^3.5.12"
34
35
  },