sunpeak 0.17.5 → 0.17.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/dist/chatgpt/index.cjs +1 -1
- package/dist/chatgpt/index.js +1 -1
- package/dist/claude/index.cjs +1 -1
- package/dist/claude/index.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/simulator/index.cjs +1 -1
- package/dist/simulator/index.js +1 -1
- package/dist/{simulator-CItjfArP.js → simulator-BijjlOXb.js} +3 -3
- package/dist/{simulator-CItjfArP.js.map → simulator-BijjlOXb.js.map} +1 -1
- package/dist/{simulator-O8Ok58pT.cjs → simulator-DqWETA_1.cjs} +3 -3
- package/dist/{simulator-O8Ok58pT.cjs.map → simulator-DqWETA_1.cjs.map} +1 -1
- package/package.json +1 -1
- package/template/dist/albums/albums.json +1 -1
- package/template/dist/carousel/carousel.json +1 -1
- package/template/dist/map/map.json +1 -1
- package/template/dist/review/review.json +1 -1
|
@@ -3418,10 +3418,10 @@ function Simulator({ children, simulations: initialSimulations = {}, appName = "
|
|
|
3418
3418
|
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(SidebarSelect, {
|
|
3419
3419
|
value: activeSimulationName ?? "__none__",
|
|
3420
3420
|
onChange: (value) => setActiveSimulationName(value === "__none__" ? null : value),
|
|
3421
|
-
options: [{
|
|
3421
|
+
options: [...demoMode ? [] : [{
|
|
3422
3422
|
value: "__none__",
|
|
3423
3423
|
label: selectedToolInfo && selectedToolInfo.fixtureSimNames.length > 0 ? "None (call server)" : "None"
|
|
3424
|
-
}, ...(selectedToolInfo?.fixtureSimNames ?? []).map((simName) => ({
|
|
3424
|
+
}], ...(selectedToolInfo?.fixtureSimNames ?? []).map((simName) => ({
|
|
3425
3425
|
value: simName,
|
|
3426
3426
|
label: simName
|
|
3427
3427
|
}))]
|
|
@@ -3940,4 +3940,4 @@ Object.defineProperty(exports, "useThemeContext", {
|
|
|
3940
3940
|
}
|
|
3941
3941
|
});
|
|
3942
3942
|
|
|
3943
|
-
//# sourceMappingURL=simulator-
|
|
3943
|
+
//# sourceMappingURL=simulator-DqWETA_1.cjs.map
|