@almadar/ui 5.150.0 → 5.151.0
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/avl/index.cjs +2 -2
- package/dist/avl/index.js +2 -2
- package/dist/runtime/index.cjs +2 -2
- package/dist/runtime/index.js +2 -2
- package/package.json +4 -4
package/dist/avl/index.cjs
CHANGED
|
@@ -56294,11 +56294,11 @@ function SchemaRunner({ schema, serverUrl, transport, mockData, pageName, routeP
|
|
|
56294
56294
|
for (const orb of schema.orbitals) {
|
|
56295
56295
|
for (const pageRef of orb.pages ?? []) {
|
|
56296
56296
|
const name = typeof pageRef === "object" && pageRef !== null ? pageRef.name : void 0;
|
|
56297
|
-
if (name === pageName) return orb.theme;
|
|
56297
|
+
if (name === pageName) return orb.theme ?? schema.theme;
|
|
56298
56298
|
}
|
|
56299
56299
|
}
|
|
56300
56300
|
}
|
|
56301
|
-
return schema.orbitals[0]?.theme;
|
|
56301
|
+
return schema.orbitals[0]?.theme ?? schema.theme;
|
|
56302
56302
|
}, [schema, pageName]);
|
|
56303
56303
|
const inner = /* @__PURE__ */ jsxRuntime.jsx(providers.VerificationProvider, { enabled: true, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
56304
56304
|
providers.EntitySchemaProvider,
|
package/dist/avl/index.js
CHANGED
|
@@ -56218,11 +56218,11 @@ function SchemaRunner({ schema, serverUrl, transport, mockData, pageName, routeP
|
|
|
56218
56218
|
for (const orb of schema.orbitals) {
|
|
56219
56219
|
for (const pageRef of orb.pages ?? []) {
|
|
56220
56220
|
const name = typeof pageRef === "object" && pageRef !== null ? pageRef.name : void 0;
|
|
56221
|
-
if (name === pageName) return orb.theme;
|
|
56221
|
+
if (name === pageName) return orb.theme ?? schema.theme;
|
|
56222
56222
|
}
|
|
56223
56223
|
}
|
|
56224
56224
|
}
|
|
56225
|
-
return schema.orbitals[0]?.theme;
|
|
56225
|
+
return schema.orbitals[0]?.theme ?? schema.theme;
|
|
56226
56226
|
}, [schema, pageName]);
|
|
56227
56227
|
const inner = /* @__PURE__ */ jsx(VerificationProvider, { enabled: true, children: /* @__PURE__ */ jsx(
|
|
56228
56228
|
EntitySchemaProvider,
|
package/dist/runtime/index.cjs
CHANGED
|
@@ -50516,11 +50516,11 @@ function SchemaRunner({ schema, serverUrl, transport, mockData, pageName, routeP
|
|
|
50516
50516
|
for (const orb of schema.orbitals) {
|
|
50517
50517
|
for (const pageRef of orb.pages ?? []) {
|
|
50518
50518
|
const name = typeof pageRef === "object" && pageRef !== null ? pageRef.name : void 0;
|
|
50519
|
-
if (name === pageName) return orb.theme;
|
|
50519
|
+
if (name === pageName) return orb.theme ?? schema.theme;
|
|
50520
50520
|
}
|
|
50521
50521
|
}
|
|
50522
50522
|
}
|
|
50523
|
-
return schema.orbitals[0]?.theme;
|
|
50523
|
+
return schema.orbitals[0]?.theme ?? schema.theme;
|
|
50524
50524
|
}, [schema, pageName]);
|
|
50525
50525
|
const inner = /* @__PURE__ */ jsxRuntime.jsx(providers.VerificationProvider, { enabled: true, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
50526
50526
|
providers.EntitySchemaProvider,
|
package/dist/runtime/index.js
CHANGED
|
@@ -50442,11 +50442,11 @@ function SchemaRunner({ schema, serverUrl, transport, mockData, pageName, routeP
|
|
|
50442
50442
|
for (const orb of schema.orbitals) {
|
|
50443
50443
|
for (const pageRef of orb.pages ?? []) {
|
|
50444
50444
|
const name = typeof pageRef === "object" && pageRef !== null ? pageRef.name : void 0;
|
|
50445
|
-
if (name === pageName) return orb.theme;
|
|
50445
|
+
if (name === pageName) return orb.theme ?? schema.theme;
|
|
50446
50446
|
}
|
|
50447
50447
|
}
|
|
50448
50448
|
}
|
|
50449
|
-
return schema.orbitals[0]?.theme;
|
|
50449
|
+
return schema.orbitals[0]?.theme ?? schema.theme;
|
|
50450
50450
|
}, [schema, pageName]);
|
|
50451
50451
|
const inner = /* @__PURE__ */ jsx(VerificationProvider, { enabled: true, children: /* @__PURE__ */ jsx(
|
|
50452
50452
|
EntitySchemaProvider,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@almadar/ui",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.151.0",
|
|
4
4
|
"description": "React UI components, hooks, and providers for Almadar",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": [
|
|
@@ -118,11 +118,11 @@
|
|
|
118
118
|
"access": "public"
|
|
119
119
|
},
|
|
120
120
|
"dependencies": {
|
|
121
|
-
"@almadar/core": "^10.
|
|
121
|
+
"@almadar/core": "^10.61.0",
|
|
122
122
|
"@almadar/evaluator": "^2.41.0",
|
|
123
123
|
"@almadar/logger": "^1.11.0",
|
|
124
|
-
"@almadar/runtime": "^6.
|
|
125
|
-
"@almadar/std": "^16.
|
|
124
|
+
"@almadar/runtime": "^6.54.0",
|
|
125
|
+
"@almadar/std": "^16.176.0",
|
|
126
126
|
"@almadar/syntax": "^1.15.0",
|
|
127
127
|
"@dnd-kit/core": "^6.3.1",
|
|
128
128
|
"@dnd-kit/sortable": "^10.0.0",
|