tinacms 0.69.20 → 0.69.21
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.es.js +2 -0
- package/dist/index.js +2 -0
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -4523,6 +4523,7 @@ const Sidebar = ({ cms }) => {
|
|
|
4523
4523
|
const windowWidth = useWindowWidth();
|
|
4524
4524
|
const renderDesktopNav = windowWidth > navBreakpoint;
|
|
4525
4525
|
return /* @__PURE__ */ React.createElement(React.Fragment, null, renderDesktopNav && /* @__PURE__ */ React.createElement(Nav, {
|
|
4526
|
+
isLocalMode,
|
|
4526
4527
|
sidebarWidth: 360,
|
|
4527
4528
|
showCollections: true,
|
|
4528
4529
|
collectionsInfo,
|
|
@@ -4555,6 +4556,7 @@ const Sidebar = ({ cms }) => {
|
|
|
4555
4556
|
}, /* @__PURE__ */ React.createElement("div", {
|
|
4556
4557
|
className: "fixed left-0 top-0 z-overlay h-full transform"
|
|
4557
4558
|
}, /* @__PURE__ */ React.createElement(Nav, {
|
|
4559
|
+
isLocalMode,
|
|
4558
4560
|
className: "rounded-r-md",
|
|
4559
4561
|
sidebarWidth: 360,
|
|
4560
4562
|
showCollections: true,
|
package/dist/index.js
CHANGED
|
@@ -4539,6 +4539,7 @@ This will work when developing locally but NOT when deployed to production.
|
|
|
4539
4539
|
const windowWidth = windowSize.useWindowWidth();
|
|
4540
4540
|
const renderDesktopNav = windowWidth > navBreakpoint;
|
|
4541
4541
|
return /* @__PURE__ */ React__default["default"].createElement(React__default["default"].Fragment, null, renderDesktopNav && /* @__PURE__ */ React__default["default"].createElement(toolkit.Nav, {
|
|
4542
|
+
isLocalMode,
|
|
4542
4543
|
sidebarWidth: 360,
|
|
4543
4544
|
showCollections: true,
|
|
4544
4545
|
collectionsInfo,
|
|
@@ -4571,6 +4572,7 @@ This will work when developing locally but NOT when deployed to production.
|
|
|
4571
4572
|
}, /* @__PURE__ */ React__default["default"].createElement("div", {
|
|
4572
4573
|
className: "fixed left-0 top-0 z-overlay h-full transform"
|
|
4573
4574
|
}, /* @__PURE__ */ React__default["default"].createElement(toolkit.Nav, {
|
|
4575
|
+
isLocalMode,
|
|
4574
4576
|
className: "rounded-r-md",
|
|
4575
4577
|
sidebarWidth: 360,
|
|
4576
4578
|
showCollections: true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tinacms",
|
|
3
|
-
"version": "0.69.
|
|
3
|
+
"version": "0.69.21",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "./dist/index.es.js",
|
|
6
6
|
"exports": {
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@react-hook/window-size": "^3.0.7",
|
|
58
58
|
"@tinacms/schema-tools": "0.1.9",
|
|
59
59
|
"@tinacms/sharedctx": "0.1.3",
|
|
60
|
-
"@tinacms/toolkit": "0.58.
|
|
60
|
+
"@tinacms/toolkit": "0.58.3",
|
|
61
61
|
"crypto-js": "^4.0.0",
|
|
62
62
|
"fetch-ponyfill": "^7.1.0",
|
|
63
63
|
"final-form": "4.20.1",
|