@praxisui/core 1.0.0-beta.60 → 1.0.0-beta.61
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/index.d.ts
CHANGED
|
@@ -6973,6 +6973,8 @@ interface FormConfig {
|
|
|
6973
6973
|
sections: FormSection[];
|
|
6974
6974
|
/** Editorial or semantic widgets rendered before the form sections/actions. */
|
|
6975
6975
|
formBlocksBefore?: WidgetDefinition[];
|
|
6976
|
+
/** Editorial or semantic widgets rendered after the form sections and before the primary action area. */
|
|
6977
|
+
formBlocksBeforeActions?: WidgetDefinition[];
|
|
6976
6978
|
/** Editorial or semantic widgets rendered after the form sections/actions. */
|
|
6977
6979
|
formBlocksAfter?: WidgetDefinition[];
|
|
6978
6980
|
/** Shared context used to resolve editorial widget bindings inside the form host. */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@praxisui/core",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.61",
|
|
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": "^20.0.0",
|