rita-workspace 0.5.42 → 0.5.43

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.
package/dist/index.js CHANGED
@@ -2688,6 +2688,7 @@ var DrawingsDialog = ({
2688
2688
  return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
2689
2689
  "div",
2690
2690
  {
2691
+ className: "rita-workspace-confirm-modal",
2691
2692
  onClick: (e) => {
2692
2693
  if (e.target === e.currentTarget) onCancel();
2693
2694
  },
package/dist/index.mjs CHANGED
@@ -2616,6 +2616,7 @@ var DrawingsDialog = ({
2616
2616
  return /* @__PURE__ */ jsx6(
2617
2617
  "div",
2618
2618
  {
2619
+ className: "rita-workspace-confirm-modal",
2619
2620
  onClick: (e) => {
2620
2621
  if (e.target === e.currentTarget) onCancel();
2621
2622
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rita-workspace",
3
- "version": "0.5.42",
3
+ "version": "0.5.43",
4
4
  "description": "Multi-drawing workspace feature for Rita (Excalidraw fork)",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",