@circuitwall/jarela 1.9.2 → 1.9.3
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/.next/standalone/.next/BUILD_ID +1 -1
- package/.next/standalone/.next/app-path-routes-manifest.json +1 -1
- package/.next/standalone/.next/build-manifest.json +2 -2
- package/.next/standalone/.next/prerender-manifest.json +3 -3
- package/.next/standalone/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/_global-error.html +1 -1
- package/.next/standalone/.next/server/app/_global-error.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/_not-found.html +2 -2
- package/.next/standalone/.next/server/app/_not-found.rsc +2 -2
- package/.next/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/page.js +688 -427
- package/.next/standalone/.next/server/app/page.js.map +1 -1
- package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/setup/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app-paths-manifest.json +1 -1
- package/.next/standalone/.next/server/chunks/4045.js.map +1 -1
- package/.next/standalone/.next/server/middleware-build-manifest.js +2 -2
- package/.next/standalone/.next/server/pages/404.html +2 -2
- package/.next/standalone/.next/server/pages/500.html +1 -1
- package/.next/standalone/.next/server/server-reference-manifest.json +1 -1
- package/.next/standalone/.next/static/chunks/2747-4a6287cacd57d231.js.map +1 -1
- package/.next/standalone/.next/static/chunks/{1998-31a617131197a83a.js → 962-fe2372e00f85e23a.js} +111 -2
- package/.next/standalone/.next/static/chunks/962-fe2372e00f85e23a.js.map +1 -0
- package/.next/standalone/.next/static/chunks/app/layout-84c6f211a7a1ca36.js.map +1 -1
- package/.next/standalone/.next/static/chunks/app/{page-afdef9bd1108a656.js → page-c5b9f4407416c3f9.js} +332 -154
- package/.next/standalone/.next/static/chunks/app/page-c5b9f4407416c3f9.js.map +1 -0
- package/.next/standalone/.next/static/css/b8e04d59a2bfff04.css +5 -0
- package/.next/standalone/.next/static/css/b8e04d59a2bfff04.css.map +1 -0
- package/.next/standalone/package.json +1 -1
- package/CHANGELOG.md +25 -0
- package/components/credentials/CredentialsPanel.tsx +1 -1
- package/components/layout/AppShell.tsx +6 -0
- package/components/layout/MenuPanel.tsx +15 -91
- package/components/settings/AppearancePanel.tsx +93 -0
- package/components/settings/SettingsPanel.tsx +94 -0
- package/contexts/AppContext.tsx +1 -1
- package/hooks/useUrlSync.ts +1 -1
- package/lib/ui/navigate.ts +1 -1
- package/package.json +1 -1
- package/.next/standalone/.next/static/chunks/1998-31a617131197a83a.js.map +0 -1
- package/.next/standalone/.next/static/chunks/app/page-afdef9bd1108a656.js.map +0 -1
- package/.next/standalone/.next/static/css/44f9bbea39fef458.css +0 -5
- package/.next/standalone/.next/static/css/44f9bbea39fef458.css.map +0 -1
- /package/.next/standalone/.next/static/{rr-Rxxi6kkXe1Bw8-Hzq2 → EOkgU73YJOpR-vFcKMgL0}/_buildManifest.js +0 -0
- /package/.next/standalone/.next/static/{rr-Rxxi6kkXe1Bw8-Hzq2 → EOkgU73YJOpR-vFcKMgL0}/_ssgManifest.js +0 -0
package/.next/standalone/.next/static/chunks/{1998-31a617131197a83a.js → 962-fe2372e00f85e23a.js}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([[
|
|
1
|
+
(self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([[962],{
|
|
2
2
|
|
|
3
3
|
/***/ 233:
|
|
4
4
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
@@ -1187,6 +1187,76 @@ const RefreshCw = (0,_createLucideIcon_mjs__WEBPACK_IMPORTED_MODULE_0__/* ["defa
|
|
|
1187
1187
|
//# sourceMappingURL=refresh-cw.mjs.map
|
|
1188
1188
|
|
|
1189
1189
|
|
|
1190
|
+
/***/ }),
|
|
1191
|
+
|
|
1192
|
+
/***/ 2920:
|
|
1193
|
+
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
1194
|
+
|
|
1195
|
+
"use strict";
|
|
1196
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1197
|
+
/* harmony export */ A: () => (/* binding */ Palette)
|
|
1198
|
+
/* harmony export */ });
|
|
1199
|
+
/* unused harmony export __iconNode */
|
|
1200
|
+
/* harmony import */ var _createLucideIcon_mjs__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9537);
|
|
1201
|
+
/**
|
|
1202
|
+
* @license lucide-react v1.17.0 - ISC
|
|
1203
|
+
*
|
|
1204
|
+
* This source code is licensed under the ISC license.
|
|
1205
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
1206
|
+
*/
|
|
1207
|
+
const __iconNode = [
|
|
1208
|
+
[
|
|
1209
|
+
"path",
|
|
1210
|
+
{
|
|
1211
|
+
d: "M12 22a1 1 0 0 1 0-20 10 9 0 0 1 10 9 5 5 0 0 1-5 5h-2.25a1.75 1.75 0 0 0-1.4 2.8l.3.4a1.75 1.75 0 0 1-1.4 2.8z",
|
|
1212
|
+
key: "e79jfc"
|
|
1213
|
+
}
|
|
1214
|
+
],
|
|
1215
|
+
[
|
|
1216
|
+
"circle",
|
|
1217
|
+
{
|
|
1218
|
+
cx: "13.5",
|
|
1219
|
+
cy: "6.5",
|
|
1220
|
+
r: ".5",
|
|
1221
|
+
fill: "currentColor",
|
|
1222
|
+
key: "1okk4w"
|
|
1223
|
+
}
|
|
1224
|
+
],
|
|
1225
|
+
[
|
|
1226
|
+
"circle",
|
|
1227
|
+
{
|
|
1228
|
+
cx: "17.5",
|
|
1229
|
+
cy: "10.5",
|
|
1230
|
+
r: ".5",
|
|
1231
|
+
fill: "currentColor",
|
|
1232
|
+
key: "f64h9f"
|
|
1233
|
+
}
|
|
1234
|
+
],
|
|
1235
|
+
[
|
|
1236
|
+
"circle",
|
|
1237
|
+
{
|
|
1238
|
+
cx: "6.5",
|
|
1239
|
+
cy: "12.5",
|
|
1240
|
+
r: ".5",
|
|
1241
|
+
fill: "currentColor",
|
|
1242
|
+
key: "qy21gx"
|
|
1243
|
+
}
|
|
1244
|
+
],
|
|
1245
|
+
[
|
|
1246
|
+
"circle",
|
|
1247
|
+
{
|
|
1248
|
+
cx: "8.5",
|
|
1249
|
+
cy: "7.5",
|
|
1250
|
+
r: ".5",
|
|
1251
|
+
fill: "currentColor",
|
|
1252
|
+
key: "fotxhn"
|
|
1253
|
+
}
|
|
1254
|
+
]
|
|
1255
|
+
];
|
|
1256
|
+
const Palette = (0,_createLucideIcon_mjs__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .A)("palette", __iconNode);
|
|
1257
|
+
//# sourceMappingURL=palette.mjs.map
|
|
1258
|
+
|
|
1259
|
+
|
|
1190
1260
|
/***/ }),
|
|
1191
1261
|
|
|
1192
1262
|
/***/ 3089:
|
|
@@ -17609,6 +17679,45 @@ const FolderSearch = (0,_createLucideIcon_mjs__WEBPACK_IMPORTED_MODULE_0__/* ["d
|
|
|
17609
17679
|
//# sourceMappingURL=folder-search.mjs.map
|
|
17610
17680
|
|
|
17611
17681
|
|
|
17682
|
+
/***/ }),
|
|
17683
|
+
|
|
17684
|
+
/***/ 8074:
|
|
17685
|
+
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
17686
|
+
|
|
17687
|
+
"use strict";
|
|
17688
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
17689
|
+
/* harmony export */ A: () => (/* binding */ Settings)
|
|
17690
|
+
/* harmony export */ });
|
|
17691
|
+
/* unused harmony export __iconNode */
|
|
17692
|
+
/* harmony import */ var _createLucideIcon_mjs__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9537);
|
|
17693
|
+
/**
|
|
17694
|
+
* @license lucide-react v1.17.0 - ISC
|
|
17695
|
+
*
|
|
17696
|
+
* This source code is licensed under the ISC license.
|
|
17697
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
17698
|
+
*/
|
|
17699
|
+
const __iconNode = [
|
|
17700
|
+
[
|
|
17701
|
+
"path",
|
|
17702
|
+
{
|
|
17703
|
+
d: "M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915",
|
|
17704
|
+
key: "1i5ecw"
|
|
17705
|
+
}
|
|
17706
|
+
],
|
|
17707
|
+
[
|
|
17708
|
+
"circle",
|
|
17709
|
+
{
|
|
17710
|
+
cx: "12",
|
|
17711
|
+
cy: "12",
|
|
17712
|
+
r: "3",
|
|
17713
|
+
key: "1v7zrd"
|
|
17714
|
+
}
|
|
17715
|
+
]
|
|
17716
|
+
];
|
|
17717
|
+
const Settings = (0,_createLucideIcon_mjs__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .A)("settings", __iconNode);
|
|
17718
|
+
//# sourceMappingURL=settings.mjs.map
|
|
17719
|
+
|
|
17720
|
+
|
|
17612
17721
|
/***/ }),
|
|
17613
17722
|
|
|
17614
17723
|
/***/ 8076:
|
|
@@ -44094,4 +44203,4 @@ const ArrowDown = (0,_createLucideIcon_mjs__WEBPACK_IMPORTED_MODULE_0__/* ["defa
|
|
|
44094
44203
|
/***/ })
|
|
44095
44204
|
|
|
44096
44205
|
}]);
|
|
44097
|
-
//# sourceMappingURL=
|
|
44206
|
+
//# sourceMappingURL=962-fe2372e00f85e23a.js.map
|