ywana-core8 0.2.3 → 0.2.4
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/desktop/desktop.js +1 -12
package/dist/index.modern.js
CHANGED
@@ -32305,7 +32305,7 @@ const Workspace = ({ children }) => {
|
|
32305
32305
|
toolbar: window2.toolbar,
|
32306
32306
|
statusBar: window2.statusBar
|
32307
32307
|
},
|
32308
|
-
/* @__PURE__ */ React.createElement("div", { style: { padding: "16px" } },
|
32308
|
+
/* @__PURE__ */ React.createElement("div", { style: { padding: "16px" } }, window2.content)
|
32309
32309
|
)));
|
32310
32310
|
};
|
32311
32311
|
const DesktopTaskbar = () => {
|