labellife-design-tool 2.2.4 → 2.2.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.
@@ -2293,7 +2293,7 @@ var CheckerboardBackground = function CheckerboardBackground(_ref) {
2293
2293
  height: h,
2294
2294
  fill: "#ffffff",
2295
2295
  listening: false,
2296
- name: "page-background"
2296
+ name: "display-only"
2297
2297
  });
2298
2298
  return /*#__PURE__*/jsxRuntime.jsx(reactKonva.Rect, {
2299
2299
  x: 0,
@@ -2303,7 +2303,7 @@ var CheckerboardBackground = function CheckerboardBackground(_ref) {
2303
2303
  fillPatternImage: imgRef.current,
2304
2304
  fillPatternRepeat: "repeat",
2305
2305
  listening: false,
2306
- name: "page-background"
2306
+ name: "display-only"
2307
2307
  });
2308
2308
  };
2309
2309
  var ImageBackground = function ImageBackground(_ref2) {
@@ -2387,9 +2387,19 @@ var PageBackground = mobxReactLite.observer(function (_ref3) {
2387
2387
  });
2388
2388
  }
2389
2389
  if (bg === 'transparent') {
2390
- return /*#__PURE__*/jsxRuntime.jsx(CheckerboardBackground, {
2391
- w: w,
2392
- h: h
2390
+ return /*#__PURE__*/jsxRuntime.jsxs(jsxRuntime.Fragment, {
2391
+ children: [/*#__PURE__*/jsxRuntime.jsx(reactKonva.Rect, {
2392
+ x: 0,
2393
+ y: 0,
2394
+ width: w,
2395
+ height: h,
2396
+ fill: "#ffffff",
2397
+ listening: false,
2398
+ name: "page-background"
2399
+ }), /*#__PURE__*/jsxRuntime.jsx(CheckerboardBackground, {
2400
+ w: w,
2401
+ h: h
2402
+ })]
2393
2403
  });
2394
2404
  }
2395
2405
 
@@ -2486,7 +2496,8 @@ var PageOverlayFrame = mobxReactLite.observer(function (_ref4) {
2486
2496
  ctx.fillStrokeShape(shape);
2487
2497
  },
2488
2498
  fill: "rgba(240,240,240,0.5)",
2489
- listening: false
2499
+ listening: false,
2500
+ name: "display-only"
2490
2501
  });
2491
2502
  });
2492
2503
  var ALL_ANCHORS = ['top-left', 'top-center', 'top-right', 'middle-left', 'middle-right', 'bottom-left', 'bottom-center', 'bottom-right'];
@@ -2821,7 +2832,8 @@ var Workspace = mobxReactLite.observer(function (_ref6) {
2821
2832
  height: store.height,
2822
2833
  fill: "rgba(0,0,0,0.1)",
2823
2834
  cornerRadius: 0,
2824
- listening: false
2835
+ listening: false,
2836
+ name: "display-only"
2825
2837
  }), /*#__PURE__*/jsxRuntime.jsx(PageBackground, {
2826
2838
  store: store
2827
2839
  }), page && page.children.map(function (element) {