@almadar/ui 4.51.7 → 4.51.8

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.
@@ -57221,7 +57221,7 @@ function useResolvedSchema(schema, pageName) {
57221
57221
  const ir = React93.useMemo(() => {
57222
57222
  if (!schema) return null;
57223
57223
  try {
57224
- const resolved = core.schemaToIR(schema, false);
57224
+ const resolved = core.schemaToIR(schema);
57225
57225
  const callSiteListensByTrait = /* @__PURE__ */ new Map();
57226
57226
  for (const orb of schema.orbitals) {
57227
57227
  for (const traitRef of orb.traits ?? []) {
package/dist/avl/index.js CHANGED
@@ -57175,7 +57175,7 @@ function useResolvedSchema(schema, pageName) {
57175
57175
  const ir = useMemo(() => {
57176
57176
  if (!schema) return null;
57177
57177
  try {
57178
- const resolved = schemaToIR(schema, false);
57178
+ const resolved = schemaToIR(schema);
57179
57179
  const callSiteListensByTrait = /* @__PURE__ */ new Map();
57180
57180
  for (const orb of schema.orbitals) {
57181
57181
  for (const traitRef of orb.traits ?? []) {
@@ -45846,7 +45846,7 @@ function useResolvedSchema(schema, pageName) {
45846
45846
  const ir = React80.useMemo(() => {
45847
45847
  if (!schema) return null;
45848
45848
  try {
45849
- const resolved = core.schemaToIR(schema, false);
45849
+ const resolved = core.schemaToIR(schema);
45850
45850
  const callSiteListensByTrait = /* @__PURE__ */ new Map();
45851
45851
  for (const orb of schema.orbitals) {
45852
45852
  for (const traitRef of orb.traits ?? []) {
@@ -45800,7 +45800,7 @@ function useResolvedSchema(schema, pageName) {
45800
45800
  const ir = useMemo(() => {
45801
45801
  if (!schema) return null;
45802
45802
  try {
45803
- const resolved = schemaToIR(schema, false);
45803
+ const resolved = schemaToIR(schema);
45804
45804
  const callSiteListensByTrait = /* @__PURE__ */ new Map();
45805
45805
  for (const orb of schema.orbitals) {
45806
45806
  for (const traitRef of orb.traits ?? []) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/ui",
3
- "version": "4.51.7",
3
+ "version": "4.51.8",
4
4
  "description": "React UI components, hooks, and providers for Almadar",
5
5
  "type": "module",
6
6
  "sideEffects": [