@praxisui/core 9.0.0-beta.75 → 9.0.0-beta.77
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.
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
|
-
"generatedAt": "2026-07-
|
|
3
|
+
"generatedAt": "2026-07-17T21:08:00.571Z",
|
|
4
4
|
"packageName": "@praxisui/core",
|
|
5
|
-
"packageVersion": "9.0.0-beta.
|
|
5
|
+
"packageVersion": "9.0.0-beta.77",
|
|
6
6
|
"sourceRegistry": "praxis-component-registry-ingestion",
|
|
7
7
|
"sourceRegistryVersion": "1.0.0",
|
|
8
8
|
"componentCount": 4,
|
|
@@ -9063,7 +9063,9 @@ class PraxisJsonLogicService {
|
|
|
9063
9063
|
throw new PraxisJsonLogicError('RULE_ARGUMENT_TYPE_INVALID', '`var` requires a string path as the first argument.');
|
|
9064
9064
|
}
|
|
9065
9065
|
const resolved = this.resolveVarPath(path, context);
|
|
9066
|
-
return resolved === undefined && rawArgs.length === 2
|
|
9066
|
+
return resolved === undefined && rawArgs.length === 2
|
|
9067
|
+
? this.evaluateValue(rawArgs[1], context)
|
|
9068
|
+
: resolved;
|
|
9067
9069
|
}
|
|
9068
9070
|
throw new PraxisJsonLogicError('RULE_ARITY_INVALID', '`var` requires a string path or [path, defaultValue].');
|
|
9069
9071
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@praxisui/core",
|
|
3
|
-
"version": "9.0.0-beta.
|
|
3
|
+
"version": "9.0.0-beta.77",
|
|
4
4
|
"description": "Core library for Praxis UI Workspace: types, tokens, services and utilities shared across @praxisui/* packages.",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "^21.0.0",
|