react-os-shell 0.2.35 → 0.2.37
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 +14 -14
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -599,19 +599,19 @@ function BugReportProvider({ children }) {
|
|
|
599
599
|
}
|
|
600
600
|
)
|
|
601
601
|
] })
|
|
602
|
-
] }) })
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
)
|
|
602
|
+
] }) }),
|
|
603
|
+
annotating && previewUrl && /* @__PURE__ */ jsx(
|
|
604
|
+
BugReportAnnotator,
|
|
605
|
+
{
|
|
606
|
+
src: previewUrl,
|
|
607
|
+
onApply: (blob) => {
|
|
608
|
+
setScreenshot(blob);
|
|
609
|
+
setAnnotating(false);
|
|
610
|
+
},
|
|
611
|
+
onCancel: () => setAnnotating(false)
|
|
612
|
+
}
|
|
613
|
+
)
|
|
614
|
+
] })
|
|
615
615
|
] });
|
|
616
616
|
}
|
|
617
617
|
var LazyImageAnnotator = lazy(() => import('./ImageAnnotator-CTTMAY5Z.js'));
|
|
@@ -849,7 +849,7 @@ function StatusBadge({ status }) {
|
|
|
849
849
|
}
|
|
850
850
|
|
|
851
851
|
// src/version.ts
|
|
852
|
-
var VERSION = "0.2.
|
|
852
|
+
var VERSION = "0.2.37" ;
|
|
853
853
|
var APP_VERSION = VERSION;
|
|
854
854
|
|
|
855
855
|
// src/changelog.ts
|