@almadar/core 10.60.0 → 10.61.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/builders.d.ts +1 -1
- package/dist/builders.js +2 -2
- package/dist/builders.js.map +1 -1
- package/dist/{entityAccess-BTHElnAf.d.ts → entityAccess-DU_mdtr5.d.ts} +1 -1
- package/dist/factory-runtime/index.d.ts +1 -1
- package/dist/factory-runtime/index.js +3 -2
- package/dist/factory-runtime/index.js.map +1 -1
- package/dist/{index-D9aomsLC.d.ts → index-C-qK6t2U.d.ts} +1 -1
- package/dist/index.d.ts +5 -5
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/mock/index.d.ts +2 -2
- package/dist/{schema-WnERh-P-.d.ts → schema-Dj4GC3Vo.d.ts} +5689 -1
- package/dist/types/index.d.ts +2 -2
- package/dist/types/index.js +3 -2
- package/dist/types/index.js.map +1 -1
- package/package.json +1 -1
package/dist/builders.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { I as IdentityLedger, A as AnyPatternConfig, U as UISlot, c as Effect, h as RenderBinding, i as RenderUIEffect, d as EntityId, e as Entity, E as EntityField, a as EntityPersistence, f as EntityRow } from './effect-a1W_hXyG.js';
|
|
2
|
-
import { a as OrbitalDefinition, O as OrbitalSchema, U as UseDeclaration, E as EntityRef, b as ExpectDeclaration, P as PageRef, c as Page, d as PageRefObject } from './schema-
|
|
2
|
+
import { a as OrbitalDefinition, O as OrbitalSchema, U as UseDeclaration, E as EntityRef, b as ExpectDeclaration, P as PageRef, c as Page, d as PageRefObject } from './schema-Dj4GC3Vo.js';
|
|
3
3
|
import { b as TraitConfig, g as Trait, T as TraitEventListener, h as CallSiteConfig, j as TraitEventContract, d as TraitRef, a as TraitReference } from './trait-DgZ5Exel.js';
|
|
4
4
|
import { S as SExpr } from './expression-Fk8bQWef.js';
|
|
5
5
|
import 'zod';
|
package/dist/builders.js
CHANGED
|
@@ -1166,8 +1166,8 @@ var ThemeDefinitionSchema = z.object({
|
|
|
1166
1166
|
variants: z.record(z.string(), ThemeVariantSchema).optional()
|
|
1167
1167
|
});
|
|
1168
1168
|
var ThemeRefStringSchema = z.string().regex(
|
|
1169
|
-
/^[A-Z][a-zA-Z0-9]*\.theme$/,
|
|
1170
|
-
'Theme reference must be
|
|
1169
|
+
/^([A-Z][a-zA-Z0-9]*\.theme|[a-z][a-z0-9]*(-[a-z0-9]+)*)$/,
|
|
1170
|
+
'Theme reference must be "Alias.theme" or a registry theme key (e.g., "linear-clean-light")'
|
|
1171
1171
|
);
|
|
1172
1172
|
var ThemeRefSchema = z.union([
|
|
1173
1173
|
ThemeDefinitionSchema,
|