jazz-tools 0.20.4 → 0.20.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.
- package/.turbo/turbo-build.log +56 -56
- package/CHANGELOG.md +19 -0
- package/dist/{chunk-XQ27DEA5.js → chunk-HBWUGW37.js} +2 -2
- package/dist/chunk-HBWUGW37.js.map +1 -0
- package/dist/index.js +1 -1
- package/dist/inspector/{custom-element-WOQY2M4W.js → custom-element-TJNWN4WC.js} +4 -3
- package/dist/inspector/{custom-element-WOQY2M4W.js.map → custom-element-TJNWN4WC.js.map} +1 -1
- package/dist/inspector/in-app.d.ts +2 -1
- package/dist/inspector/in-app.d.ts.map +1 -1
- package/dist/inspector/index.d.ts.map +1 -1
- package/dist/inspector/index.js +5 -3
- package/dist/inspector/index.js.map +1 -1
- package/dist/inspector/register-custom-element.js +1 -1
- package/dist/testing.js +1 -1
- package/package.json +4 -4
- package/src/inspector/in-app.tsx +3 -2
- package/src/inspector/index.tsx +1 -0
- package/src/react-core/tests/useCoState.test.ts +67 -0
- package/src/tools/subscribe/SubscriptionScope.ts +1 -1
- package/dist/chunk-XQ27DEA5.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -36993,7 +36993,8 @@ function getStoredTab() {
|
|
|
36993
36993
|
function InspectorInApp({
|
|
36994
36994
|
position = "right",
|
|
36995
36995
|
localNode,
|
|
36996
|
-
accountId
|
|
36996
|
+
accountId,
|
|
36997
|
+
showDeleteLocalData = false
|
|
36997
36998
|
}) {
|
|
36998
36999
|
const [open, setOpen] = useOpenInspector();
|
|
36999
37000
|
const [activeTab, setActiveTabState] = (0, import_react35.useState)(getStoredTab);
|
|
@@ -37021,7 +37022,7 @@ function InspectorInApp({
|
|
|
37021
37022
|
PageStack,
|
|
37022
37023
|
{
|
|
37023
37024
|
style: { display: activeTab === "inspector" ? "flex" : "none" },
|
|
37024
|
-
homePage: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(HomePage, { showDeleteLocalData
|
|
37025
|
+
homePage: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(HomePage, { showDeleteLocalData })
|
|
37025
37026
|
}
|
|
37026
37027
|
),
|
|
37027
37028
|
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
@@ -37221,4 +37222,4 @@ react/cjs/react-jsx-runtime.development.js:
|
|
|
37221
37222
|
* LICENSE file in the root directory of this source tree.
|
|
37222
37223
|
*)
|
|
37223
37224
|
*/
|
|
37224
|
-
//# sourceMappingURL=custom-element-
|
|
37225
|
+
//# sourceMappingURL=custom-element-TJNWN4WC.js.map
|